summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-17 12:43:17 -0700
committerMatthias Clasen <mclasen@redhat.com>2014-04-17 22:55:40 -0400
commitc923ea9bc45711ae1fb9cd9d543c969d6b241efd (patch)
treecc2cdd628681a58235f539dad8c978a1b0643f1f /examples
parent763250e04d2f088e355bb63181e6e7020ece1a5d (diff)
downloadgtk+-c923ea9bc45711ae1fb9cd9d543c969d6b241efd.tar.gz
example: Use popover for gears menu
Diffstat (limited to 'examples')
-rw-r--r--examples/application10/window.ui1
-rw-r--r--examples/application8/window.ui1
-rw-r--r--examples/application9/window.ui1
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>