0
|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
2 |
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> |
1
|
3 |
<!--Generated with glade3 3.4.5 on Thu Oct 16 12:18:29 2008 --> |
0
|
4 |
<glade-interface> |
1
|
5 |
<widget class="GtkDialog" id="nemmain"> |
|
6 |
<property name="visible">True</property> |
0
|
7 |
<property name="border_width">5</property> |
1
|
8 |
<property name="title" translatable="yes">Main window * test#1</property> |
0
|
9 |
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
1
|
10 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
0
|
11 |
<property name="has_separator">False</property> |
|
12 |
<child internal-child="vbox"> |
|
13 |
<widget class="GtkVBox" id="dialog-vbox1"> |
|
14 |
<property name="visible">True</property> |
|
15 |
<property name="spacing">2</property> |
|
16 |
<child> |
|
17 |
<widget class="GtkVBox" id="vbox1"> |
|
18 |
<property name="visible">True</property> |
|
19 |
<child> |
|
20 |
<widget class="GtkHBox" id="hbox1"> |
|
21 |
<property name="visible">True</property> |
|
22 |
<child> |
|
23 |
<widget class="GtkImage" id="image1"> |
|
24 |
<property name="visible">True</property> |
|
25 |
<property name="stock">gtk-dialog-info</property> |
|
26 |
<property name="icon_size">6</property> |
|
27 |
</widget> |
|
28 |
</child> |
|
29 |
<child> |
|
30 |
<widget class="GtkLabel" id="label1"> |
|
31 |
<property name="visible">True</property> |
|
32 |
<property name="has_tooltip">True</property> |
|
33 |
<property name="tooltip_text">I'll explain what this is about.</property> |
|
34 |
<property name="label" translatable="yes">Please enter your name |
|
35 |
in the stuffy thingy |
|
36 |
below this</property> |
|
37 |
<property name="wrap">True</property> |
|
38 |
</widget> |
|
39 |
<packing> |
|
40 |
<property name="position">1</property> |
|
41 |
</packing> |
|
42 |
</child> |
|
43 |
</widget> |
|
44 |
</child> |
|
45 |
<child> |
|
46 |
<widget class="GtkEntry" id="yourname_field"> |
|
47 |
<property name="visible">True</property> |
|
48 |
<property name="can_focus">True</property> |
|
49 |
<property name="has_tooltip">True</property> |
|
50 |
<property name="tooltip_text">This is your name, pal.</property> |
|
51 |
<property name="max_length">15</property> |
|
52 |
<property name="activates_default">True</property> |
|
53 |
<property name="text" translatable="yes">Bob</property> |
|
54 |
<signal name="activate" handler="on_in_yourname_activate"/> |
|
55 |
<signal name="key_release_event" handler="on_yourname_field_key_release_event"/> |
|
56 |
</widget> |
|
57 |
<packing> |
|
58 |
<property name="position">1</property> |
|
59 |
</packing> |
|
60 |
</child> |
|
61 |
</widget> |
|
62 |
<packing> |
|
63 |
<property name="position">1</property> |
|
64 |
</packing> |
|
65 |
</child> |
|
66 |
<child internal-child="action_area"> |
|
67 |
<widget class="GtkHButtonBox" id="dialog-action_area1"> |
|
68 |
<property name="visible">True</property> |
|
69 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
|
70 |
<child> |
|
71 |
<widget class="GtkButton" id="about_button"> |
|
72 |
<property name="visible">True</property> |
|
73 |
<property name="can_focus">True</property> |
|
74 |
<property name="receives_default">True</property> |
|
75 |
<property name="label" translatable="yes">gtk-about</property> |
|
76 |
<property name="relief">GTK_RELIEF_HALF</property> |
|
77 |
<property name="use_stock">True</property> |
|
78 |
<property name="focus_on_click">False</property> |
|
79 |
<property name="response_id">0</property> |
|
80 |
</widget> |
|
81 |
<packing> |
|
82 |
<property name="secondary">True</property> |
|
83 |
</packing> |
|
84 |
</child> |
|
85 |
<child> |
|
86 |
<widget class="GtkButton" id="nay_button"> |
|
87 |
<property name="visible">True</property> |
|
88 |
<property name="can_focus">True</property> |
|
89 |
<property name="receives_default">True</property> |
|
90 |
<property name="has_tooltip">True</property> |
|
91 |
<property name="tooltip_text">Something's screwed</property> |
|
92 |
<property name="label" translatable="yes" context="yes">_Nay</property> |
|
93 |
<property name="use_underline">True</property> |
|
94 |
<property name="response_id">2</property> |
|
95 |
</widget> |
|
96 |
<packing> |
|
97 |
<property name="position">1</property> |
|
98 |
</packing> |
|
99 |
</child> |
|
100 |
<child> |
|
101 |
<widget class="GtkButton" id="ok_button"> |
|
102 |
<property name="visible">True</property> |
|
103 |
<property name="can_focus">True</property> |
|
104 |
<property name="receives_default">True</property> |
|
105 |
<property name="has_tooltip">True</property> |
|
106 |
<property name="tooltip_text">We're good</property> |
|
107 |
<property name="label" translatable="yes" context="yes">gtk-ok</property> |
|
108 |
<property name="use_stock">True</property> |
|
109 |
<property name="response_id">1</property> |
|
110 |
</widget> |
|
111 |
<packing> |
|
112 |
<property name="position">2</property> |
|
113 |
</packing> |
|
114 |
</child> |
|
115 |
</widget> |
|
116 |
<packing> |
|
117 |
<property name="expand">False</property> |
|
118 |
<property name="pack_type">GTK_PACK_END</property> |
|
119 |
</packing> |
|
120 |
</child> |
|
121 |
</widget> |
|
122 |
</child> |
|
123 |
</widget> |
|
124 |
<widget class="GtkAboutDialog" id="aboutdialog1"> |
|
125 |
<property name="border_width">5</property> |
|
126 |
<property name="title" translatable="yes">About Test #1</property> |
|
127 |
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> |
|
128 |
<property name="destroy_with_parent">True</property> |
|
129 |
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> |
|
130 |
<property name="has_separator">False</property> |
|
131 |
<property name="program_name">Test #1</property> |
|
132 |
<property name="version">v1.00</property> |
|
133 |
<property name="copyright" translatable="yes">(c)grin 2008</property> |
|
134 |
<property name="comments" translatable="yes">All revisions reversed.</property> |
|
135 |
<property name="website">http://hg.grin.hu/test</property> |
|
136 |
<property name="website_label" translatable="yes">The Website</property> |
|
137 |
<property name="license" translatable="yes">Licensed under RSSL (Really Scary Shit License)</property> |
|
138 |
<property name="authors">grin, others not</property> |
|
139 |
<property name="artists">grin</property> |
1
|
140 |
<signal name="close" handler="on_aboutdialog1_close"/> |
0
|
141 |
<child internal-child="vbox"> |
|
142 |
<widget class="GtkVBox" id="dialog-vbox2"> |
|
143 |
<property name="visible">True</property> |
|
144 |
<property name="spacing">2</property> |
|
145 |
<child> |
|
146 |
<placeholder/> |
|
147 |
</child> |
|
148 |
<child internal-child="action_area"> |
|
149 |
<widget class="GtkHButtonBox" id="dialog-action_area2"> |
|
150 |
<property name="visible">True</property> |
|
151 |
<property name="layout_style">GTK_BUTTONBOX_END</property> |
1
|
152 |
<signal name="remove" handler="on_dialog-action_area2_remove"/> |
0
|
153 |
</widget> |
|
154 |
<packing> |
|
155 |
<property name="expand">False</property> |
|
156 |
<property name="pack_type">GTK_PACK_END</property> |
|
157 |
</packing> |
|
158 |
</child> |
|
159 |
</widget> |
|
160 |
</child> |
|
161 |
</widget> |
1
|
162 |
<widget class="GtkWindow" id="main"> |
|
163 |
<property name="visible">True</property> |
|
164 |
<property name="can_focus">True</property> |
|
165 |
<property name="has_focus">True</property> |
|
166 |
<property name="border_width">20</property> |
|
167 |
<property name="title" translatable="yes">Test #1</property> |
|
168 |
<property name="window_position">GTK_WIN_POS_CENTER</property> |
|
169 |
<child> |
|
170 |
<widget class="GtkVBox" id="vbox2"> |
|
171 |
<property name="visible">True</property> |
|
172 |
<child> |
|
173 |
<widget class="GtkVBox" id="vbox3"> |
|
174 |
<property name="visible">True</property> |
|
175 |
<child> |
|
176 |
<widget class="GtkHBox" id="hbox2"> |
|
177 |
<property name="visible">True</property> |
|
178 |
<child> |
|
179 |
<widget class="GtkImage" id="image2"> |
|
180 |
<property name="visible">True</property> |
|
181 |
<property name="stock">gtk-dialog-info</property> |
|
182 |
<property name="icon_size">6</property> |
|
183 |
</widget> |
|
184 |
</child> |
|
185 |
<child> |
|
186 |
<widget class="GtkLabel" id="main_text1"> |
|
187 |
<property name="visible">True</property> |
|
188 |
<property name="has_tooltip">True</property> |
|
189 |
<property name="tooltip_markup">Az ??dvozl?? sz??veg</property> |
|
190 |
<property name="label" translatable="yes">Enter your name and |
|
191 |
bear the consequences.</property> |
|
192 |
</widget> |
|
193 |
<packing> |
|
194 |
<property name="position">1</property> |
|
195 |
</packing> |
|
196 |
</child> |
|
197 |
</widget> |
|
198 |
</child> |
|
199 |
<child> |
|
200 |
<widget class="GtkHBox" id="hbox3"> |
|
201 |
<property name="visible">True</property> |
|
202 |
<child> |
|
203 |
<widget class="GtkLabel" id="label2"> |
|
204 |
<property name="visible">True</property> |
|
205 |
<property name="label" translatable="yes">Thy name:</property> |
|
206 |
</widget> |
|
207 |
</child> |
|
208 |
<child> |
|
209 |
<widget class="GtkEntry" id="entry"> |
|
210 |
<property name="visible">True</property> |
|
211 |
<property name="can_focus">True</property> |
|
212 |
<property name="has_tooltip">True</property> |
|
213 |
<property name="tooltip_markup">Yourname here</property> |
|
214 |
<signal name="key_release_event" handler="on_entry_key_release_event"/> |
|
215 |
</widget> |
|
216 |
<packing> |
|
217 |
<property name="position">1</property> |
|
218 |
</packing> |
|
219 |
</child> |
|
220 |
</widget> |
|
221 |
<packing> |
|
222 |
<property name="position">1</property> |
|
223 |
</packing> |
|
224 |
</child> |
|
225 |
</widget> |
|
226 |
</child> |
|
227 |
<child> |
|
228 |
<widget class="GtkHButtonBox" id="hbuttonbox1"> |
|
229 |
<property name="visible">True</property> |
|
230 |
<child> |
|
231 |
<widget class="GtkButton" id="main_ok_button"> |
|
232 |
<property name="visible">True</property> |
|
233 |
<property name="can_focus">True</property> |
|
234 |
<property name="receives_default">True</property> |
|
235 |
<property name="label" translatable="yes">gtk-ok</property> |
|
236 |
<property name="use_stock">True</property> |
|
237 |
<property name="response_id">0</property> |
|
238 |
<signal name="clicked" handler="on_main_ok_button_clicked"/> |
|
239 |
</widget> |
|
240 |
</child> |
|
241 |
<child> |
|
242 |
<widget class="GtkButton" id="main_nay_button"> |
|
243 |
<property name="visible">True</property> |
|
244 |
<property name="can_focus">True</property> |
|
245 |
<property name="receives_default">True</property> |
|
246 |
<property name="label" translatable="yes">_Nay</property> |
|
247 |
<property name="use_underline">True</property> |
|
248 |
<property name="response_id">0</property> |
|
249 |
<signal name="clicked" handler="on_main_nay_button_clicked"/> |
|
250 |
</widget> |
|
251 |
<packing> |
|
252 |
<property name="position">1</property> |
|
253 |
</packing> |
|
254 |
</child> |
|
255 |
<child> |
|
256 |
<widget class="GtkButton" id="main_about_button"> |
|
257 |
<property name="visible">True</property> |
|
258 |
<property name="can_focus">True</property> |
|
259 |
<property name="receives_default">True</property> |
|
260 |
<property name="label" translatable="yes">gtk-about</property> |
|
261 |
<property name="use_stock">True</property> |
|
262 |
<property name="response_id">0</property> |
|
263 |
<signal name="clicked" handler="on_main_about_button_clicked"/> |
|
264 |
<signal name="activate" handler="on_main_about_button_activate"/> |
|
265 |
</widget> |
|
266 |
<packing> |
|
267 |
<property name="position">2</property> |
|
268 |
</packing> |
|
269 |
</child> |
|
270 |
<child> |
|
271 |
<widget class="GtkColorButton" id="colour_button"> |
|
272 |
<property name="visible">True</property> |
|
273 |
<property name="can_focus">True</property> |
|
274 |
<property name="receives_default">True</property> |
|
275 |
<property name="response_id">0</property> |
|
276 |
<property name="use_alpha">True</property> |
|
277 |
<property name="color">#0000a079c40a</property> |
|
278 |
<property name="alpha">32768</property> |
|
279 |
<signal name="color_set" handler="on_colour_button_color_set"/> |
|
280 |
</widget> |
|
281 |
<packing> |
|
282 |
<property name="position">3</property> |
|
283 |
</packing> |
|
284 |
</child> |
|
285 |
</widget> |
|
286 |
<packing> |
|
287 |
<property name="position">1</property> |
|
288 |
</packing> |
|
289 |
</child> |
|
290 |
</widget> |
|
291 |
</child> |
|
292 |
</widget> |
0
|
293 |
</glade-interface> |