xgettext-glade-1 revision 1.1 1 1.1 christos #!/bin/sh
2 1.1 christos
3 1.1 christos # Test of Glade support.
4 1.1 christos
5 1.1 christos tmpfiles=""
6 1.1 christos trap 'rm -fr $tmpfiles' 1 2 3 15
7 1.1 christos
8 1.1 christos tmpfiles="$tmpfiles empty.glade"
9 1.1 christos cat <<EOF > empty.glade
10 1.1 christos <?xml version="1.0"?>
11 1.1 christos <GTK-Interface/>
12 1.1 christos EOF
13 1.1 christos
14 1.1 christos tmpfiles="$tmpfiles xg-gl-1.pot"
15 1.1 christos : ${XGETTEXT=xgettext}
16 1.1 christos ${XGETTEXT} -o xg-gl-1.pot empty.glade 2>/dev/null
17 1.1 christos test $? = 0 || {
18 1.1 christos echo "Skipping test: xgettext was built without Glade support"
19 1.1 christos rm -fr $tmpfiles; exit 77
20 1.1 christos }
21 1.1 christos
22 1.1 christos tmpfiles="$tmpfiles widgets.glade"
23 1.1 christos cat <<EOF > widgets.glade
24 1.1 christos <?xml version="1.0"?>
25 1.1 christos <GTK-Interface>
26 1.1 christos
27 1.1 christos <project>
28 1.1 christos <name>project1</name>
29 1.1 christos <directory></directory>
30 1.1 christos <source_directory>src</source_directory>
31 1.1 christos <pixmaps_directory></pixmaps_directory>
32 1.1 christos <language>C</language>
33 1.1 christos <gnome_support>True</gnome_support>
34 1.1 christos <gettext_support>True</gettext_support>
35 1.1 christos <use_widget_names>False</use_widget_names>
36 1.1 christos <output_main_file>True</output_main_file>
37 1.1 christos <output_support_files>True</output_support_files>
38 1.1 christos <output_build_files>True</output_build_files>
39 1.1 christos <backup_source_files>True</backup_source_files>
40 1.1 christos <main_source_file>interface.c</main_source_file>
41 1.1 christos <main_header_file>interface.h</main_header_file>
42 1.1 christos <handler_source_file>callbacks.c</handler_source_file>
43 1.1 christos <handler_header_file>callbacks.h</handler_header_file>
44 1.1 christos <support_source_file>support.c</support_source_file>
45 1.1 christos <support_header_file>support.h</support_header_file>
46 1.1 christos </project>
47 1.1 christos
48 1.1 christos <widget>
49 1.1 christos <class>GnomeApp</class>
50 1.1 christos <name>appwin</name>
51 1.1 christos <signal>
52 1.1 christos <name>destroy</name>
53 1.1 christos <handler>gtk_main_quit</handler>
54 1.1 christos <last_modification_time>Thu, 17 Jun 1999 15:06:07 GMT</last_modification_time>
55 1.1 christos </signal>
56 1.1 christos <title>Libglade-GNOME Test</title>
57 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
58 1.1 christos <position>GTK_WIN_POS_NONE</position>
59 1.1 christos <modal>False</modal>
60 1.1 christos <allow_shrink>False</allow_shrink>
61 1.1 christos <allow_grow>True</allow_grow>
62 1.1 christos <auto_shrink>False</auto_shrink>
63 1.1 christos <enable_layout_config>True</enable_layout_config>
64 1.1 christos
65 1.1 christos <widget>
66 1.1 christos <class>GnomeDock</class>
67 1.1 christos <child_name>GnomeApp:dock</child_name>
68 1.1 christos <name>dock1</name>
69 1.1 christos <allow_floating>True</allow_floating>
70 1.1 christos <child>
71 1.1 christos <padding>0</padding>
72 1.1 christos <expand>True</expand>
73 1.1 christos <fill>True</fill>
74 1.1 christos </child>
75 1.1 christos
76 1.1 christos <widget>
77 1.1 christos <class>GnomeDockItem</class>
78 1.1 christos <name>dockitem1</name>
79 1.1 christos <border_width>2</border_width>
80 1.1 christos <placement>GNOME_DOCK_TOP</placement>
81 1.1 christos <band>0</band>
82 1.1 christos <position>0</position>
83 1.1 christos <offset>0</offset>
84 1.1 christos <locked>False</locked>
85 1.1 christos <exclusive>False</exclusive>
86 1.1 christos <never_floating>False</never_floating>
87 1.1 christos <never_vertical>True</never_vertical>
88 1.1 christos <never_horizontal>False</never_horizontal>
89 1.1 christos <shadow_type>GTK_SHADOW_OUT</shadow_type>
90 1.1 christos
91 1.1 christos <widget>
92 1.1 christos <class>GtkMenuBar</class>
93 1.1 christos <name>menubar1</name>
94 1.1 christos <shadow_type>GTK_SHADOW_NONE</shadow_type>
95 1.1 christos
96 1.1 christos <widget>
97 1.1 christos <class>GtkMenuItem</class>
98 1.1 christos <name>file1</name>
99 1.1 christos <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
100 1.1 christos
101 1.1 christos <widget>
102 1.1 christos <class>GtkMenu</class>
103 1.1 christos <name>file1_menu</name>
104 1.1 christos
105 1.1 christos <widget>
106 1.1 christos <class>GtkPixmapMenuItem</class>
107 1.1 christos <name>open2</name>
108 1.1 christos <signal>
109 1.1 christos <name>activate</name>
110 1.1 christos <handler>gtk_widget_show</handler>
111 1.1 christos <object>filesel</object>
112 1.1 christos <last_modification_time>Thu, 17 Jun 1999 15:03:18 GMT</last_modification_time>
113 1.1 christos </signal>
114 1.1 christos <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
115 1.1 christos </widget>
116 1.1 christos
117 1.1 christos <widget>
118 1.1 christos <class>GtkMenuItem</class>
119 1.1 christos <name>show_tests1</name>
120 1.1 christos <signal>
121 1.1 christos <name>activate</name>
122 1.1 christos <handler>gtk_widget_show</handler>
123 1.1 christos <object>testwin</object>
124 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:52:01 GMT</last_modification_time>
125 1.1 christos </signal>
126 1.1 christos <label>Show _Tests</label>
127 1.1 christos <right_justify>False</right_justify>
128 1.1 christos </widget>
129 1.1 christos
130 1.1 christos <widget>
131 1.1 christos <class>GtkMenuItem</class>
132 1.1 christos <name>druid_test1</name>
133 1.1 christos <signal>
134 1.1 christos <name>activate</name>
135 1.1 christos <handler>gtk_widget_show</handler>
136 1.1 christos <object>druidwin</object>
137 1.1 christos <last_modification_time>Thu, 28 Oct 1999 15:53:37 GMT</last_modification_time>
138 1.1 christos </signal>
139 1.1 christos <label>Druid Test</label>
140 1.1 christos <right_justify>False</right_justify>
141 1.1 christos </widget>
142 1.1 christos
143 1.1 christos <widget>
144 1.1 christos <class>GtkMenuItem</class>
145 1.1 christos <name>separator2</name>
146 1.1 christos <right_justify>False</right_justify>
147 1.1 christos </widget>
148 1.1 christos
149 1.1 christos <widget>
150 1.1 christos <class>GtkPixmapMenuItem</class>
151 1.1 christos <name>exit1</name>
152 1.1 christos <signal>
153 1.1 christos <name>activate</name>
154 1.1 christos <handler>gtk_widget_show</handler>
155 1.1 christos <object>closebox</object>
156 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:44:23 GMT</last_modification_time>
157 1.1 christos </signal>
158 1.1 christos <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
159 1.1 christos </widget>
160 1.1 christos </widget>
161 1.1 christos </widget>
162 1.1 christos
163 1.1 christos <widget>
164 1.1 christos <class>GtkMenuItem</class>
165 1.1 christos <name>edit1</name>
166 1.1 christos <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>
167 1.1 christos
168 1.1 christos <widget>
169 1.1 christos <class>GtkMenu</class>
170 1.1 christos <name>edit1_menu</name>
171 1.1 christos
172 1.1 christos <widget>
173 1.1 christos <class>GtkPixmapMenuItem</class>
174 1.1 christos <name>undo1</name>
175 1.1 christos <stock_item>GNOMEUIINFO_MENU_UNDO_ITEM</stock_item>
176 1.1 christos </widget>
177 1.1 christos
178 1.1 christos <widget>
179 1.1 christos <class>GtkPixmapMenuItem</class>
180 1.1 christos <name>redo1</name>
181 1.1 christos <stock_item>GNOMEUIINFO_MENU_REDO_ITEM</stock_item>
182 1.1 christos </widget>
183 1.1 christos
184 1.1 christos <widget>
185 1.1 christos <class>GtkMenuItem</class>
186 1.1 christos <name>separator3</name>
187 1.1 christos <right_justify>False</right_justify>
188 1.1 christos </widget>
189 1.1 christos
190 1.1 christos <widget>
191 1.1 christos <class>GtkPixmapMenuItem</class>
192 1.1 christos <name>cut1</name>
193 1.1 christos <signal>
194 1.1 christos <name>activate</name>
195 1.1 christos <handler>gtk_editable_cut_clipboard</handler>
196 1.1 christos <object>textbox</object>
197 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:34:00 GMT</last_modification_time>
198 1.1 christos </signal>
199 1.1 christos <stock_item>GNOMEUIINFO_MENU_CUT_ITEM</stock_item>
200 1.1 christos </widget>
201 1.1 christos
202 1.1 christos <widget>
203 1.1 christos <class>GtkPixmapMenuItem</class>
204 1.1 christos <name>copy1</name>
205 1.1 christos <signal>
206 1.1 christos <name>activate</name>
207 1.1 christos <handler>gtk_editable_copy_clipboard</handler>
208 1.1 christos <object>textbox</object>
209 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:34:21 GMT</last_modification_time>
210 1.1 christos </signal>
211 1.1 christos <stock_item>GNOMEUIINFO_MENU_COPY_ITEM</stock_item>
212 1.1 christos </widget>
213 1.1 christos
214 1.1 christos <widget>
215 1.1 christos <class>GtkPixmapMenuItem</class>
216 1.1 christos <name>paste1</name>
217 1.1 christos <signal>
218 1.1 christos <name>activate</name>
219 1.1 christos <handler>gtk_editable_paste_clipboard</handler>
220 1.1 christos <object>textbox</object>
221 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:34:47 GMT</last_modification_time>
222 1.1 christos </signal>
223 1.1 christos <stock_item>GNOMEUIINFO_MENU_PASTE_ITEM</stock_item>
224 1.1 christos </widget>
225 1.1 christos
226 1.1 christos <widget>
227 1.1 christos <class>GtkPixmapMenuItem</class>
228 1.1 christos <name>clear1</name>
229 1.1 christos <signal>
230 1.1 christos <name>activate</name>
231 1.1 christos <handler>gtk_editable_delete_selection</handler>
232 1.1 christos <object>textbox</object>
233 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:35:04 GMT</last_modification_time>
234 1.1 christos </signal>
235 1.1 christos <stock_item>GNOMEUIINFO_MENU_CLEAR_ITEM</stock_item>
236 1.1 christos </widget>
237 1.1 christos </widget>
238 1.1 christos </widget>
239 1.1 christos
240 1.1 christos <widget>
241 1.1 christos <class>GtkMenuItem</class>
242 1.1 christos <name>settings1</name>
243 1.1 christos <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
244 1.1 christos
245 1.1 christos <widget>
246 1.1 christos <class>GtkMenu</class>
247 1.1 christos <name>settings1_menu</name>
248 1.1 christos
249 1.1 christos <widget>
250 1.1 christos <class>GtkPixmapMenuItem</class>
251 1.1 christos <name>preferences1</name>
252 1.1 christos <signal>
253 1.1 christos <name>activate</name>
254 1.1 christos <handler>gtk_widget_show</handler>
255 1.1 christos <object>propbox</object>
256 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:29:36 GMT</last_modification_time>
257 1.1 christos </signal>
258 1.1 christos <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
259 1.1 christos </widget>
260 1.1 christos </widget>
261 1.1 christos </widget>
262 1.1 christos
263 1.1 christos <widget>
264 1.1 christos <class>GtkMenuItem</class>
265 1.1 christos <name>help1</name>
266 1.1 christos <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
267 1.1 christos
268 1.1 christos <widget>
269 1.1 christos <class>GtkMenu</class>
270 1.1 christos <name>help1_menu</name>
271 1.1 christos
272 1.1 christos <widget>
273 1.1 christos <class>GtkPixmapMenuItem</class>
274 1.1 christos <name>about1</name>
275 1.1 christos <signal>
276 1.1 christos <name>activate</name>
277 1.1 christos <handler>gtk_widget_show</handler>
278 1.1 christos <object>aboutwin</object>
279 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:38:13 GMT</last_modification_time>
280 1.1 christos </signal>
281 1.1 christos <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
282 1.1 christos </widget>
283 1.1 christos </widget>
284 1.1 christos </widget>
285 1.1 christos </widget>
286 1.1 christos </widget>
287 1.1 christos
288 1.1 christos <widget>
289 1.1 christos <class>GnomeDockItem</class>
290 1.1 christos <name>dockitem2</name>
291 1.1 christos <border_width>1</border_width>
292 1.1 christos <placement>GNOME_DOCK_TOP</placement>
293 1.1 christos <band>1</band>
294 1.1 christos <position>0</position>
295 1.1 christos <offset>0</offset>
296 1.1 christos <locked>False</locked>
297 1.1 christos <exclusive>False</exclusive>
298 1.1 christos <never_floating>False</never_floating>
299 1.1 christos <never_vertical>False</never_vertical>
300 1.1 christos <never_horizontal>False</never_horizontal>
301 1.1 christos <shadow_type>GTK_SHADOW_OUT</shadow_type>
302 1.1 christos
303 1.1 christos <widget>
304 1.1 christos <class>GtkToolbar</class>
305 1.1 christos <name>toolbar1</name>
306 1.1 christos <border_width>1</border_width>
307 1.1 christos <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
308 1.1 christos <type>GTK_TOOLBAR_BOTH</type>
309 1.1 christos <space_size>16</space_size>
310 1.1 christos <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
311 1.1 christos <relief>GTK_RELIEF_NONE</relief>
312 1.1 christos <tooltips>True</tooltips>
313 1.1 christos
314 1.1 christos <widget>
315 1.1 christos <class>GtkButton</class>
316 1.1 christos <child_name>Toolbar:button</child_name>
317 1.1 christos <name>button1</name>
318 1.1 christos <label>New</label>
319 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_NEW</stock_pixmap>
320 1.1 christos </widget>
321 1.1 christos
322 1.1 christos <widget>
323 1.1 christos <class>GtkButton</class>
324 1.1 christos <child_name>Toolbar:button</child_name>
325 1.1 christos <name>button2</name>
326 1.1 christos <label>Open</label>
327 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
328 1.1 christos </widget>
329 1.1 christos
330 1.1 christos <widget>
331 1.1 christos <class>GtkButton</class>
332 1.1 christos <child_name>Toolbar:button</child_name>
333 1.1 christos <name>button3</name>
334 1.1 christos <label>Save</label>
335 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_SAVE</stock_pixmap>
336 1.1 christos </widget>
337 1.1 christos
338 1.1 christos <widget>
339 1.1 christos <class>GtkButton</class>
340 1.1 christos <child_name>Toolbar:button</child_name>
341 1.1 christos <name>button4</name>
342 1.1 christos <signal>
343 1.1 christos <name>clicked</name>
344 1.1 christos <handler>gtk_editable_cut_clipboard</handler>
345 1.1 christos <object>textbox</object>
346 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:31:19 GMT</last_modification_time>
347 1.1 christos </signal>
348 1.1 christos <label>Cut</label>
349 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_CUT</stock_pixmap>
350 1.1 christos <child>
351 1.1 christos <new_group>True</new_group>
352 1.1 christos </child>
353 1.1 christos </widget>
354 1.1 christos
355 1.1 christos <widget>
356 1.1 christos <class>GtkButton</class>
357 1.1 christos <child_name>Toolbar:button</child_name>
358 1.1 christos <name>button5</name>
359 1.1 christos <signal>
360 1.1 christos <name>clicked</name>
361 1.1 christos <handler>gtk_editable_copy_clipboard</handler>
362 1.1 christos <object>textbox</object>
363 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:32:16 GMT</last_modification_time>
364 1.1 christos </signal>
365 1.1 christos <label>Copy</label>
366 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_COPY</stock_pixmap>
367 1.1 christos </widget>
368 1.1 christos
369 1.1 christos <widget>
370 1.1 christos <class>GtkButton</class>
371 1.1 christos <child_name>Toolbar:button</child_name>
372 1.1 christos <name>button6</name>
373 1.1 christos <signal>
374 1.1 christos <name>clicked</name>
375 1.1 christos <handler>gtk_editable_paste_clipboard</handler>
376 1.1 christos <object>textbox</object>
377 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:33:13 GMT</last_modification_time>
378 1.1 christos </signal>
379 1.1 christos <label>Paste</label>
380 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_PASTE</stock_pixmap>
381 1.1 christos </widget>
382 1.1 christos
383 1.1 christos <widget>
384 1.1 christos <class>GtkButton</class>
385 1.1 christos <child_name>Toolbar:button</child_name>
386 1.1 christos <name>button7</name>
387 1.1 christos <signal>
388 1.1 christos <name>clicked</name>
389 1.1 christos <handler>gtk_editable_delete_selection</handler>
390 1.1 christos <object>textbox</object>
391 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:33:30 GMT</last_modification_time>
392 1.1 christos </signal>
393 1.1 christos <label>Clear</label>
394 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_CLEAR</stock_pixmap>
395 1.1 christos </widget>
396 1.1 christos
397 1.1 christos <widget>
398 1.1 christos <class>GtkToggleButton</class>
399 1.1 christos <child_name>Toolbar:button</child_name>
400 1.1 christos <name>togglebutton1</name>
401 1.1 christos <label>Tog</label>
402 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_ATTACH</stock_pixmap>
403 1.1 christos <active>False</active>
404 1.1 christos <child>
405 1.1 christos <new_group>True</new_group>
406 1.1 christos </child>
407 1.1 christos </widget>
408 1.1 christos </widget>
409 1.1 christos </widget>
410 1.1 christos
411 1.1 christos <widget>
412 1.1 christos <class>GtkText</class>
413 1.1 christos <child_name>GnomeDock:contents</child_name>
414 1.1 christos <name>textbox</name>
415 1.1 christos <can_focus>True</can_focus>
416 1.1 christos <has_focus>True</has_focus>
417 1.1 christos <editable>True</editable>
418 1.1 christos <text>The cut copy paste and clear buttons should work correctly.</text>
419 1.1 christos </widget>
420 1.1 christos </widget>
421 1.1 christos
422 1.1 christos <widget>
423 1.1 christos <class>GnomeAppBar</class>
424 1.1 christos <child_name>GnomeApp:appbar</child_name>
425 1.1 christos <name>appbar1</name>
426 1.1 christos <has_progress>False</has_progress>
427 1.1 christos <has_status>True</has_status>
428 1.1 christos <child>
429 1.1 christos <padding>0</padding>
430 1.1 christos <expand>True</expand>
431 1.1 christos <fill>True</fill>
432 1.1 christos </child>
433 1.1 christos </widget>
434 1.1 christos </widget>
435 1.1 christos
436 1.1 christos <widget>
437 1.1 christos <class>GnomeAbout</class>
438 1.1 christos <name>aboutwin</name>
439 1.1 christos <visible>False</visible>
440 1.1 christos <signal>
441 1.1 christos <name>clicked</name>
442 1.1 christos <handler>gtk_widget_hide</handler>
443 1.1 christos <last_modification_time>Thu, 17 Jun 1999 07:37:41 GMT</last_modification_time>
444 1.1 christos </signal>
445 1.1 christos <modal>True</modal>
446 1.1 christos <copyright>Copyright (C) 1999</copyright>
447 1.1 christos <authors>James Henstridge <james@daa.com.au>
448 1.1 christos </authors>
449 1.1 christos <comments>A simple program demonstrating what is possible with GNOME and
450 1.1 christos libglade. This interface has been coded entirely with GLADE, and
451 1.1 christos no C code specific to this interface has been written.</comments>
452 1.1 christos </widget>
453 1.1 christos
454 1.1 christos <widget>
455 1.1 christos <class>GnomeMessageBox</class>
456 1.1 christos <name>closebox</name>
457 1.1 christos <visible>False</visible>
458 1.1 christos <message_box_type>GNOME_MESSAGE_BOX_QUESTION</message_box_type>
459 1.1 christos <message>Are you sure you want to quit
460 1.1 christos the application?</message>
461 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
462 1.1 christos <position>GTK_WIN_POS_NONE</position>
463 1.1 christos <modal>False</modal>
464 1.1 christos <allow_shrink>False</allow_shrink>
465 1.1 christos <allow_grow>False</allow_grow>
466 1.1 christos <auto_shrink>False</auto_shrink>
467 1.1 christos <auto_close>True</auto_close>
468 1.1 christos <hide_on_close>False</hide_on_close>
469 1.1 christos
470 1.1 christos <widget>
471 1.1 christos <class>GtkVBox</class>
472 1.1 christos <child_name>GnomeDialog:vbox</child_name>
473 1.1 christos <name>dialog-vbox1</name>
474 1.1 christos <homogeneous>False</homogeneous>
475 1.1 christos <spacing>8</spacing>
476 1.1 christos <child>
477 1.1 christos <padding>4</padding>
478 1.1 christos <expand>True</expand>
479 1.1 christos <fill>True</fill>
480 1.1 christos </child>
481 1.1 christos
482 1.1 christos <widget>
483 1.1 christos <class>GtkHButtonBox</class>
484 1.1 christos <child_name>GnomeDialog:action_area</child_name>
485 1.1 christos <name>dialog-action_area1</name>
486 1.1 christos <layout_style>GTK_BUTTONBOX_END</layout_style>
487 1.1 christos <spacing>8</spacing>
488 1.1 christos <child_min_width>85</child_min_width>
489 1.1 christos <child_min_height>27</child_min_height>
490 1.1 christos <child_ipad_x>7</child_ipad_x>
491 1.1 christos <child_ipad_y>0</child_ipad_y>
492 1.1 christos <child>
493 1.1 christos <padding>0</padding>
494 1.1 christos <expand>False</expand>
495 1.1 christos <fill>True</fill>
496 1.1 christos <pack>GTK_PACK_END</pack>
497 1.1 christos </child>
498 1.1 christos
499 1.1 christos <widget>
500 1.1 christos <class>GtkButton</class>
501 1.1 christos <name>button8</name>
502 1.1 christos <can_default>True</can_default>
503 1.1 christos <can_focus>True</can_focus>
504 1.1 christos <signal>
505 1.1 christos <name>clicked</name>
506 1.1 christos <handler>gtk_main_quit</handler>
507 1.1 christos <last_modification_time>Sat, 19 Jun 1999 13:56:42 GMT</last_modification_time>
508 1.1 christos </signal>
509 1.1 christos <stock_button>GNOME_STOCK_BUTTON_YES</stock_button>
510 1.1 christos </widget>
511 1.1 christos
512 1.1 christos <widget>
513 1.1 christos <class>GtkButton</class>
514 1.1 christos <name>button9</name>
515 1.1 christos <can_default>True</can_default>
516 1.1 christos <can_focus>True</can_focus>
517 1.1 christos <signal>
518 1.1 christos <name>clicked</name>
519 1.1 christos <handler>gtk_widget_hide</handler>
520 1.1 christos <object>closebox</object>
521 1.1 christos <last_modification_time>Sat, 19 Jun 1999 13:56:56 GMT</last_modification_time>
522 1.1 christos </signal>
523 1.1 christos <stock_button>GNOME_STOCK_BUTTON_NO</stock_button>
524 1.1 christos </widget>
525 1.1 christos
526 1.1 christos <widget>
527 1.1 christos <class>GtkButton</class>
528 1.1 christos <name>button11</name>
529 1.1 christos <can_default>True</can_default>
530 1.1 christos <can_focus>True</can_focus>
531 1.1 christos <label>X</label>
532 1.1 christos <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
533 1.1 christos </widget>
534 1.1 christos </widget>
535 1.1 christos </widget>
536 1.1 christos </widget>
537 1.1 christos
538 1.1 christos <widget>
539 1.1 christos <class>GtkWindow</class>
540 1.1 christos <name>testwin</name>
541 1.1 christos <visible>False</visible>
542 1.1 christos <signal>
543 1.1 christos <name>delete_event</name>
544 1.1 christos <handler>gtk_widget_hide</handler>
545 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:53:15 GMT</last_modification_time>
546 1.1 christos </signal>
547 1.1 christos <signal>
548 1.1 christos <name>delete_event</name>
549 1.1 christos <handler>gtk_true</handler>
550 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:53:29 GMT</last_modification_time>
551 1.1 christos </signal>
552 1.1 christos <title>Widget Tests</title>
553 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
554 1.1 christos <position>GTK_WIN_POS_NONE</position>
555 1.1 christos <modal>False</modal>
556 1.1 christos <allow_shrink>False</allow_shrink>
557 1.1 christos <allow_grow>True</allow_grow>
558 1.1 christos <auto_shrink>False</auto_shrink>
559 1.1 christos
560 1.1 christos <widget>
561 1.1 christos <class>GtkNotebook</class>
562 1.1 christos <name>notebook1</name>
563 1.1 christos <can_focus>True</can_focus>
564 1.1 christos <show_tabs>True</show_tabs>
565 1.1 christos <show_border>True</show_border>
566 1.1 christos <tab_pos>GTK_POS_TOP</tab_pos>
567 1.1 christos <scrollable>True</scrollable>
568 1.1 christos <tab_hborder>2</tab_hborder>
569 1.1 christos <tab_vborder>2</tab_vborder>
570 1.1 christos <popup_enable>False</popup_enable>
571 1.1 christos
572 1.1 christos <widget>
573 1.1 christos <class>GnomeColorPicker</class>
574 1.1 christos <name>colorpicker1</name>
575 1.1 christos <border_width>100</border_width>
576 1.1 christos <can_focus>True</can_focus>
577 1.1 christos <dither>True</dither>
578 1.1 christos <use_alpha>False</use_alpha>
579 1.1 christos <title>Pick a colour</title>
580 1.1 christos <tooltip>Pick a colour</tooltip>
581 1.1 christos </widget>
582 1.1 christos
583 1.1 christos <widget>
584 1.1 christos <class>GtkLabel</class>
585 1.1 christos <child_name>Notebook:tab</child_name>
586 1.1 christos <name>label1</name>
587 1.1 christos <label>Colour Picker</label>
588 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
589 1.1 christos <wrap>False</wrap>
590 1.1 christos <xalign>0.5</xalign>
591 1.1 christos <yalign>0.5</yalign>
592 1.1 christos <xpad>0</xpad>
593 1.1 christos <ypad>0</ypad>
594 1.1 christos </widget>
595 1.1 christos
596 1.1 christos <widget>
597 1.1 christos <class>GnomeFontPicker</class>
598 1.1 christos <name>fontpicker1</name>
599 1.1 christos <border_width>75</border_width>
600 1.1 christos <can_focus>True</can_focus>
601 1.1 christos <title>Pick a Font</title>
602 1.1 christos <preview_text>AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz</preview_text>
603 1.1 christos <mode>GNOME_FONT_PICKER_MODE_FONT_INFO</mode>
604 1.1 christos <show_size>True</show_size>
605 1.1 christos <use_font>True</use_font>
606 1.1 christos <use_font_size>14</use_font_size>
607 1.1 christos </widget>
608 1.1 christos
609 1.1 christos <widget>
610 1.1 christos <class>GtkLabel</class>
611 1.1 christos <child_name>Notebook:tab</child_name>
612 1.1 christos <name>label2</name>
613 1.1 christos <label>Font Picker</label>
614 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
615 1.1 christos <wrap>False</wrap>
616 1.1 christos <xalign>0.5</xalign>
617 1.1 christos <yalign>0.5</yalign>
618 1.1 christos <xpad>0</xpad>
619 1.1 christos <ypad>0</ypad>
620 1.1 christos </widget>
621 1.1 christos
622 1.1 christos <widget>
623 1.1 christos <class>GnomeIconEntry</class>
624 1.1 christos <name>iconentry1</name>
625 1.1 christos <!-- The welcome greeting -->
626 1.1 christos <title>Hello</title>
627 1.1 christos <history_id>iconent_hist</history_id>
628 1.1 christos <max_saved>10</max_saved>
629 1.1 christos </widget>
630 1.1 christos
631 1.1 christos <widget>
632 1.1 christos <class>GtkLabel</class>
633 1.1 christos <child_name>Notebook:tab</child_name>
634 1.1 christos <name>label3</name>
635 1.1 christos <label>Icon Sel</label>
636 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
637 1.1 christos <wrap>False</wrap>
638 1.1 christos <xalign>0.5</xalign>
639 1.1 christos <yalign>0.5</yalign>
640 1.1 christos <xpad>0</xpad>
641 1.1 christos <ypad>0</ypad>
642 1.1 christos </widget>
643 1.1 christos
644 1.1 christos <widget>
645 1.1 christos <class>GnomeHRef</class>
646 1.1 christos <name>href1</name>
647 1.1 christos <border_width>150</border_width>
648 1.1 christos <can_focus>True</can_focus>
649 1.1 christos <url>http://www.daa.com.au/~james/gnome/</url>
650 1.1 christos <label>My Gnome Site</label>
651 1.1 christos </widget>
652 1.1 christos
653 1.1 christos <widget>
654 1.1 christos <class>GtkLabel</class>
655 1.1 christos <child_name>Notebook:tab</child_name>
656 1.1 christos <name>label4</name>
657 1.1 christos <label>HRef</label>
658 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
659 1.1 christos <wrap>False</wrap>
660 1.1 christos <xalign>0.5</xalign>
661 1.1 christos <yalign>0.5</yalign>
662 1.1 christos <xpad>0</xpad>
663 1.1 christos <ypad>0</ypad>
664 1.1 christos </widget>
665 1.1 christos
666 1.1 christos <widget>
667 1.1 christos <class>GnomeEntry</class>
668 1.1 christos <name>entry1</name>
669 1.1 christos <history_id>EntTest</history_id>
670 1.1 christos <max_saved>10</max_saved>
671 1.1 christos
672 1.1 christos <widget>
673 1.1 christos <class>GtkEntry</class>
674 1.1 christos <child_name>GnomeEntry:entry</child_name>
675 1.1 christos <name>entry2</name>
676 1.1 christos <can_focus>True</can_focus>
677 1.1 christos <editable>True</editable>
678 1.1 christos <text_visible>True</text_visible>
679 1.1 christos <text_max_length>0</text_max_length>
680 1.1 christos <text></text>
681 1.1 christos </widget>
682 1.1 christos </widget>
683 1.1 christos
684 1.1 christos <widget>
685 1.1 christos <class>GtkLabel</class>
686 1.1 christos <child_name>Notebook:tab</child_name>
687 1.1 christos <name>label5</name>
688 1.1 christos <label>Entry</label>
689 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
690 1.1 christos <wrap>False</wrap>
691 1.1 christos <xalign>0.5</xalign>
692 1.1 christos <yalign>0.5</yalign>
693 1.1 christos <xpad>0</xpad>
694 1.1 christos <ypad>0</ypad>
695 1.1 christos </widget>
696 1.1 christos
697 1.1 christos <widget>
698 1.1 christos <class>GnomeFileEntry</class>
699 1.1 christos <name>fileentry1</name>
700 1.1 christos <border_width>50</border_width>
701 1.1 christos <history_id>FileEntTest</history_id>
702 1.1 christos <max_saved>10</max_saved>
703 1.1 christos <directory>False</directory>
704 1.1 christos <modal>False</modal>
705 1.1 christos
706 1.1 christos <widget>
707 1.1 christos <class>GtkEntry</class>
708 1.1 christos <child_name>GnomeEntry:entry</child_name>
709 1.1 christos <name>entry3</name>
710 1.1 christos <can_focus>True</can_focus>
711 1.1 christos <editable>True</editable>
712 1.1 christos <text_visible>True</text_visible>
713 1.1 christos <text_max_length>0</text_max_length>
714 1.1 christos <text></text>
715 1.1 christos </widget>
716 1.1 christos </widget>
717 1.1 christos
718 1.1 christos <widget>
719 1.1 christos <class>GtkLabel</class>
720 1.1 christos <child_name>Notebook:tab</child_name>
721 1.1 christos <name>label6</name>
722 1.1 christos <label>File Entry</label>
723 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
724 1.1 christos <wrap>False</wrap>
725 1.1 christos <xalign>0.5</xalign>
726 1.1 christos <yalign>0.5</yalign>
727 1.1 christos <xpad>0</xpad>
728 1.1 christos <ypad>0</ypad>
729 1.1 christos </widget>
730 1.1 christos
731 1.1 christos <widget>
732 1.1 christos <class>GtkDial</class>
733 1.1 christos <name>dial1</name>
734 1.1 christos <view_only>False</view_only>
735 1.1 christos <update_policy>GTK_UPDATE_CONTINUOUS</update_policy>
736 1.1 christos <value>0</value>
737 1.1 christos <lower>0</lower>
738 1.1 christos <upper>100</upper>
739 1.1 christos <step>0</step>
740 1.1 christos <page>0</page>
741 1.1 christos <page_size>0</page_size>
742 1.1 christos </widget>
743 1.1 christos
744 1.1 christos <widget>
745 1.1 christos <class>GtkLabel</class>
746 1.1 christos <child_name>Notebook:tab</child_name>
747 1.1 christos <name>label7</name>
748 1.1 christos <label>Dial</label>
749 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
750 1.1 christos <wrap>False</wrap>
751 1.1 christos <xalign>0.5</xalign>
752 1.1 christos <yalign>0.5</yalign>
753 1.1 christos <xpad>0</xpad>
754 1.1 christos <ypad>0</ypad>
755 1.1 christos </widget>
756 1.1 christos
757 1.1 christos <widget>
758 1.1 christos <class>GtkClock</class>
759 1.1 christos <name>clock1</name>
760 1.1 christos <!-- This comment is ignored. -->
761 1.1 christos <type>GTK_CLOCK_REALTIME</type>
762 1.1 christos <!-- This is a comment for the translators. -->
763 1.1 christos <!-- This should be an strftime format,
764 1.1 christos as described in the strftime(3) manual page. -->
765 1.1 christos <format>%H:%M</format>
766 1.1 christos <seconds>0</seconds>
767 1.1 christos <interval>60</interval>
768 1.1 christos </widget>
769 1.1 christos
770 1.1 christos <widget>
771 1.1 christos <class>GtkLabel</class>
772 1.1 christos <child_name>Notebook:tab</child_name>
773 1.1 christos <name>label8</name>
774 1.1 christos <label>Clock</label>
775 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
776 1.1 christos <wrap>False</wrap>
777 1.1 christos <xalign>0.5</xalign>
778 1.1 christos <yalign>0.5</yalign>
779 1.1 christos <xpad>0</xpad>
780 1.1 christos <ypad>0</ypad>
781 1.1 christos </widget>
782 1.1 christos
783 1.1 christos <widget>
784 1.1 christos <class>GnomeAnimator</class>
785 1.1 christos <name>animator1</name>
786 1.1 christos <width>0</width>
787 1.1 christos <height>0</height>
788 1.1 christos <loop_type>GNOME_ANIMATOR_LOOP_NONE</loop_type>
789 1.1 christos <playback_direction>False</playback_direction>
790 1.1 christos <playback_speed>1</playback_speed>
791 1.1 christos </widget>
792 1.1 christos
793 1.1 christos <widget>
794 1.1 christos <class>GtkLabel</class>
795 1.1 christos <child_name>Notebook:tab</child_name>
796 1.1 christos <name>label9</name>
797 1.1 christos <label>Animator</label>
798 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
799 1.1 christos <wrap>False</wrap>
800 1.1 christos <xalign>0.5</xalign>
801 1.1 christos <yalign>0.5</yalign>
802 1.1 christos <xpad>0</xpad>
803 1.1 christos <ypad>0</ypad>
804 1.1 christos </widget>
805 1.1 christos
806 1.1 christos <widget>
807 1.1 christos <class>GnomeCalculator</class>
808 1.1 christos <name>calculator1</name>
809 1.1 christos </widget>
810 1.1 christos
811 1.1 christos <widget>
812 1.1 christos <class>GtkLabel</class>
813 1.1 christos <child_name>Notebook:tab</child_name>
814 1.1 christos <name>label10</name>
815 1.1 christos <label>Calculator</label>
816 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
817 1.1 christos <wrap>False</wrap>
818 1.1 christos <xalign>0.5</xalign>
819 1.1 christos <yalign>0.5</yalign>
820 1.1 christos <xpad>0</xpad>
821 1.1 christos <ypad>0</ypad>
822 1.1 christos </widget>
823 1.1 christos
824 1.1 christos <widget>
825 1.1 christos <class>GnomeLess</class>
826 1.1 christos <name>less1</name>
827 1.1 christos <font>-b&h-lucidatypewriter-bold-r-normal-*-*-140-*-*-m-*-iso8859-1</font>
828 1.1 christos </widget>
829 1.1 christos
830 1.1 christos <widget>
831 1.1 christos <class>GtkLabel</class>
832 1.1 christos <child_name>Notebook:tab</child_name>
833 1.1 christos <name>label11</name>
834 1.1 christos <label>Less</label>
835 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
836 1.1 christos <wrap>False</wrap>
837 1.1 christos <xalign>0.5</xalign>
838 1.1 christos <yalign>0.5</yalign>
839 1.1 christos <xpad>0</xpad>
840 1.1 christos <ypad>0</ypad>
841 1.1 christos </widget>
842 1.1 christos
843 1.1 christos <widget>
844 1.1 christos <class>GnomePaperSelector</class>
845 1.1 christos <name>paperselector1</name>
846 1.1 christos <border_width>50</border_width>
847 1.1 christos </widget>
848 1.1 christos
849 1.1 christos <widget>
850 1.1 christos <class>GtkLabel</class>
851 1.1 christos <child_name>Notebook:tab</child_name>
852 1.1 christos <name>label12</name>
853 1.1 christos <label>PaperSel</label>
854 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
855 1.1 christos <wrap>False</wrap>
856 1.1 christos <xalign>0.5</xalign>
857 1.1 christos <yalign>0.5</yalign>
858 1.1 christos <xpad>0</xpad>
859 1.1 christos <ypad>0</ypad>
860 1.1 christos </widget>
861 1.1 christos
862 1.1 christos <widget>
863 1.1 christos <class>GnomeSpell</class>
864 1.1 christos <name>spell1</name>
865 1.1 christos </widget>
866 1.1 christos
867 1.1 christos <widget>
868 1.1 christos <class>GtkLabel</class>
869 1.1 christos <child_name>Notebook:tab</child_name>
870 1.1 christos <name>label13</name>
871 1.1 christos <label>GnomeSpell</label>
872 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
873 1.1 christos <wrap>False</wrap>
874 1.1 christos <xalign>0.5</xalign>
875 1.1 christos <yalign>0.5</yalign>
876 1.1 christos <xpad>0</xpad>
877 1.1 christos <ypad>0</ypad>
878 1.1 christos </widget>
879 1.1 christos </widget>
880 1.1 christos </widget>
881 1.1 christos
882 1.1 christos <widget>
883 1.1 christos <class>GtkFileSelection</class>
884 1.1 christos <name>filesel</name>
885 1.1 christos <border_width>10</border_width>
886 1.1 christos <visible>False</visible>
887 1.1 christos <signal>
888 1.1 christos <name>delete_event</name>
889 1.1 christos <handler>gtk_widget_hide</handler>
890 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:58:58 GMT</last_modification_time>
891 1.1 christos </signal>
892 1.1 christos <signal>
893 1.1 christos <name>delete_event</name>
894 1.1 christos <handler>gtk_true</handler>
895 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:59:07 GMT</last_modification_time>
896 1.1 christos </signal>
897 1.1 christos <title>Select File</title>
898 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
899 1.1 christos <position>GTK_WIN_POS_NONE</position>
900 1.1 christos <modal>False</modal>
901 1.1 christos <allow_shrink>False</allow_shrink>
902 1.1 christos <allow_grow>True</allow_grow>
903 1.1 christos <auto_shrink>False</auto_shrink>
904 1.1 christos <show_file_op_buttons>True</show_file_op_buttons>
905 1.1 christos
906 1.1 christos <widget>
907 1.1 christos <class>GtkButton</class>
908 1.1 christos <child_name>FileSel:ok_button</child_name>
909 1.1 christos <name>ok_button1</name>
910 1.1 christos <can_default>True</can_default>
911 1.1 christos <can_focus>True</can_focus>
912 1.1 christos <signal>
913 1.1 christos <name>clicked</name>
914 1.1 christos <handler>gtk_widget_hide</handler>
915 1.1 christos <object>filesel</object>
916 1.1 christos <last_modification_time>Thu, 17 Jun 1999 15:02:33 GMT</last_modification_time>
917 1.1 christos </signal>
918 1.1 christos <signal>
919 1.1 christos <name>clicked</name>
920 1.1 christos <handler>gtk_widget_show</handler>
921 1.1 christos <object>msgdialog</object>
922 1.1 christos <last_modification_time>Thu, 17 Jun 1999 15:02:51 GMT</last_modification_time>
923 1.1 christos </signal>
924 1.1 christos <label>OK</label>
925 1.1 christos </widget>
926 1.1 christos
927 1.1 christos <widget>
928 1.1 christos <class>GtkButton</class>
929 1.1 christos <child_name>FileSel:cancel_button</child_name>
930 1.1 christos <name>cancel_button1</name>
931 1.1 christos <can_default>True</can_default>
932 1.1 christos <has_default>True</has_default>
933 1.1 christos <can_focus>True</can_focus>
934 1.1 christos <signal>
935 1.1 christos <name>clicked</name>
936 1.1 christos <handler>gtk_widget_hide</handler>
937 1.1 christos <object>filesel</object>
938 1.1 christos <last_modification_time>Thu, 17 Jun 1999 14:59:25 GMT</last_modification_time>
939 1.1 christos </signal>
940 1.1 christos <label>Cancel</label>
941 1.1 christos </widget>
942 1.1 christos </widget>
943 1.1 christos
944 1.1 christos <widget>
945 1.1 christos <class>GnomeDialog</class>
946 1.1 christos <name>msgdialog</name>
947 1.1 christos <visible>False</visible>
948 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
949 1.1 christos <position>GTK_WIN_POS_NONE</position>
950 1.1 christos <modal>False</modal>
951 1.1 christos <allow_shrink>False</allow_shrink>
952 1.1 christos <allow_grow>False</allow_grow>
953 1.1 christos <auto_shrink>False</auto_shrink>
954 1.1 christos <auto_close>True</auto_close>
955 1.1 christos <hide_on_close>True</hide_on_close>
956 1.1 christos
957 1.1 christos <widget>
958 1.1 christos <class>GtkVBox</class>
959 1.1 christos <child_name>GnomeDialog:vbox</child_name>
960 1.1 christos <name>dialog-vbox2</name>
961 1.1 christos <homogeneous>False</homogeneous>
962 1.1 christos <spacing>8</spacing>
963 1.1 christos <child>
964 1.1 christos <padding>4</padding>
965 1.1 christos <expand>True</expand>
966 1.1 christos <fill>True</fill>
967 1.1 christos </child>
968 1.1 christos
969 1.1 christos <widget>
970 1.1 christos <class>GtkLabel</class>
971 1.1 christos <name>label14</name>
972 1.1 christos <label>If this was a real application, clicking on the
973 1.1 christos OK button would probably have done something
974 1.1 christos useful, rather than just displaying this dialog.</label>
975 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
976 1.1 christos <wrap>False</wrap>
977 1.1 christos <xalign>0.5</xalign>
978 1.1 christos <yalign>0.5</yalign>
979 1.1 christos <xpad>0</xpad>
980 1.1 christos <ypad>0</ypad>
981 1.1 christos <child>
982 1.1 christos <padding>0</padding>
983 1.1 christos <expand>False</expand>
984 1.1 christos <fill>False</fill>
985 1.1 christos </child>
986 1.1 christos </widget>
987 1.1 christos
988 1.1 christos <widget>
989 1.1 christos <class>GtkHButtonBox</class>
990 1.1 christos <child_name>GnomeDialog:action_area</child_name>
991 1.1 christos <name>dialog-action_area2</name>
992 1.1 christos <layout_style>GTK_BUTTONBOX_END</layout_style>
993 1.1 christos <spacing>8</spacing>
994 1.1 christos <child_min_width>85</child_min_width>
995 1.1 christos <child_min_height>27</child_min_height>
996 1.1 christos <child_ipad_x>7</child_ipad_x>
997 1.1 christos <child_ipad_y>0</child_ipad_y>
998 1.1 christos <child>
999 1.1 christos <padding>0</padding>
1000 1.1 christos <expand>False</expand>
1001 1.1 christos <fill>True</fill>
1002 1.1 christos <pack>GTK_PACK_END</pack>
1003 1.1 christos </child>
1004 1.1 christos
1005 1.1 christos <widget>
1006 1.1 christos <class>GtkButton</class>
1007 1.1 christos <name>button10</name>
1008 1.1 christos <can_default>True</can_default>
1009 1.1 christos <can_focus>True</can_focus>
1010 1.1 christos <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1011 1.1 christos </widget>
1012 1.1 christos
1013 1.1 christos <widget>
1014 1.1 christos <class>GtkButton</class>
1015 1.1 christos <name>button10</name>
1016 1.1 christos <can_default>True</can_default>
1017 1.1 christos <can_focus>True</can_focus>
1018 1.1 christos <label>Nothing</label>
1019 1.1 christos </widget>
1020 1.1 christos </widget>
1021 1.1 christos </widget>
1022 1.1 christos </widget>
1023 1.1 christos
1024 1.1 christos <widget>
1025 1.1 christos <class>GnomePropertyBox</class>
1026 1.1 christos <name>propbox</name>
1027 1.1 christos <visible>False</visible>
1028 1.1 christos <signal>
1029 1.1 christos <name>delete_event</name>
1030 1.1 christos <handler>gtk_widget_hide</handler>
1031 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:29:52 GMT</last_modification_time>
1032 1.1 christos </signal>
1033 1.1 christos <signal>
1034 1.1 christos <name>delete_event</name>
1035 1.1 christos <handler>gtk_true</handler>
1036 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:30:00 GMT</last_modification_time>
1037 1.1 christos </signal>
1038 1.1 christos <signal>
1039 1.1 christos <name>clicked</name>
1040 1.1 christos <handler>gtk_widget_hide</handler>
1041 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:30:37 GMT</last_modification_time>
1042 1.1 christos </signal>
1043 1.1 christos
1044 1.1 christos <widget>
1045 1.1 christos <class>GtkNotebook</class>
1046 1.1 christos <child_name>GnomePropertyBox:notebook</child_name>
1047 1.1 christos <name>notebook2</name>
1048 1.1 christos <can_focus>True</can_focus>
1049 1.1 christos <show_tabs>True</show_tabs>
1050 1.1 christos <show_border>True</show_border>
1051 1.1 christos <tab_pos>GTK_POS_TOP</tab_pos>
1052 1.1 christos <scrollable>False</scrollable>
1053 1.1 christos <tab_hborder>2</tab_hborder>
1054 1.1 christos <tab_vborder>2</tab_vborder>
1055 1.1 christos <popup_enable>False</popup_enable>
1056 1.1 christos <child>
1057 1.1 christos <padding>0</padding>
1058 1.1 christos <expand>True</expand>
1059 1.1 christos <fill>True</fill>
1060 1.1 christos </child>
1061 1.1 christos
1062 1.1 christos <widget>
1063 1.1 christos <class>GtkFrame</class>
1064 1.1 christos <name>frame1</name>
1065 1.1 christos <border_width>5</border_width>
1066 1.1 christos <label_xalign>0</label_xalign>
1067 1.1 christos <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1068 1.1 christos
1069 1.1 christos <widget>
1070 1.1 christos <class>GtkVBox</class>
1071 1.1 christos <name>vbox1</name>
1072 1.1 christos <border_width>5</border_width>
1073 1.1 christos <homogeneous>False</homogeneous>
1074 1.1 christos <spacing>3</spacing>
1075 1.1 christos
1076 1.1 christos <widget>
1077 1.1 christos <class>GtkCombo</class>
1078 1.1 christos <name>combo1</name>
1079 1.1 christos <value_in_list>False</value_in_list>
1080 1.1 christos <ok_if_empty>True</ok_if_empty>
1081 1.1 christos <case_sensitive>False</case_sensitive>
1082 1.1 christos <use_arrows>True</use_arrows>
1083 1.1 christos <use_arrows_always>False</use_arrows_always>
1084 1.1 christos <items></items>
1085 1.1 christos <child>
1086 1.1 christos <padding>0</padding>
1087 1.1 christos <expand>False</expand>
1088 1.1 christos <fill>False</fill>
1089 1.1 christos </child>
1090 1.1 christos
1091 1.1 christos <widget>
1092 1.1 christos <class>GtkEntry</class>
1093 1.1 christos <child_name>GtkCombo:entry</child_name>
1094 1.1 christos <name>combo-entry1</name>
1095 1.1 christos <can_focus>True</can_focus>
1096 1.1 christos <signal>
1097 1.1 christos <name>changed</name>
1098 1.1 christos <handler>gnome_property_box_changed</handler>
1099 1.1 christos <object>propbox</object>
1100 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:25:07 GMT</last_modification_time>
1101 1.1 christos </signal>
1102 1.1 christos <editable>True</editable>
1103 1.1 christos <text_visible>True</text_visible>
1104 1.1 christos <text_max_length>0</text_max_length>
1105 1.1 christos <text></text>
1106 1.1 christos </widget>
1107 1.1 christos </widget>
1108 1.1 christos
1109 1.1 christos <widget>
1110 1.1 christos <class>GnomeFileEntry</class>
1111 1.1 christos <name>fileentry2</name>
1112 1.1 christos <max_saved>10</max_saved>
1113 1.1 christos <directory>False</directory>
1114 1.1 christos <modal>False</modal>
1115 1.1 christos <child>
1116 1.1 christos <padding>0</padding>
1117 1.1 christos <expand>False</expand>
1118 1.1 christos <fill>False</fill>
1119 1.1 christos </child>
1120 1.1 christos
1121 1.1 christos <widget>
1122 1.1 christos <class>GtkEntry</class>
1123 1.1 christos <child_name>GnomeEntry:entry</child_name>
1124 1.1 christos <name>combo-entry3</name>
1125 1.1 christos <can_focus>True</can_focus>
1126 1.1 christos <signal>
1127 1.1 christos <name>changed</name>
1128 1.1 christos <handler>gnome_property_box_changed</handler>
1129 1.1 christos <object>propbox</object>
1130 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:25:19 GMT</last_modification_time>
1131 1.1 christos </signal>
1132 1.1 christos <editable>True</editable>
1133 1.1 christos <text_visible>True</text_visible>
1134 1.1 christos <text_max_length>0</text_max_length>
1135 1.1 christos <text></text>
1136 1.1 christos </widget>
1137 1.1 christos </widget>
1138 1.1 christos
1139 1.1 christos <widget>
1140 1.1 christos <class>GnomePixmapEntry</class>
1141 1.1 christos <name>pixmapentry1</name>
1142 1.1 christos <preview>True</preview>
1143 1.1 christos <child>
1144 1.1 christos <padding>0</padding>
1145 1.1 christos <expand>False</expand>
1146 1.1 christos <fill>False</fill>
1147 1.1 christos </child>
1148 1.1 christos
1149 1.1 christos <widget>
1150 1.1 christos <class>GnomeFileEntry</class>
1151 1.1 christos <child_name>GnomePixmapEntry:file-entry</child_name>
1152 1.1 christos <name>entry4</name>
1153 1.1 christos <max_saved>10</max_saved>
1154 1.1 christos <directory>False</directory>
1155 1.1 christos <modal>False</modal>
1156 1.1 christos
1157 1.1 christos <widget>
1158 1.1 christos <class>GtkEntry</class>
1159 1.1 christos <child_name>GnomeEntry:entry</child_name>
1160 1.1 christos <name>combo-entry2</name>
1161 1.1 christos <can_focus>True</can_focus>
1162 1.1 christos <signal>
1163 1.1 christos <name>changed</name>
1164 1.1 christos <handler>gnome_property_box_changed</handler>
1165 1.1 christos <object>propbox</object>
1166 1.1 christos <last_modification_time>Tue, 28 Sep 1999 04:25:38 GMT</last_modification_time>
1167 1.1 christos </signal>
1168 1.1 christos <editable>True</editable>
1169 1.1 christos <text_visible>True</text_visible>
1170 1.1 christos <text_max_length>0</text_max_length>
1171 1.1 christos <text></text>
1172 1.1 christos </widget>
1173 1.1 christos </widget>
1174 1.1 christos </widget>
1175 1.1 christos </widget>
1176 1.1 christos </widget>
1177 1.1 christos
1178 1.1 christos <widget>
1179 1.1 christos <class>GtkLabel</class>
1180 1.1 christos <child_name>Notebook:tab</child_name>
1181 1.1 christos <name>label15</name>
1182 1.1 christos <label>_Entry</label>
1183 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
1184 1.1 christos <wrap>False</wrap>
1185 1.1 christos <xalign>0.5</xalign>
1186 1.1 christos <yalign>0.5</yalign>
1187 1.1 christos <xpad>0</xpad>
1188 1.1 christos <ypad>0</ypad>
1189 1.1 christos </widget>
1190 1.1 christos
1191 1.1 christos <widget>
1192 1.1 christos <class>GtkFrame</class>
1193 1.1 christos <name>frame2</name>
1194 1.1 christos <border_width>5</border_width>
1195 1.1 christos <label_xalign>0</label_xalign>
1196 1.1 christos <shadow_type>GTK_SHADOW_OUT</shadow_type>
1197 1.1 christos
1198 1.1 christos <widget>
1199 1.1 christos <class>GtkDial</class>
1200 1.1 christos <name>dial2</name>
1201 1.1 christos <view_only>False</view_only>
1202 1.1 christos <update_policy>GTK_UPDATE_CONTINUOUS</update_policy>
1203 1.1 christos <value>0</value>
1204 1.1 christos <lower>0</lower>
1205 1.1 christos <upper>100</upper>
1206 1.1 christos <step>0</step>
1207 1.1 christos <page>0</page>
1208 1.1 christos <page_size>0</page_size>
1209 1.1 christos </widget>
1210 1.1 christos </widget>
1211 1.1 christos
1212 1.1 christos <widget>
1213 1.1 christos <class>GtkLabel</class>
1214 1.1 christos <child_name>Notebook:tab</child_name>
1215 1.1 christos <name>label16</name>
1216 1.1 christos <label>_Dial</label>
1217 1.1 christos <justify>GTK_JUSTIFY_CENTER</justify>
1218 1.1 christos <wrap>False</wrap>
1219 1.1 christos <xalign>0.5</xalign>
1220 1.1 christos <yalign>0.5</yalign>
1221 1.1 christos <xpad>0</xpad>
1222 1.1 christos <ypad>0</ypad>
1223 1.1 christos </widget>
1224 1.1 christos </widget>
1225 1.1 christos </widget>
1226 1.1 christos
1227 1.1 christos <widget>
1228 1.1 christos <class>GtkWindow</class>
1229 1.1 christos <name>druidwin</name>
1230 1.1 christos <visible>False</visible>
1231 1.1 christos <signal>
1232 1.1 christos <name>delete_event</name>
1233 1.1 christos <handler>gtk_widget_hide</handler>
1234 1.1 christos <last_modification_time>Thu, 28 Oct 1999 15:52:59 GMT</last_modification_time>
1235 1.1 christos </signal>
1236 1.1 christos <signal>
1237 1.1 christos <name>delete_event</name>
1238 1.1 christos <handler>gtk_true</handler>
1239 1.1 christos <last_modification_time>Thu, 28 Oct 1999 15:53:09 GMT</last_modification_time>
1240 1.1 christos </signal>
1241 1.1 christos <title>GnomeDruid</title>
1242 1.1 christos <type>GTK_WINDOW_TOPLEVEL</type>
1243 1.1 christos <position>GTK_WIN_POS_NONE</position>
1244 1.1 christos <modal>False</modal>
1245 1.1 christos <allow_shrink>False</allow_shrink>
1246 1.1 christos <allow_grow>True</allow_grow>
1247 1.1 christos <auto_shrink>False</auto_shrink>
1248 1.1 christos
1249 1.1 christos <widget>
1250 1.1 christos <class>GnomeDruid</class>
1251 1.1 christos <name>druid1</name>
1252 1.1 christos <signal>
1253 1.1 christos <name>cancel</name>
1254 1.1 christos <handler>gtk_widget_hide</handler>
1255 1.1 christos <object>druidwin</object>
1256 1.1 christos <last_modification_time>Thu, 28 Oct 1999 15:55:01 GMT</last_modification_time>
1257 1.1 christos </signal>
1258 1.1 christos
1259 1.1 christos <widget>
1260 1.1 christos <class>GnomeDruidPageStart</class>
1261 1.1 christos <name>druidpagestart1</name>
1262 1.1 christos <title>Test GnomeDruid</title>
1263 1.1 christos <text>This is a simple test of the GnomeDruid
1264 1.1 christos code in gnome-libs and the wrapper
1265 1.1 christos for said code in libglade.</text>
1266 1.1 christos <title_color>255,255,255</title_color>
1267 1.1 christos <text_color>0,0,0</text_color>
1268 1.1 christos <background_color>254,226,40</background_color>
1269 1.1 christos <logo_background_color>255,0,20</logo_background_color>
1270 1.1 christos <textbox_color>95,254,235</textbox_color>
1271 1.1 christos </widget>
1272 1.1 christos
1273 1.1 christos <widget>
1274 1.1 christos <class>GnomeDruidPageStandard</class>
1275 1.1 christos <name>druidpagestandard1</name>
1276 1.1 christos <title>A dial in a druid</title>
1277 1.1 christos <title_color>255,255,255</title_color>
1278 1.1 christos <background_color>55,190,93</background_color>
1279 1.1 christos <logo_background_color>255,5,234</logo_background_color>
1280 1.1 christos
1281 1.1 christos <widget>
1282 1.1 christos <class>GtkVBox</class>
1283 1.1 christos <child_name>GnomeDruidPageStandard:vbox</child_name>
1284 1.1 christos <name>druid-vbox1</name>
1285 1.1 christos <border_width>50</border_width>
1286 1.1 christos <homogeneous>False</homogeneous>
1287 1.1 christos <spacing>0</spacing>
1288 1.1 christos <child>
1289 1.1 christos <padding>0</padding>
1290 1.1 christos <expand>True</expand>
1291 1.1 christos <fill>True</fill>
1292 1.1 christos </child>
1293 1.1 christos
1294 1.1 christos <widget>
1295 1.1 christos <class>GtkDial</class>
1296 1.1 christos <name>dial3</name>
1297 1.1 christos <view_only>False</view_only>
1298 1.1 christos <update_policy>GTK_UPDATE_CONTINUOUS</update_policy>
1299 1.1 christos <value>0</value>
1300 1.1 christos <lower>0</lower>
1301 1.1 christos <upper>100</upper>
1302 1.1 christos <step>0</step>
1303 1.1 christos <page>0</page>
1304 1.1 christos <page_size>0</page_size>
1305 1.1 christos <child>
1306 1.1 christos <padding>0</padding>
1307 1.1 christos <expand>True</expand>
1308 1.1 christos <fill>True</fill>
1309 1.1 christos </child>
1310 1.1 christos </widget>
1311 1.1 christos </widget>
1312 1.1 christos </widget>
1313 1.1 christos
1314 1.1 christos <widget>
1315 1.1 christos <class>GnomeDruidPageFinish</class>
1316 1.1 christos <name>druidpagefinish1</name>
1317 1.1 christos <signal>
1318 1.1 christos <name>finish</name>
1319 1.1 christos <handler>gtk_widget_hide</handler>
1320 1.1 christos <object>druidwin</object>
1321 1.1 christos <last_modification_time>Thu, 28 Oct 1999 15:55:24 GMT</last_modification_time>
1322 1.1 christos </signal>
1323 1.1 christos <title>Last Page</title>
1324 1.1 christos <text>This is the end of the druid example</text>
1325 1.1 christos <background_color>25,25,112</background_color>
1326 1.1 christos <logo_background_color>255,147,6</logo_background_color>
1327 1.1 christos <textbox_color>190,190,190</textbox_color>
1328 1.1 christos <text_color>0,0,0</text_color>
1329 1.1 christos <title_color>255,255,255</title_color>
1330 1.1 christos </widget>
1331 1.1 christos </widget>
1332 1.1 christos </widget>
1333 1.1 christos
1334 1.1 christos </GTK-Interface>
1335 1.1 christos EOF
1336 1.1 christos
1337 1.1 christos tmpfiles="$tmpfiles xg-gl-1.pot"
1338 1.1 christos : ${XGETTEXT=xgettext}
1339 1.1 christos ${XGETTEXT} --add-comments -o - widgets.glade | grep -v 'POT-Creation-Date' > xg-gl-1.pot
1340 1.1 christos test $? = 0 || { rm -fr $tmpfiles; exit 1; }
1341 1.1 christos
1342 1.1 christos tmpfiles="$tmpfiles xg-gl-1.ok"
1343 1.1 christos cat <<EOF > xg-gl-1.ok
1344 1.1 christos # SOME DESCRIPTIVE TITLE.
1345 1.1 christos # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
1346 1.1 christos # This file is distributed under the same license as the PACKAGE package.
1347 1.1 christos # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
1348 1.1 christos #
1349 1.1 christos #, fuzzy
1350 1.1 christos msgid ""
1351 1.1 christos msgstr ""
1352 1.1 christos "Project-Id-Version: PACKAGE VERSION\n"
1353 1.1 christos "Report-Msgid-Bugs-To: \n"
1354 1.1 christos "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1355 1.1 christos "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1356 1.1 christos "Language-Team: LANGUAGE <LL (at] li.org>\n"
1357 1.1 christos "MIME-Version: 1.0\n"
1358 1.1 christos "Content-Type: text/plain; charset=CHARSET\n"
1359 1.1 christos "Content-Transfer-Encoding: 8bit\n"
1360 1.1 christos
1361 1.1 christos #: widgets.glade:33
1362 1.1 christos msgid "Libglade-GNOME Test"
1363 1.1 christos msgstr ""
1364 1.1 christos
1365 1.1 christos #: widgets.glade:103
1366 1.1 christos msgid "Show _Tests"
1367 1.1 christos msgstr ""
1368 1.1 christos
1369 1.1 christos #: widgets.glade:116
1370 1.1 christos msgid "Druid Test"
1371 1.1 christos msgstr ""
1372 1.1 christos
1373 1.1 christos #: widgets.glade:295
1374 1.1 christos msgid "New"
1375 1.1 christos msgstr ""
1376 1.1 christos
1377 1.1 christos #: widgets.glade:303
1378 1.1 christos msgid "Open"
1379 1.1 christos msgstr ""
1380 1.1 christos
1381 1.1 christos #: widgets.glade:311
1382 1.1 christos msgid "Save"
1383 1.1 christos msgstr ""
1384 1.1 christos
1385 1.1 christos #: widgets.glade:325
1386 1.1 christos msgid "Cut"
1387 1.1 christos msgstr ""
1388 1.1 christos
1389 1.1 christos #: widgets.glade:342
1390 1.1 christos msgid "Copy"
1391 1.1 christos msgstr ""
1392 1.1 christos
1393 1.1 christos #: widgets.glade:356
1394 1.1 christos msgid "Paste"
1395 1.1 christos msgstr ""
1396 1.1 christos
1397 1.1 christos #: widgets.glade:370
1398 1.1 christos msgid "Clear"
1399 1.1 christos msgstr ""
1400 1.1 christos
1401 1.1 christos #: widgets.glade:378
1402 1.1 christos msgid "Tog"
1403 1.1 christos msgstr ""
1404 1.1 christos
1405 1.1 christos #: widgets.glade:395
1406 1.1 christos msgid "The cut copy paste and clear buttons should work correctly."
1407 1.1 christos msgstr ""
1408 1.1 christos
1409 1.1 christos #: widgets.glade:423
1410 1.1 christos msgid "Copyright (C) 1999"
1411 1.1 christos msgstr ""
1412 1.1 christos
1413 1.1 christos #: widgets.glade:426
1414 1.1 christos msgid ""
1415 1.1 christos "A simple program demonstrating what is possible with GNOME and\n"
1416 1.1 christos "libglade. This interface has been coded entirely with GLADE, and\n"
1417 1.1 christos "no C code specific to this interface has been written."
1418 1.1 christos msgstr ""
1419 1.1 christos
1420 1.1 christos #: widgets.glade:508
1421 1.1 christos msgid "X"
1422 1.1 christos msgstr ""
1423 1.1 christos
1424 1.1 christos #: widgets.glade:529
1425 1.1 christos msgid "Widget Tests"
1426 1.1 christos msgstr ""
1427 1.1 christos
1428 1.1 christos #: widgets.glade:556 widgets.glade:557
1429 1.1 christos msgid "Pick a colour"
1430 1.1 christos msgstr ""
1431 1.1 christos
1432 1.1 christos #: widgets.glade:564
1433 1.1 christos msgid "Colour Picker"
1434 1.1 christos msgstr ""
1435 1.1 christos
1436 1.1 christos #: widgets.glade:578
1437 1.1 christos msgid "Pick a Font"
1438 1.1 christos msgstr ""
1439 1.1 christos
1440 1.1 christos #: widgets.glade:579
1441 1.1 christos msgid "AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz"
1442 1.1 christos msgstr ""
1443 1.1 christos
1444 1.1 christos #: widgets.glade:590
1445 1.1 christos msgid "Font Picker"
1446 1.1 christos msgstr ""
1447 1.1 christos
1448 1.1 christos #. The welcome greeting
1449 1.1 christos #: widgets.glade:603
1450 1.1 christos msgid "Hello"
1451 1.1 christos msgstr ""
1452 1.1 christos
1453 1.1 christos #: widgets.glade:612
1454 1.1 christos msgid "Icon Sel"
1455 1.1 christos msgstr ""
1456 1.1 christos
1457 1.1 christos #: widgets.glade:627
1458 1.1 christos msgid "My Gnome Site"
1459 1.1 christos msgstr ""
1460 1.1 christos
1461 1.1 christos #: widgets.glade:634
1462 1.1 christos msgid "HRef"
1463 1.1 christos msgstr ""
1464 1.1 christos
1465 1.1 christos #: widgets.glade:665
1466 1.1 christos msgid "Entry"
1467 1.1 christos msgstr ""
1468 1.1 christos
1469 1.1 christos #: widgets.glade:699
1470 1.1 christos msgid "File Entry"
1471 1.1 christos msgstr ""
1472 1.1 christos
1473 1.1 christos #: widgets.glade:725
1474 1.1 christos msgid "Dial"
1475 1.1 christos msgstr ""
1476 1.1 christos
1477 1.1 christos #. This is a comment for the translators.
1478 1.1 christos #. This should be an strftime format,
1479 1.1 christos #. as described in the strftime(3) manual page.
1480 1.1 christos #: widgets.glade:742
1481 1.1 christos msgid "%H:%M"
1482 1.1 christos msgstr ""
1483 1.1 christos
1484 1.1 christos #: widgets.glade:751
1485 1.1 christos msgid "Clock"
1486 1.1 christos msgstr ""
1487 1.1 christos
1488 1.1 christos #: widgets.glade:774
1489 1.1 christos msgid "Animator"
1490 1.1 christos msgstr ""
1491 1.1 christos
1492 1.1 christos #: widgets.glade:792
1493 1.1 christos msgid "Calculator"
1494 1.1 christos msgstr ""
1495 1.1 christos
1496 1.1 christos #: widgets.glade:811
1497 1.1 christos msgid "Less"
1498 1.1 christos msgstr ""
1499 1.1 christos
1500 1.1 christos #: widgets.glade:830
1501 1.1 christos msgid "PaperSel"
1502 1.1 christos msgstr ""
1503 1.1 christos
1504 1.1 christos #: widgets.glade:848
1505 1.1 christos msgid "GnomeSpell"
1506 1.1 christos msgstr ""
1507 1.1 christos
1508 1.1 christos #: widgets.glade:874
1509 1.1 christos msgid "Select File"
1510 1.1 christos msgstr ""
1511 1.1 christos
1512 1.1 christos #: widgets.glade:901
1513 1.1 christos msgid "OK"
1514 1.1 christos msgstr ""
1515 1.1 christos
1516 1.1 christos #: widgets.glade:917
1517 1.1 christos msgid "Cancel"
1518 1.1 christos msgstr ""
1519 1.1 christos
1520 1.1 christos #: widgets.glade:949
1521 1.1 christos msgid ""
1522 1.1 christos "If this was a real application, clicking on the\n"
1523 1.1 christos "OK button would probably have done something\n"
1524 1.1 christos "useful, rather than just displaying this dialog."
1525 1.1 christos msgstr ""
1526 1.1 christos
1527 1.1 christos #: widgets.glade:995
1528 1.1 christos msgid "Nothing"
1529 1.1 christos msgstr ""
1530 1.1 christos
1531 1.1 christos #: widgets.glade:1159
1532 1.1 christos msgid "_Entry"
1533 1.1 christos msgstr ""
1534 1.1 christos
1535 1.1 christos #: widgets.glade:1193
1536 1.1 christos msgid "_Dial"
1537 1.1 christos msgstr ""
1538 1.1 christos
1539 1.1 christos #: widgets.glade:1218
1540 1.1 christos msgid "GnomeDruid"
1541 1.1 christos msgstr ""
1542 1.1 christos
1543 1.1 christos #: widgets.glade:1239
1544 1.1 christos msgid "Test GnomeDruid"
1545 1.1 christos msgstr ""
1546 1.1 christos
1547 1.1 christos #: widgets.glade:1240
1548 1.1 christos msgid ""
1549 1.1 christos "This is a simple test of the GnomeDruid\n"
1550 1.1 christos "code in gnome-libs and the wrapper\n"
1551 1.1 christos "for said code in libglade."
1552 1.1 christos msgstr ""
1553 1.1 christos
1554 1.1 christos #: widgets.glade:1253
1555 1.1 christos msgid "A dial in a druid"
1556 1.1 christos msgstr ""
1557 1.1 christos
1558 1.1 christos #: widgets.glade:1300
1559 1.1 christos msgid "Last Page"
1560 1.1 christos msgstr ""
1561 1.1 christos
1562 1.1 christos #: widgets.glade:1301
1563 1.1 christos msgid "This is the end of the druid example"
1564 1.1 christos msgstr ""
1565 1.1 christos EOF
1566 1.1 christos
1567 1.1 christos : ${DIFF=diff}
1568 1.1 christos ${DIFF} xg-gl-1.ok xg-gl-1.pot
1569 1.1 christos result=$?
1570 1.1 christos
1571 1.1 christos rm -fr $tmpfiles
1572 1.1 christos
1573 1.1 christos exit $result
1574