summaryrefslogtreecommitdiffstats
path: root/panels/wacom/cc-wacom-ekr-page.ui
blob: 1d1e403b7e9212b3e4f0309edbec6e8997fa2723 (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
31
32
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="CcWacomEkrPage" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="spacing">24</property>
    <child>
      <object class="AdwPreferencesGroup" id="ekr_section">
	<property name="description" translatable="yes"
		  comments="translators: this is a drawing tablet pad, i.e. a collection of buttons and knobs">External pad device</property>
        <property name="header-suffix">
          <object class="GtkPicture" id="ekr_icon">
            <property name="halign">end</property>
            <property name="valign">start</property>
            <property name="file">resource:///org/gnome/control-center/wacom/wacom-tablet.svg</property>
          </object>
        </property>
        <child>
          <object class="AdwActionRow" id="ekr_map_buttons">
            <property name="title" translatable="yes">Map Buttons</property>
            <property name="activatable">True</property>
            <signal name="activated" handler="on_map_buttons_activated" object="CcWacomEkrPage" swapped="yes" />
            <child type="suffix">
              <object class="GtkImage">
                <property name="icon-name">go-next-symbolic</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>