1<?xml version="1.0"?>
2<GTK-Interface>
3
4<project>
5  <name>Setup</name>
6  <program_name>setup</program_name>
7  <directory></directory>
8  <source_directory>src</source_directory>
9  <pixmaps_directory>pixmaps</pixmaps_directory>
10  <language>C</language>
11  <gnome_support>False</gnome_support>
12  <gettext_support>True</gettext_support>
13  <output_main_file>False</output_main_file>
14  <output_translatable_strings>True</output_translatable_strings>
15  <translatable_strings_file>setup.txt</translatable_strings_file>
16</project>
17
18<widget>
19  <class>GtkWindow</class>
20  <name>setup_window</name>
21  <visible>False</visible>
22  <signal>
23    <name>delete_event</name>
24    <handler>setup_button_cancel_slot</handler>
25    <last_modification_time>Wed, 15 Sep 1999 01:24:58 GMT</last_modification_time>
26  </signal>
27  <title></title>
28  <type>GTK_WINDOW_TOPLEVEL</type>
29  <position>GTK_WIN_POS_NONE</position>
30  <modal>False</modal>
31  <allow_shrink>False</allow_shrink>
32  <allow_grow>True</allow_grow>
33  <auto_shrink>False</auto_shrink>
34
35  <widget>
36    <class>GtkHBox</class>
37    <name>hbox1</name>
38    <homogeneous>False</homogeneous>
39    <spacing>0</spacing>
40
41    <widget>
42      <class>GtkFrame</class>
43      <name>image_frame</name>
44      <border_width>5</border_width>
45      <label_xalign>0</label_xalign>
46      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
47      <child>
48	<padding>0</padding>
49	<expand>True</expand>
50	<fill>True</fill>
51      </child>
52
53      <widget>
54	<class>GtkLabel</class>
55	<name>label30</name>
56	<label>[image area]</label>
57	<justify>GTK_JUSTIFY_CENTER</justify>
58	<wrap>False</wrap>
59	<xalign>0.5</xalign>
60	<yalign>0.5</yalign>
61	<xpad>0</xpad>
62	<ypad>0</ypad>
63      </widget>
64    </widget>
65
66    <widget>
67      <class>GtkNotebook</class>
68      <name>setup_notebook</name>
69      <border_width>5</border_width>
70      <show_tabs>False</show_tabs>
71      <show_border>True</show_border>
72      <tab_pos>GTK_POS_TOP</tab_pos>
73      <scrollable>False</scrollable>
74      <tab_hborder>2</tab_hborder>
75      <tab_vborder>2</tab_vborder>
76      <popup_enable>False</popup_enable>
77      <child>
78	<padding>0</padding>
79	<expand>True</expand>
80	<fill>True</fill>
81      </child>
82
83      <widget>
84	<class>GtkVBox</class>
85	<name>class_continue</name>
86	<homogeneous>True</homogeneous>
87	<spacing>0</spacing>
88
89	<widget>
90	  <class>GtkLabel</class>
91	  <name>label69</name>
92	  <label>Please choose the class of installation.</label>
93	  <justify>GTK_JUSTIFY_CENTER</justify>
94	  <wrap>False</wrap>
95	  <xalign>0.5</xalign>
96	  <yalign>0.5</yalign>
97	  <xpad>0</xpad>
98	  <ypad>0</ypad>
99	  <child>
100	    <padding>0</padding>
101	    <expand>False</expand>
102	    <fill>False</fill>
103	  </child>
104	</widget>
105
106	<widget>
107	  <class>GtkRadioButton</class>
108	  <name>recommended_but</name>
109	  <border_width>9</border_width>
110	  <tooltip>This will install the product with the default options and paths</tooltip>
111	  <can_focus>True</can_focus>
112	  <label>Recommended</label>
113	  <active>True</active>
114	  <draw_indicator>True</draw_indicator>
115	  <group>install_class</group>
116	  <child>
117	    <padding>0</padding>
118	    <expand>False</expand>
119	    <fill>False</fill>
120	  </child>
121	</widget>
122
123	<widget>
124	  <class>GtkRadioButton</class>
125	  <name>expert_but</name>
126	  <border_width>10</border_width>
127	  <tooltip>This will allow you to pick the installation paths and options to be installed </tooltip>
128	  <can_focus>True</can_focus>
129	  <label>Expert</label>
130	  <active>False</active>
131	  <draw_indicator>True</draw_indicator>
132	  <group>install_class</group>
133	  <child>
134	    <padding>0</padding>
135	    <expand>False</expand>
136	    <fill>False</fill>
137	  </child>
138	</widget>
139
140	<widget>
141	  <class>GtkHBox</class>
142	  <name>hbox4</name>
143	  <homogeneous>True</homogeneous>
144	  <spacing>0</spacing>
145	  <child>
146	    <padding>0</padding>
147	    <expand>True</expand>
148	    <fill>False</fill>
149	    <pack>GTK_PACK_END</pack>
150	  </child>
151
152	  <widget>
153	    <class>GtkButton</class>
154	    <name>class_cancel</name>
155	    <can_default>True</can_default>
156	    <can_focus>True</can_focus>
157	    <accelerator>
158	      <modifiers>0</modifiers>
159	      <key>GDK_Escape</key>
160	      <signal>clicked</signal>
161	    </accelerator>
162	    <signal>
163	      <name>clicked</name>
164	      <handler>setup_button_exit_slot</handler>
165	      <last_modification_time>Thu, 13 Sep 2001 23:46:19 GMT</last_modification_time>
166	    </signal>
167	    <label>Cancel</label>
168	    <relief>GTK_RELIEF_NORMAL</relief>
169	    <child>
170	      <padding>0</padding>
171	      <expand>False</expand>
172	      <fill>False</fill>
173	    </child>
174	  </widget>
175
176	  <widget>
177	    <class>GtkButton</class>
178	    <name>class_readme</name>
179	    <can_default>True</can_default>
180	    <can_focus>True</can_focus>
181	    <accelerator>
182	      <modifiers>0</modifiers>
183	      <key>GDK_F1</key>
184	      <signal>clicked</signal>
185	    </accelerator>
186	    <signal>
187	      <name>clicked</name>
188	      <handler>setup_button_view_readme_slot</handler>
189	      <last_modification_time>Thu, 13 Sep 2001 23:23:42 GMT</last_modification_time>
190	    </signal>
191	    <label>_View Readme</label>
192	    <relief>GTK_RELIEF_NORMAL</relief>
193	    <child>
194	      <padding>0</padding>
195	      <expand>False</expand>
196	      <fill>False</fill>
197	    </child>
198	  </widget>
199
200	  <widget>
201	    <class>GtkButton</class>
202	    <name>class_continue</name>
203	    <can_default>True</can_default>
204	    <has_default>True</has_default>
205	    <can_focus>True</can_focus>
206	    <accelerator>
207	      <modifiers>0</modifiers>
208	      <key>GDK_Return</key>
209	      <signal>clicked</signal>
210	    </accelerator>
211	    <signal>
212	      <name>clicked</name>
213	      <handler>on_class_continue_clicked</handler>
214	      <last_modification_time>Thu, 13 Sep 2001 23:39:48 GMT</last_modification_time>
215	    </signal>
216	    <label>_Continue</label>
217	    <relief>GTK_RELIEF_NORMAL</relief>
218	    <child>
219	      <padding>0</padding>
220	      <expand>False</expand>
221	      <fill>False</fill>
222	    </child>
223	  </widget>
224	</widget>
225      </widget>
226
227      <widget>
228	<class>GtkLabel</class>
229	<child_name>Notebook:tab</child_name>
230	<name>setup_class</name>
231	<label></label>
232	<justify>GTK_JUSTIFY_CENTER</justify>
233	<wrap>False</wrap>
234	<xalign>0.5</xalign>
235	<yalign>0.5</yalign>
236	<xpad>0</xpad>
237	<ypad>0</ypad>
238      </widget>
239
240      <widget>
241	<class>GtkTable</class>
242	<name>table11</name>
243	<rows>4</rows>
244	<columns>1</columns>
245	<homogeneous>False</homogeneous>
246	<row_spacing>0</row_spacing>
247	<column_spacing>0</column_spacing>
248
249	<widget>
250	  <class>GtkFrame</class>
251	  <name>global_frame</name>
252	  <label>Global Options</label>
253	  <label_xalign>0</label_xalign>
254	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
255	  <child>
256	    <left_attach>0</left_attach>
257	    <right_attach>1</right_attach>
258	    <top_attach>0</top_attach>
259	    <bottom_attach>1</bottom_attach>
260	    <xpad>0</xpad>
261	    <ypad>0</ypad>
262	    <xexpand>True</xexpand>
263	    <yexpand>True</yexpand>
264	    <xshrink>False</xshrink>
265	    <yshrink>False</yshrink>
266	    <xfill>True</xfill>
267	    <yfill>True</yfill>
268	  </child>
269
270	  <widget>
271	    <class>GtkTable</class>
272	    <name>table12</name>
273	    <border_width>5</border_width>
274	    <rows>3</rows>
275	    <columns>2</columns>
276	    <homogeneous>False</homogeneous>
277	    <row_spacing>5</row_spacing>
278	    <column_spacing>5</column_spacing>
279
280	    <widget>
281	      <class>GtkLabel</class>
282	      <name>label23</name>
283	      <label>Install path:</label>
284	      <justify>GTK_JUSTIFY_CENTER</justify>
285	      <wrap>False</wrap>
286	      <xalign>1</xalign>
287	      <yalign>0.5</yalign>
288	      <xpad>0</xpad>
289	      <ypad>0</ypad>
290	      <child>
291		<left_attach>0</left_attach>
292		<right_attach>1</right_attach>
293		<top_attach>0</top_attach>
294		<bottom_attach>1</bottom_attach>
295		<xpad>0</xpad>
296		<ypad>0</ypad>
297		<xexpand>False</xexpand>
298		<yexpand>False</yexpand>
299		<xshrink>False</xshrink>
300		<yshrink>False</yshrink>
301		<xfill>True</xfill>
302		<yfill>False</yfill>
303	      </child>
304	    </widget>
305
306	    <widget>
307	      <class>GtkCombo</class>
308	      <name>install_path</name>
309	      <value_in_list>False</value_in_list>
310	      <ok_if_empty>True</ok_if_empty>
311	      <case_sensitive>False</case_sensitive>
312	      <use_arrows>True</use_arrows>
313	      <use_arrows_always>False</use_arrows_always>
314	      <items></items>
315	      <child>
316		<left_attach>1</left_attach>
317		<right_attach>2</right_attach>
318		<top_attach>0</top_attach>
319		<bottom_attach>1</bottom_attach>
320		<xpad>0</xpad>
321		<ypad>0</ypad>
322		<xexpand>False</xexpand>
323		<yexpand>False</yexpand>
324		<xshrink>False</xshrink>
325		<yshrink>False</yshrink>
326		<xfill>True</xfill>
327		<yfill>False</yfill>
328	      </child>
329
330	      <widget>
331		<class>GtkEntry</class>
332		<child_name>GtkCombo:entry</child_name>
333		<name>install_entry</name>
334		<can_focus>True</can_focus>
335		<signal>
336		  <name>focus_out_event</name>
337		  <handler>setup_entry_installpath_slot</handler>
338		  <last_modification_time>Wed, 15 Sep 1999 01:04:39 GMT</last_modification_time>
339		</signal>
340		<editable>True</editable>
341		<text_visible>True</text_visible>
342		<text_max_length>0</text_max_length>
343		<text></text>
344	      </widget>
345	    </widget>
346
347	    <widget>
348	      <class>GtkLabel</class>
349	      <name>binary_label</name>
350	      <label>Link path:</label>
351	      <justify>GTK_JUSTIFY_RIGHT</justify>
352	      <wrap>False</wrap>
353	      <xalign>1</xalign>
354	      <yalign>0.5</yalign>
355	      <xpad>0</xpad>
356	      <ypad>0</ypad>
357	      <child>
358		<left_attach>0</left_attach>
359		<right_attach>1</right_attach>
360		<top_attach>2</top_attach>
361		<bottom_attach>3</bottom_attach>
362		<xpad>0</xpad>
363		<ypad>0</ypad>
364		<xexpand>False</xexpand>
365		<yexpand>False</yexpand>
366		<xshrink>False</xshrink>
367		<yshrink>False</yshrink>
368		<xfill>True</xfill>
369		<yfill>False</yfill>
370	      </child>
371	    </widget>
372
373	    <widget>
374	      <class>GtkCombo</class>
375	      <name>binary_path</name>
376	      <value_in_list>False</value_in_list>
377	      <ok_if_empty>True</ok_if_empty>
378	      <case_sensitive>False</case_sensitive>
379	      <use_arrows>True</use_arrows>
380	      <use_arrows_always>False</use_arrows_always>
381	      <items></items>
382	      <child>
383		<left_attach>1</left_attach>
384		<right_attach>2</right_attach>
385		<top_attach>2</top_attach>
386		<bottom_attach>3</bottom_attach>
387		<xpad>0</xpad>
388		<ypad>0</ypad>
389		<xexpand>True</xexpand>
390		<yexpand>False</yexpand>
391		<xshrink>False</xshrink>
392		<yshrink>False</yshrink>
393		<xfill>True</xfill>
394		<yfill>False</yfill>
395	      </child>
396
397	      <widget>
398		<class>GtkEntry</class>
399		<child_name>GtkCombo:entry</child_name>
400		<name>binary_entry</name>
401		<tooltip>Symbolic links to installed binaries are placed here</tooltip>
402		<can_focus>True</can_focus>
403		<signal>
404		  <name>focus_out_event</name>
405		  <handler>setup_entry_binarypath_slot</handler>
406		  <last_modification_time>Wed, 15 Sep 1999 01:06:14 GMT</last_modification_time>
407		</signal>
408		<editable>True</editable>
409		<text_visible>True</text_visible>
410		<text_max_length>0</text_max_length>
411		<text></text>
412	      </widget>
413	    </widget>
414
415	    <widget>
416	      <class>GtkCheckButton</class>
417	      <name>symlink_checkbox</name>
418	      <can_default>True</can_default>
419	      <has_default>True</has_default>
420	      <can_focus>True</can_focus>
421	      <signal>
422		<name>toggled</name>
423		<handler>on_use_binary_toggled</handler>
424		<last_modification_time>Thu, 03 Aug 2000 09:53:24 GMT</last_modification_time>
425	      </signal>
426	      <label>Install a symbolic link into the path</label>
427	      <active>True</active>
428	      <draw_indicator>True</draw_indicator>
429	      <child>
430		<left_attach>0</left_attach>
431		<right_attach>2</right_attach>
432		<top_attach>1</top_attach>
433		<bottom_attach>2</bottom_attach>
434		<xpad>0</xpad>
435		<ypad>0</ypad>
436		<xexpand>False</xexpand>
437		<yexpand>False</yexpand>
438		<xshrink>False</xshrink>
439		<yshrink>False</yshrink>
440		<xfill>True</xfill>
441		<yfill>False</yfill>
442	      </child>
443	    </widget>
444	  </widget>
445	</widget>
446
447	<widget>
448	  <class>GtkFrame</class>
449	  <name>frame10</name>
450	  <label>Options</label>
451	  <label_xalign>0</label_xalign>
452	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
453	  <child>
454	    <left_attach>0</left_attach>
455	    <right_attach>1</right_attach>
456	    <top_attach>1</top_attach>
457	    <bottom_attach>2</bottom_attach>
458	    <xpad>0</xpad>
459	    <ypad>0</ypad>
460	    <xexpand>False</xexpand>
461	    <yexpand>True</yexpand>
462	    <xshrink>False</xshrink>
463	    <yshrink>False</yshrink>
464	    <xfill>True</xfill>
465	    <yfill>True</yfill>
466	  </child>
467
468	  <widget>
469	    <class>GtkTable</class>
470	    <name>table13</name>
471	    <border_width>5</border_width>
472	    <rows>4</rows>
473	    <columns>4</columns>
474	    <homogeneous>False</homogeneous>
475	    <row_spacing>5</row_spacing>
476	    <column_spacing>5</column_spacing>
477
478	    <widget>
479	      <class>GtkLabel</class>
480	      <name>label_free_space</name>
481	      <label>0 MB</label>
482	      <justify>GTK_JUSTIFY_CENTER</justify>
483	      <wrap>False</wrap>
484	      <xalign>0.5</xalign>
485	      <yalign>0.5</yalign>
486	      <xpad>0</xpad>
487	      <ypad>0</ypad>
488	      <child>
489		<left_attach>1</left_attach>
490		<right_attach>2</right_attach>
491		<top_attach>2</top_attach>
492		<bottom_attach>3</bottom_attach>
493		<xpad>0</xpad>
494		<ypad>0</ypad>
495		<xexpand>False</xexpand>
496		<yexpand>False</yexpand>
497		<xshrink>False</xshrink>
498		<yshrink>False</yshrink>
499		<xfill>False</xfill>
500		<yfill>False</yfill>
501	      </child>
502	    </widget>
503
504	    <widget>
505	      <class>GtkLabel</class>
506	      <name>label_install_size</name>
507	      <label>0 MB</label>
508	      <justify>GTK_JUSTIFY_CENTER</justify>
509	      <wrap>False</wrap>
510	      <xalign>0.5</xalign>
511	      <yalign>0.5</yalign>
512	      <xpad>0</xpad>
513	      <ypad>0</ypad>
514	      <child>
515		<left_attach>3</left_attach>
516		<right_attach>4</right_attach>
517		<top_attach>2</top_attach>
518		<bottom_attach>3</bottom_attach>
519		<xpad>0</xpad>
520		<ypad>0</ypad>
521		<xexpand>False</xexpand>
522		<yexpand>False</yexpand>
523		<xshrink>False</xshrink>
524		<yshrink>False</yshrink>
525		<xfill>False</xfill>
526		<yfill>False</yfill>
527	      </child>
528	    </widget>
529
530	    <widget>
531	      <class>GtkVBox</class>
532	      <name>option_vbox</name>
533	      <homogeneous>False</homogeneous>
534	      <spacing>0</spacing>
535	      <child>
536		<left_attach>0</left_attach>
537		<right_attach>4</right_attach>
538		<top_attach>0</top_attach>
539		<bottom_attach>1</bottom_attach>
540		<xpad>0</xpad>
541		<ypad>0</ypad>
542		<xexpand>True</xexpand>
543		<yexpand>True</yexpand>
544		<xshrink>False</xshrink>
545		<yshrink>False</yshrink>
546		<xfill>True</xfill>
547		<yfill>True</yfill>
548	      </child>
549
550	      <widget>
551		<class>GtkLabel</class>
552		<name>label31</name>
553		<label>[packages go here]</label>
554		<justify>GTK_JUSTIFY_CENTER</justify>
555		<wrap>False</wrap>
556		<xalign>0.5</xalign>
557		<yalign>0.5</yalign>
558		<xpad>0</xpad>
559		<ypad>0</ypad>
560		<child>
561		  <padding>0</padding>
562		  <expand>False</expand>
563		  <fill>False</fill>
564		</child>
565	      </widget>
566	    </widget>
567
568	    <widget>
569	      <class>GtkLabel</class>
570	      <name>free_space_label</name>
571	      <label>Free space:</label>
572	      <justify>GTK_JUSTIFY_CENTER</justify>
573	      <wrap>False</wrap>
574	      <xalign>1</xalign>
575	      <yalign>0.5</yalign>
576	      <xpad>0</xpad>
577	      <ypad>0</ypad>
578	      <child>
579		<left_attach>0</left_attach>
580		<right_attach>1</right_attach>
581		<top_attach>2</top_attach>
582		<bottom_attach>3</bottom_attach>
583		<xpad>0</xpad>
584		<ypad>0</ypad>
585		<xexpand>False</xexpand>
586		<yexpand>False</yexpand>
587		<xshrink>False</xshrink>
588		<yshrink>False</yshrink>
589		<xfill>True</xfill>
590		<yfill>False</yfill>
591	      </child>
592	    </widget>
593
594	    <widget>
595	      <class>GtkLabel</class>
596	      <name>estim_size_label</name>
597	      <label>Estimated size:</label>
598	      <justify>GTK_JUSTIFY_CENTER</justify>
599	      <wrap>False</wrap>
600	      <xalign>1</xalign>
601	      <yalign>0.5</yalign>
602	      <xpad>0</xpad>
603	      <ypad>0</ypad>
604	      <child>
605		<left_attach>2</left_attach>
606		<right_attach>3</right_attach>
607		<top_attach>2</top_attach>
608		<bottom_attach>3</bottom_attach>
609		<xpad>0</xpad>
610		<ypad>0</ypad>
611		<xexpand>False</xexpand>
612		<yexpand>False</yexpand>
613		<xshrink>False</xshrink>
614		<yshrink>False</yshrink>
615		<xfill>True</xfill>
616		<yfill>False</yfill>
617	      </child>
618	    </widget>
619
620	    <widget>
621	      <class>GtkCheckButton</class>
622	      <name>setup_menuitems_checkbox</name>
623	      <can_focus>True</can_focus>
624	      <signal>
625		<name>toggled</name>
626		<handler>setup_checkbox_menuitems_slot</handler>
627		<last_modification_time>Thu, 16 Sep 1999 01:16:33 GMT</last_modification_time>
628	      </signal>
629	      <label>Startup menu entries (KDE/Gnome/CDE)</label>
630	      <active>True</active>
631	      <draw_indicator>True</draw_indicator>
632	      <child>
633		<left_attach>0</left_attach>
634		<right_attach>4</right_attach>
635		<top_attach>3</top_attach>
636		<bottom_attach>4</bottom_attach>
637		<xpad>0</xpad>
638		<ypad>0</ypad>
639		<xexpand>False</xexpand>
640		<yexpand>False</yexpand>
641		<xshrink>False</xshrink>
642		<yshrink>False</yshrink>
643		<xfill>True</xfill>
644		<yfill>False</yfill>
645	      </child>
646	    </widget>
647
648	    <widget>
649	      <class>GtkHSeparator</class>
650	      <name>install_separator</name>
651	      <child>
652		<left_attach>0</left_attach>
653		<right_attach>4</right_attach>
654		<top_attach>1</top_attach>
655		<bottom_attach>2</bottom_attach>
656		<xpad>0</xpad>
657		<ypad>0</ypad>
658		<xexpand>False</xexpand>
659		<yexpand>False</yexpand>
660		<xshrink>False</xshrink>
661		<yshrink>False</yshrink>
662		<xfill>True</xfill>
663		<yfill>True</yfill>
664	      </child>
665	    </widget>
666	  </widget>
667	</widget>
668
669	<widget>
670	  <class>GtkHButtonBox</class>
671	  <name>hbuttonbox3</name>
672	  <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
673	  <spacing>5</spacing>
674	  <child_min_width>60</child_min_width>
675	  <child_min_height>27</child_min_height>
676	  <child_ipad_x>7</child_ipad_x>
677	  <child_ipad_y>0</child_ipad_y>
678	  <child>
679	    <left_attach>0</left_attach>
680	    <right_attach>1</right_attach>
681	    <top_attach>3</top_attach>
682	    <bottom_attach>4</bottom_attach>
683	    <xpad>0</xpad>
684	    <ypad>0</ypad>
685	    <xexpand>False</xexpand>
686	    <yexpand>False</yexpand>
687	    <xshrink>False</xshrink>
688	    <yshrink>False</yshrink>
689	    <xfill>True</xfill>
690	    <yfill>True</yfill>
691	  </child>
692
693	  <widget>
694	    <class>GtkButton</class>
695	    <name>button_cancel</name>
696	    <can_default>True</can_default>
697	    <can_focus>True</can_focus>
698	    <accelerator>
699	      <modifiers>0</modifiers>
700	      <key>GDK_Escape</key>
701	      <signal>clicked</signal>
702	    </accelerator>
703	    <signal>
704	      <name>clicked</name>
705	      <handler>setup_button_exit_slot</handler>
706	      <last_modification_time>Tue, 14 Sep 1999 22:58:10 GMT</last_modification_time>
707	    </signal>
708	    <label>Cancel</label>
709	    <relief>GTK_RELIEF_NORMAL</relief>
710	  </widget>
711
712	  <widget>
713	    <class>GtkButton</class>
714	    <name>button_readme</name>
715	    <can_default>True</can_default>
716	    <can_focus>True</can_focus>
717	    <accelerator>
718	      <modifiers>0</modifiers>
719	      <key>GDK_F1</key>
720	      <signal>clicked</signal>
721	    </accelerator>
722	    <signal>
723	      <name>clicked</name>
724	      <handler>setup_button_view_readme_slot</handler>
725	      <last_modification_time>Wed, 15 Sep 1999 01:10:59 GMT</last_modification_time>
726	    </signal>
727	    <label>_View Readme</label>
728	    <relief>GTK_RELIEF_NORMAL</relief>
729	  </widget>
730
731	  <widget>
732	    <class>GtkButton</class>
733	    <name>button_install</name>
734	    <can_default>True</can_default>
735	    <can_focus>True</can_focus>
736	    <signal>
737	      <name>clicked</name>
738	      <handler>setup_button_install_slot</handler>
739	      <last_modification_time>Tue, 14 Sep 1999 22:36:50 GMT</last_modification_time>
740	    </signal>
741	    <label>_Begin Install</label>
742	    <relief>GTK_RELIEF_NORMAL</relief>
743	  </widget>
744	</widget>
745
746	<widget>
747	  <class>GtkLabel</class>
748	  <name>options_status</name>
749	  <label>[options status]</label>
750	  <justify>GTK_JUSTIFY_CENTER</justify>
751	  <wrap>False</wrap>
752	  <xalign>0.5</xalign>
753	  <yalign>0.5</yalign>
754	  <xpad>0</xpad>
755	  <ypad>0</ypad>
756	  <child>
757	    <left_attach>0</left_attach>
758	    <right_attach>1</right_attach>
759	    <top_attach>2</top_attach>
760	    <bottom_attach>3</bottom_attach>
761	    <xpad>0</xpad>
762	    <ypad>0</ypad>
763	    <xexpand>False</xexpand>
764	    <yexpand>False</yexpand>
765	    <xshrink>False</xshrink>
766	    <yshrink>False</yshrink>
767	    <xfill>True</xfill>
768	    <yfill>False</yfill>
769	  </child>
770	</widget>
771      </widget>
772
773      <widget>
774	<class>GtkLabel</class>
775	<child_name>Notebook:tab</child_name>
776	<name>setup_options</name>
777	<label></label>
778	<justify>GTK_JUSTIFY_CENTER</justify>
779	<wrap>False</wrap>
780	<xalign>0.5</xalign>
781	<yalign>0.5</yalign>
782	<xpad>0</xpad>
783	<ypad>0</ypad>
784      </widget>
785
786      <widget>
787	<class>GtkTable</class>
788	<name>table14</name>
789	<rows>2</rows>
790	<columns>1</columns>
791	<homogeneous>False</homogeneous>
792	<row_spacing>5</row_spacing>
793	<column_spacing>5</column_spacing>
794
795	<widget>
796	  <class>GtkFrame</class>
797	  <name>frame13</name>
798	  <label>Install Progress</label>
799	  <label_xalign>0</label_xalign>
800	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
801	  <child>
802	    <left_attach>0</left_attach>
803	    <right_attach>1</right_attach>
804	    <top_attach>0</top_attach>
805	    <bottom_attach>1</bottom_attach>
806	    <xpad>0</xpad>
807	    <ypad>0</ypad>
808	    <xexpand>False</xexpand>
809	    <yexpand>True</yexpand>
810	    <xshrink>False</xshrink>
811	    <yshrink>False</yshrink>
812	    <xfill>True</xfill>
813	    <yfill>True</yfill>
814	  </child>
815
816	  <widget>
817	    <class>GtkVBox</class>
818	    <name>vbox10</name>
819	    <border_width>5</border_width>
820	    <homogeneous>False</homogeneous>
821	    <spacing>0</spacing>
822
823	    <widget>
824	      <class>GtkLabel</class>
825	      <name>label39</name>
826	      <label></label>
827	      <justify>GTK_JUSTIFY_CENTER</justify>
828	      <wrap>False</wrap>
829	      <xalign>0.5</xalign>
830	      <yalign>0.5</yalign>
831	      <xpad>0</xpad>
832	      <ypad>0</ypad>
833	      <child>
834		<padding>0</padding>
835		<expand>False</expand>
836		<fill>False</fill>
837	      </child>
838	    </widget>
839
840	    <widget>
841	      <class>GtkVBox</class>
842	      <name>vbox11</name>
843	      <homogeneous>False</homogeneous>
844	      <spacing>0</spacing>
845	      <child>
846		<padding>0</padding>
847		<expand>True</expand>
848		<fill>True</fill>
849	      </child>
850
851	      <widget>
852		<class>GtkLabel</class>
853		<name>current_option_label</name>
854		<label>[current option]</label>
855		<justify>GTK_JUSTIFY_CENTER</justify>
856		<wrap>False</wrap>
857		<xalign>0</xalign>
858		<yalign>0.5</yalign>
859		<xpad>0</xpad>
860		<ypad>0</ypad>
861		<child>
862		  <padding>0</padding>
863		  <expand>False</expand>
864		  <fill>False</fill>
865		</child>
866	      </widget>
867
868	      <widget>
869		<class>GtkLabel</class>
870		<name>label50</name>
871		<label></label>
872		<justify>GTK_JUSTIFY_CENTER</justify>
873		<wrap>False</wrap>
874		<xalign>0.5</xalign>
875		<yalign>0.5</yalign>
876		<xpad>0</xpad>
877		<ypad>0</ypad>
878		<child>
879		  <padding>0</padding>
880		  <expand>False</expand>
881		  <fill>False</fill>
882		</child>
883	      </widget>
884
885	      <widget>
886		<class>GtkLabel</class>
887		<name>current_file_label</name>
888		<label>[current file]</label>
889		<justify>GTK_JUSTIFY_CENTER</justify>
890		<wrap>False</wrap>
891		<xalign>0</xalign>
892		<yalign>0.5</yalign>
893		<xpad>0</xpad>
894		<ypad>0</ypad>
895		<child>
896		  <padding>0</padding>
897		  <expand>False</expand>
898		  <fill>False</fill>
899		</child>
900	      </widget>
901
902	      <widget>
903		<class>GtkProgressBar</class>
904		<name>current_file_progress</name>
905		<value>0</value>
906		<lower>0</lower>
907		<upper>100</upper>
908		<bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
909		<orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
910		<activity_mode>False</activity_mode>
911		<show_text>False</show_text>
912		<format>%P %%</format>
913		<text_xalign>0.5</text_xalign>
914		<text_yalign>0.5</text_yalign>
915		<child>
916		  <padding>0</padding>
917		  <expand>False</expand>
918		  <fill>False</fill>
919		</child>
920	      </widget>
921	    </widget>
922
923	    <widget>
924	      <class>GtkVBox</class>
925	      <name>vbox12</name>
926	      <homogeneous>False</homogeneous>
927	      <spacing>0</spacing>
928	      <child>
929		<padding>0</padding>
930		<expand>True</expand>
931		<fill>True</fill>
932	      </child>
933
934	      <widget>
935		<class>GtkLabel</class>
936		<name>label41</name>
937		<label>Total Install</label>
938		<justify>GTK_JUSTIFY_CENTER</justify>
939		<wrap>False</wrap>
940		<xalign>0</xalign>
941		<yalign>0.5</yalign>
942		<xpad>0</xpad>
943		<ypad>0</ypad>
944		<child>
945		  <padding>0</padding>
946		  <expand>False</expand>
947		  <fill>False</fill>
948		</child>
949	      </widget>
950
951	      <widget>
952		<class>GtkProgressBar</class>
953		<name>total_file_progress</name>
954		<value>0</value>
955		<lower>0</lower>
956		<upper>100</upper>
957		<bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
958		<orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
959		<activity_mode>False</activity_mode>
960		<show_text>False</show_text>
961		<format>%P %%</format>
962		<text_xalign>0.5</text_xalign>
963		<text_yalign>0.5</text_yalign>
964		<child>
965		  <padding>0</padding>
966		  <expand>False</expand>
967		  <fill>False</fill>
968		</child>
969	      </widget>
970	    </widget>
971	  </widget>
972	</widget>
973
974	<widget>
975	  <class>GtkHButtonBox</class>
976	  <name>hbuttonbox4</name>
977	  <layout_style>GTK_BUTTONBOX_START</layout_style>
978	  <spacing>5</spacing>
979	  <child_min_width>60</child_min_width>
980	  <child_min_height>27</child_min_height>
981	  <child_ipad_x>7</child_ipad_x>
982	  <child_ipad_y>0</child_ipad_y>
983	  <child>
984	    <left_attach>0</left_attach>
985	    <right_attach>1</right_attach>
986	    <top_attach>1</top_attach>
987	    <bottom_attach>2</bottom_attach>
988	    <xpad>0</xpad>
989	    <ypad>0</ypad>
990	    <xexpand>True</xexpand>
991	    <yexpand>False</yexpand>
992	    <xshrink>False</xshrink>
993	    <yshrink>False</yshrink>
994	    <xfill>True</xfill>
995	    <yfill>True</yfill>
996	  </child>
997
998	  <widget>
999	    <class>GtkButton</class>
1000	    <name>button12</name>
1001	    <can_default>True</can_default>
1002	    <can_focus>True</can_focus>
1003	    <accelerator>
1004	      <modifiers>0</modifiers>
1005	      <key>GDK_Escape</key>
1006	      <signal>clicked</signal>
1007	    </accelerator>
1008	    <signal>
1009	      <name>clicked</name>
1010	      <handler>setup_button_cancel_slot</handler>
1011	      <last_modification_time>Tue, 14 Sep 1999 19:53:47 GMT</last_modification_time>
1012	    </signal>
1013	    <label>Cancel</label>
1014	    <relief>GTK_RELIEF_NORMAL</relief>
1015	  </widget>
1016
1017	  <widget>
1018	    <class>GtkButton</class>
1019	    <name>view_readme_progress_button</name>
1020	    <can_default>True</can_default>
1021	    <can_focus>True</can_focus>
1022	    <accelerator>
1023	      <modifiers>0</modifiers>
1024	      <key>GDK_F1</key>
1025	      <signal>clicked</signal>
1026	    </accelerator>
1027	    <signal>
1028	      <name>clicked</name>
1029	      <handler>setup_button_view_readme_slot</handler>
1030	      <last_modification_time>Wed, 15 Sep 1999 01:11:10 GMT</last_modification_time>
1031	    </signal>
1032	    <label>_View Readme</label>
1033	    <relief>GTK_RELIEF_NORMAL</relief>
1034	  </widget>
1035	</widget>
1036      </widget>
1037
1038      <widget>
1039	<class>GtkLabel</class>
1040	<child_name>Notebook:tab</child_name>
1041	<name>setup_install</name>
1042	<label></label>
1043	<justify>GTK_JUSTIFY_CENTER</justify>
1044	<wrap>False</wrap>
1045	<xalign>0.5</xalign>
1046	<yalign>0.5</yalign>
1047	<xpad>0</xpad>
1048	<ypad>0</ypad>
1049      </widget>
1050
1051      <widget>
1052	<class>GtkTable</class>
1053	<name>table15</name>
1054	<rows>2</rows>
1055	<columns>1</columns>
1056	<homogeneous>False</homogeneous>
1057	<row_spacing>5</row_spacing>
1058	<column_spacing>5</column_spacing>
1059
1060	<widget>
1061	  <class>GtkHButtonBox</class>
1062	  <name>hbuttonbox5</name>
1063	  <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1064	  <spacing>5</spacing>
1065	  <child_min_width>60</child_min_width>
1066	  <child_min_height>27</child_min_height>
1067	  <child_ipad_x>7</child_ipad_x>
1068	  <child_ipad_y>0</child_ipad_y>
1069	  <child>
1070	    <left_attach>0</left_attach>
1071	    <right_attach>1</right_attach>
1072	    <top_attach>1</top_attach>
1073	    <bottom_attach>2</bottom_attach>
1074	    <xpad>0</xpad>
1075	    <ypad>0</ypad>
1076	    <xexpand>True</xexpand>
1077	    <yexpand>False</yexpand>
1078	    <xshrink>False</xshrink>
1079	    <yshrink>False</yshrink>
1080	    <xfill>True</xfill>
1081	    <yfill>True</yfill>
1082	  </child>
1083
1084	  <widget>
1085	    <class>GtkButton</class>
1086	    <name>button15</name>
1087	    <can_default>True</can_default>
1088	    <can_focus>True</can_focus>
1089	    <accelerator>
1090	      <modifiers>0</modifiers>
1091	      <key>GDK_Escape</key>
1092	      <signal>clicked</signal>
1093	    </accelerator>
1094	    <signal>
1095	      <name>clicked</name>
1096	      <handler>setup_button_exit_slot</handler>
1097	      <last_modification_time>Tue, 14 Sep 1999 22:58:23 GMT</last_modification_time>
1098	    </signal>
1099	    <label>_Exit</label>
1100	    <relief>GTK_RELIEF_NORMAL</relief>
1101	  </widget>
1102
1103	  <widget>
1104	    <class>GtkButton</class>
1105	    <name>view_readme_end_button</name>
1106	    <can_default>True</can_default>
1107	    <can_focus>True</can_focus>
1108	    <accelerator>
1109	      <modifiers>0</modifiers>
1110	      <key>GDK_F1</key>
1111	      <signal>clicked</signal>
1112	    </accelerator>
1113	    <signal>
1114	      <name>clicked</name>
1115	      <handler>setup_button_view_readme_slot</handler>
1116	      <last_modification_time>Wed, 15 Sep 1999 01:11:23 GMT</last_modification_time>
1117	    </signal>
1118	    <label>_View Readme</label>
1119	    <relief>GTK_RELIEF_NORMAL</relief>
1120	  </widget>
1121
1122	  <widget>
1123	    <class>GtkButton</class>
1124	    <name>play_game_button</name>
1125	    <can_default>True</can_default>
1126	    <can_focus>True</can_focus>
1127	    <accelerator>
1128	      <modifiers>0</modifiers>
1129	      <key>GDK_Return</key>
1130	      <signal>clicked</signal>
1131	    </accelerator>
1132	    <accelerator>
1133	      <modifiers>0</modifiers>
1134	      <key>GDK_space</key>
1135	      <signal>enter</signal>
1136	    </accelerator>
1137	    <signal>
1138	      <name>clicked</name>
1139	      <handler>setup_button_play_slot</handler>
1140	      <last_modification_time>Tue, 14 Sep 1999 22:35:17 GMT</last_modification_time>
1141	    </signal>
1142	    <label>_Start</label>
1143	    <relief>GTK_RELIEF_NORMAL</relief>
1144	  </widget>
1145	</widget>
1146
1147	<widget>
1148	  <class>GtkFrame</class>
1149	  <name>frame14</name>
1150	  <label>Install Complete</label>
1151	  <label_xalign>0</label_xalign>
1152	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1153	  <child>
1154	    <left_attach>0</left_attach>
1155	    <right_attach>1</right_attach>
1156	    <top_attach>0</top_attach>
1157	    <bottom_attach>1</bottom_attach>
1158	    <xpad>0</xpad>
1159	    <ypad>0</ypad>
1160	    <xexpand>False</xexpand>
1161	    <yexpand>True</yexpand>
1162	    <xshrink>False</xshrink>
1163	    <yshrink>False</yshrink>
1164	    <xfill>True</xfill>
1165	    <yfill>True</yfill>
1166	  </child>
1167
1168	  <widget>
1169	    <class>GtkVBox</class>
1170	    <name>vbox15</name>
1171	    <border_width>5</border_width>
1172	    <homogeneous>False</homogeneous>
1173	    <spacing>0</spacing>
1174
1175	    <widget>
1176	      <class>GtkLabel</class>
1177	      <name>label45</name>
1178	      <label>Congratulations!</label>
1179	      <justify>GTK_JUSTIFY_CENTER</justify>
1180	      <wrap>False</wrap>
1181	      <xalign>0.5</xalign>
1182	      <yalign>0.5</yalign>
1183	      <xpad>0</xpad>
1184	      <ypad>0</ypad>
1185	      <child>
1186		<padding>0</padding>
1187		<expand>False</expand>
1188		<fill>False</fill>
1189	      </child>
1190	    </widget>
1191
1192	    <widget>
1193	      <class>GtkLabel</class>
1194	      <name>setup_complete_label</name>
1195	      <label>The installation was successfully completed!</label>
1196	      <justify>GTK_JUSTIFY_CENTER</justify>
1197	      <wrap>True</wrap>
1198	      <xalign>0.5</xalign>
1199	      <yalign>0.5</yalign>
1200	      <xpad>0</xpad>
1201	      <ypad>0</ypad>
1202	      <child>
1203		<padding>0</padding>
1204		<expand>False</expand>
1205		<fill>False</fill>
1206	      </child>
1207	    </widget>
1208
1209	    <widget>
1210	      <class>GtkLabel</class>
1211	      <name>label54</name>
1212	      <label></label>
1213	      <justify>GTK_JUSTIFY_CENTER</justify>
1214	      <wrap>False</wrap>
1215	      <xalign>0.5</xalign>
1216	      <yalign>0.5</yalign>
1217	      <xpad>0</xpad>
1218	      <ypad>0</ypad>
1219	      <child>
1220		<padding>0</padding>
1221		<expand>False</expand>
1222		<fill>False</fill>
1223	      </child>
1224	    </widget>
1225
1226	    <widget>
1227	      <class>GtkLabel</class>
1228	      <name>label55</name>
1229	      <label>The product was installed in:</label>
1230	      <justify>GTK_JUSTIFY_CENTER</justify>
1231	      <wrap>False</wrap>
1232	      <xalign>0</xalign>
1233	      <yalign>0.5</yalign>
1234	      <xpad>0</xpad>
1235	      <ypad>0</ypad>
1236	      <child>
1237		<padding>0</padding>
1238		<expand>False</expand>
1239		<fill>False</fill>
1240	      </child>
1241	    </widget>
1242
1243	    <widget>
1244	      <class>GtkLabel</class>
1245	      <name>install_directory_label</name>
1246	      <label>[install directory]</label>
1247	      <justify>GTK_JUSTIFY_CENTER</justify>
1248	      <wrap>False</wrap>
1249	      <xalign>0</xalign>
1250	      <yalign>0.5</yalign>
1251	      <xpad>0</xpad>
1252	      <ypad>0</ypad>
1253	      <child>
1254		<padding>0</padding>
1255		<expand>False</expand>
1256		<fill>False</fill>
1257	      </child>
1258	    </widget>
1259
1260	    <widget>
1261	      <class>GtkLabel</class>
1262	      <name>label57</name>
1263	      <label></label>
1264	      <justify>GTK_JUSTIFY_CENTER</justify>
1265	      <wrap>False</wrap>
1266	      <xalign>0.5</xalign>
1267	      <yalign>0.5</yalign>
1268	      <xpad>0</xpad>
1269	      <ypad>0</ypad>
1270	      <child>
1271		<padding>0</padding>
1272		<expand>False</expand>
1273		<fill>False</fill>
1274	      </child>
1275	    </widget>
1276
1277	    <widget>
1278	      <class>GtkLabel</class>
1279	      <name>play_game_label</name>
1280	      <label>Type '[game]' to start.</label>
1281	      <justify>GTK_JUSTIFY_CENTER</justify>
1282	      <wrap>False</wrap>
1283	      <xalign>0</xalign>
1284	      <yalign>0.5</yalign>
1285	      <xpad>0</xpad>
1286	      <ypad>0</ypad>
1287	      <child>
1288		<padding>0</padding>
1289		<expand>False</expand>
1290		<fill>False</fill>
1291	      </child>
1292	    </widget>
1293	  </widget>
1294	</widget>
1295      </widget>
1296
1297      <widget>
1298	<class>GtkLabel</class>
1299	<child_name>Notebook:tab</child_name>
1300	<name>setup_complete</name>
1301	<label></label>
1302	<justify>GTK_JUSTIFY_CENTER</justify>
1303	<wrap>False</wrap>
1304	<xalign>0.5</xalign>
1305	<yalign>0.5</yalign>
1306	<xpad>0</xpad>
1307	<ypad>0</ypad>
1308      </widget>
1309
1310      <widget>
1311	<class>GtkTable</class>
1312	<name>table16</name>
1313	<rows>2</rows>
1314	<columns>1</columns>
1315	<homogeneous>False</homogeneous>
1316	<row_spacing>5</row_spacing>
1317	<column_spacing>5</column_spacing>
1318
1319	<widget>
1320	  <class>GtkHButtonBox</class>
1321	  <name>hbuttonbox6</name>
1322	  <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1323	  <spacing>5</spacing>
1324	  <child_min_width>120</child_min_width>
1325	  <child_min_height>27</child_min_height>
1326	  <child_ipad_x>7</child_ipad_x>
1327	  <child_ipad_y>0</child_ipad_y>
1328	  <child>
1329	    <left_attach>0</left_attach>
1330	    <right_attach>1</right_attach>
1331	    <top_attach>1</top_attach>
1332	    <bottom_attach>2</bottom_attach>
1333	    <xpad>0</xpad>
1334	    <ypad>0</ypad>
1335	    <xexpand>True</xexpand>
1336	    <yexpand>False</yexpand>
1337	    <xshrink>False</xshrink>
1338	    <yshrink>False</yshrink>
1339	    <xfill>True</xfill>
1340	    <yfill>True</yfill>
1341	  </child>
1342
1343	  <widget>
1344	    <class>GtkButton</class>
1345	    <name>button18</name>
1346	    <can_default>True</can_default>
1347	    <can_focus>True</can_focus>
1348	    <accelerator>
1349	      <modifiers>0</modifiers>
1350	      <key>GDK_Return</key>
1351	      <signal>clicked</signal>
1352	    </accelerator>
1353	    <accelerator>
1354	      <modifiers>0</modifiers>
1355	      <key>GDK_Escape</key>
1356	      <signal>clicked</signal>
1357	    </accelerator>
1358	    <signal>
1359	      <name>clicked</name>
1360	      <handler>setup_button_abort_slot</handler>
1361	      <last_modification_time>Wed, 06 Feb 2002 01:32:49 GMT</last_modification_time>
1362	    </signal>
1363	    <label>_Exit</label>
1364	    <relief>GTK_RELIEF_NORMAL</relief>
1365	  </widget>
1366	</widget>
1367
1368	<widget>
1369	  <class>GtkFrame</class>
1370	  <name>frame15</name>
1371	  <label>Install Aborted</label>
1372	  <label_xalign>0</label_xalign>
1373	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1374	  <child>
1375	    <left_attach>0</left_attach>
1376	    <right_attach>1</right_attach>
1377	    <top_attach>0</top_attach>
1378	    <bottom_attach>1</bottom_attach>
1379	    <xpad>0</xpad>
1380	    <ypad>0</ypad>
1381	    <xexpand>False</xexpand>
1382	    <yexpand>True</yexpand>
1383	    <xshrink>False</xshrink>
1384	    <yshrink>False</yshrink>
1385	    <xfill>True</xfill>
1386	    <yfill>True</yfill>
1387	  </child>
1388
1389	  <widget>
1390	    <class>GtkVBox</class>
1391	    <name>vbox16</name>
1392	    <border_width>5</border_width>
1393	    <homogeneous>False</homogeneous>
1394	    <spacing>0</spacing>
1395
1396	    <widget>
1397	      <class>GtkLabel</class>
1398	      <name>label48</name>
1399	      <label>This installation has been aborted.</label>
1400	      <justify>GTK_JUSTIFY_CENTER</justify>
1401	      <wrap>False</wrap>
1402	      <xalign>0.5</xalign>
1403	      <yalign>0.5</yalign>
1404	      <xpad>0</xpad>
1405	      <ypad>0</ypad>
1406	      <child>
1407		<padding>0</padding>
1408		<expand>False</expand>
1409		<fill>False</fill>
1410	      </child>
1411	    </widget>
1412
1413	    <widget>
1414	      <class>GtkLabel</class>
1415	      <name>label49</name>
1416	      <label>Press 'Exit' to clean up temporary files.</label>
1417	      <justify>GTK_JUSTIFY_CENTER</justify>
1418	      <wrap>False</wrap>
1419	      <xalign>0.5</xalign>
1420	      <yalign>0.5</yalign>
1421	      <xpad>0</xpad>
1422	      <ypad>0</ypad>
1423	      <child>
1424		<padding>0</padding>
1425		<expand>False</expand>
1426		<fill>False</fill>
1427	      </child>
1428	    </widget>
1429	  </widget>
1430	</widget>
1431      </widget>
1432
1433      <widget>
1434	<class>GtkLabel</class>
1435	<child_name>Notebook:tab</child_name>
1436	<name>setup_abort</name>
1437	<label></label>
1438	<justify>GTK_JUSTIFY_CENTER</justify>
1439	<wrap>False</wrap>
1440	<xalign>0.5</xalign>
1441	<yalign>0.5</yalign>
1442	<xpad>0</xpad>
1443	<ypad>0</ypad>
1444      </widget>
1445
1446      <widget>
1447	<class>GtkTable</class>
1448	<name>table17</name>
1449	<rows>2</rows>
1450	<columns>1</columns>
1451	<homogeneous>False</homogeneous>
1452	<row_spacing>5</row_spacing>
1453	<column_spacing>5</column_spacing>
1454
1455	<widget>
1456	  <class>GtkHButtonBox</class>
1457	  <name>hbuttonbox7</name>
1458	  <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1459	  <spacing>5</spacing>
1460	  <child_min_width>60</child_min_width>
1461	  <child_min_height>27</child_min_height>
1462	  <child_ipad_x>7</child_ipad_x>
1463	  <child_ipad_y>0</child_ipad_y>
1464	  <child>
1465	    <left_attach>0</left_attach>
1466	    <right_attach>1</right_attach>
1467	    <top_attach>1</top_attach>
1468	    <bottom_attach>2</bottom_attach>
1469	    <xpad>0</xpad>
1470	    <ypad>0</ypad>
1471	    <xexpand>True</xexpand>
1472	    <yexpand>False</yexpand>
1473	    <xshrink>False</xshrink>
1474	    <yshrink>False</yshrink>
1475	    <xfill>True</xfill>
1476	    <yfill>True</yfill>
1477	  </child>
1478
1479	  <widget>
1480	    <class>GtkButton</class>
1481	    <name>button21</name>
1482	    <can_default>True</can_default>
1483	    <can_focus>True</can_focus>
1484	    <accelerator>
1485	      <modifiers>0</modifiers>
1486	      <key>GDK_Escape</key>
1487	      <signal>clicked</signal>
1488	    </accelerator>
1489	    <signal>
1490	      <name>clicked</name>
1491	      <handler>setup_button_warning_cancel_slot</handler>
1492	      <last_modification_time>Wed, 29 Sep 1999 21:51:04 GMT</last_modification_time>
1493	    </signal>
1494	    <label>Cancel</label>
1495	    <relief>GTK_RELIEF_NORMAL</relief>
1496	  </widget>
1497
1498	  <widget>
1499	    <class>GtkButton</class>
1500	    <name>button22</name>
1501	    <can_default>True</can_default>
1502	    <has_default>True</has_default>
1503	    <can_focus>True</can_focus>
1504	    <accelerator>
1505	      <modifiers>0</modifiers>
1506	      <key>GDK_Return</key>
1507	      <signal>clicked</signal>
1508	    </accelerator>
1509	    <signal>
1510	      <name>clicked</name>
1511	      <handler>setup_button_warning_continue_slot</handler>
1512	      <last_modification_time>Wed, 29 Sep 1999 21:50:51 GMT</last_modification_time>
1513	    </signal>
1514	    <label>Continue</label>
1515	    <relief>GTK_RELIEF_NORMAL</relief>
1516	  </widget>
1517	</widget>
1518
1519	<widget>
1520	  <class>GtkFrame</class>
1521	  <name>frame16</name>
1522	  <label>Warning</label>
1523	  <label_xalign>0</label_xalign>
1524	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1525	  <child>
1526	    <left_attach>0</left_attach>
1527	    <right_attach>1</right_attach>
1528	    <top_attach>0</top_attach>
1529	    <bottom_attach>1</bottom_attach>
1530	    <xpad>0</xpad>
1531	    <ypad>0</ypad>
1532	    <xexpand>False</xexpand>
1533	    <yexpand>True</yexpand>
1534	    <xshrink>False</xshrink>
1535	    <yshrink>False</yshrink>
1536	    <xfill>True</xfill>
1537	    <yfill>True</yfill>
1538	  </child>
1539
1540	  <widget>
1541	    <class>GtkVBox</class>
1542	    <name>vbox17</name>
1543	    <border_width>5</border_width>
1544	    <homogeneous>False</homogeneous>
1545	    <spacing>0</spacing>
1546
1547	    <widget>
1548	      <class>GtkLabel</class>
1549	      <name>warning_label</name>
1550	      <label>[warning text]</label>
1551	      <justify>GTK_JUSTIFY_LEFT</justify>
1552	      <wrap>False</wrap>
1553	      <xalign>0</xalign>
1554	      <yalign>0.5</yalign>
1555	      <xpad>5</xpad>
1556	      <ypad>0</ypad>
1557	      <child>
1558		<padding>0</padding>
1559		<expand>False</expand>
1560		<fill>False</fill>
1561	      </child>
1562	    </widget>
1563	  </widget>
1564	</widget>
1565      </widget>
1566
1567      <widget>
1568	<class>GtkLabel</class>
1569	<child_name>Notebook:tab</child_name>
1570	<name>setup_warning</name>
1571	<label></label>
1572	<justify>GTK_JUSTIFY_CENTER</justify>
1573	<wrap>False</wrap>
1574	<xalign>0.5</xalign>
1575	<yalign>0.5</yalign>
1576	<xpad>0</xpad>
1577	<ypad>0</ypad>
1578      </widget>
1579
1580      <widget>
1581	<class>GtkTable</class>
1582	<name>table18</name>
1583	<rows>2</rows>
1584	<columns>1</columns>
1585	<homogeneous>False</homogeneous>
1586	<row_spacing>5</row_spacing>
1587	<column_spacing>5</column_spacing>
1588
1589	<widget>
1590	  <class>GtkHButtonBox</class>
1591	  <name>hbuttonbox10</name>
1592	  <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1593	  <spacing>5</spacing>
1594	  <child_min_width>60</child_min_width>
1595	  <child_min_height>27</child_min_height>
1596	  <child_ipad_x>7</child_ipad_x>
1597	  <child_ipad_y>0</child_ipad_y>
1598	  <child>
1599	    <left_attach>0</left_attach>
1600	    <right_attach>1</right_attach>
1601	    <top_attach>1</top_attach>
1602	    <bottom_attach>2</bottom_attach>
1603	    <xpad>0</xpad>
1604	    <ypad>0</ypad>
1605	    <xexpand>True</xexpand>
1606	    <yexpand>False</yexpand>
1607	    <xshrink>False</xshrink>
1608	    <yshrink>False</yshrink>
1609	    <xfill>True</xfill>
1610	    <yfill>True</yfill>
1611	  </child>
1612
1613	  <widget>
1614	    <class>GtkButton</class>
1615	    <name>button30</name>
1616	    <can_default>True</can_default>
1617	    <can_focus>True</can_focus>
1618	    <accelerator>
1619	      <modifiers>0</modifiers>
1620	      <key>GDK_Escape</key>
1621	      <signal>clicked</signal>
1622	    </accelerator>
1623	    <signal>
1624	      <name>clicked</name>
1625	      <handler>setup_button_exit_slot</handler>
1626	      <last_modification_time>Tue, 14 Sep 1999 22:58:23 GMT</last_modification_time>
1627	    </signal>
1628	    <label>_Exit</label>
1629	    <relief>GTK_RELIEF_NORMAL</relief>
1630	  </widget>
1631
1632	  <widget>
1633	    <class>GtkButton</class>
1634	    <name>button31</name>
1635	    <can_default>True</can_default>
1636	    <can_focus>True</can_focus>
1637	    <accelerator>
1638	      <modifiers>0</modifiers>
1639	      <key>GDK_F1</key>
1640	      <signal>clicked</signal>
1641	    </accelerator>
1642	    <signal>
1643	      <name>clicked</name>
1644	      <handler>setup_button_view_readme_slot</handler>
1645	      <last_modification_time>Wed, 15 Sep 1999 01:11:23 GMT</last_modification_time>
1646	    </signal>
1647	    <label>_View Readme</label>
1648	    <relief>GTK_RELIEF_NORMAL</relief>
1649	  </widget>
1650
1651	  <widget>
1652	    <class>GtkButton</class>
1653	    <name>button32</name>
1654	    <can_default>True</can_default>
1655	    <has_default>True</has_default>
1656	    <can_focus>True</can_focus>
1657	    <signal>
1658	      <name>clicked</name>
1659	      <handler>setup_button_complete_slot</handler>
1660	      <last_modification_time>Sat, 11 Dec 1999 04:16:26 GMT</last_modification_time>
1661	    </signal>
1662	    <label>Continue</label>
1663	    <relief>GTK_RELIEF_NORMAL</relief>
1664	  </widget>
1665	</widget>
1666
1667	<widget>
1668	  <class>GtkFrame</class>
1669	  <name>frame17</name>
1670	  <label>Product Website</label>
1671	  <label_xalign>0</label_xalign>
1672	  <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1673	  <child>
1674	    <left_attach>0</left_attach>
1675	    <right_attach>1</right_attach>
1676	    <top_attach>0</top_attach>
1677	    <bottom_attach>1</bottom_attach>
1678	    <xpad>0</xpad>
1679	    <ypad>0</ypad>
1680	    <xexpand>False</xexpand>
1681	    <yexpand>True</yexpand>
1682	    <xshrink>False</xshrink>
1683	    <yshrink>False</yshrink>
1684	    <xfill>True</xfill>
1685	    <yfill>True</yfill>
1686	  </child>
1687
1688	  <widget>
1689	    <class>GtkVBox</class>
1690	    <name>vbox20</name>
1691	    <border_width>5</border_width>
1692	    <homogeneous>False</homogeneous>
1693	    <spacing>0</spacing>
1694
1695	    <widget>
1696	      <class>GtkLabel</class>
1697	      <name>label60</name>
1698	      <label></label>
1699	      <justify>GTK_JUSTIFY_CENTER</justify>
1700	      <wrap>False</wrap>
1701	      <xalign>0.5</xalign>
1702	      <yalign>0.5</yalign>
1703	      <xpad>0</xpad>
1704	      <ypad>0</ypad>
1705	      <child>
1706		<padding>0</padding>
1707		<expand>False</expand>
1708		<fill>False</fill>
1709	      </child>
1710	    </widget>
1711
1712	    <widget>
1713	      <class>GtkHBox</class>
1714	      <name>hbox3</name>
1715	      <homogeneous>False</homogeneous>
1716	      <spacing>0</spacing>
1717	      <child>
1718		<padding>0</padding>
1719		<expand>False</expand>
1720		<fill>False</fill>
1721	      </child>
1722
1723	      <widget>
1724		<class>GtkLabel</class>
1725		<name>label67</name>
1726		<label>Thank you for installing </label>
1727		<justify>GTK_JUSTIFY_CENTER</justify>
1728		<wrap>False</wrap>
1729		<xalign>0.5</xalign>
1730		<yalign>0.5</yalign>
1731		<xpad>0</xpad>
1732		<ypad>0</ypad>
1733		<child>
1734		  <padding>0</padding>
1735		  <expand>False</expand>
1736		  <fill>False</fill>
1737		</child>
1738	      </widget>
1739
1740	      <widget>
1741		<class>GtkLabel</class>
1742		<name>website_product_label</name>
1743		<label>[product]</label>
1744		<justify>GTK_JUSTIFY_CENTER</justify>
1745		<wrap>False</wrap>
1746		<xalign>0.5</xalign>
1747		<yalign>0.5</yalign>
1748		<xpad>0</xpad>
1749		<ypad>0</ypad>
1750		<child>
1751		  <padding>0</padding>
1752		  <expand>False</expand>
1753		  <fill>False</fill>
1754		</child>
1755	      </widget>
1756	    </widget>
1757
1758	    <widget>
1759	      <class>GtkLabel</class>
1760	      <name>website_text_label</name>
1761	      <label>Please visit our website for updates and support.</label>
1762	      <justify>GTK_JUSTIFY_CENTER</justify>
1763	      <wrap>False</wrap>
1764	      <xalign>0</xalign>
1765	      <yalign>0.5</yalign>
1766	      <xpad>0</xpad>
1767	      <ypad>0</ypad>
1768	      <child>
1769		<padding>0</padding>
1770		<expand>False</expand>
1771		<fill>False</fill>
1772	      </child>
1773	    </widget>
1774
1775	    <widget>
1776	      <class>GtkLabel</class>
1777	      <name>label63</name>
1778	      <label></label>
1779	      <justify>GTK_JUSTIFY_CENTER</justify>
1780	      <wrap>False</wrap>
1781	      <xalign>0</xalign>
1782	      <yalign>0.5</yalign>
1783	      <xpad>0</xpad>
1784	      <ypad>0</ypad>
1785	      <child>
1786		<padding>0</padding>
1787		<expand>False</expand>
1788		<fill>False</fill>
1789	      </child>
1790	    </widget>
1791
1792	    <widget>
1793	      <class>GtkLabel</class>
1794	      <name>label65</name>
1795	      <label></label>
1796	      <justify>GTK_JUSTIFY_CENTER</justify>
1797	      <wrap>False</wrap>
1798	      <xalign>0.5</xalign>
1799	      <yalign>0.5</yalign>
1800	      <xpad>0</xpad>
1801	      <ypad>0</ypad>
1802	      <child>
1803		<padding>0</padding>
1804		<expand>False</expand>
1805		<fill>False</fill>
1806	      </child>
1807	    </widget>
1808
1809	    <widget>
1810	      <class>GtkLabel</class>
1811	      <name>auto_url_yes</name>
1812	      <label>Launching browser, please wait...</label>
1813	      <justify>GTK_JUSTIFY_CENTER</justify>
1814	      <wrap>False</wrap>
1815	      <xalign>0</xalign>
1816	      <yalign>0.5</yalign>
1817	      <xpad>0</xpad>
1818	      <ypad>0</ypad>
1819	      <child>
1820		<padding>0</padding>
1821		<expand>False</expand>
1822		<fill>False</fill>
1823	      </child>
1824	    </widget>
1825
1826	    <widget>
1827	      <class>GtkHButtonBox</class>
1828	      <name>auto_url_no</name>
1829	      <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1830	      <spacing>30</spacing>
1831	      <child_min_width>85</child_min_width>
1832	      <child_min_height>27</child_min_height>
1833	      <child_ipad_x>7</child_ipad_x>
1834	      <child_ipad_y>0</child_ipad_y>
1835	      <child>
1836		<padding>0</padding>
1837		<expand>True</expand>
1838		<fill>True</fill>
1839	      </child>
1840
1841	      <widget>
1842		<class>GtkButton</class>
1843		<name>button33</name>
1844		<can_default>True</can_default>
1845		<can_focus>True</can_focus>
1846		<signal>
1847		  <name>clicked</name>
1848		  <handler>setup_button_browser_slot</handler>
1849		  <last_modification_time>Sat, 11 Dec 1999 04:35:32 GMT</last_modification_time>
1850		</signal>
1851		<label>Launch _Browser</label>
1852		<relief>GTK_RELIEF_NORMAL</relief>
1853	      </widget>
1854	    </widget>
1855	  </widget>
1856	</widget>
1857      </widget>
1858
1859      <widget>
1860	<class>GtkLabel</class>
1861	<child_name>Notebook:tab</child_name>
1862	<name>setup_website</name>
1863	<label></label>
1864	<justify>GTK_JUSTIFY_CENTER</justify>
1865	<wrap>False</wrap>
1866	<xalign>0.5</xalign>
1867	<yalign>0.5</yalign>
1868	<xpad>0</xpad>
1869	<ypad>0</ypad>
1870      </widget>
1871    </widget>
1872  </widget>
1873</widget>
1874
1875<widget>
1876  <class>GtkDialog</class>
1877  <name>readme_dialog</name>
1878  <width>480</width>
1879  <height>360</height>
1880  <visible>False</visible>
1881  <signal>
1882    <name>destroy</name>
1883    <handler>setup_destroy_view_readme_slot</handler>
1884  </signal>
1885  <title>Readme File</title>
1886  <type>GTK_WINDOW_TOPLEVEL</type>
1887  <position>GTK_WIN_POS_NONE</position>
1888  <modal>False</modal>
1889  <allow_shrink>True</allow_shrink>
1890  <allow_grow>True</allow_grow>
1891  <auto_shrink>False</auto_shrink>
1892
1893  <widget>
1894    <class>GtkVBox</class>
1895    <child_name>Dialog:vbox</child_name>
1896    <name>dialog-vbox1</name>
1897    <homogeneous>False</homogeneous>
1898    <spacing>0</spacing>
1899
1900    <widget>
1901      <class>GtkHBox</class>
1902      <child_name>Dialog:action_area</child_name>
1903      <name>dialog-action_area1</name>
1904      <border_width>10</border_width>
1905      <homogeneous>True</homogeneous>
1906      <spacing>0</spacing>
1907      <child>
1908	<padding>0</padding>
1909	<expand>False</expand>
1910	<fill>True</fill>
1911	<pack>GTK_PACK_END</pack>
1912      </child>
1913
1914      <widget>
1915	<class>GtkButton</class>
1916	<name>button20</name>
1917	<can_default>True</can_default>
1918	<can_focus>True</can_focus>
1919	<accelerator>
1920	  <modifiers>0</modifiers>
1921	  <key>GDK_Return</key>
1922	  <signal>clicked</signal>
1923	</accelerator>
1924	<accelerator>
1925	  <modifiers>0</modifiers>
1926	  <key>GDK_Escape</key>
1927	  <signal>clicked</signal>
1928	</accelerator>
1929	<signal>
1930	  <name>clicked</name>
1931	  <handler>setup_close_view_readme_slot</handler>
1932	  <last_modification_time>Wed, 15 Sep 1999 01:10:31 GMT</last_modification_time>
1933	</signal>
1934	<label>_Close</label>
1935	<relief>GTK_RELIEF_NORMAL</relief>
1936	<child>
1937	  <padding>0</padding>
1938	  <expand>False</expand>
1939	  <fill>True</fill>
1940	</child>
1941      </widget>
1942    </widget>
1943
1944    <widget>
1945      <class>GtkScrolledWindow</class>
1946      <name>scrolledwindow1</name>
1947      <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
1948      <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
1949      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1950      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1951      <child>
1952	<padding>0</padding>
1953	<expand>True</expand>
1954	<fill>True</fill>
1955      </child>
1956
1957      <widget>
1958	<class>GtkText</class>
1959	<name>readme_area</name>
1960	<can_focus>True</can_focus>
1961	<editable>False</editable>
1962	<text></text>
1963      </widget>
1964    </widget>
1965  </widget>
1966</widget>
1967
1968<widget>
1969  <class>GtkDialog</class>
1970  <name>license_dialog</name>
1971  <width>480</width>
1972  <height>360</height>
1973  <visible>False</visible>
1974  <signal>
1975    <name>destroy</name>
1976    <handler>setup_destroy_license_slot</handler>
1977  </signal>
1978  <title>License Agreement</title>
1979  <type>GTK_WINDOW_TOPLEVEL</type>
1980  <position>GTK_WIN_POS_CENTER</position>
1981  <modal>True</modal>
1982  <allow_shrink>True</allow_shrink>
1983  <allow_grow>True</allow_grow>
1984  <auto_shrink>False</auto_shrink>
1985
1986  <widget>
1987    <class>GtkVBox</class>
1988    <child_name>Dialog:vbox</child_name>
1989    <name>vbox19</name>
1990    <homogeneous>False</homogeneous>
1991    <spacing>0</spacing>
1992
1993    <widget>
1994      <class>GtkHBox</class>
1995      <child_name>Dialog:action_area</child_name>
1996      <name>hbox2</name>
1997      <border_width>10</border_width>
1998      <homogeneous>True</homogeneous>
1999      <spacing>0</spacing>
2000      <child>
2001	<padding>0</padding>
2002	<expand>False</expand>
2003	<fill>True</fill>
2004	<pack>GTK_PACK_END</pack>
2005      </child>
2006
2007      <widget>
2008	<class>GtkHButtonBox</class>
2009	<name>hbuttonbox9</name>
2010	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
2011	<spacing>5</spacing>
2012	<child_min_width>60</child_min_width>
2013	<child_min_height>27</child_min_height>
2014	<child_ipad_x>7</child_ipad_x>
2015	<child_ipad_y>0</child_ipad_y>
2016	<child>
2017	  <padding>0</padding>
2018	  <expand>False</expand>
2019	  <fill>True</fill>
2020	</child>
2021
2022	<widget>
2023	  <class>GtkButton</class>
2024	  <name>button28</name>
2025	  <can_default>True</can_default>
2026	  <can_focus>True</can_focus>
2027	  <accelerator>
2028	    <modifiers>0</modifiers>
2029	    <key>GDK_Escape</key>
2030	    <signal>clicked</signal>
2031	  </accelerator>
2032	  <signal>
2033	    <name>clicked</name>
2034	    <handler>setup_button_exit_slot</handler>
2035	    <last_modification_time>Tue, 14 Sep 1999 22:58:10 GMT</last_modification_time>
2036	  </signal>
2037	  <label>_Cancel</label>
2038	  <relief>GTK_RELIEF_NORMAL</relief>
2039	</widget>
2040
2041	<widget>
2042	  <class>GtkButton</class>
2043	  <name>button29</name>
2044	  <can_default>True</can_default>
2045	  <can_focus>True</can_focus>
2046	  <accelerator>
2047	    <modifiers>0</modifiers>
2048	    <key>GDK_Y</key>
2049	    <signal>clicked</signal>
2050	  </accelerator>
2051	  <accelerator>
2052	    <modifiers>0</modifiers>
2053	    <key>GDK_y</key>
2054	    <signal>clicked</signal>
2055	  </accelerator>
2056	  <accelerator>
2057	    <modifiers>0</modifiers>
2058	    <key>GDK_Return</key>
2059	    <signal>clicked</signal>
2060	  </accelerator>
2061	  <signal>
2062	    <name>clicked</name>
2063	    <handler>setup_button_license_agree_slot</handler>
2064	    <last_modification_time>Tue, 30 Nov 1999 01:28:20 GMT</last_modification_time>
2065	  </signal>
2066	  <label>_I Agree</label>
2067	  <relief>GTK_RELIEF_NORMAL</relief>
2068	</widget>
2069      </widget>
2070    </widget>
2071
2072    <widget>
2073      <class>GtkScrolledWindow</class>
2074      <name>scrolledwindow3</name>
2075      <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2076      <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2077      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2078      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2079      <child>
2080	<padding>0</padding>
2081	<expand>True</expand>
2082	<fill>True</fill>
2083      </child>
2084
2085      <widget>
2086	<class>GtkText</class>
2087	<name>license_area</name>
2088	<can_focus>True</can_focus>
2089	<editable>False</editable>
2090	<text></text>
2091      </widget>
2092    </widget>
2093  </widget>
2094</widget>
2095
2096<widget>
2097  <class>GtkDialog</class>
2098  <name>subcomponent_dialog</name>
2099  <title></title>
2100  <type>GTK_WINDOW_TOPLEVEL</type>
2101  <position>GTK_WIN_POS_NONE</position>
2102  <modal>False</modal>
2103  <allow_shrink>True</allow_shrink>
2104  <allow_grow>True</allow_grow>
2105  <auto_shrink>False</auto_shrink>
2106
2107  <widget>
2108    <class>GtkVBox</class>
2109    <child_name>Dialog:vbox</child_name>
2110    <name>vbox21</name>
2111    <homogeneous>False</homogeneous>
2112    <spacing>2</spacing>
2113
2114    <widget>
2115      <class>GtkHBox</class>
2116      <child_name>Dialog:action_area</child_name>
2117      <name>hbox5</name>
2118      <border_width>2</border_width>
2119      <homogeneous>True</homogeneous>
2120      <spacing>2</spacing>
2121      <child>
2122	<padding>2</padding>
2123	<expand>False</expand>
2124	<fill>True</fill>
2125	<pack>GTK_PACK_END</pack>
2126      </child>
2127
2128      <widget>
2129	<class>GtkHButtonBox</class>
2130	<name>hbuttonbox11</name>
2131	<layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
2132	<spacing>30</spacing>
2133	<child_min_width>85</child_min_width>
2134	<child_min_height>27</child_min_height>
2135	<child_ipad_x>7</child_ipad_x>
2136	<child_ipad_y>0</child_ipad_y>
2137	<child>
2138	  <padding>0</padding>
2139	  <expand>True</expand>
2140	  <fill>True</fill>
2141	</child>
2142
2143	<widget>
2144	  <class>GtkButton</class>
2145	  <name>subcomponent_button_cancel</name>
2146	  <can_default>True</can_default>
2147	  <can_focus>True</can_focus>
2148	  <signal>
2149	    <name>clicked</name>
2150	    <handler>setup_button_subcomponent_cancel</handler>
2151	    <last_modification_time>Wed, 09 Jan 2002 21:54:50 GMT</last_modification_time>
2152	  </signal>
2153	  <label>Cancel</label>
2154	  <relief>GTK_RELIEF_NORMAL</relief>
2155	</widget>
2156
2157	<widget>
2158	  <class>GtkButton</class>
2159	  <name>subcomponent_button_ok</name>
2160	  <can_default>True</can_default>
2161	  <can_focus>True</can_focus>
2162	  <signal>
2163	    <name>clicked</name>
2164	    <handler>setup_button_subcomponent_ok</handler>
2165	    <last_modification_time>Wed, 09 Jan 2002 21:54:13 GMT</last_modification_time>
2166	  </signal>
2167	  <label>Ok</label>
2168	  <relief>GTK_RELIEF_NORMAL</relief>
2169	</widget>
2170      </widget>
2171    </widget>
2172
2173    <widget>
2174      <class>GtkFrame</class>
2175      <name>subcomponent_frame</name>
2176      <border_width>2</border_width>
2177      <label_xalign>0</label_xalign>
2178      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2179      <child>
2180	<padding>0</padding>
2181	<expand>True</expand>
2182	<fill>False</fill>
2183      </child>
2184
2185      <widget>
2186	<class>Placeholder</class>
2187      </widget>
2188    </widget>
2189  </widget>
2190</widget>
2191
2192</GTK-Interface>
2193