2018-10-10 16:08:37 +13:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<template class="CcStreamRow" parent="GtkListBoxRow">
|
2021-10-20 00:24:41 -03:00
|
|
|
<property name="activatable">False</property>
|
2018-10-10 16:08:37 +13:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
2021-10-20 00:24:41 -03:00
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
2018-10-10 16:08:37 +13:00
|
|
|
<property name="spacing">12</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="label_box">
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="icon_image">
|
2022-12-22 18:28:24 +01:00
|
|
|
<property name="icon-size">large</property>
|
2023-01-28 16:02:37 +01:00
|
|
|
<style>
|
|
|
|
<class name="lowres-icon"/>
|
|
|
|
</style>
|
2018-10-10 16:08:37 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name_label">
|
2019-02-18 15:01:04 +01:00
|
|
|
<property name="ellipsize">end</property>
|
|
|
|
<property name="xalign">0</property>
|
2018-10-10 16:08:37 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="CcVolumeSlider" id="volume_slider">
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2023-01-11 19:58:25 +01:00
|
|
|
<child>
|
|
|
|
<object class="CcLevelBar" id="level_bar">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="width-request">32</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-10-10 16:08:37 +13:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|