2018-10-10 16:08:37 +13:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<template class="CcSoundButton" parent="GtkToggleButton">
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">12</property>
|
2019-06-14 11:46:00 -03:00
|
|
|
<property name="valign">center</property>
|
2018-10-10 16:08:37 +13:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="image">
|
|
|
|
<property name="icon_name">audio-speakers-symbolic</property>
|
|
|
|
<property name="pixel_size">32</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="wrap">True</property>
|
2019-02-18 15:01:04 +01:00
|
|
|
<property name="wrap_mode">word-char</property>
|
2018-10-10 16:08:37 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|