2018-10-10 16:08:37 +13:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2023-01-06 19:02:58 +01:00
|
|
|
<template class="CcVolumeSlider" parent="GtkWidget">
|
2018-10-10 16:08:37 +13:00
|
|
|
<child>
|
2023-01-15 19:35:20 +01:00
|
|
|
<object class="GtkButton" id="mute_button">
|
2022-07-20 14:05:11 +02:00
|
|
|
<property name="icon_name">audio-volume-muted-symbolic</property>
|
2023-01-15 19:35:20 +01:00
|
|
|
<property name="action-name">volume-slider.mute</property>
|
2023-11-13 10:49:03 +01:00
|
|
|
<property name="tooltip-text" translatable="yes">Mute</property>
|
2021-10-20 00:24:41 -03:00
|
|
|
<style>
|
|
|
|
<class name="flat" />
|
|
|
|
</style>
|
2018-10-10 16:08:37 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
2023-01-11 19:46:03 +01:00
|
|
|
<child>
|
|
|
|
<object class="GtkScale" id="volume_scale">
|
|
|
|
<property name="adjustment">volume_adjustment</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<accessibility>
|
|
|
|
<property name="label" translatable="yes">Volume</property>
|
|
|
|
</accessibility>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-10-10 16:08:37 +13:00
|
|
|
</template>
|
|
|
|
<object class="GtkAdjustment" id="volume_adjustment">
|
|
|
|
<signal name="value_changed" handler="volume_changed_cb" object="CcVolumeSlider" swapped="yes"/>
|
|
|
|
</object>
|
|
|
|
</interface>
|