summaryrefslogtreecommitdiffstats
path: root/panels/applications/cc-toggle-row.ui
blob: 8dea8f0dab1e76bf478d3d86935410fb2dcac9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcToggleRow" parent="GtkListBoxRow">
    <property name="visible">True</property>
    <property name="can-focus">True</property>
    <property name="activatable">False</property>
    <child>
      <object class="GtkBox">
        <property name="visible">1</property>
        <property name="border-width">12</property>
        <property name="spacing">12</property>
        <child>
          <object class="GtkLabel" id="title">
            <property name="visible">1</property>
            <property name="xalign">0</property>
            <property name="hexpand">1</property>
            <property name="ellipsize">end</property>
          </object>
        </child>
        <child>
          <object class="GtkSwitch" id="toggle">
            <property name="visible">1</property>
            <property name="valign">center</property>
            <signal name="notify::active" handler="changed_cb" swapped="yes"/>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>