]> Pileus Git - ~andy/gtk/blob - tests/reftests/sizegroups-basics.ui
reftests: Add a test for all the recent sizegroup hackery
[~andy/gtk] / tests / reftests / sizegroups-basics.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       <child>
7         <object class="GtkGrid" id="grid1">
8           <property name="visible">True</property>
9           <property name="can_focus">False</property>
10           <property name="orientation">vertical</property>
11           <child>
12             <object class="GtkGrid" id="grid2">
13               <property name="visible">True</property>
14               <property name="can_focus">False</property>
15               <property name="orientation">vertical</property>
16               <child>
17                 <object class="GtkLabel" id="label1">
18                   <property name="visible">True</property>
19                 </object>
20                 <packing>
21                   <property name="top-attach">0</property>
22                   <property name="left-attach">0</property>
23                 </packing>
24               </child>
25               <child>
26                 <object class="GtkLabel" id="label2">
27                   <property name="visible">True</property>
28                   <property name="label" translatable="yes">medium</property>
29                 </object>
30                 <packing>
31                   <property name="top-attach">1</property>
32                   <property name="left-attach">1</property>
33                 </packing>
34               </child>
35               <child>
36                 <object class="GtkLabel" id="label3">
37                   <property name="visible">True</property>
38                   <property name="label" translatable="yes">wrap this very long text please or I'll need to write even more</property>
39                   <property name="wrap">True</property>
40                 </object>
41                 <packing>
42                   <property name="top-attach">2</property>
43                   <property name="left-attach">2</property>
44                 </packing>
45               </child>
46             </object>
47           </child>
48         </object>
49     </child>
50   </object>
51   <object class="GtkSizeGroup" id="sizegroup1">
52     <property name="mode">both</property>
53     <property name="ignore-hidden">True</property>
54     <widgets>
55       <widget name="label1" />
56       <widget name="label2" />
57       <widget name="label3" />
58     </widgets>
59   </object>
60 </interface>