]> Pileus Git - ~andy/gtk/blob - examples/builder.ui
stylecontext: Do invalidation on first resize container
[~andy/gtk] / examples / builder.ui
1 <interface>
2   <object id="window" class="GtkWindow">
3     <property name="visible">True</property>
4     <property name="title">Grid</property>
5     <property name="border-width">10</property>
6     <child>
7       <object id="grid" class="GtkGrid">
8         <property name="visible">True</property>
9         <child>
10           <object id="button1" class="GtkButton">
11             <property name="visible">True</property>
12             <property name="label">Button 1</property>
13           </object>
14           <packing>
15             <property name="left-attach">0</property>
16             <property name="top-attach">0</property>
17           </packing>
18         </child>
19         <child>
20           <object id="button2" class="GtkButton">
21             <property name="visible">True</property>
22             <property name="label">Button 2</property>
23           </object>
24           <packing>
25             <property name="left-attach">1</property>
26             <property name="top-attach">0</property>
27           </packing>
28         </child>
29         <child>
30           <object id="quit" class="GtkButton">
31             <property name="visible">True</property>
32             <property name="label">Quit</property>
33           </object>
34           <packing>
35             <property name="left-attach">0</property>
36             <property name="top-attach">1</property>
37             <property name="width">2</property>
38           </packing>
39         </child>
40       </object>
41       <packing>
42       </packing>
43     </child>
44   </object>
45 </interface>