]> Pileus Git - ~andy/gtk/blob - tests/reftests/grid-expand.ui
Update a11y test results to match
[~andy/gtk] / tests / reftests / grid-expand.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="width_request">100</property>
6     <property name="height_request">100</property>
7     <property name="can_focus">False</property>
8     <property name="type">popup</property>
9     <child>
10       <object class="GtkGrid" id="grid0">
11         <property name="visible">True</property>
12         <property name="can_focus">False</property>
13         <child>
14           <object class="GtkGrid" id="grid1">
15             <property name="visible">True</property>
16             <property name="can_focus">False</property>
17             <child>
18               <object class="GtkEventBox" id="eventbox1">
19                 <property name="width_request">10</property>
20                 <property name="height_request">10</property>
21                 <property name="visible">True</property>
22                 <property name="can_focus">False</property>
23                 <property name="hexpand">True</property>
24                 <property name="hexpand-set">True</property>
25                 <child>
26                   <placeholder/>
27                 </child>
28               </object>
29               <packing>
30                 <property name="left_attach">0</property>
31                 <property name="top_attach">0</property>
32                 <property name="width">1</property>
33                 <property name="height">1</property>
34               </packing>
35             </child>
36             <child>
37               <object class="GtkEventBox" id="eventbox2">
38                 <property name="width_request">10</property>
39                 <property name="height_request">10</property>
40                 <property name="visible">True</property>
41                 <property name="can_focus">False</property>
42                 <property name="hexpand">True</property>
43                 <property name="hexpand-set">True</property>
44                 <property name="vexpand">True</property>
45                 <property name="vexpand-set">True</property>
46                 <child>
47                   <placeholder/>
48                 </child>
49               </object>
50               <packing>
51                 <property name="left_attach">1</property>
52                 <property name="top_attach">1</property>
53                 <property name="width">1</property>
54                 <property name="height">1</property>
55               </packing>
56             </child>
57             <child>
58               <object class="GtkEventBox" id="eventbox3">
59                 <property name="width_request">10</property>
60                 <property name="height_request">10</property>
61                 <property name="visible">True</property>
62                 <property name="can_focus">False</property>
63                 <property name="vexpand">True</property>
64                 <property name="vexpand-set">True</property>
65                 <child>
66                   <placeholder/>
67                 </child>
68               </object>
69               <packing>
70                 <property name="left_attach">2</property>
71                 <property name="top_attach">2</property>
72                 <property name="width">1</property>
73                 <property name="height">1</property>
74               </packing>
75             </child>
76           </object>
77         </child>
78       </object>
79     </child>
80   </object>
81 </interface>