Commit | Line | Data |
---|---|---|
21c4e167 H |
1 | <?xml version="1.0"?> |
2 | <interface> | |
3 | <requires lib="gtk+" version="2.16"/> | |
4 | <!-- interface-naming-policy project-wide --> | |
5 | <object class="GtkWindow" id="window1"> | |
6 | <signal name="destroy" handler="cb_destroy"/> | |
7 | <child> | |
8 | <object class="GtkVBox" id="vbox1"> | |
9 | <property name="visible">True</property> | |
10 | <property name="orientation">vertical</property> | |
11 | <child> | |
12 | <object class="GtkLabel" id="label1"> | |
13 | <property name="visible">True</property> | |
14 | <property name="label" translatable="yes">label</property> | |
15 | </object> | |
16 | <packing> | |
17 | <property name="position">0</property> | |
18 | </packing> | |
19 | </child> | |
20 | <child> | |
21 | <object class="GtkEntry" id="entry1"> | |
22 | <property name="visible">True</property> | |
23 | <property name="can_focus">True</property> | |
24 | <property name="invisible_char">●</property> | |
25 | </object> | |
26 | <packing> | |
27 | <property name="position">1</property> | |
28 | </packing> | |
29 | </child> | |
30 | <child> | |
31 | <object class="GtkButton" id="button1"> | |
32 | <property name="label" translatable="yes">button</property> | |
33 | <property name="visible">True</property> | |
34 | <property name="can_focus">True</property> | |
35 | <property name="receives_default">True</property> | |
36 | <signal name="clicked" handler="on_button1_clicked"/> | |
37 | </object> | |
38 | <packing> | |
39 | <property name="position">2</property> | |
40 | </packing> | |
41 | </child> | |
42 | </object> | |
43 | </child> | |
44 | </object> | |
45 | </interface> |