summaryrefslogtreecommitdiff
path: root/testsuite/a11y/pickers.ui
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/a11y/pickers.ui')
-rw-r--r--testsuite/a11y/pickers.ui51
1 files changed, 51 insertions, 0 deletions
diff --git a/testsuite/a11y/pickers.ui b/testsuite/a11y/pickers.ui
new file mode 100644
index 0000000000..a540fa1ccb
--- /dev/null
+++ b/testsuite/a11y/pickers.ui
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <!-- interface-requires gtk+ 3.0 -->
+ <object class="GtkWindow" id="window1">
+ <property name="can_focus">False</property>
+ <property name="type">popup</property>
+ <child>
+ <object class="GtkGrid" id="grid1">
+ <property name="visible">True</property>
+ <child>
+ <object class="GtkAppChooserButton" id="button1">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkColorButton" id="button2">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkFontButton" id="button3">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">2</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+<!--
+ <child>
+ <object class="GtkFileChooserButton" id="button4">
+ <property name="visible">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">3</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+-->
+ </object>
+ </child>
+ </object>
+</interface>