mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
example: Make gears button square
Another application of image-button.
This commit is contained in:
parent
35f4243315
commit
763250e04d
@ -55,6 +55,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
@ -41,6 +41,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
@ -58,6 +58,9 @@
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="gears">
|
||||
<property name="visible">True</property>
|
||||
<style>
|
||||
<class name="image-button"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkImage" id="gears-icon">
|
||||
<property name="visible">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user