summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/widget_example.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/examples/widget_example.h')
-rw-r--r--ui/views/examples/widget_example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/views/examples/widget_example.h b/ui/views/examples/widget_example.h
index 159a4da..87065f9 100644
--- a/ui/views/examples/widget_example.h
+++ b/ui/views/examples/widget_example.h
@@ -30,6 +30,7 @@ class VIEWS_EXAMPLES_EXPORT WidgetExample : public ExampleBase,
enum Command {
POPUP, // Show a popup widget.
DIALOG, // Show a dialog widget.
+ MODAL_DIALOG, // Show a modal dialog widget.
CHILD, // Show a child widget.
CLOSE_WIDGET, // Close the sender button's widget.
};