diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-04-17 12:43:17 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-04-17 22:55:40 -0400 |
commit | c923ea9bc45711ae1fb9cd9d543c969d6b241efd (patch) | |
tree | cc2cdd628681a58235f539dad8c978a1b0643f1f /examples | |
parent | 763250e04d2f088e355bb63181e6e7020ece1a5d (diff) | |
download | gtk+-c923ea9bc45711ae1fb9cd9d543c969d6b241efd.tar.gz |
example: Use popover for gears menu
Diffstat (limited to 'examples')
-rw-r--r-- | examples/application10/window.ui | 1 | ||||
-rw-r--r-- | examples/application8/window.ui | 1 | ||||
-rw-r--r-- | examples/application9/window.ui | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/application10/window.ui b/examples/application10/window.ui index 97a502affc..f0cbb1defe 100644 --- a/examples/application10/window.ui +++ b/examples/application10/window.ui @@ -55,6 +55,7 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="use-popover">True</property> <style> <class name="image-button"/> </style> diff --git a/examples/application8/window.ui b/examples/application8/window.ui index 674327d7a4..6f588a1684 100644 --- a/examples/application8/window.ui +++ b/examples/application8/window.ui @@ -41,6 +41,7 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="use-popover">True</property> <style> <class name="image-button"/> </style> diff --git a/examples/application9/window.ui b/examples/application9/window.ui index 0713c36194..1d5f521f71 100644 --- a/examples/application9/window.ui +++ b/examples/application9/window.ui @@ -58,6 +58,7 @@ <child> <object class="GtkMenuButton" id="gears"> <property name="visible">True</property> + <property name="use-popover">True</property> <style> <class name="image-button"/> </style> |