]> Pileus Git - ~andy/gtk/blob - tests/reftests/separator-size.ref.ui
51cc9dbfe24bf2b46b9889fbbdd3b9e350c1c471
[~andy/gtk] / tests / reftests / separator-size.ref.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         <property name="can_focus">False</property>
11         <child>
12           <object class="GtkImage" id="image1">
13             <property name="visible">True</property>
14             <property name="can_focus">False</property>
15             <property name="stock">gtk-about</property>
16           </object>
17           <packing>
18             <property name="left_attach">0</property>
19             <property name="top_attach">2</property>
20             <property name="width">1</property>
21             <property name="height">1</property>
22           </packing>
23         </child>
24         <child>
25           <object class="GtkImage" id="image2">
26             <property name="visible">True</property>
27             <property name="can_focus">False</property>
28             <property name="stock">gtk-about</property>
29           </object>
30           <packing>
31             <property name="left_attach">2</property>
32             <property name="top_attach">2</property>
33             <property name="width">1</property>
34             <property name="height">1</property>
35           </packing>
36         </child>
37         <child>
38           <object class="GtkImage" id="image3">
39             <property name="visible">True</property>
40             <property name="can_focus">False</property>
41             <property name="stock">gtk-about</property>
42           </object>
43           <packing>
44             <property name="left_attach">2</property>
45             <property name="top_attach">0</property>
46             <property name="width">1</property>
47             <property name="height">1</property>
48           </packing>
49         </child>
50         <child>
51           <object class="GtkImage" id="image4">
52             <property name="visible">True</property>
53             <property name="can_focus">False</property>
54             <property name="stock">gtk-about</property>
55           </object>
56           <packing>
57             <property name="left_attach">0</property>
58             <property name="top_attach">0</property>
59             <property name="width">1</property>
60             <property name="height">1</property>
61           </packing>
62         </child>
63         <child>
64           <object class="GtkSeparator" id="separator1">
65             <property name="visible">True</property>
66             <property name="can_focus">False</property>
67             <property name="orientation">vertical</property>
68           </object>
69           <packing>
70             <property name="left_attach">1</property>
71             <property name="top_attach">0</property>
72             <property name="width">1</property>
73             <property name="height">1</property>
74           </packing>
75         </child>
76         <child>
77           <object class="GtkSeparator" id="separator2">
78             <property name="visible">True</property>
79             <property name="can_focus">False</property>
80           </object>
81           <packing>
82             <property name="left_attach">0</property>
83             <property name="top_attach">1</property>
84             <property name="width">1</property>
85             <property name="height">1</property>
86           </packing>
87         </child>
88         <child>
89           <object class="GtkSeparator" id="separator3">
90             <property name="visible">True</property>
91             <property name="can_focus">False</property>
92           </object>
93           <packing>
94             <property name="left_attach">2</property>
95             <property name="top_attach">1</property>
96             <property name="width">1</property>
97             <property name="height">1</property>
98           </packing>
99         </child>
100         <child>
101           <object class="GtkSeparator" id="separator4">
102             <property name="visible">True</property>
103             <property name="can_focus">False</property>
104             <property name="orientation">vertical</property>
105           </object>
106           <packing>
107             <property name="left_attach">1</property>
108             <property name="top_attach">2</property>
109             <property name="width">1</property>
110             <property name="height">1</property>
111           </packing>
112         </child>
113       </object>
114     </child>
115   </object>
116 </interface>