summaryrefslogtreecommitdiffstats
path: root/panels/wacom/cc-wacom-ekr-page.ui
diff options
context:
space:
mode:
Diffstat (limited to 'panels/wacom/cc-wacom-ekr-page.ui')
-rw-r--r--panels/wacom/cc-wacom-ekr-page.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/panels/wacom/cc-wacom-ekr-page.ui b/panels/wacom/cc-wacom-ekr-page.ui
new file mode 100644
index 0000000..1d1e403
--- /dev/null
+++ b/panels/wacom/cc-wacom-ekr-page.ui
@@ -0,0 +1,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>