| 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 | <property name="title" translatable="yes">Hello world!</property> |
| 7 | <signal name="destroy" handler="on_window1_destroy"/> |
| 8 | <child> |
| 9 | <object class="GtkVBox" id="vbox1"> |
| 10 | <property name="visible">True</property> |
| 11 | <property name="orientation">vertical</property> |
| 12 | <child> |
| 13 | <object class="GtkEntry" id="entry1"> |
| 14 | <property name="visible">True</property> |
| 15 | <property name="can_focus">True</property> |
| 16 | <property name="invisible_char">●</property> |
| 17 | <property name="text" translatable="yes">Hello world!</property> |
| 18 | </object> |
| 19 | <packing> |
| 20 | <property name="position">0</property> |
| 21 | </packing> |
| 22 | </child> |
| 23 | <child> |
| 24 | <object class="GtkButton" id="button1"> |
| 25 | <property name="label" translatable="yes">Button1</property> |
| 26 | <property name="visible">True</property> |
| 27 | <property name="can_focus">True</property> |
| 28 | <property name="receives_default">True</property> |
| 29 | <signal name="clicked" handler="on_button1_clicked"/> |
| 30 | </object> |
| 31 | <packing> |
| 32 | <property name="position">1</property> |
| 33 | </packing> |
| 34 | </child> |
| 35 | </object> |
| 36 | </child> |
| 37 | </object> |
| 38 | </interface> |