summaryrefslogtreecommitdiffstats
path: root/panels/applications/cc-toggle-row.ui
blob: d9a2d6f206849d779611bd8cba4bacbb7e87945e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcToggleRow" parent="AdwActionRow">
    <property name="activatable-widget">toggle</property>
    <child>
      <object class="GtkSwitch" id="toggle">
        <property name="valign">center</property>
        <signal name="notify::active" handler="changed_cb" swapped="yes"/>
      </object>
    </child>
  </template>
</interface>