2019-04-04 23:08:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-08-05 22:17:29 +00:00
|
|
|
<interface domain="gtk40">
|
2013-03-30 09:51:58 +00:00
|
|
|
<template class="GtkVolumeButton" parent="GtkScaleButton">
|
2020-05-07 02:56:28 +00:00
|
|
|
<property name="has-tooltip">1</property>
|
2020-04-10 00:24:23 +00:00
|
|
|
<property name="adjustment">
|
|
|
|
<object class="GtkAdjustment">
|
|
|
|
<property name="upper">1</property>
|
|
|
|
<property name="step-increment">0.02</property>
|
|
|
|
<property name="page-increment">0.2</property>
|
|
|
|
</object>
|
|
|
|
</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
<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-14 03:26:16 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="yes">Volume</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="yes">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-14 03:26:16 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="yes">Volume Up</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="yes">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-14 03:26:16 +00:00
|
|
|
<property name="AtkObject::accessible-name" translatable="yes">Volume Down</property>
|
|
|
|
<property name="AtkObject::accessible-description" translatable="yes">Decreases the volume</property>
|
2013-03-30 09:51:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|