]> Pileus Git - ~andy/gtk/blob - tests/a11y/combos.ui
tests: Ensure the treeview is expanded
[~andy/gtk] / tests / a11y / combos.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkWindow" id="window1">
5     <property name="can_focus">False</property>
6     <property name="type">popup</property>
7     <child>
8       <object class="GtkBox" id="box1">
9         <child>
10           <object class="GtkLabel" id="label1">
11             <property name="visible">True</property>
12             <property name="label">_Combo:</property>
13             <property name="use-underline">True</property>
14             <property name="mnemonic-widget">combo1</property>
15           </object>
16         </child>
17         <child>
18           <object class="GtkComboBox" id="combo1">
19             <property name="visible">True</property>
20           </object>
21         </child>
22         <child>
23           <object class="GtkComboBox" id="combo2">
24             <property name="visible">True</property>
25             <property name="has-entry">True</property>
26           </object>
27         </child>
28         <child>
29           <object class="GtkComboBoxText" id="combo3">
30             <property name="visible">True</property>
31           </object>
32         </child>
33         <child>
34           <object class="GtkComboBoxText" id="combo4">
35             <property name="visible">True</property>
36             <property name="has-entry">True</property>
37           </object>
38         </child>
39       </object>
40     </child>
41   </object>
42 </interface>