forked from AuroraMiddleware/gtk
example: Make gears button square
Another application of image-button.
This commit is contained in:
parent
35f4243315
commit
763250e04d
@ -55,6 +55,9 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<style>
|
||||||
|
<class name="image-button"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="gears-icon">
|
<object class="GtkImage" id="gears-icon">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
@ -41,6 +41,9 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<style>
|
||||||
|
<class name="image-button"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="gears-icon">
|
<object class="GtkImage" id="gears-icon">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
@ -58,6 +58,9 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkMenuButton" id="gears">
|
<object class="GtkMenuButton" id="gears">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<style>
|
||||||
|
<class name="image-button"/>
|
||||||
|
</style>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="gears-icon">
|
<object class="GtkImage" id="gears-icon">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user