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