http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / driver / xscreensaver-demo.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>XScreenSaver</name>
6   <program_name>xscreensaver-demo</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory></pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>False</gettext_support>
13   <use_widget_names>True</use_widget_names>
14   <output_main_file>False</output_main_file>
15   <output_build_files>False</output_build_files>
16   <backup_source_files>False</backup_source_files>
17   <main_source_file>demo-Gtk-widgets.c</main_source_file>
18   <main_header_file>demo-Gtk-widgets.h</main_header_file>
19   <handler_source_file>demo-Gtk-stubs.c</handler_source_file>
20   <handler_header_file>demo-Gtk-stubs.h</handler_header_file>
21   <support_source_file>demo-Gtk-support.c</support_source_file>
22   <support_header_file>demo-Gtk-support.h</support_header_file>
23 </project>
24
25 <widget>
26   <class>GtkWindow</class>
27   <name>xscreensaver_demo</name>
28   <title>XScreenSaver</title>
29   <type>GTK_WINDOW_TOPLEVEL</type>
30   <position>GTK_WIN_POS_NONE</position>
31   <modal>False</modal>
32   <allow_shrink>False</allow_shrink>
33   <allow_grow>True</allow_grow>
34   <auto_shrink>False</auto_shrink>
35   <wmclass_name>xscreensaver</wmclass_name>
36   <wmclass_class>XScreenSaver</wmclass_class>
37
38   <widget>
39     <class>GtkVBox</class>
40     <name>outer_vbox</name>
41     <homogeneous>False</homogeneous>
42     <spacing>5</spacing>
43
44     <widget>
45       <class>GtkMenuBar</class>
46       <name>menubar</name>
47       <shadow_type>GTK_SHADOW_OUT</shadow_type>
48       <child>
49         <padding>0</padding>
50         <expand>False</expand>
51         <fill>False</fill>
52       </child>
53
54       <widget>
55         <class>GtkMenuItem</class>
56         <name>file</name>
57         <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
58
59         <widget>
60           <class>GtkMenu</class>
61           <name>file_menu</name>
62
63           <widget>
64             <class>GtkMenuItem</class>
65             <name>activate_menu</name>
66             <tooltip>Activate the XScreenSaver daemon now (locking the screen if so configured.)</tooltip>
67             <signal>
68               <name>activate</name>
69               <handler>activate_menu_cb</handler>
70               <last_modification_time>Tue, 09 Nov 1999 00:01:23 GMT</last_modification_time>
71             </signal>
72             <label>_Blank Screen Now</label>
73             <right_justify>False</right_justify>
74           </widget>
75
76           <widget>
77             <class>GtkMenuItem</class>
78             <name>lock_menu</name>
79             <tooltip>Lock the screen now (even if &quot;Lock Screen&quot; is unchecked.)</tooltip>
80             <signal>
81               <name>activate</name>
82               <handler>lock_menu_cb</handler>
83               <last_modification_time>Mon, 08 Nov 1999 23:57:18 GMT</last_modification_time>
84             </signal>
85             <label>_Lock Screen Now</label>
86             <right_justify>False</right_justify>
87           </widget>
88
89           <widget>
90             <class>GtkMenuItem</class>
91             <name>kill_menu</name>
92             <tooltip>Tell the running XScreenSaver daemon to exit.</tooltip>
93             <signal>
94               <name>activate</name>
95               <handler>kill_menu_cb</handler>
96               <last_modification_time>Mon, 08 Nov 1999 23:55:30 GMT</last_modification_time>
97             </signal>
98             <label>_Kill Daemon</label>
99             <right_justify>False</right_justify>
100           </widget>
101
102           <widget>
103             <class>GtkMenuItem</class>
104             <name>restart</name>
105             <tooltip>Kill and re-launch the XScreenSaver daemon.</tooltip>
106             <signal>
107               <name>activate</name>
108               <handler>restart_menu_cb</handler>
109               <last_modification_time>Mon, 08 Nov 1999 23:54:28 GMT</last_modification_time>
110             </signal>
111             <label>_Restart Daemon</label>
112             <right_justify>False</right_justify>
113           </widget>
114
115           <widget>
116             <class>GtkMenuItem</class>
117             <name>separator1</name>
118             <right_justify>False</right_justify>
119           </widget>
120
121           <widget>
122             <class>GtkMenuItem</class>
123             <name>exit_menu</name>
124             <tooltip>Exit the xscreensaver-demo program (but leave the XScreenSaver daemon running in the background.)</tooltip>
125             <signal>
126               <name>activate</name>
127               <handler>exit_menu_cb</handler>
128               <last_modification_time>Mon, 08 Nov 1999 05:34:35 GMT</last_modification_time>
129             </signal>
130             <label>_Exit</label>
131             <right_justify>False</right_justify>
132           </widget>
133         </widget>
134       </widget>
135
136       <widget>
137         <class>GtkMenuItem</class>
138         <name>help</name>
139         <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
140
141         <widget>
142           <class>GtkMenu</class>
143           <name>help_menu</name>
144
145           <widget>
146             <class>GtkMenuItem</class>
147             <name>about_menu</name>
148             <tooltip>Display version information.</tooltip>
149             <signal>
150               <name>activate</name>
151               <handler>about_menu_cb</handler>
152               <last_modification_time>Mon, 08 Nov 1999 05:35:41 GMT</last_modification_time>
153             </signal>
154             <label>_About...</label>
155             <right_justify>False</right_justify>
156           </widget>
157
158           <widget>
159             <class>GtkMenuItem</class>
160             <name>doc_menu</name>
161             <tooltip>Go to the documentation on the XScreenSaver web page.</tooltip>
162             <signal>
163               <name>activate</name>
164               <handler>doc_menu_cb</handler>
165               <last_modification_time>Mon, 08 Nov 1999 04:58:51 GMT</last_modification_time>
166             </signal>
167             <label>_Documentation...</label>
168             <right_justify>False</right_justify>
169           </widget>
170         </widget>
171       </widget>
172     </widget>
173
174     <widget>
175       <class>GtkNotebook</class>
176       <name>notebook</name>
177       <can_focus>True</can_focus>
178       <signal>
179         <name>switch_page</name>
180         <handler>switch_page_cb</handler>
181         <last_modification_time>Tue, 20 Nov 2001 02:43:26 GMT</last_modification_time>
182       </signal>
183       <show_tabs>True</show_tabs>
184       <show_border>True</show_border>
185       <tab_pos>GTK_POS_TOP</tab_pos>
186       <scrollable>False</scrollable>
187       <tab_hborder>2</tab_hborder>
188       <tab_vborder>2</tab_vborder>
189       <popup_enable>False</popup_enable>
190       <child>
191         <padding>0</padding>
192         <expand>True</expand>
193         <fill>True</fill>
194       </child>
195
196       <widget>
197         <class>GtkTable</class>
198         <name>demos_table</name>
199         <border_width>10</border_width>
200         <rows>2</rows>
201         <columns>2</columns>
202         <homogeneous>False</homogeneous>
203         <row_spacing>0</row_spacing>
204         <column_spacing>0</column_spacing>
205
206         <widget>
207           <class>GtkTable</class>
208           <name>blanking_table</name>
209           <rows>3</rows>
210           <columns>4</columns>
211           <homogeneous>False</homogeneous>
212           <row_spacing>2</row_spacing>
213           <column_spacing>0</column_spacing>
214           <child>
215             <left_attach>0</left_attach>
216             <right_attach>1</right_attach>
217             <top_attach>1</top_attach>
218             <bottom_attach>2</bottom_attach>
219             <xpad>0</xpad>
220             <ypad>0</ypad>
221             <xexpand>False</xexpand>
222             <yexpand>False</yexpand>
223             <xshrink>False</xshrink>
224             <yshrink>False</yshrink>
225             <xfill>True</xfill>
226             <yfill>True</yfill>
227           </child>
228
229           <widget>
230             <class>GtkLabel</class>
231             <name>cycle_label</name>
232             <label>Cycle After</label>
233             <justify>GTK_JUSTIFY_RIGHT</justify>
234             <wrap>False</wrap>
235             <xalign>1</xalign>
236             <yalign>0.5</yalign>
237             <xpad>8</xpad>
238             <ypad>0</ypad>
239             <child>
240               <left_attach>1</left_attach>
241               <right_attach>2</right_attach>
242               <top_attach>1</top_attach>
243               <bottom_attach>2</bottom_attach>
244               <xpad>0</xpad>
245               <ypad>0</ypad>
246               <xexpand>False</xexpand>
247               <yexpand>False</yexpand>
248               <xshrink>False</xshrink>
249               <yshrink>False</yshrink>
250               <xfill>True</xfill>
251               <yfill>False</yfill>
252             </child>
253           </widget>
254
255           <widget>
256             <class>GtkEventBox</class>
257             <name>lock_button_eventbox</name>
258             <tooltip>Whether a password should be required to un-blank the screen.</tooltip>
259             <child>
260               <left_attach>0</left_attach>
261               <right_attach>2</right_attach>
262               <top_attach>2</top_attach>
263               <bottom_attach>3</bottom_attach>
264               <xpad>0</xpad>
265               <ypad>0</ypad>
266               <xexpand>False</xexpand>
267               <yexpand>False</yexpand>
268               <xshrink>False</xshrink>
269               <yshrink>False</yshrink>
270               <xfill>True</xfill>
271               <yfill>False</yfill>
272             </child>
273
274             <widget>
275               <class>GtkCheckButton</class>
276               <name>lock_button</name>
277               <can_focus>True</can_focus>
278               <signal>
279                 <name>toggled</name>
280                 <handler>pref_changed_cb</handler>
281                 <last_modification_time>Mon, 03 Apr 2000 02:31:53 GMT</last_modification_time>
282               </signal>
283               <label>Lock Screen After</label>
284               <active>False</active>
285               <draw_indicator>True</draw_indicator>
286             </widget>
287           </widget>
288
289           <widget>
290             <class>GtkLabel</class>
291             <name>timeout_label</name>
292             <label>Blank After</label>
293             <justify>GTK_JUSTIFY_RIGHT</justify>
294             <wrap>False</wrap>
295             <xalign>1</xalign>
296             <yalign>0.5</yalign>
297             <xpad>8</xpad>
298             <ypad>0</ypad>
299             <child>
300               <left_attach>1</left_attach>
301               <right_attach>2</right_attach>
302               <top_attach>0</top_attach>
303               <bottom_attach>1</bottom_attach>
304               <xpad>0</xpad>
305               <ypad>0</ypad>
306               <xexpand>False</xexpand>
307               <yexpand>False</yexpand>
308               <xshrink>False</xshrink>
309               <yshrink>False</yshrink>
310               <xfill>True</xfill>
311               <yfill>False</yfill>
312             </child>
313           </widget>
314
315           <widget>
316             <class>GtkSpinButton</class>
317             <name>timeout_spinbutton</name>
318             <tooltip>How long before the monitor goes completely black.</tooltip>
319             <can_focus>True</can_focus>
320             <signal>
321               <name>activate</name>
322               <handler>pref_changed_cb</handler>
323               <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
324             </signal>
325             <signal>
326               <name>focus_out_event</name>
327               <handler>pref_changed_cb</handler>
328               <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
329             </signal>
330             <signal>
331               <name>changed</name>
332               <handler>pref_changed_cb</handler>
333               <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
334             </signal>
335             <climb_rate>15</climb_rate>
336             <digits>0</digits>
337             <numeric>True</numeric>
338             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
339             <snap>True</snap>
340             <wrap>False</wrap>
341             <value>0</value>
342             <lower>1</lower>
343             <upper>720</upper>
344             <step>1</step>
345             <page>30</page>
346             <page_size>30</page_size>
347             <child>
348               <left_attach>2</left_attach>
349               <right_attach>3</right_attach>
350               <top_attach>0</top_attach>
351               <bottom_attach>1</bottom_attach>
352               <xpad>0</xpad>
353               <ypad>0</ypad>
354               <xexpand>False</xexpand>
355               <yexpand>False</yexpand>
356               <xshrink>False</xshrink>
357               <yshrink>False</yshrink>
358               <xfill>True</xfill>
359               <yfill>False</yfill>
360             </child>
361           </widget>
362
363           <widget>
364             <class>GtkLabel</class>
365             <name>timeout_mlabel</name>
366             <label>minutes</label>
367             <justify>GTK_JUSTIFY_LEFT</justify>
368             <wrap>False</wrap>
369             <xalign>0</xalign>
370             <yalign>0.5</yalign>
371             <xpad>0</xpad>
372             <ypad>0</ypad>
373             <child>
374               <left_attach>3</left_attach>
375               <right_attach>4</right_attach>
376               <top_attach>0</top_attach>
377               <bottom_attach>1</bottom_attach>
378               <xpad>0</xpad>
379               <ypad>0</ypad>
380               <xexpand>True</xexpand>
381               <yexpand>False</yexpand>
382               <xshrink>False</xshrink>
383               <yshrink>False</yshrink>
384               <xfill>True</xfill>
385               <yfill>False</yfill>
386             </child>
387           </widget>
388
389           <widget>
390             <class>GtkLabel</class>
391             <name>cycle_mlabel</name>
392             <label>minutes</label>
393             <justify>GTK_JUSTIFY_LEFT</justify>
394             <wrap>False</wrap>
395             <xalign>0</xalign>
396             <yalign>0.5</yalign>
397             <xpad>0</xpad>
398             <ypad>0</ypad>
399             <child>
400               <left_attach>3</left_attach>
401               <right_attach>4</right_attach>
402               <top_attach>1</top_attach>
403               <bottom_attach>2</bottom_attach>
404               <xpad>0</xpad>
405               <ypad>0</ypad>
406               <xexpand>True</xexpand>
407               <yexpand>False</yexpand>
408               <xshrink>False</xshrink>
409               <yshrink>False</yshrink>
410               <xfill>True</xfill>
411               <yfill>False</yfill>
412             </child>
413           </widget>
414
415           <widget>
416             <class>GtkLabel</class>
417             <name>lock_mlabel</name>
418             <label>minutes</label>
419             <justify>GTK_JUSTIFY_LEFT</justify>
420             <wrap>False</wrap>
421             <xalign>0</xalign>
422             <yalign>0.5</yalign>
423             <xpad>0</xpad>
424             <ypad>0</ypad>
425             <child>
426               <left_attach>3</left_attach>
427               <right_attach>4</right_attach>
428               <top_attach>2</top_attach>
429               <bottom_attach>3</bottom_attach>
430               <xpad>0</xpad>
431               <ypad>0</ypad>
432               <xexpand>True</xexpand>
433               <yexpand>False</yexpand>
434               <xshrink>False</xshrink>
435               <yshrink>False</yshrink>
436               <xfill>True</xfill>
437               <yfill>False</yfill>
438             </child>
439           </widget>
440
441           <widget>
442             <class>GtkSpinButton</class>
443             <name>lock_spinbutton</name>
444             <tooltip>How long before the monitor goes completely black.</tooltip>
445             <can_focus>True</can_focus>
446             <signal>
447               <name>activate</name>
448               <handler>pref_changed_cb</handler>
449               <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
450             </signal>
451             <signal>
452               <name>focus_out_event</name>
453               <handler>pref_changed_cb</handler>
454               <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
455             </signal>
456             <signal>
457               <name>changed</name>
458               <handler>pref_changed_cb</handler>
459               <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
460             </signal>
461             <climb_rate>15</climb_rate>
462             <digits>0</digits>
463             <numeric>True</numeric>
464             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
465             <snap>True</snap>
466             <wrap>False</wrap>
467             <value>0</value>
468             <lower>0</lower>
469             <upper>720</upper>
470             <step>1</step>
471             <page>30</page>
472             <page_size>30</page_size>
473             <child>
474               <left_attach>2</left_attach>
475               <right_attach>3</right_attach>
476               <top_attach>2</top_attach>
477               <bottom_attach>3</bottom_attach>
478               <xpad>0</xpad>
479               <ypad>10</ypad>
480               <xexpand>False</xexpand>
481               <yexpand>False</yexpand>
482               <xshrink>False</xshrink>
483               <yshrink>False</yshrink>
484               <xfill>True</xfill>
485               <yfill>False</yfill>
486             </child>
487           </widget>
488
489           <widget>
490             <class>GtkSpinButton</class>
491             <name>cycle_spinbutton</name>
492             <tooltip>How long before the monitor goes completely black.</tooltip>
493             <can_focus>True</can_focus>
494             <signal>
495               <name>activate</name>
496               <handler>pref_changed_cb</handler>
497               <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
498             </signal>
499             <signal>
500               <name>focus_out_event</name>
501               <handler>pref_changed_cb</handler>
502               <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
503             </signal>
504             <signal>
505               <name>changed</name>
506               <handler>pref_changed_cb</handler>
507               <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
508             </signal>
509             <climb_rate>15</climb_rate>
510             <digits>0</digits>
511             <numeric>True</numeric>
512             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
513             <snap>True</snap>
514             <wrap>False</wrap>
515             <value>0</value>
516             <lower>1</lower>
517             <upper>720</upper>
518             <step>1</step>
519             <page>30</page>
520             <page_size>30</page_size>
521             <child>
522               <left_attach>2</left_attach>
523               <right_attach>3</right_attach>
524               <top_attach>1</top_attach>
525               <bottom_attach>2</bottom_attach>
526               <xpad>0</xpad>
527               <ypad>0</ypad>
528               <xexpand>False</xexpand>
529               <yexpand>False</yexpand>
530               <xshrink>False</xshrink>
531               <yshrink>False</yshrink>
532               <xfill>True</xfill>
533               <yfill>False</yfill>
534             </child>
535           </widget>
536         </widget>
537
538         <widget>
539           <class>GtkHButtonBox</class>
540           <name>demo_manual_hbbox</name>
541           <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
542           <spacing>30</spacing>
543           <child_min_width>85</child_min_width>
544           <child_min_height>27</child_min_height>
545           <child_ipad_x>7</child_ipad_x>
546           <child_ipad_y>0</child_ipad_y>
547           <child>
548             <left_attach>1</left_attach>
549             <right_attach>2</right_attach>
550             <top_attach>1</top_attach>
551             <bottom_attach>2</bottom_attach>
552             <xpad>0</xpad>
553             <ypad>0</ypad>
554             <xexpand>False</xexpand>
555             <yexpand>False</yexpand>
556             <xshrink>False</xshrink>
557             <yshrink>False</yshrink>
558             <xfill>True</xfill>
559             <yfill>True</yfill>
560           </child>
561
562           <widget>
563             <class>GtkButton</class>
564             <name>demo</name>
565             <tooltip>Demo the selected screen saver in full-screen mode (click the mouse to return.)</tooltip>
566             <can_default>True</can_default>
567             <can_focus>True</can_focus>
568             <signal>
569               <name>clicked</name>
570               <handler>run_this_cb</handler>
571               <last_modification_time>Mon, 08 Nov 1999 04:46:40 GMT</last_modification_time>
572             </signal>
573             <label>Preview</label>
574             <relief>GTK_RELIEF_NORMAL</relief>
575           </widget>
576
577           <widget>
578             <class>GtkButton</class>
579             <name>settings</name>
580             <tooltip>Customization and explanation of the selected screen saver.</tooltip>
581             <can_default>True</can_default>
582             <can_focus>True</can_focus>
583             <signal>
584               <name>clicked</name>
585               <handler>settings_cb</handler>
586               <last_modification_time>Mon, 19 Nov 2001 22:03:21 GMT</last_modification_time>
587             </signal>
588             <label>Settings...</label>
589             <relief>GTK_RELIEF_NORMAL</relief>
590           </widget>
591         </widget>
592
593         <widget>
594           <class>GtkVBox</class>
595           <name>list_vbox</name>
596           <border_width>10</border_width>
597           <homogeneous>False</homogeneous>
598           <spacing>0</spacing>
599           <child>
600             <left_attach>0</left_attach>
601             <right_attach>1</right_attach>
602             <top_attach>0</top_attach>
603             <bottom_attach>1</bottom_attach>
604             <xpad>0</xpad>
605             <ypad>0</ypad>
606             <xexpand>False</xexpand>
607             <yexpand>True</yexpand>
608             <xshrink>False</xshrink>
609             <yshrink>False</yshrink>
610             <xfill>True</xfill>
611             <yfill>True</yfill>
612           </child>
613
614           <widget>
615             <class>GtkHBox</class>
616             <name>mode_hbox</name>
617             <homogeneous>False</homogeneous>
618             <spacing>0</spacing>
619             <child>
620               <padding>10</padding>
621               <expand>False</expand>
622               <fill>True</fill>
623             </child>
624
625             <widget>
626               <class>GtkLabel</class>
627               <name>mode_label</name>
628               <label>Mode:</label>
629               <justify>GTK_JUSTIFY_LEFT</justify>
630               <wrap>False</wrap>
631               <xalign>0</xalign>
632               <yalign>0.5</yalign>
633               <xpad>0</xpad>
634               <ypad>0</ypad>
635               <child>
636                 <padding>0</padding>
637                 <expand>False</expand>
638                 <fill>False</fill>
639               </child>
640             </widget>
641
642             <widget>
643               <class>GtkOptionMenu</class>
644               <name>mode_menu</name>
645               <can_focus>True</can_focus>
646               <items>Disable Screen Saver
647 Blank Screen Only
648 Only One Screen Saver
649 Random Screen Saver
650 </items>
651               <initial_choice>3</initial_choice>
652               <child>
653                 <padding>4</padding>
654                 <expand>False</expand>
655                 <fill>False</fill>
656               </child>
657             </widget>
658           </widget>
659
660           <widget>
661             <class>GtkHBox</class>
662             <name>col_head_hbox</name>
663             <homogeneous>False</homogeneous>
664             <spacing>0</spacing>
665             <child>
666               <padding>0</padding>
667               <expand>False</expand>
668               <fill>True</fill>
669             </child>
670
671             <widget>
672               <class>GtkFrame</class>
673               <name>use_col_frame</name>
674               <label_xalign>0</label_xalign>
675               <shadow_type>GTK_SHADOW_OUT</shadow_type>
676               <child>
677                 <padding>0</padding>
678                 <expand>False</expand>
679                 <fill>False</fill>
680               </child>
681
682               <widget>
683                 <class>GtkLabel</class>
684                 <name>use_label</name>
685                 <label>Use</label>
686                 <justify>GTK_JUSTIFY_LEFT</justify>
687                 <wrap>False</wrap>
688                 <xalign>0</xalign>
689                 <yalign>0.5</yalign>
690                 <xpad>3</xpad>
691                 <ypad>0</ypad>
692               </widget>
693             </widget>
694
695             <widget>
696               <class>GtkFrame</class>
697               <name>saver_col_frame</name>
698               <label_xalign>0</label_xalign>
699               <shadow_type>GTK_SHADOW_OUT</shadow_type>
700               <child>
701                 <padding>0</padding>
702                 <expand>True</expand>
703                 <fill>True</fill>
704               </child>
705
706               <widget>
707                 <class>GtkLabel</class>
708                 <name>saver_label</name>
709                 <label>Screen Saver</label>
710                 <justify>GTK_JUSTIFY_LEFT</justify>
711                 <wrap>False</wrap>
712                 <xalign>0</xalign>
713                 <yalign>0.5</yalign>
714                 <xpad>6</xpad>
715                 <ypad>0</ypad>
716               </widget>
717             </widget>
718           </widget>
719
720           <widget>
721             <class>GtkScrolledWindow</class>
722             <name>scroller</name>
723             <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
724             <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
725             <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
726             <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
727             <child>
728               <padding>0</padding>
729               <expand>True</expand>
730               <fill>True</fill>
731             </child>
732
733             <widget>
734               <class>GtkViewport</class>
735               <name>viewport</name>
736               <border_width>1</border_width>
737               <shadow_type>GTK_SHADOW_IN</shadow_type>
738
739               <widget>
740                 <class>GtkList</class>
741                 <name>list</name>
742                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
743               </widget>
744             </widget>
745           </widget>
746
747           <widget>
748             <class>GtkHBox</class>
749             <name>centering_hbox</name>
750             <homogeneous>True</homogeneous>
751             <spacing>0</spacing>
752             <child>
753               <padding>0</padding>
754               <expand>False</expand>
755               <fill>True</fill>
756               <pack>GTK_PACK_END</pack>
757             </child>
758
759             <widget>
760               <class>GtkHBox</class>
761               <name>next_prev_hbox</name>
762               <homogeneous>False</homogeneous>
763               <spacing>0</spacing>
764               <child>
765                 <padding>0</padding>
766                 <expand>False</expand>
767                 <fill>False</fill>
768               </child>
769
770               <widget>
771                 <class>GtkButton</class>
772                 <name>next</name>
773                 <tooltip>Run the next screen saver in the list in full-screen mode (click the mouse to return.)</tooltip>
774                 <can_default>True</can_default>
775                 <has_default>True</has_default>
776                 <can_focus>True</can_focus>
777                 <signal>
778                   <name>clicked</name>
779                   <handler>run_next_cb</handler>
780                   <last_modification_time>Mon, 08 Nov 1999 04:46:12 GMT</last_modification_time>
781                 </signal>
782                 <label>\/</label>
783                 <relief>GTK_RELIEF_NORMAL</relief>
784                 <child>
785                   <padding>0</padding>
786                   <expand>False</expand>
787                   <fill>False</fill>
788                 </child>
789               </widget>
790
791               <widget>
792                 <class>GtkButton</class>
793                 <name>prev</name>
794                 <tooltip>Run the previous screen saver in the list in full-screen mode (click the mouse to return.)</tooltip>
795                 <can_default>True</can_default>
796                 <can_focus>True</can_focus>
797                 <signal>
798                   <name>clicked</name>
799                   <handler>run_prev_cb</handler>
800                   <last_modification_time>Wed, 10 Nov 1999 01:31:30 GMT</last_modification_time>
801                 </signal>
802                 <label>/\</label>
803                 <relief>GTK_RELIEF_NORMAL</relief>
804                 <child>
805                   <padding>0</padding>
806                   <expand>False</expand>
807                   <fill>False</fill>
808                 </child>
809               </widget>
810             </widget>
811           </widget>
812         </widget>
813
814         <widget>
815           <class>GtkFrame</class>
816           <name>preview_frame</name>
817           <label>Description</label>
818           <label_xalign>0</label_xalign>
819           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
820           <child>
821             <left_attach>1</left_attach>
822             <right_attach>2</right_attach>
823             <top_attach>0</top_attach>
824             <bottom_attach>1</bottom_attach>
825             <xpad>0</xpad>
826             <ypad>6</ypad>
827             <xexpand>True</xexpand>
828             <yexpand>True</yexpand>
829             <xshrink>True</xshrink>
830             <yshrink>True</yshrink>
831             <xfill>True</xfill>
832             <yfill>True</yfill>
833           </child>
834
835           <widget>
836             <class>GtkAspectFrame</class>
837             <name>preview_aspectframe</name>
838             <border_width>8</border_width>
839             <label_xalign>0</label_xalign>
840             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
841             <xalign>0.5</xalign>
842             <yalign>0.5</yalign>
843             <ratio>1.33</ratio>
844             <obey_child>False</obey_child>
845
846             <widget>
847               <class>GtkDrawingArea</class>
848               <name>preview</name>
849             </widget>
850           </widget>
851         </widget>
852       </widget>
853
854       <widget>
855         <class>GtkLabel</class>
856         <child_name>Notebook:tab</child_name>
857         <name>demo_tab</name>
858         <label>Display Modes</label>
859         <justify>GTK_JUSTIFY_CENTER</justify>
860         <wrap>False</wrap>
861         <xalign>0.5</xalign>
862         <yalign>0.5</yalign>
863         <xpad>0</xpad>
864         <ypad>0</ypad>
865       </widget>
866
867       <widget>
868         <class>GtkTable</class>
869         <name>options_table</name>
870         <rows>2</rows>
871         <columns>2</columns>
872         <homogeneous>True</homogeneous>
873         <row_spacing>0</row_spacing>
874         <column_spacing>0</column_spacing>
875
876         <widget>
877           <class>GtkFrame</class>
878           <name>diag_frame</name>
879           <border_width>10</border_width>
880           <label>Diagnostics</label>
881           <label_xalign>0</label_xalign>
882           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
883           <child>
884             <left_attach>0</left_attach>
885             <right_attach>1</right_attach>
886             <top_attach>1</top_attach>
887             <bottom_attach>2</bottom_attach>
888             <xpad>0</xpad>
889             <ypad>0</ypad>
890             <xexpand>True</xexpand>
891             <yexpand>True</yexpand>
892             <xshrink>False</xshrink>
893             <yshrink>False</yshrink>
894             <xfill>True</xfill>
895             <yfill>True</yfill>
896           </child>
897
898           <widget>
899             <class>GtkHBox</class>
900             <name>diag_hbox</name>
901             <border_width>8</border_width>
902             <homogeneous>False</homogeneous>
903             <spacing>8</spacing>
904
905             <widget>
906               <class>GtkPixmap</class>
907               <name>diag_logo</name>
908               <filename>screensaver-diagnostic.xpm</filename>
909               <xalign>0.5</xalign>
910               <yalign>0</yalign>
911               <xpad>0</xpad>
912               <ypad>0</ypad>
913               <build_insensitive>True</build_insensitive>
914               <child>
915                 <padding>0</padding>
916                 <expand>False</expand>
917                 <fill>False</fill>
918               </child>
919             </widget>
920
921             <widget>
922               <class>GtkVBox</class>
923               <name>diag_vbox</name>
924               <homogeneous>False</homogeneous>
925               <spacing>0</spacing>
926               <child>
927                 <padding>0</padding>
928                 <expand>True</expand>
929                 <fill>True</fill>
930               </child>
931
932               <widget>
933                 <class>GtkEventBox</class>
934                 <name>verbose_button_eventbox</name>
935                 <tooltip>Whether the daemon should print lots of debugging information.</tooltip>
936                 <child>
937                   <padding>0</padding>
938                   <expand>False</expand>
939                   <fill>False</fill>
940                 </child>
941
942                 <widget>
943                   <class>GtkCheckButton</class>
944                   <name>verbose_button</name>
945                   <can_focus>True</can_focus>
946                   <signal>
947                     <name>toggled</name>
948                     <handler>pref_changed_cb</handler>
949                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
950                   </signal>
951                   <label>Verbose Diagnostics</label>
952                   <active>False</active>
953                   <draw_indicator>True</draw_indicator>
954                 </widget>
955               </widget>
956
957               <widget>
958                 <class>GtkEventBox</class>
959                 <name>capture_button_eventbox</name>
960                 <tooltip>Whether any error output of the display modes should be redirected to the screen.</tooltip>
961                 <child>
962                   <padding>0</padding>
963                   <expand>False</expand>
964                   <fill>False</fill>
965                 </child>
966
967                 <widget>
968                   <class>GtkCheckButton</class>
969                   <name>capture_button</name>
970                   <can_focus>True</can_focus>
971                   <signal>
972                     <name>toggled</name>
973                     <handler>pref_changed_cb</handler>
974                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
975                   </signal>
976                   <label>Display Subprocess Errors</label>
977                   <active>False</active>
978                   <draw_indicator>True</draw_indicator>
979                 </widget>
980               </widget>
981
982               <widget>
983                 <class>GtkEventBox</class>
984                 <name>splash_button_eventbox</name>
985                 <tooltip>Whether the splash screen (with the version number and `Help' button) should be momentarily displayed when the daemon first starts up.</tooltip>
986                 <child>
987                   <padding>0</padding>
988                   <expand>False</expand>
989                   <fill>False</fill>
990                 </child>
991
992                 <widget>
993                   <class>GtkCheckButton</class>
994                   <name>splash_button</name>
995                   <can_focus>True</can_focus>
996                   <signal>
997                     <name>toggled</name>
998                     <handler>pref_changed_cb</handler>
999                     <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1000                   </signal>
1001                   <label>Display Splash Screen at Startup</label>
1002                   <active>True</active>
1003                   <draw_indicator>True</draw_indicator>
1004                 </widget>
1005               </widget>
1006             </widget>
1007           </widget>
1008         </widget>
1009
1010         <widget>
1011           <class>GtkFrame</class>
1012           <name>cmap_frame</name>
1013           <border_width>10</border_width>
1014           <label>Colormaps</label>
1015           <label_xalign>0</label_xalign>
1016           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1017           <child>
1018             <left_attach>1</left_attach>
1019             <right_attach>2</right_attach>
1020             <top_attach>1</top_attach>
1021             <bottom_attach>2</bottom_attach>
1022             <xpad>0</xpad>
1023             <ypad>0</ypad>
1024             <xexpand>True</xexpand>
1025             <yexpand>False</yexpand>
1026             <xshrink>False</xshrink>
1027             <yshrink>False</yshrink>
1028             <xfill>True</xfill>
1029             <yfill>True</yfill>
1030           </child>
1031
1032           <widget>
1033             <class>GtkHBox</class>
1034             <name>cmap_hbox</name>
1035             <border_width>8</border_width>
1036             <homogeneous>False</homogeneous>
1037             <spacing>8</spacing>
1038
1039             <widget>
1040               <class>GtkPixmap</class>
1041               <name>cmap_logo</name>
1042               <filename>screensaver-colorselector.xpm</filename>
1043               <xalign>0.5</xalign>
1044               <yalign>0</yalign>
1045               <xpad>0</xpad>
1046               <ypad>0</ypad>
1047               <build_insensitive>True</build_insensitive>
1048               <child>
1049                 <padding>0</padding>
1050                 <expand>False</expand>
1051                 <fill>False</fill>
1052               </child>
1053             </widget>
1054
1055             <widget>
1056               <class>GtkVBox</class>
1057               <name>cmap_vbox</name>
1058               <homogeneous>False</homogeneous>
1059               <spacing>0</spacing>
1060               <child>
1061                 <padding>0</padding>
1062                 <expand>True</expand>
1063                 <fill>True</fill>
1064               </child>
1065
1066               <widget>
1067                 <class>GtkEventBox</class>
1068                 <name>install_button_eventbox</name>
1069                 <tooltip>Whether to install a private colormap when running in 8-bit mode on the default Visual.</tooltip>
1070                 <child>
1071                   <padding>0</padding>
1072                   <expand>False</expand>
1073                   <fill>False</fill>
1074                 </child>
1075
1076                 <widget>
1077                   <class>GtkCheckButton</class>
1078                   <name>install_button</name>
1079                   <can_focus>True</can_focus>
1080                   <signal>
1081                     <name>toggled</name>
1082                     <handler>pref_changed_cb</handler>
1083                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1084                   </signal>
1085                   <label>Install Colormap</label>
1086                   <active>False</active>
1087                   <draw_indicator>True</draw_indicator>
1088                 </widget>
1089               </widget>
1090
1091               <widget>
1092                 <class>GtkHSeparator</class>
1093                 <name>cmap_hr</name>
1094                 <child>
1095                   <padding>4</padding>
1096                   <expand>False</expand>
1097                   <fill>False</fill>
1098                 </child>
1099               </widget>
1100
1101               <widget>
1102                 <class>GtkEventBox</class>
1103                 <name>fade_button_eventbox</name>
1104                 <tooltip>Whether the screen should slowly fade to black when the screen saver activates.</tooltip>
1105                 <child>
1106                   <padding>0</padding>
1107                   <expand>False</expand>
1108                   <fill>False</fill>
1109                 </child>
1110
1111                 <widget>
1112                   <class>GtkCheckButton</class>
1113                   <name>fade_button</name>
1114                   <can_focus>True</can_focus>
1115                   <signal>
1116                     <name>toggled</name>
1117                     <handler>pref_changed_cb</handler>
1118                     <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1119                   </signal>
1120                   <label>Fade To Black When Blanking</label>
1121                   <active>False</active>
1122                   <draw_indicator>True</draw_indicator>
1123                 </widget>
1124               </widget>
1125
1126               <widget>
1127                 <class>GtkEventBox</class>
1128                 <name>unfade_button_eventbox</name>
1129                 <tooltip>Whether the screen should slowly fade in from black when the screen saver deactivates.</tooltip>
1130                 <child>
1131                   <padding>0</padding>
1132                   <expand>False</expand>
1133                   <fill>False</fill>
1134                 </child>
1135
1136                 <widget>
1137                   <class>GtkCheckButton</class>
1138                   <name>unfade_button</name>
1139                   <can_focus>True</can_focus>
1140                   <signal>
1141                     <name>toggled</name>
1142                     <handler>pref_changed_cb</handler>
1143                     <last_modification_time>Mon, 03 Apr 2000 02:32:51 GMT</last_modification_time>
1144                   </signal>
1145                   <label>Fade From Black When Unblanking</label>
1146                   <active>False</active>
1147                   <draw_indicator>True</draw_indicator>
1148                 </widget>
1149               </widget>
1150
1151               <widget>
1152                 <class>GtkHBox</class>
1153                 <name>fade_hbox</name>
1154                 <homogeneous>False</homogeneous>
1155                 <spacing>0</spacing>
1156                 <child>
1157                   <padding>0</padding>
1158                   <expand>False</expand>
1159                   <fill>False</fill>
1160                 </child>
1161
1162                 <widget>
1163                   <class>GtkLabel</class>
1164                   <name>fade_dummy</name>
1165                   <label></label>
1166                   <justify>GTK_JUSTIFY_LEFT</justify>
1167                   <wrap>False</wrap>
1168                   <xalign>0.5</xalign>
1169                   <yalign>0.5</yalign>
1170                   <xpad>3</xpad>
1171                   <ypad>0</ypad>
1172                   <child>
1173                     <padding>0</padding>
1174                     <expand>False</expand>
1175                     <fill>False</fill>
1176                   </child>
1177                 </widget>
1178
1179                 <widget>
1180                   <class>GtkLabel</class>
1181                   <name>fade_label</name>
1182                   <label>Fade Duration</label>
1183                   <justify>GTK_JUSTIFY_LEFT</justify>
1184                   <wrap>False</wrap>
1185                   <xalign>0</xalign>
1186                   <yalign>0.5</yalign>
1187                   <xpad>0</xpad>
1188                   <ypad>0</ypad>
1189                   <child>
1190                     <padding>10</padding>
1191                     <expand>False</expand>
1192                     <fill>False</fill>
1193                   </child>
1194                 </widget>
1195
1196                 <widget>
1197                   <class>GtkSpinButton</class>
1198                   <name>fade_spinbutton</name>
1199                   <tooltip>How long it should take for the screen to fade in and out.</tooltip>
1200                   <can_focus>True</can_focus>
1201                   <signal>
1202                     <name>activate</name>
1203                     <handler>pref_changed_cb</handler>
1204                     <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
1205                   </signal>
1206                   <signal>
1207                     <name>focus_out_event</name>
1208                     <handler>pref_changed_cb</handler>
1209                     <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
1210                   </signal>
1211                   <signal>
1212                     <name>changed</name>
1213                     <handler>pref_changed_cb</handler>
1214                     <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
1215                   </signal>
1216                   <climb_rate>1</climb_rate>
1217                   <digits>0</digits>
1218                   <numeric>True</numeric>
1219                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1220                   <snap>True</snap>
1221                   <wrap>False</wrap>
1222                   <value>0</value>
1223                   <lower>0</lower>
1224                   <upper>10</upper>
1225                   <step>1</step>
1226                   <page>1</page>
1227                   <page_size>1</page_size>
1228                   <child>
1229                     <padding>0</padding>
1230                     <expand>False</expand>
1231                     <fill>False</fill>
1232                   </child>
1233                 </widget>
1234
1235                 <widget>
1236                   <class>GtkLabel</class>
1237                   <name>fade_sec_label</name>
1238                   <label>seconds</label>
1239                   <justify>GTK_JUSTIFY_LEFT</justify>
1240                   <wrap>False</wrap>
1241                   <xalign>0</xalign>
1242                   <yalign>0.5</yalign>
1243                   <xpad>0</xpad>
1244                   <ypad>0</ypad>
1245                   <child>
1246                     <padding>0</padding>
1247                     <expand>False</expand>
1248                     <fill>False</fill>
1249                   </child>
1250                 </widget>
1251               </widget>
1252             </widget>
1253           </widget>
1254         </widget>
1255
1256         <widget>
1257           <class>GtkFrame</class>
1258           <name>dpms_frame</name>
1259           <border_width>10</border_width>
1260           <label>Display Power Management</label>
1261           <label_xalign>0</label_xalign>
1262           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1263           <child>
1264             <left_attach>1</left_attach>
1265             <right_attach>2</right_attach>
1266             <top_attach>0</top_attach>
1267             <bottom_attach>1</bottom_attach>
1268             <xpad>0</xpad>
1269             <ypad>0</ypad>
1270             <xexpand>True</xexpand>
1271             <yexpand>False</yexpand>
1272             <xshrink>False</xshrink>
1273             <yshrink>False</yshrink>
1274             <xfill>True</xfill>
1275             <yfill>True</yfill>
1276           </child>
1277
1278           <widget>
1279             <class>GtkHBox</class>
1280             <name>dpms_hbox</name>
1281             <border_width>8</border_width>
1282             <homogeneous>False</homogeneous>
1283             <spacing>8</spacing>
1284
1285             <widget>
1286               <class>GtkPixmap</class>
1287               <name>dpms_logo</name>
1288               <filename>screensaver-power.xpm</filename>
1289               <xalign>0.5</xalign>
1290               <yalign>0</yalign>
1291               <xpad>0</xpad>
1292               <ypad>0</ypad>
1293               <build_insensitive>True</build_insensitive>
1294               <child>
1295                 <padding>0</padding>
1296                 <expand>False</expand>
1297                 <fill>False</fill>
1298               </child>
1299             </widget>
1300
1301             <widget>
1302               <class>GtkVBox</class>
1303               <name>dpms_vbox</name>
1304               <homogeneous>False</homogeneous>
1305               <spacing>0</spacing>
1306               <child>
1307                 <padding>0</padding>
1308                 <expand>False</expand>
1309                 <fill>False</fill>
1310               </child>
1311
1312               <widget>
1313                 <class>GtkEventBox</class>
1314                 <name>dpms_button_eventbox</name>
1315                 <tooltip>Whether the monitor should be powered down after a while.</tooltip>
1316                 <child>
1317                   <padding>0</padding>
1318                   <expand>False</expand>
1319                   <fill>False</fill>
1320                 </child>
1321
1322                 <widget>
1323                   <class>GtkCheckButton</class>
1324                   <name>dpms_button</name>
1325                   <can_focus>True</can_focus>
1326                   <signal>
1327                     <name>toggled</name>
1328                     <handler>pref_changed_cb</handler>
1329                     <last_modification_time>Mon, 03 Apr 2000 02:33:01 GMT</last_modification_time>
1330                   </signal>
1331                   <label>Power Management Enabled</label>
1332                   <active>True</active>
1333                   <draw_indicator>True</draw_indicator>
1334                 </widget>
1335               </widget>
1336
1337               <widget>
1338                 <class>GtkTable</class>
1339                 <name>dpms_table</name>
1340                 <rows>3</rows>
1341                 <columns>3</columns>
1342                 <homogeneous>False</homogeneous>
1343                 <row_spacing>2</row_spacing>
1344                 <column_spacing>0</column_spacing>
1345                 <child>
1346                   <padding>0</padding>
1347                   <expand>False</expand>
1348                   <fill>False</fill>
1349                 </child>
1350
1351                 <widget>
1352                   <class>GtkSpinButton</class>
1353                   <name>dpms_standby_spinbutton</name>
1354                   <tooltip>How long before the monitor goes completely black.</tooltip>
1355                   <can_focus>True</can_focus>
1356                   <signal>
1357                     <name>activate</name>
1358                     <handler>pref_changed_cb</handler>
1359                     <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
1360                   </signal>
1361                   <signal>
1362                     <name>focus_out_event</name>
1363                     <handler>pref_changed_cb</handler>
1364                     <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
1365                   </signal>
1366                   <signal>
1367                     <name>changed</name>
1368                     <handler>pref_changed_cb</handler>
1369                     <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
1370                   </signal>
1371                   <climb_rate>15</climb_rate>
1372                   <digits>0</digits>
1373                   <numeric>True</numeric>
1374                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1375                   <snap>True</snap>
1376                   <wrap>False</wrap>
1377                   <value>0</value>
1378                   <lower>0</lower>
1379                   <upper>1440</upper>
1380                   <step>1</step>
1381                   <page>30</page>
1382                   <page_size>30</page_size>
1383                   <child>
1384                     <left_attach>1</left_attach>
1385                     <right_attach>2</right_attach>
1386                     <top_attach>0</top_attach>
1387                     <bottom_attach>1</bottom_attach>
1388                     <xpad>0</xpad>
1389                     <ypad>0</ypad>
1390                     <xexpand>False</xexpand>
1391                     <yexpand>False</yexpand>
1392                     <xshrink>False</xshrink>
1393                     <yshrink>False</yshrink>
1394                     <xfill>True</xfill>
1395                     <yfill>False</yfill>
1396                   </child>
1397                 </widget>
1398
1399                 <widget>
1400                   <class>GtkLabel</class>
1401                   <name>dpms_standby_mlabel</name>
1402                   <label>minutes</label>
1403                   <justify>GTK_JUSTIFY_LEFT</justify>
1404                   <wrap>False</wrap>
1405                   <xalign>0</xalign>
1406                   <yalign>0.5</yalign>
1407                   <xpad>0</xpad>
1408                   <ypad>0</ypad>
1409                   <child>
1410                     <left_attach>2</left_attach>
1411                     <right_attach>3</right_attach>
1412                     <top_attach>0</top_attach>
1413                     <bottom_attach>1</bottom_attach>
1414                     <xpad>0</xpad>
1415                     <ypad>0</ypad>
1416                     <xexpand>True</xexpand>
1417                     <yexpand>False</yexpand>
1418                     <xshrink>False</xshrink>
1419                     <yshrink>False</yshrink>
1420                     <xfill>True</xfill>
1421                     <yfill>False</yfill>
1422                   </child>
1423                 </widget>
1424
1425                 <widget>
1426                   <class>GtkLabel</class>
1427                   <name>dpms_suspend_mlabel</name>
1428                   <label>minutes</label>
1429                   <justify>GTK_JUSTIFY_LEFT</justify>
1430                   <wrap>False</wrap>
1431                   <xalign>0</xalign>
1432                   <yalign>0.5</yalign>
1433                   <xpad>0</xpad>
1434                   <ypad>0</ypad>
1435                   <child>
1436                     <left_attach>2</left_attach>
1437                     <right_attach>3</right_attach>
1438                     <top_attach>1</top_attach>
1439                     <bottom_attach>2</bottom_attach>
1440                     <xpad>0</xpad>
1441                     <ypad>0</ypad>
1442                     <xexpand>True</xexpand>
1443                     <yexpand>False</yexpand>
1444                     <xshrink>False</xshrink>
1445                     <yshrink>False</yshrink>
1446                     <xfill>True</xfill>
1447                     <yfill>False</yfill>
1448                   </child>
1449                 </widget>
1450
1451                 <widget>
1452                   <class>GtkLabel</class>
1453                   <name>dpms_off_mlabel</name>
1454                   <label>minutes</label>
1455                   <justify>GTK_JUSTIFY_LEFT</justify>
1456                   <wrap>False</wrap>
1457                   <xalign>0</xalign>
1458                   <yalign>0.5</yalign>
1459                   <xpad>0</xpad>
1460                   <ypad>0</ypad>
1461                   <child>
1462                     <left_attach>2</left_attach>
1463                     <right_attach>3</right_attach>
1464                     <top_attach>2</top_attach>
1465                     <bottom_attach>3</bottom_attach>
1466                     <xpad>0</xpad>
1467                     <ypad>0</ypad>
1468                     <xexpand>True</xexpand>
1469                     <yexpand>False</yexpand>
1470                     <xshrink>False</xshrink>
1471                     <yshrink>False</yshrink>
1472                     <xfill>True</xfill>
1473                     <yfill>False</yfill>
1474                   </child>
1475                 </widget>
1476
1477                 <widget>
1478                   <class>GtkLabel</class>
1479                   <name>dpms_off_label</name>
1480                   <label>Off After</label>
1481                   <justify>GTK_JUSTIFY_RIGHT</justify>
1482                   <wrap>False</wrap>
1483                   <xalign>1</xalign>
1484                   <yalign>0.5</yalign>
1485                   <xpad>10</xpad>
1486                   <ypad>0</ypad>
1487                   <child>
1488                     <left_attach>0</left_attach>
1489                     <right_attach>1</right_attach>
1490                     <top_attach>2</top_attach>
1491                     <bottom_attach>3</bottom_attach>
1492                     <xpad>0</xpad>
1493                     <ypad>0</ypad>
1494                     <xexpand>False</xexpand>
1495                     <yexpand>False</yexpand>
1496                     <xshrink>False</xshrink>
1497                     <yshrink>False</yshrink>
1498                     <xfill>True</xfill>
1499                     <yfill>False</yfill>
1500                   </child>
1501                 </widget>
1502
1503                 <widget>
1504                   <class>GtkLabel</class>
1505                   <name>dpms_suspend_label</name>
1506                   <label>Suspend After</label>
1507                   <justify>GTK_JUSTIFY_RIGHT</justify>
1508                   <wrap>False</wrap>
1509                   <xalign>1</xalign>
1510                   <yalign>0.5</yalign>
1511                   <xpad>10</xpad>
1512                   <ypad>0</ypad>
1513                   <child>
1514                     <left_attach>0</left_attach>
1515                     <right_attach>1</right_attach>
1516                     <top_attach>1</top_attach>
1517                     <bottom_attach>2</bottom_attach>
1518                     <xpad>0</xpad>
1519                     <ypad>0</ypad>
1520                     <xexpand>False</xexpand>
1521                     <yexpand>False</yexpand>
1522                     <xshrink>False</xshrink>
1523                     <yshrink>False</yshrink>
1524                     <xfill>True</xfill>
1525                     <yfill>False</yfill>
1526                   </child>
1527                 </widget>
1528
1529                 <widget>
1530                   <class>GtkLabel</class>
1531                   <name>dpms_standby_label</name>
1532                   <label>Standby After</label>
1533                   <justify>GTK_JUSTIFY_RIGHT</justify>
1534                   <wrap>False</wrap>
1535                   <xalign>1</xalign>
1536                   <yalign>0.5</yalign>
1537                   <xpad>10</xpad>
1538                   <ypad>0</ypad>
1539                   <child>
1540                     <left_attach>0</left_attach>
1541                     <right_attach>1</right_attach>
1542                     <top_attach>0</top_attach>
1543                     <bottom_attach>1</bottom_attach>
1544                     <xpad>0</xpad>
1545                     <ypad>0</ypad>
1546                     <xexpand>False</xexpand>
1547                     <yexpand>False</yexpand>
1548                     <xshrink>False</xshrink>
1549                     <yshrink>False</yshrink>
1550                     <xfill>True</xfill>
1551                     <yfill>False</yfill>
1552                   </child>
1553                 </widget>
1554
1555                 <widget>
1556                   <class>GtkSpinButton</class>
1557                   <name>dpms_suspend_spinbutton</name>
1558                   <tooltip>How long until the monitor goes into power-saving mode.</tooltip>
1559                   <can_focus>True</can_focus>
1560                   <signal>
1561                     <name>activate</name>
1562                     <handler>pref_changed_cb</handler>
1563                     <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
1564                   </signal>
1565                   <signal>
1566                     <name>focus_out_event</name>
1567                     <handler>pref_changed_cb</handler>
1568                     <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
1569                   </signal>
1570                   <signal>
1571                     <name>changed</name>
1572                     <handler>pref_changed_cb</handler>
1573                     <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
1574                   </signal>
1575                   <climb_rate>15</climb_rate>
1576                   <digits>0</digits>
1577                   <numeric>True</numeric>
1578                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1579                   <snap>True</snap>
1580                   <wrap>False</wrap>
1581                   <value>0</value>
1582                   <lower>0</lower>
1583                   <upper>1440</upper>
1584                   <step>1</step>
1585                   <page>30</page>
1586                   <page_size>30</page_size>
1587                   <child>
1588                     <left_attach>1</left_attach>
1589                     <right_attach>2</right_attach>
1590                     <top_attach>1</top_attach>
1591                     <bottom_attach>2</bottom_attach>
1592                     <xpad>0</xpad>
1593                     <ypad>0</ypad>
1594                     <xexpand>True</xexpand>
1595                     <yexpand>False</yexpand>
1596                     <xshrink>False</xshrink>
1597                     <yshrink>False</yshrink>
1598                     <xfill>True</xfill>
1599                     <yfill>False</yfill>
1600                   </child>
1601                 </widget>
1602
1603                 <widget>
1604                   <class>GtkSpinButton</class>
1605                   <name>dpms_off_spinbutton</name>
1606                   <tooltip>How long until the monitor powers down.</tooltip>
1607                   <can_focus>True</can_focus>
1608                   <signal>
1609                     <name>activate</name>
1610                     <handler>pref_changed_cb</handler>
1611                     <last_modification_time>Thu, 22 Nov 2001 21:31:51 GMT</last_modification_time>
1612                   </signal>
1613                   <signal>
1614                     <name>focus_out_event</name>
1615                     <handler>pref_changed_cb</handler>
1616                     <last_modification_time>Thu, 22 Nov 2001 21:32:24 GMT</last_modification_time>
1617                   </signal>
1618                   <signal>
1619                     <name>changed</name>
1620                     <handler>pref_changed_cb</handler>
1621                     <last_modification_time>Thu, 22 Nov 2001 21:42:33 GMT</last_modification_time>
1622                   </signal>
1623                   <climb_rate>15</climb_rate>
1624                   <digits>0</digits>
1625                   <numeric>True</numeric>
1626                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1627                   <snap>True</snap>
1628                   <wrap>False</wrap>
1629                   <value>0</value>
1630                   <lower>0</lower>
1631                   <upper>1440</upper>
1632                   <step>1</step>
1633                   <page>30</page>
1634                   <page_size>30</page_size>
1635                   <child>
1636                     <left_attach>1</left_attach>
1637                     <right_attach>2</right_attach>
1638                     <top_attach>2</top_attach>
1639                     <bottom_attach>3</bottom_attach>
1640                     <xpad>0</xpad>
1641                     <ypad>0</ypad>
1642                     <xexpand>True</xexpand>
1643                     <yexpand>False</yexpand>
1644                     <xshrink>False</xshrink>
1645                     <yshrink>False</yshrink>
1646                     <xfill>True</xfill>
1647                     <yfill>False</yfill>
1648                   </child>
1649                 </widget>
1650               </widget>
1651             </widget>
1652           </widget>
1653         </widget>
1654
1655         <widget>
1656           <class>GtkFrame</class>
1657           <name>grab_frame</name>
1658           <border_width>10</border_width>
1659           <label>Image Manipulation</label>
1660           <label_xalign>0</label_xalign>
1661           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1662           <child>
1663             <left_attach>0</left_attach>
1664             <right_attach>1</right_attach>
1665             <top_attach>0</top_attach>
1666             <bottom_attach>1</bottom_attach>
1667             <xpad>0</xpad>
1668             <ypad>0</ypad>
1669             <xexpand>True</xexpand>
1670             <yexpand>False</yexpand>
1671             <xshrink>False</xshrink>
1672             <yshrink>False</yshrink>
1673             <xfill>True</xfill>
1674             <yfill>True</yfill>
1675           </child>
1676
1677           <widget>
1678             <class>GtkHBox</class>
1679             <name>grab_hbox</name>
1680             <border_width>8</border_width>
1681             <homogeneous>False</homogeneous>
1682             <spacing>8</spacing>
1683
1684             <widget>
1685               <class>GtkPixmap</class>
1686               <name>img_logo</name>
1687               <filename>screensaver-snap.xpm</filename>
1688               <xalign>0.5</xalign>
1689               <yalign>0</yalign>
1690               <xpad>0</xpad>
1691               <ypad>0</ypad>
1692               <build_insensitive>True</build_insensitive>
1693               <child>
1694                 <padding>0</padding>
1695                 <expand>False</expand>
1696                 <fill>False</fill>
1697               </child>
1698             </widget>
1699
1700             <widget>
1701               <class>GtkVBox</class>
1702               <name>grab_vbox</name>
1703               <homogeneous>False</homogeneous>
1704               <spacing>0</spacing>
1705               <child>
1706                 <padding>0</padding>
1707                 <expand>True</expand>
1708                 <fill>True</fill>
1709               </child>
1710
1711               <widget>
1712                 <class>GtkEventBox</class>
1713                 <name>grab_desk_eventbox</name>
1714                 <tooltip>Whether the image-manipulating modes should be allowed to operate on an image of your desktop.</tooltip>
1715                 <child>
1716                   <padding>0</padding>
1717                   <expand>False</expand>
1718                   <fill>False</fill>
1719                 </child>
1720
1721                 <widget>
1722                   <class>GtkCheckButton</class>
1723                   <name>grab_desk_button</name>
1724                   <can_focus>True</can_focus>
1725                   <signal>
1726                     <name>toggled</name>
1727                     <handler>pref_changed_cb</handler>
1728                     <last_modification_time>Thu, 12 Apr 2001 23:40:27 GMT</last_modification_time>
1729                   </signal>
1730                   <label>Grab Desktop Images</label>
1731                   <active>False</active>
1732                   <draw_indicator>True</draw_indicator>
1733                 </widget>
1734               </widget>
1735
1736               <widget>
1737                 <class>GtkEventBox</class>
1738                 <name>grab_video_eventbox</name>
1739                 <tooltip>Whether the image-manipulating modes should operate on images captured from the system's video input (if there is one).</tooltip>
1740                 <child>
1741                   <padding>0</padding>
1742                   <expand>False</expand>
1743                   <fill>False</fill>
1744                 </child>
1745
1746                 <widget>
1747                   <class>GtkCheckButton</class>
1748                   <name>grab_video_button</name>
1749                   <can_focus>True</can_focus>
1750                   <signal>
1751                     <name>toggled</name>
1752                     <handler>pref_changed_cb</handler>
1753                     <last_modification_time>Thu, 12 Apr 2001 23:40:40 GMT</last_modification_time>
1754                   </signal>
1755                   <label>Grab Video Frames</label>
1756                   <active>False</active>
1757                   <draw_indicator>True</draw_indicator>
1758                 </widget>
1759               </widget>
1760
1761               <widget>
1762                 <class>GtkEventBox</class>
1763                 <name>grab_image_eventbox</name>
1764                 <tooltip>Whether the image-manipulating modes should operate on random images loaded from disk.</tooltip>
1765                 <child>
1766                   <padding>0</padding>
1767                   <expand>False</expand>
1768                   <fill>False</fill>
1769                 </child>
1770
1771                 <widget>
1772                   <class>GtkCheckButton</class>
1773                   <name>grab_image_button</name>
1774                   <can_focus>True</can_focus>
1775                   <signal>
1776                     <name>toggled</name>
1777                     <handler>pref_changed_cb</handler>
1778                     <last_modification_time>Thu, 12 Apr 2001 23:40:53 GMT</last_modification_time>
1779                   </signal>
1780                   <label>Choose Random Image:</label>
1781                   <active>False</active>
1782                   <draw_indicator>True</draw_indicator>
1783                 </widget>
1784               </widget>
1785
1786               <widget>
1787                 <class>GtkHBox</class>
1788                 <name>image_hbox</name>
1789                 <homogeneous>False</homogeneous>
1790                 <spacing>0</spacing>
1791                 <child>
1792                   <padding>0</padding>
1793                   <expand>False</expand>
1794                   <fill>False</fill>
1795                 </child>
1796
1797                 <widget>
1798                   <class>GtkLabel</class>
1799                   <name>grab_dummy</name>
1800                   <label></label>
1801                   <justify>GTK_JUSTIFY_LEFT</justify>
1802                   <wrap>False</wrap>
1803                   <xalign>0.5</xalign>
1804                   <yalign>0.5</yalign>
1805                   <xpad>8</xpad>
1806                   <ypad>0</ypad>
1807                   <child>
1808                     <padding>0</padding>
1809                     <expand>False</expand>
1810                     <fill>False</fill>
1811                   </child>
1812                 </widget>
1813
1814                 <widget>
1815                   <class>GtkEntry</class>
1816                   <name>image_text</name>
1817                   <tooltip>The directory from which images will be randomly chosen.</tooltip>
1818                   <can_focus>True</can_focus>
1819                   <signal>
1820                     <name>activate</name>
1821                     <handler>pref_changed_cb</handler>
1822                     <last_modification_time>Thu, 12 Apr 2001 00:34:49 GMT</last_modification_time>
1823                   </signal>
1824                   <signal>
1825                     <name>focus_out_event</name>
1826                     <handler>pref_changed_cb</handler>
1827                     <last_modification_time>Thu, 12 Apr 2001 00:35:17 GMT</last_modification_time>
1828                   </signal>
1829                   <editable>True</editable>
1830                   <text_visible>True</text_visible>
1831                   <text_max_length>0</text_max_length>
1832                   <text></text>
1833                   <child>
1834                     <padding>0</padding>
1835                     <expand>True</expand>
1836                     <fill>True</fill>
1837                   </child>
1838                 </widget>
1839
1840                 <widget>
1841                   <class>GtkButton</class>
1842                   <name>image_browse_button</name>
1843                   <can_focus>True</can_focus>
1844                   <signal>
1845                     <name>clicked</name>
1846                     <handler>browse_image_dir_cb</handler>
1847                     <last_modification_time>Thu, 12 Apr 2001 00:35:43 GMT</last_modification_time>
1848                   </signal>
1849                   <label>Browse</label>
1850                   <relief>GTK_RELIEF_NORMAL</relief>
1851                   <child>
1852                     <padding>4</padding>
1853                     <expand>False</expand>
1854                     <fill>False</fill>
1855                   </child>
1856                 </widget>
1857               </widget>
1858             </widget>
1859           </widget>
1860         </widget>
1861       </widget>
1862
1863       <widget>
1864         <class>GtkLabel</class>
1865         <child_name>Notebook:tab</child_name>
1866         <name>options_tab</name>
1867         <label>Advanced</label>
1868         <justify>GTK_JUSTIFY_CENTER</justify>
1869         <wrap>False</wrap>
1870         <xalign>0.5</xalign>
1871         <yalign>0.5</yalign>
1872         <xpad>0</xpad>
1873         <ypad>0</ypad>
1874       </widget>
1875     </widget>
1876   </widget>
1877 </widget>
1878
1879 <widget>
1880   <class>GtkDialog</class>
1881   <name>xscreensaver_settings_dialog</name>
1882   <title>XScreenSaver: Mode-Specific Settings</title>
1883   <type>GTK_WINDOW_DIALOG</type>
1884   <position>GTK_WIN_POS_NONE</position>
1885   <modal>True</modal>
1886   <allow_shrink>True</allow_shrink>
1887   <allow_grow>True</allow_grow>
1888   <auto_shrink>False</auto_shrink>
1889   <wmclass_name>settings</wmclass_name>
1890   <wmclass_class>XScreenSaver</wmclass_class>
1891
1892   <widget>
1893     <class>GtkVBox</class>
1894     <child_name>Dialog:vbox</child_name>
1895     <name>dialog_vbox</name>
1896     <homogeneous>False</homogeneous>
1897     <spacing>0</spacing>
1898
1899     <widget>
1900       <class>GtkHBox</class>
1901       <child_name>Dialog:action_area</child_name>
1902       <name>dialog_action_area</name>
1903       <border_width>10</border_width>
1904       <homogeneous>True</homogeneous>
1905       <spacing>5</spacing>
1906       <child>
1907         <padding>0</padding>
1908         <expand>False</expand>
1909         <fill>True</fill>
1910         <pack>GTK_PACK_END</pack>
1911       </child>
1912
1913       <widget>
1914         <class>GtkHBox</class>
1915         <name>actionarea_hbox</name>
1916         <homogeneous>False</homogeneous>
1917         <spacing>0</spacing>
1918         <child>
1919           <padding>0</padding>
1920           <expand>True</expand>
1921           <fill>True</fill>
1922         </child>
1923
1924         <widget>
1925           <class>GtkHButtonBox</class>
1926           <name>dialog_hbuttonbox</name>
1927           <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
1928           <spacing>30</spacing>
1929           <child_min_width>85</child_min_width>
1930           <child_min_height>27</child_min_height>
1931           <child_ipad_x>7</child_ipad_x>
1932           <child_ipad_y>0</child_ipad_y>
1933           <child>
1934             <padding>0</padding>
1935             <expand>True</expand>
1936             <fill>True</fill>
1937           </child>
1938
1939           <widget>
1940             <class>GtkButton</class>
1941             <name>adv_button</name>
1942             <tooltip>Edit the command line directly.</tooltip>
1943             <can_default>True</can_default>
1944             <can_focus>True</can_focus>
1945             <signal>
1946               <name>clicked</name>
1947               <handler>settings_adv_cb</handler>
1948               <last_modification_time>Tue, 20 Nov 2001 00:18:26 GMT</last_modification_time>
1949             </signal>
1950             <label>Advanced &gt;&gt;</label>
1951             <relief>GTK_RELIEF_NORMAL</relief>
1952           </widget>
1953
1954           <widget>
1955             <class>GtkButton</class>
1956             <name>std_button</name>
1957             <tooltip>Back to the graphical configuration options.</tooltip>
1958             <can_default>True</can_default>
1959             <can_focus>True</can_focus>
1960             <signal>
1961               <name>clicked</name>
1962               <handler>settings_std_cb</handler>
1963               <last_modification_time>Tue, 20 Nov 2001 00:18:45 GMT</last_modification_time>
1964             </signal>
1965             <label>Standard &lt;&lt;</label>
1966             <relief>GTK_RELIEF_NORMAL</relief>
1967           </widget>
1968         </widget>
1969
1970         <widget>
1971           <class>GtkHButtonBox</class>
1972           <name>ok_cancel_hbuttonbox</name>
1973           <layout_style>GTK_BUTTONBOX_END</layout_style>
1974           <spacing>30</spacing>
1975           <child_min_width>85</child_min_width>
1976           <child_min_height>27</child_min_height>
1977           <child_ipad_x>7</child_ipad_x>
1978           <child_ipad_y>0</child_ipad_y>
1979           <child>
1980             <padding>0</padding>
1981             <expand>True</expand>
1982             <fill>True</fill>
1983           </child>
1984
1985           <widget>
1986             <class>GtkButton</class>
1987             <name>ok_button</name>
1988             <can_default>True</can_default>
1989             <can_focus>True</can_focus>
1990             <signal>
1991               <name>clicked</name>
1992               <handler>settings_ok_cb</handler>
1993               <last_modification_time>Mon, 19 Nov 2001 22:07:36 GMT</last_modification_time>
1994             </signal>
1995             <label>OK</label>
1996             <relief>GTK_RELIEF_NORMAL</relief>
1997           </widget>
1998
1999           <widget>
2000             <class>GtkButton</class>
2001             <name>cancel_button</name>
2002             <can_default>True</can_default>
2003             <can_focus>True</can_focus>
2004             <signal>
2005               <name>clicked</name>
2006               <handler>settings_cancel_cb</handler>
2007               <last_modification_time>Mon, 19 Nov 2001 22:07:52 GMT</last_modification_time>
2008             </signal>
2009             <label>Cancel</label>
2010             <relief>GTK_RELIEF_NORMAL</relief>
2011           </widget>
2012         </widget>
2013       </widget>
2014     </widget>
2015
2016     <widget>
2017       <class>GtkTable</class>
2018       <name>dialog_top_table</name>
2019       <border_width>8</border_width>
2020       <rows>1</rows>
2021       <columns>2</columns>
2022       <homogeneous>False</homogeneous>
2023       <row_spacing>8</row_spacing>
2024       <column_spacing>8</column_spacing>
2025       <child>
2026         <padding>0</padding>
2027         <expand>True</expand>
2028         <fill>True</fill>
2029       </child>
2030
2031       <widget>
2032         <class>GtkFrame</class>
2033         <name>opt_frame</name>
2034         <label>Settings</label>
2035         <label_xalign>0</label_xalign>
2036         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2037         <child>
2038           <left_attach>0</left_attach>
2039           <right_attach>1</right_attach>
2040           <top_attach>0</top_attach>
2041           <bottom_attach>1</bottom_attach>
2042           <xpad>4</xpad>
2043           <ypad>8</ypad>
2044           <xexpand>True</xexpand>
2045           <yexpand>True</yexpand>
2046           <xshrink>False</xshrink>
2047           <yshrink>False</yshrink>
2048           <xfill>True</xfill>
2049           <yfill>True</yfill>
2050         </child>
2051
2052         <widget>
2053           <class>GtkNotebook</class>
2054           <name>opt_notebook</name>
2055           <border_width>12</border_width>
2056           <can_focus>True</can_focus>
2057           <signal>
2058             <name>switch_page</name>
2059             <handler>settings_switch_page_cb</handler>
2060             <last_modification_time>Tue, 20 Nov 2001 00:16:51 GMT</last_modification_time>
2061           </signal>
2062           <show_tabs>True</show_tabs>
2063           <show_border>False</show_border>
2064           <tab_pos>GTK_POS_BOTTOM</tab_pos>
2065           <scrollable>False</scrollable>
2066           <tab_hborder>2</tab_hborder>
2067           <tab_vborder>2</tab_vborder>
2068           <popup_enable>False</popup_enable>
2069
2070           <widget>
2071             <class>GtkVBox</class>
2072             <name>settings_vbox</name>
2073             <homogeneous>False</homogeneous>
2074             <spacing>0</spacing>
2075
2076             <widget>
2077               <class>Placeholder</class>
2078             </widget>
2079           </widget>
2080
2081           <widget>
2082             <class>GtkLabel</class>
2083             <child_name>Notebook:tab</child_name>
2084             <name>std_label</name>
2085             <label>Standard</label>
2086             <justify>GTK_JUSTIFY_CENTER</justify>
2087             <wrap>False</wrap>
2088             <xalign>0.5</xalign>
2089             <yalign>0.5</yalign>
2090             <xpad>0</xpad>
2091             <ypad>0</ypad>
2092           </widget>
2093
2094           <widget>
2095             <class>GtkTable</class>
2096             <name>opt_table</name>
2097             <rows>4</rows>
2098             <columns>2</columns>
2099             <homogeneous>False</homogeneous>
2100             <row_spacing>0</row_spacing>
2101             <column_spacing>0</column_spacing>
2102
2103             <widget>
2104               <class>GtkPixmap</class>
2105               <name>cmd_logo</name>
2106               <filename>screensaver-cmndln.xpm</filename>
2107               <xalign>0.5</xalign>
2108               <yalign>0.5</yalign>
2109               <xpad>4</xpad>
2110               <ypad>8</ypad>
2111               <build_insensitive>True</build_insensitive>
2112               <child>
2113                 <left_attach>0</left_attach>
2114                 <right_attach>1</right_attach>
2115                 <top_attach>0</top_attach>
2116                 <bottom_attach>1</bottom_attach>
2117                 <xpad>0</xpad>
2118                 <ypad>0</ypad>
2119                 <xexpand>False</xexpand>
2120                 <yexpand>False</yexpand>
2121                 <xshrink>False</xshrink>
2122                 <yshrink>False</yshrink>
2123                 <xfill>True</xfill>
2124                 <yfill>True</yfill>
2125               </child>
2126             </widget>
2127
2128             <widget>
2129               <class>GtkHBox</class>
2130               <name>visual_hbox</name>
2131               <homogeneous>False</homogeneous>
2132               <spacing>0</spacing>
2133               <child>
2134                 <left_attach>1</left_attach>
2135                 <right_attach>2</right_attach>
2136                 <top_attach>3</top_attach>
2137                 <bottom_attach>4</bottom_attach>
2138                 <xpad>0</xpad>
2139                 <ypad>0</ypad>
2140                 <xexpand>False</xexpand>
2141                 <yexpand>False</yexpand>
2142                 <xshrink>False</xshrink>
2143                 <yshrink>False</yshrink>
2144                 <xfill>True</xfill>
2145                 <yfill>True</yfill>
2146               </child>
2147
2148               <widget>
2149                 <class>GtkLabel</class>
2150                 <name>visual</name>
2151                 <label>Visual:</label>
2152                 <justify>GTK_JUSTIFY_RIGHT</justify>
2153                 <wrap>False</wrap>
2154                 <xalign>1</xalign>
2155                 <yalign>0.5</yalign>
2156                 <xpad>4</xpad>
2157                 <ypad>0</ypad>
2158                 <child>
2159                   <padding>0</padding>
2160                   <expand>False</expand>
2161                   <fill>False</fill>
2162                 </child>
2163               </widget>
2164
2165               <widget>
2166                 <class>GtkCombo</class>
2167                 <name>visual_combo</name>
2168                 <value_in_list>False</value_in_list>
2169                 <ok_if_empty>True</ok_if_empty>
2170                 <case_sensitive>False</case_sensitive>
2171                 <use_arrows>True</use_arrows>
2172                 <use_arrows_always>False</use_arrows_always>
2173                 <items>Any
2174 Best
2175 Default
2176 Default-N
2177 GL
2178 TrueColor
2179 PseudoColor
2180 StaticGray
2181 GrayScale
2182 DirectColor
2183 Color
2184 Gray
2185 Mono
2186 </items>
2187                 <child>
2188                   <padding>0</padding>
2189                   <expand>False</expand>
2190                   <fill>False</fill>
2191                 </child>
2192
2193                 <widget>
2194                   <class>GtkEntry</class>
2195                   <child_name>GtkCombo:entry</child_name>
2196                   <name>combo-entry1</name>
2197                   <tooltip>The X visual type that this demo will require.  If that visual is available it will be used, otherwise, this demo will not be run.</tooltip>
2198                   <can_focus>True</can_focus>
2199                   <editable>True</editable>
2200                   <text_visible>True</text_visible>
2201                   <text_max_length>0</text_max_length>
2202                   <text>Any</text>
2203                 </widget>
2204               </widget>
2205             </widget>
2206
2207             <widget>
2208               <class>GtkLabel</class>
2209               <name>cmd_label</name>
2210               <label>Command Line:</label>
2211               <justify>GTK_JUSTIFY_LEFT</justify>
2212               <wrap>False</wrap>
2213               <xalign>0</xalign>
2214               <yalign>1</yalign>
2215               <xpad>0</xpad>
2216               <ypad>2</ypad>
2217               <child>
2218                 <left_attach>1</left_attach>
2219                 <right_attach>2</right_attach>
2220                 <top_attach>1</top_attach>
2221                 <bottom_attach>2</bottom_attach>
2222                 <xpad>0</xpad>
2223                 <ypad>0</ypad>
2224                 <xexpand>True</xexpand>
2225                 <yexpand>False</yexpand>
2226                 <xshrink>False</xshrink>
2227                 <yshrink>False</yshrink>
2228                 <xfill>True</xfill>
2229                 <yfill>False</yfill>
2230               </child>
2231             </widget>
2232
2233             <widget>
2234               <class>GtkEntry</class>
2235               <name>cmd_text</name>
2236               <width>80</width>
2237               <can_focus>True</can_focus>
2238               <editable>True</editable>
2239               <text_visible>True</text_visible>
2240               <text_max_length>0</text_max_length>
2241               <text></text>
2242               <child>
2243                 <left_attach>1</left_attach>
2244                 <right_attach>2</right_attach>
2245                 <top_attach>2</top_attach>
2246                 <bottom_attach>3</bottom_attach>
2247                 <xpad>0</xpad>
2248                 <ypad>0</ypad>
2249                 <xexpand>True</xexpand>
2250                 <yexpand>False</yexpand>
2251                 <xshrink>False</xshrink>
2252                 <yshrink>False</yshrink>
2253                 <xfill>True</xfill>
2254                 <yfill>False</yfill>
2255               </child>
2256             </widget>
2257           </widget>
2258
2259           <widget>
2260             <class>GtkLabel</class>
2261             <child_name>Notebook:tab</child_name>
2262             <name>adv_label</name>
2263             <label>Advanced</label>
2264             <justify>GTK_JUSTIFY_CENTER</justify>
2265             <wrap>False</wrap>
2266             <xalign>0.5</xalign>
2267             <yalign>0.5</yalign>
2268             <xpad>0</xpad>
2269             <ypad>0</ypad>
2270           </widget>
2271         </widget>
2272       </widget>
2273
2274       <widget>
2275         <class>GtkFrame</class>
2276         <name>doc_frame</name>
2277         <label>Description</label>
2278         <label_xalign>0</label_xalign>
2279         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2280         <child>
2281           <left_attach>1</left_attach>
2282           <right_attach>2</right_attach>
2283           <top_attach>0</top_attach>
2284           <bottom_attach>1</bottom_attach>
2285           <xpad>4</xpad>
2286           <ypad>8</ypad>
2287           <xexpand>True</xexpand>
2288           <yexpand>True</yexpand>
2289           <xshrink>True</xshrink>
2290           <yshrink>True</yshrink>
2291           <xfill>True</xfill>
2292           <yfill>True</yfill>
2293         </child>
2294
2295         <widget>
2296           <class>GtkVBox</class>
2297           <name>doc_vbox</name>
2298           <homogeneous>False</homogeneous>
2299           <spacing>0</spacing>
2300
2301           <widget>
2302             <class>GtkLabel</class>
2303             <name>doc</name>
2304             <label></label>
2305             <justify>GTK_JUSTIFY_LEFT</justify>
2306             <wrap>True</wrap>
2307             <xalign>0</xalign>
2308             <yalign>0</yalign>
2309             <xpad>10</xpad>
2310             <ypad>10</ypad>
2311             <child>
2312               <padding>0</padding>
2313               <expand>True</expand>
2314               <fill>True</fill>
2315             </child>
2316           </widget>
2317
2318           <widget>
2319             <class>GtkHButtonBox</class>
2320             <name>doc_hbuttonbox</name>
2321             <border_width>4</border_width>
2322             <layout_style>GTK_BUTTONBOX_END</layout_style>
2323             <spacing>30</spacing>
2324             <child_min_width>85</child_min_width>
2325             <child_min_height>27</child_min_height>
2326             <child_ipad_x>7</child_ipad_x>
2327             <child_ipad_y>0</child_ipad_y>
2328             <child>
2329               <padding>0</padding>
2330               <expand>False</expand>
2331               <fill>False</fill>
2332               <pack>GTK_PACK_END</pack>
2333             </child>
2334
2335             <widget>
2336               <class>GtkButton</class>
2337               <name>manual</name>
2338               <tooltip>Click here to read the manual for this display mode, if it has one.</tooltip>
2339               <can_default>True</can_default>
2340               <can_focus>True</can_focus>
2341               <signal>
2342                 <name>clicked</name>
2343                 <handler>manual_cb</handler>
2344                 <last_modification_time>Wed, 17 Nov 1999 09:43:37 GMT</last_modification_time>
2345               </signal>
2346               <label>Documentation...</label>
2347               <relief>GTK_RELIEF_NORMAL</relief>
2348             </widget>
2349           </widget>
2350         </widget>
2351       </widget>
2352     </widget>
2353   </widget>
2354 </widget>
2355
2356 </GTK-Interface>