Revision 15286,
723 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15285,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | <?xml version="1.0"?> |
---|
2 | <GTK-Interface> |
---|
3 | |
---|
4 | |
---|
5 | <widget> |
---|
6 | <class>GtkWindow</class> |
---|
7 | <name>HelloWindow</name> |
---|
8 | <border_width>5</border_width> |
---|
9 | <Signal> |
---|
10 | <name>destroy</name> |
---|
11 | <handler>gtk-main-quit</handler> |
---|
12 | </Signal> |
---|
13 | <title>Hello</title> |
---|
14 | <type>GTK_WINDOW_TOPLEVEL</type> |
---|
15 | <position>GTK_WIN_POS_NONE</position> |
---|
16 | <allow_shrink>True</allow_shrink> |
---|
17 | <allow_grow>True</allow_grow> |
---|
18 | <auto_shrink>False</auto_shrink> |
---|
19 | |
---|
20 | <widget> |
---|
21 | <class>GtkButton</class> |
---|
22 | <name>Hello World</name> |
---|
23 | <can_focus>True</can_focus> |
---|
24 | <Signal> |
---|
25 | <name>clicked</name> |
---|
26 | <handler>gtk-main-quit</handler> |
---|
27 | <object>HelloWindow</object> |
---|
28 | </Signal> |
---|
29 | <label>Hello World</label> |
---|
30 | </widget> |
---|
31 | </widget> |
---|
32 | |
---|
33 | </GTK-Interface> |
---|
Note: See
TracBrowser
for help on using the repository browser.