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

Unified Diff: ui/views/examples/widget_example.h

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master Created 6 years, 2 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
« no previous file with comments | « ui/views/controls/webview/webview.cc ('k') | ui/views/examples/widget_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/widget_example.h
diff --git a/ui/views/examples/widget_example.h b/ui/views/examples/widget_example.h
index 44e184008fd7d456747e1ec9aef285e808d60f73..c847b8e257a342a4e71ac423d385d47c7d10ffb3 100644
--- a/ui/views/examples/widget_example.h
+++ b/ui/views/examples/widget_example.h
@@ -28,10 +28,14 @@ class VIEWS_EXAMPLES_EXPORT WidgetExample : public ExampleBase,
private:
// Button tags used to identify various commands.
enum Command {
- POPUP, // Show a popup widget.
- DIALOG, // Show a dialog widget.
- CHILD, // Show a child widget.
- CLOSE_WIDGET, // Close the sender button's widget.
+ POPUP, // Show a popup widget.
+ DIALOG, // Show a dialog widget.
+ CHILD, // Show a child widget.
+ CLOSE_WIDGET, // Close the sender button's widget.
+ MINIMIZE, // Minimize the example window.
+ MAXIMIZE, // Maximize the example window.
+ FULLSCREEN_ON, // Set fullscreen to true on the example window.
+ FULLSCREEN_OFF, // Set fullscreen to false on the example window.
};
// Construct a button with the specified |label| and |tag| in |container|.
« no previous file with comments | « ui/views/controls/webview/webview.cc ('k') | ui/views/examples/widget_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698