Commit | Line | Data |
---|---|---|
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="GtkLabel" id="label1"> | |
9 | <property name="visible">True</property> | |
10 | <property name="label" translatable="yes">Sample app</property> | |
11 | </object> | |
12 | </child> | |
13 | </object> | |
14 | </interface> | |
15 |