Commit | Line | Data |
---|---|---|
84aff5c8 H |
1 | <?xml version="1.0"?> |
2 | <interface> | |
3 | <object class="GtkWindow" id="window"> | |
4 | <property name="visible">True</property> | |
5 | <signal name="destroy" handler="on_window_destroy"/> | |
6 | <child> | |
7 | <object class="GtkVBox" id="vbox1"> | |
8 | <property name="visible">True</property> | |
9 | <child> | |
10 | <object class="GtkEntry" id="entry1"> | |
11 | <property name="visible">True</property> | |
12 | <property name="can_focus">True</property> | |
13 | </object> | |
14 | </child> | |
15 | <child> | |
16 | <object class="GtkButton" id="button1"> | |
17 | <property name="visible">True</property> | |
18 | <property name="can_focus">True</property> | |
19 | <property name="receives_default">True</property> | |
20 | <property name="label" translatable="yes">Button1</property> | |
21 | <property name="response_id">0</property> | |
22 | <signal name="clicked" handler="on_button1_clicked"/> | |
23 | </object> | |
24 | <packing> | |
25 | <property name="position">1</property> | |
26 | </packing> | |
27 | </child> | |
28 | </object> | |
29 | </child> | |
30 | </object> | |
31 | </interface> |