|
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> |
|
3 <!--Generated with glade3 3.4.5 on Thu Oct 16 11:06:53 2008 --> |
|
4 <glade-interface> |
|
5 <widget class="GtkDialog" id="dialog1"> |
|
6 <property name="border_width">5</property> |
|
7 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
|
8 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|
9 <property name="has_separator">False</property> |
|
10 <child internal-child="vbox"> |
|
11 <widget class="GtkVBox" id="dialog-vbox1"> |
|
12 <property name="visible">True</property> |
|
13 <property name="spacing">2</property> |
|
14 <child> |
|
15 <widget class="GtkVBox" id="vbox1"> |
|
16 <property name="visible">True</property> |
|
17 <child> |
|
18 <widget class="GtkHBox" id="hbox1"> |
|
19 <property name="visible">True</property> |
|
20 <child> |
|
21 <widget class="GtkImage" id="image1"> |
|
22 <property name="visible">True</property> |
|
23 <property name="stock">gtk-dialog-info</property> |
|
24 <property name="icon_size">6</property> |
|
25 </widget> |
|
26 </child> |
|
27 <child> |
|
28 <widget class="GtkLabel" id="label1"> |
|
29 <property name="visible">True</property> |
|
30 <property name="has_tooltip">True</property> |
|
31 <property name="tooltip_text">I'll explain what this is about.</property> |
|
32 <property name="label" translatable="yes">Please enter your name |
|
33 in the stuffy thingy |
|
34 below this</property> |
|
35 <property name="wrap">True</property> |
|
36 </widget> |
|
37 <packing> |
|
38 <property name="position">1</property> |
|
39 </packing> |
|
40 </child> |
|
41 </widget> |
|
42 </child> |
|
43 <child> |
|
44 <widget class="GtkEntry" id="yourname_field"> |
|
45 <property name="visible">True</property> |
|
46 <property name="can_focus">True</property> |
|
47 <property name="has_tooltip">True</property> |
|
48 <property name="tooltip_text">This is your name, pal.</property> |
|
49 <property name="max_length">15</property> |
|
50 <property name="activates_default">True</property> |
|
51 <property name="text" translatable="yes">Bob</property> |
|
52 <signal name="activate" handler="on_in_yourname_activate"/> |
|
53 <signal name="key_release_event" handler="on_yourname_field_key_release_event"/> |
|
54 </widget> |
|
55 <packing> |
|
56 <property name="position">1</property> |
|
57 </packing> |
|
58 </child> |
|
59 </widget> |
|
60 <packing> |
|
61 <property name="position">1</property> |
|
62 </packing> |
|
63 </child> |
|
64 <child internal-child="action_area"> |
|
65 <widget class="GtkHButtonBox" id="dialog-action_area1"> |
|
66 <property name="visible">True</property> |
|
67 <property name="layout_style">GTK_BUTTONBOX_END</property> |
|
68 <child> |
|
69 <widget class="GtkButton" id="about_button"> |
|
70 <property name="visible">True</property> |
|
71 <property name="can_focus">True</property> |
|
72 <property name="receives_default">True</property> |
|
73 <property name="label" translatable="yes">gtk-about</property> |
|
74 <property name="relief">GTK_RELIEF_HALF</property> |
|
75 <property name="use_stock">True</property> |
|
76 <property name="focus_on_click">False</property> |
|
77 <property name="response_id">0</property> |
|
78 </widget> |
|
79 <packing> |
|
80 <property name="secondary">True</property> |
|
81 </packing> |
|
82 </child> |
|
83 <child> |
|
84 <widget class="GtkButton" id="nay_button"> |
|
85 <property name="visible">True</property> |
|
86 <property name="can_focus">True</property> |
|
87 <property name="receives_default">True</property> |
|
88 <property name="has_tooltip">True</property> |
|
89 <property name="tooltip_text">Something's screwed</property> |
|
90 <property name="label" translatable="yes" context="yes">_Nay</property> |
|
91 <property name="use_underline">True</property> |
|
92 <property name="response_id">2</property> |
|
93 </widget> |
|
94 <packing> |
|
95 <property name="position">1</property> |
|
96 </packing> |
|
97 </child> |
|
98 <child> |
|
99 <widget class="GtkButton" id="ok_button"> |
|
100 <property name="visible">True</property> |
|
101 <property name="can_focus">True</property> |
|
102 <property name="receives_default">True</property> |
|
103 <property name="has_tooltip">True</property> |
|
104 <property name="tooltip_text">We're good</property> |
|
105 <property name="label" translatable="yes" context="yes">gtk-ok</property> |
|
106 <property name="use_stock">True</property> |
|
107 <property name="response_id">1</property> |
|
108 </widget> |
|
109 <packing> |
|
110 <property name="position">2</property> |
|
111 </packing> |
|
112 </child> |
|
113 </widget> |
|
114 <packing> |
|
115 <property name="expand">False</property> |
|
116 <property name="pack_type">GTK_PACK_END</property> |
|
117 </packing> |
|
118 </child> |
|
119 </widget> |
|
120 </child> |
|
121 </widget> |
|
122 <widget class="GtkAboutDialog" id="aboutdialog1"> |
|
123 <property name="border_width">5</property> |
|
124 <property name="title" translatable="yes">About Test #1</property> |
|
125 <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
|
126 <property name="destroy_with_parent">True</property> |
|
127 <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|
128 <property name="has_separator">False</property> |
|
129 <property name="program_name">Test #1</property> |
|
130 <property name="version">v1.00</property> |
|
131 <property name="copyright" translatable="yes">(c)grin 2008</property> |
|
132 <property name="comments" translatable="yes">All revisions reversed.</property> |
|
133 <property name="website">http://hg.grin.hu/test</property> |
|
134 <property name="website_label" translatable="yes">The Website</property> |
|
135 <property name="license" translatable="yes">Licensed under RSSL (Really Scary Shit License)</property> |
|
136 <property name="authors">grin, others not</property> |
|
137 <property name="artists">grin</property> |
|
138 <child internal-child="vbox"> |
|
139 <widget class="GtkVBox" id="dialog-vbox2"> |
|
140 <property name="visible">True</property> |
|
141 <property name="spacing">2</property> |
|
142 <child> |
|
143 <placeholder/> |
|
144 </child> |
|
145 <child internal-child="action_area"> |
|
146 <widget class="GtkHButtonBox" id="dialog-action_area2"> |
|
147 <property name="visible">True</property> |
|
148 <property name="layout_style">GTK_BUTTONBOX_END</property> |
|
149 </widget> |
|
150 <packing> |
|
151 <property name="expand">False</property> |
|
152 <property name="pack_type">GTK_PACK_END</property> |
|
153 </packing> |
|
154 </child> |
|
155 </widget> |
|
156 </child> |
|
157 </widget> |
|
158 </glade-interface> |