Add an example program which uses glade.
[aspectbin.git] / examples / simple.glade
blob8397d79a6d67021ab307d2c0cf7f0534afe01520
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--Generated with glade3 3.4.5 on Sun Mar 22 18:48:12 2009 -->
4 <glade-interface>
5 <requires lib="aspectbin"/>
6 <widget class="GtkWindow" id="mainWindow">
7 <property name="default_width">400</property>
8 <property name="default_height">300</property>
9 <signal name="destroy" handler="gtk_main_quit"/>
10 <child>
11 <widget class="AspectBin" id="aspectbin1">
12 <property name="visible">True</property>
13 <child>
14 <widget class="GtkButton" id="button1">
15 <property name="visible">True</property>
16 <property name="can_focus">True</property>
17 <property name="receives_default">True</property>
18 <property name="label" translatable="yes">button</property>
19 <property name="response_id">0</property>
20 </widget>
21 </child>
22 <child>
23 <widget class="GtkButton" id="button2">
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="receives_default">True</property>
27 <property name="label" translatable="yes">button</property>
28 <property name="response_id">0</property>
29 </widget>
30 </child>
31 </widget>
32 </child>
33 </widget>
34 </glade-interface>