2013-03-30 09:51:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface domain="gtk30">
|
|
|
|
<!-- interface-requires gtk+ 3.6 -->
|
|
|
|
<object class="GtkAdjustment" id="adjustment">
|
|
|
|
<property name="upper">1</property>
|
|
|
|
<property name="step_increment">0.02</property>
|
2014-11-01 17:18:33 +00:00
|
|
|
<property name="page_increment">0.2</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
</object>
|
|
|
|
<template class="GtkVolumeButton" parent="GtkScaleButton">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="visible">1</property>
|
|
|
|
<property name="can_focus">1</property>
|
|
|
|
<property name="receives_default">1</property>
|
|
|
|
<property name="has_tooltip">1</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
<property name="relief">none</property>
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="focus_on_click">0</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="adjustment">adjustment</property>
|
|
|
|
<property name="icons">audio-volume-muted
|
|
|
|
audio-volume-high
|
|
|
|
audio-volume-low
|
|
|
|
audio-volume-medium</property>
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="GtkVolumeButton-atkobject">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="1">Volume</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="1">Turns volume up or down</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<signal name="query-tooltip" handler="cb_query_tooltip" swapped="no"/>
|
|
|
|
<signal name="value-changed" handler="cb_value_changed" swapped="no"/>
|
|
|
|
<child internal-child="plus_button">
|
|
|
|
<object class="GtkButton" id="scalebutton-plus_button1">
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="scalebutton-plus_button1-atkobject">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="1">Volume Up</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="1">Increases the volume</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child internal-child="minus_button">
|
|
|
|
<object class="GtkButton" id="scalebutton-minus_button1">
|
|
|
|
<child internal-child="accessible">
|
|
|
|
<object class="AtkObject" id="scalebutton-minus_button1-atkobject">
|
2015-09-09 20:50:49 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="1">Volume Down</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="1">Decreases the volume</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|