diff options
Diffstat (limited to 'testsuite/a11y/combos.ui')
-rw-r--r-- | testsuite/a11y/combos.ui | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/testsuite/a11y/combos.ui b/testsuite/a11y/combos.ui new file mode 100644 index 0000000000..8ad2416f6e --- /dev/null +++ b/testsuite/a11y/combos.ui @@ -0,0 +1,42 @@ +<?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="GtkBox" id="box1"> + <child> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label">_Combo:</property> + <property name="use-underline">True</property> + <property name="mnemonic-widget">combo1</property> + </object> + </child> + <child> + <object class="GtkComboBox" id="combo1"> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="GtkComboBox" id="combo2"> + <property name="visible">True</property> + <property name="has-entry">True</property> + </object> + </child> + <child> + <object class="GtkComboBoxText" id="combo3"> + <property name="visible">True</property> + </object> + </child> + <child> + <object class="GtkComboBoxText" id="combo4"> + <property name="visible">True</property> + <property name="has-entry">True</property> + </object> + </child> + </object> + </child> + </object> +</interface> |