summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-29 22:32:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-29 22:37:00 -0500
commit5d39c435ca616d23cecc2f4b1262976c28da8c48 (patch)
tree7635f159456972be92ec975e80e78ac366dbe715 /demos
parent6a285daa794c3b7c54d8ac958258789217f2aa71 (diff)
downloadgtk+-5d39c435ca616d23cecc2f4b1262976c28da8c48.tar.gz
widget-factory: Add a volume button
Diffstat (limited to 'demos')
-rw-r--r--demos/widget-factory/widget-factory.ui17
1 files changed, 17 insertions, 0 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index 6792f98f2c..1f9b4302ab 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -1812,6 +1812,23 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<property name="adjustment">adjustment1</property>
</object>
</child>
+ <child>
+ <object class="GtkVolumeButton">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="valign">center</property>
+ <property name="use-symbolic">True</property>
+ <property name="value">.5</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkVolumeButton">
+ <property name="orientation">horizontal</property>
+ <property name="valign">center</property>
+ <property name="use-symbolic">True</property>
+ <property name="value">.5</property>
+ </object>
+ </child>
</object>
<packing>
<property name="left-attach">0</property>