]> Pileus Git - ~andy/gtk/blob - tests/a11y/buttons.ui
Update test results for recent changes
[~andy/gtk] / tests / a11y / buttons.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="GtkGrid" id="grid1">
9         <property name="visible">True</property>
10         <child>
11           <object class="GtkToggleButton" id="button1">
12             <property name="label" translatable="yes">Hello World!</property>
13             <property name="visible">True</property>
14             <property name="active">True</property>
15             <property name="can_focus">True</property>
16             <property name="receives_default">True</property>
17           </object>
18           <packing>
19             <property name="left_attach">0</property>
20             <property name="top_attach">0</property>
21           </packing>
22         </child>
23         <child>
24           <object class="GtkCheckButton" id="button2">
25             <property name="label" translatable="yes">Hello World!</property>
26             <property name="visible">True</property>
27             <property name="active">False</property>
28             <property name="can_focus">True</property>
29             <property name="receives_default">True</property>
30           </object>
31           <packing>
32             <property name="left_attach">1</property>
33             <property name="top_attach">0</property>
34           </packing>
35         </child>
36         <child>
37           <object class="GtkRadioButton" id="button3">
38             <property name="label" translatable="yes">Hello World!</property>
39             <property name="visible">True</property>
40             <property name="active">False</property>
41             <property name="can_focus">True</property>
42             <property name="receives_default">True</property>
43           </object>
44           <packing>
45             <property name="left_attach">2</property>
46             <property name="top_attach">0</property>
47           </packing>
48         </child>
49         <child>
50           <object class="GtkRadioButton" id="button4">
51             <property name="label" translatable="yes">Hello World!</property>
52             <property name="visible">True</property>
53             <property name="active">True</property>
54             <property name="group">button3</property>
55             <property name="can_focus">True</property>
56             <property name="receives_default">True</property>
57           </object>
58           <packing>
59             <property name="left_attach">3</property>
60             <property name="top_attach">0</property>
61           </packing>
62         </child>
63         <child>
64           <object class="GtkSwitch" id="button5">
65             <property name="visible">True</property>
66             <property name="active">True</property>
67             <property name="can_focus">True</property>
68             <property name="receives_default">True</property>
69           </object>
70           <packing>
71             <property name="left_attach">4</property>
72             <property name="top_attach">0</property>
73           </packing>
74         </child>
75       </object>
76     </child>
77   </object>
78 </interface>