example: Use popover for gears menu

This commit is contained in:
Matthias Clasen 2014-04-17 12:43:17 -07:00
parent 763250e04d
commit c923ea9bc4
3 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>