Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: chrome/browser/ui/panels/panel_constants.h

Issue 10066032: Enable user resizing for docked Panels (GTK and Mac). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor cleanup Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/panels/panel_constants.h
diff --git a/chrome/browser/ui/panels/panel_constants.h b/chrome/browser/ui/panels/panel_constants.h
index 0c979ee929e0d723d42cd4ea385e8aad2b569ab1..4e53e74413ac8ec9c2ed104063d25985e4221923 100644
--- a/chrome/browser/ui/panels/panel_constants.h
+++ b/chrome/browser/ui/panels/panel_constants.h
@@ -29,6 +29,13 @@ namespace panel {
RESIZE_TOP_LEFT
};
+ // Ways a panel can be resized.
+ enum Resizability {
+ NOT_RESIZABLE,
+ ALL_SIDES,
jianli 2012/04/13 00:52:36 Probably better to suffix with _RESIZABLE.
Dmitry Titov 2012/04/13 02:55:45 Or prefix: RESIZABLE_ALL_SIDES RESIZABLE_ALL_SIDES
jennb 2012/04/13 19:48:04 Done.
+ ALL_SIDES_EXCEPT_BOTTOM
+ };
+
} // namespace panel
#endif // CHROME_BROWSER_UI_PANELS_PANEL_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698