summaryrefslogtreecommitdiffstats
path: root/panels/sound/cc-stream-list-box.ui
blob: 6050c2ca0b496ab102551c4293ef21212394c6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="CcStreamListBox" parent="GtkBox">
    <child>
      <object class="GtkListBox" id="listbox">
        <property name="hexpand">True</property>
        <property name="selection-mode">none</property>
        <style>
          <class name="boxed-list" />
        </style>
      </object>
    </child>
  </template>
</interface>