]> Pileus Git - ~andy/gtk/blob - tests/reftests/sizegroups-basics.ref.ui
Add gtk_icon_info_load_icon_async
[~andy/gtk] / tests / reftests / sizegroups-basics.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           <property name="orientation">vertical</property>
12           <child>
13             <object class="GtkGrid" id="grid2">
14               <property name="visible">True</property>
15               <property name="can_focus">False</property>
16               <property name="orientation">vertical</property>
17               <property name="row-homogeneous">True</property>
18               <property name="column-homogeneous">True</property>
19               <child>
20                 <object class="GtkLabel" id="label1">
21                   <property name="visible">True</property>
22                 </object>
23                 <packing>
24                   <property name="top-attach">0</property>
25                   <property name="left-attach">0</property>
26                 </packing>
27               </child>
28               <child>
29                 <object class="GtkLabel" id="label2">
30                   <property name="visible">True</property>
31                   <property name="label" translatable="yes">medium</property>
32                 </object>
33                 <packing>
34                   <property name="top-attach">1</property>
35                   <property name="left-attach">1</property>
36                 </packing>
37               </child>
38               <child>
39                 <object class="GtkLabel" id="label3">
40                   <property name="visible">True</property>
41                   <property name="label" translatable="yes">wrap this very long text please or I'll need to write even more</property>
42                   <property name="wrap">True</property>
43                 </object>
44                 <packing>
45                   <property name="top-attach">2</property>
46                   <property name="left-attach">2</property>
47                 </packing>
48               </child>
49             </object>
50           </child>
51         </object>
52     </child>
53   </object>
54 </interface>