http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.28.tar.gz
[xscreensaver] / driver / xscreensaver-demo.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>XScreenSaver</name>
6   <program_name>xscreensaver-demo</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory></pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>False</gettext_support>
13   <use_widget_names>True</use_widget_names>
14   <output_main_file>False</output_main_file>
15   <output_support_files>False</output_support_files>
16   <output_build_files>False</output_build_files>
17   <backup_source_files>False</backup_source_files>
18   <main_source_file>demo-Gtk-widgets.c</main_source_file>
19   <main_header_file>demo-Gtk-widgets.h</main_header_file>
20   <handler_source_file>demo-Gtk-stubs.c</handler_source_file>
21   <handler_header_file>demo-Gtk-stubs.h</handler_header_file>
22 </project>
23
24 <widget>
25   <class>GtkWindow</class>
26   <name>xscreensaver_demo</name>
27   <title>XScreenSaver</title>
28   <type>GTK_WINDOW_TOPLEVEL</type>
29   <position>GTK_WIN_POS_NONE</position>
30   <modal>False</modal>
31   <default_width>600</default_width>
32   <default_height>400</default_height>
33   <allow_shrink>True</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;Require Password&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>edit</name>
140         <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>
141
142         <widget>
143           <class>GtkMenu</class>
144           <name>edit_menu</name>
145
146           <widget>
147             <class>GtkMenuItem</class>
148             <name>cut_menu</name>
149             <signal>
150               <name>activate</name>
151               <handler>cut_menu_cb</handler>
152               <last_modification_time>Mon, 08 Nov 1999 05:34:40 GMT</last_modification_time>
153             </signal>
154             <label>C_ut</label>
155             <right_justify>False</right_justify>
156           </widget>
157
158           <widget>
159             <class>GtkMenuItem</class>
160             <name>copy_menu</name>
161             <signal>
162               <name>activate</name>
163               <handler>copy_menu_cb</handler>
164               <last_modification_time>Mon, 08 Nov 1999 05:35:00 GMT</last_modification_time>
165             </signal>
166             <label>_Copy</label>
167             <right_justify>False</right_justify>
168           </widget>
169
170           <widget>
171             <class>GtkMenuItem</class>
172             <name>paste_menu</name>
173             <signal>
174               <name>activate</name>
175               <handler>paste_menu_cb</handler>
176               <last_modification_time>Mon, 08 Nov 1999 05:35:16 GMT</last_modification_time>
177             </signal>
178             <label>_Paste</label>
179             <right_justify>False</right_justify>
180           </widget>
181         </widget>
182       </widget>
183
184       <widget>
185         <class>GtkMenuItem</class>
186         <name>help</name>
187         <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
188
189         <widget>
190           <class>GtkMenu</class>
191           <name>help_menu</name>
192
193           <widget>
194             <class>GtkMenuItem</class>
195             <name>about_menu</name>
196             <tooltip>Display version information.</tooltip>
197             <signal>
198               <name>activate</name>
199               <handler>about_menu_cb</handler>
200               <last_modification_time>Mon, 08 Nov 1999 05:35:41 GMT</last_modification_time>
201             </signal>
202             <label>_About...</label>
203             <right_justify>False</right_justify>
204           </widget>
205
206           <widget>
207             <class>GtkMenuItem</class>
208             <name>doc_menu</name>
209             <tooltip>Go to the documentation on the XScreenSaver web page.</tooltip>
210             <signal>
211               <name>activate</name>
212               <handler>doc_menu_cb</handler>
213               <last_modification_time>Mon, 08 Nov 1999 04:58:51 GMT</last_modification_time>
214             </signal>
215             <label>_Documentation...</label>
216             <right_justify>False</right_justify>
217           </widget>
218         </widget>
219       </widget>
220     </widget>
221
222     <widget>
223       <class>GtkNotebook</class>
224       <name>notebook</name>
225       <can_focus>True</can_focus>
226       <signal>
227         <name>switch_page</name>
228         <handler>pref_changed_cb</handler>
229         <last_modification_time>Mon, 03 Apr 2000 02:36:24 GMT</last_modification_time>
230       </signal>
231       <show_tabs>True</show_tabs>
232       <show_border>True</show_border>
233       <tab_pos>GTK_POS_TOP</tab_pos>
234       <scrollable>False</scrollable>
235       <tab_hborder>2</tab_hborder>
236       <tab_vborder>2</tab_vborder>
237       <popup_enable>False</popup_enable>
238       <child>
239         <padding>0</padding>
240         <expand>True</expand>
241         <fill>True</fill>
242       </child>
243
244       <widget>
245         <class>GtkHBox</class>
246         <name>demos_hbox</name>
247         <homogeneous>False</homogeneous>
248         <spacing>5</spacing>
249
250         <widget>
251           <class>GtkVBox</class>
252           <name>list_vbox</name>
253           <border_width>10</border_width>
254           <homogeneous>False</homogeneous>
255           <spacing>5</spacing>
256           <child>
257             <padding>0</padding>
258             <expand>False</expand>
259             <fill>False</fill>
260           </child>
261
262           <widget>
263             <class>GtkScrolledWindow</class>
264             <name>scroller</name>
265             <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
266             <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
267             <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
268             <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
269             <child>
270               <padding>0</padding>
271               <expand>True</expand>
272               <fill>True</fill>
273             </child>
274
275             <widget>
276               <class>GtkViewport</class>
277               <name>viewport</name>
278               <border_width>1</border_width>
279               <shadow_type>GTK_SHADOW_IN</shadow_type>
280
281               <widget>
282                 <class>GtkList</class>
283                 <name>list</name>
284                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
285               </widget>
286             </widget>
287           </widget>
288
289           <widget>
290             <class>GtkHBox</class>
291             <name>centering_hbox</name>
292             <homogeneous>True</homogeneous>
293             <spacing>0</spacing>
294             <child>
295               <padding>0</padding>
296               <expand>False</expand>
297               <fill>True</fill>
298             </child>
299
300             <widget>
301               <class>GtkHBox</class>
302               <name>next_prev_hbox</name>
303               <homogeneous>False</homogeneous>
304               <spacing>0</spacing>
305               <child>
306                 <padding>0</padding>
307                 <expand>False</expand>
308                 <fill>False</fill>
309               </child>
310
311               <widget>
312                 <class>GtkButton</class>
313                 <name>next</name>
314                 <tooltip>Run the next demo in this list in full-screen mode (click the mouse to return.)</tooltip>
315                 <can_default>True</can_default>
316                 <has_default>True</has_default>
317                 <can_focus>True</can_focus>
318                 <signal>
319                   <name>clicked</name>
320                   <handler>run_next_cb</handler>
321                   <last_modification_time>Mon, 08 Nov 1999 04:46:12 GMT</last_modification_time>
322                 </signal>
323                 <label>\/</label>
324                 <child>
325                   <padding>0</padding>
326                   <expand>False</expand>
327                   <fill>False</fill>
328                 </child>
329               </widget>
330
331               <widget>
332                 <class>GtkButton</class>
333                 <name>prev</name>
334                 <tooltip>Run the previous demo in this list in full-screen mode (click the mouse to return.)</tooltip>
335                 <can_default>True</can_default>
336                 <can_focus>True</can_focus>
337                 <signal>
338                   <name>clicked</name>
339                   <handler>run_prev_cb</handler>
340                   <last_modification_time>Wed, 10 Nov 1999 01:31:30 GMT</last_modification_time>
341                 </signal>
342                 <label>/\</label>
343                 <child>
344                   <padding>0</padding>
345                   <expand>False</expand>
346                   <fill>False</fill>
347                 </child>
348               </widget>
349             </widget>
350           </widget>
351         </widget>
352
353         <widget>
354           <class>GtkVBox</class>
355           <name>opts_vbox</name>
356           <border_width>10</border_width>
357           <homogeneous>False</homogeneous>
358           <spacing>0</spacing>
359           <child>
360             <padding>0</padding>
361             <expand>True</expand>
362             <fill>True</fill>
363           </child>
364
365           <widget>
366             <class>GtkFrame</class>
367             <name>frame</name>
368             <label_xalign>0</label_xalign>
369             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
370             <child>
371               <padding>0</padding>
372               <expand>True</expand>
373               <fill>True</fill>
374             </child>
375
376             <widget>
377               <class>GtkLabel</class>
378               <name>doc</name>
379               <label></label>
380               <justify>GTK_JUSTIFY_LEFT</justify>
381               <wrap>True</wrap>
382               <xalign>0</xalign>
383               <yalign>0</yalign>
384               <xpad>10</xpad>
385               <ypad>10</ypad>
386             </widget>
387           </widget>
388
389           <widget>
390             <class>GtkVBox</class>
391             <name>opts_vbox2</name>
392             <homogeneous>False</homogeneous>
393             <spacing>2</spacing>
394             <child>
395               <padding>0</padding>
396               <expand>False</expand>
397               <fill>True</fill>
398             </child>
399
400             <widget>
401               <class>GtkLabel</class>
402               <name>cmd_label</name>
403               <label>Command Line:</label>
404               <justify>GTK_JUSTIFY_LEFT</justify>
405               <wrap>False</wrap>
406               <xalign>0</xalign>
407               <yalign>1</yalign>
408               <xpad>0</xpad>
409               <ypad>2</ypad>
410               <child>
411                 <padding>0</padding>
412                 <expand>False</expand>
413                 <fill>False</fill>
414               </child>
415             </widget>
416
417             <widget>
418               <class>GtkEntry</class>
419               <name>cmd_text</name>
420               <can_focus>True</can_focus>
421               <editable>True</editable>
422               <text_visible>True</text_visible>
423               <text_max_length>0</text_max_length>
424               <text></text>
425               <child>
426                 <padding>0</padding>
427                 <expand>False</expand>
428                 <fill>True</fill>
429               </child>
430             </widget>
431
432             <widget>
433               <class>GtkHBox</class>
434               <name>opts_hbox3</name>
435               <border_width>4</border_width>
436               <homogeneous>False</homogeneous>
437               <spacing>0</spacing>
438               <child>
439                 <padding>4</padding>
440                 <expand>False</expand>
441                 <fill>True</fill>
442               </child>
443
444               <widget>
445                 <class>GtkCheckButton</class>
446                 <name>enabled</name>
447                 <can_focus>True</can_focus>
448                 <signal>
449                   <name>toggled</name>
450                   <handler>enabled_cb</handler>
451                   <last_modification_time>Fri, 10 Nov 2000 12:50:58 GMT</last_modification_time>
452                 </signal>
453                 <label>Enabled</label>
454                 <active>True</active>
455                 <draw_indicator>True</draw_indicator>
456                 <child>
457                   <padding>0</padding>
458                   <expand>False</expand>
459                   <fill>False</fill>
460                 </child>
461               </widget>
462
463               <widget>
464                 <class>GtkLabel</class>
465                 <name>visual</name>
466                 <label>Visual:</label>
467                 <justify>GTK_JUSTIFY_RIGHT</justify>
468                 <wrap>False</wrap>
469                 <xalign>1</xalign>
470                 <yalign>0.5</yalign>
471                 <xpad>10</xpad>
472                 <ypad>0</ypad>
473                 <child>
474                   <padding>0</padding>
475                   <expand>False</expand>
476                   <fill>False</fill>
477                 </child>
478               </widget>
479
480               <widget>
481                 <class>GtkCombo</class>
482                 <name>visual_combo</name>
483                 <value_in_list>False</value_in_list>
484                 <ok_if_empty>True</ok_if_empty>
485                 <case_sensitive>False</case_sensitive>
486                 <use_arrows>True</use_arrows>
487                 <use_arrows_always>False</use_arrows_always>
488                 <items>Any
489 Best
490 Default
491 Default-N
492 GL
493 TrueColor
494 PseudoColor
495 StaticGray
496 GrayScale
497 DirectColor
498 Color
499 Gray
500 Mono
501 </items>
502                 <child>
503                   <padding>0</padding>
504                   <expand>False</expand>
505                   <fill>False</fill>
506                 </child>
507
508                 <widget>
509                   <class>GtkEntry</class>
510                   <child_name>GtkCombo:entry</child_name>
511                   <name>combo-entry1</name>
512                   <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>
513                   <can_focus>True</can_focus>
514                   <editable>True</editable>
515                   <text_visible>True</text_visible>
516                   <text_max_length>0</text_max_length>
517                   <text>Any</text>
518                 </widget>
519               </widget>
520             </widget>
521           </widget>
522
523           <widget>
524             <class>GtkHSeparator</class>
525             <name>demo_hline</name>
526             <child>
527               <padding>5</padding>
528               <expand>False</expand>
529               <fill>False</fill>
530             </child>
531           </widget>
532
533           <widget>
534             <class>GtkHButtonBox</class>
535             <name>demo_manual_hbox</name>
536             <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
537             <spacing>30</spacing>
538             <child_min_width>85</child_min_width>
539             <child_min_height>27</child_min_height>
540             <child_ipad_x>7</child_ipad_x>
541             <child_ipad_y>0</child_ipad_y>
542             <child>
543               <padding>0</padding>
544               <expand>False</expand>
545               <fill>True</fill>
546             </child>
547
548             <widget>
549               <class>GtkButton</class>
550               <name>demo</name>
551               <tooltip>Run this one in full-screen mode (click the mouse to return.)</tooltip>
552               <can_default>True</can_default>
553               <can_focus>True</can_focus>
554               <signal>
555                 <name>clicked</name>
556                 <handler>run_this_cb</handler>
557                 <last_modification_time>Mon, 08 Nov 1999 04:46:40 GMT</last_modification_time>
558               </signal>
559               <label>Demo</label>
560             </widget>
561
562             <widget>
563               <class>GtkButton</class>
564               <name>manual</name>
565               <tooltip>Click here to read the manual for this display mode, if it has one.</tooltip>
566               <can_default>True</can_default>
567               <can_focus>True</can_focus>
568               <signal>
569                 <name>clicked</name>
570                 <handler>manual_cb</handler>
571                 <last_modification_time>Wed, 17 Nov 1999 09:43:37 GMT</last_modification_time>
572               </signal>
573               <label>Documentation...</label>
574             </widget>
575           </widget>
576         </widget>
577       </widget>
578
579       <widget>
580         <class>GtkLabel</class>
581         <child_name>Notebook:tab</child_name>
582         <name>demo_tab</name>
583         <label>Graphics Demos</label>
584         <justify>GTK_JUSTIFY_CENTER</justify>
585         <wrap>False</wrap>
586         <xalign>0.5</xalign>
587         <yalign>0.5</yalign>
588         <xpad>0</xpad>
589         <ypad>0</ypad>
590       </widget>
591
592       <widget>
593         <class>GtkVBox</class>
594         <name>options_vbox</name>
595         <homogeneous>False</homogeneous>
596         <spacing>0</spacing>
597
598         <widget>
599           <class>GtkTable</class>
600           <name>options_table</name>
601           <border_width>10</border_width>
602           <rows>2</rows>
603           <columns>2</columns>
604           <homogeneous>True</homogeneous>
605           <row_spacing>2</row_spacing>
606           <column_spacing>0</column_spacing>
607           <child>
608             <padding>0</padding>
609             <expand>False</expand>
610             <fill>False</fill>
611           </child>
612
613           <widget>
614             <class>GtkFrame</class>
615             <name>blanking_frame</name>
616             <border_width>10</border_width>
617             <label>Blanking and Locking:</label>
618             <label_xalign>0</label_xalign>
619             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
620             <child>
621               <left_attach>0</left_attach>
622               <right_attach>1</right_attach>
623               <top_attach>0</top_attach>
624               <bottom_attach>1</bottom_attach>
625               <xpad>0</xpad>
626               <ypad>0</ypad>
627               <xexpand>True</xexpand>
628               <yexpand>True</yexpand>
629               <xshrink>False</xshrink>
630               <yshrink>False</yshrink>
631               <xfill>True</xfill>
632               <yfill>True</yfill>
633             </child>
634
635             <widget>
636               <class>GtkTable</class>
637               <name>blanking_table</name>
638               <border_width>10</border_width>
639               <rows>5</rows>
640               <columns>3</columns>
641               <homogeneous>False</homogeneous>
642               <row_spacing>2</row_spacing>
643               <column_spacing>10</column_spacing>
644
645               <widget>
646                 <class>GtkEntry</class>
647                 <name>lock_text</name>
648                 <tooltip>How long after the screen saver has activated until a password will be required (if  `Require Password' is also set.)</tooltip>
649                 <can_focus>True</can_focus>
650                 <signal>
651                   <name>activate</name>
652                   <handler>pref_changed_cb</handler>
653                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
654                 </signal>
655                 <signal>
656                   <name>focus_out_event</name>
657                   <handler>pref_changed_cb</handler>
658                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
659                 </signal>
660                 <editable>True</editable>
661                 <text_visible>True</text_visible>
662                 <text_max_length>8</text_max_length>
663                 <text></text>
664                 <child>
665                   <left_attach>1</left_attach>
666                   <right_attach>2</right_attach>
667                   <top_attach>4</top_attach>
668                   <bottom_attach>5</bottom_attach>
669                   <xpad>0</xpad>
670                   <ypad>0</ypad>
671                   <xexpand>False</xexpand>
672                   <yexpand>False</yexpand>
673                   <xshrink>False</xshrink>
674                   <yshrink>False</yshrink>
675                   <xfill>False</xfill>
676                   <yfill>False</yfill>
677                 </child>
678               </widget>
679
680               <widget>
681                 <class>GtkEntry</class>
682                 <name>cycle_text</name>
683                 <tooltip>How long each demo will be run before moving on to another.</tooltip>
684                 <can_focus>True</can_focus>
685                 <signal>
686                   <name>activate</name>
687                   <handler>pref_changed_cb</handler>
688                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
689                 </signal>
690                 <signal>
691                   <name>focus_out_event</name>
692                   <handler>pref_changed_cb</handler>
693                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
694                 </signal>
695                 <editable>True</editable>
696                 <text_visible>True</text_visible>
697                 <text_max_length>8</text_max_length>
698                 <text></text>
699                 <child>
700                   <left_attach>1</left_attach>
701                   <right_attach>2</right_attach>
702                   <top_attach>1</top_attach>
703                   <bottom_attach>2</bottom_attach>
704                   <xpad>0</xpad>
705                   <ypad>0</ypad>
706                   <xexpand>False</xexpand>
707                   <yexpand>False</yexpand>
708                   <xshrink>False</xshrink>
709                   <yshrink>False</yshrink>
710                   <xfill>False</xfill>
711                   <yfill>False</yfill>
712                 </child>
713               </widget>
714
715               <widget>
716                 <class>GtkEntry</class>
717                 <name>timeout_text</name>
718                 <tooltip>How long until the screen saver activates and begins running demos.</tooltip>
719                 <can_focus>True</can_focus>
720                 <signal>
721                   <name>activate</name>
722                   <handler>pref_changed_cb</handler>
723                   <last_modification_time>Mon, 03 Apr 2000 02:28:10 GMT</last_modification_time>
724                 </signal>
725                 <signal>
726                   <name>focus_out_event</name>
727                   <handler>pref_changed_cb</handler>
728                   <last_modification_time>Mon, 03 Apr 2000 02:34:26 GMT</last_modification_time>
729                 </signal>
730                 <editable>True</editable>
731                 <text_visible>True</text_visible>
732                 <text_max_length>8</text_max_length>
733                 <text></text>
734                 <child>
735                   <left_attach>1</left_attach>
736                   <right_attach>2</right_attach>
737                   <top_attach>0</top_attach>
738                   <bottom_attach>1</bottom_attach>
739                   <xpad>0</xpad>
740                   <ypad>0</ypad>
741                   <xexpand>False</xexpand>
742                   <yexpand>False</yexpand>
743                   <xshrink>False</xshrink>
744                   <yshrink>False</yshrink>
745                   <xfill>False</xfill>
746                   <yfill>False</yfill>
747                 </child>
748               </widget>
749
750               <widget>
751                 <class>GtkLabel</class>
752                 <name>timeout_label</name>
753                 <label>Blank After:</label>
754                 <justify>GTK_JUSTIFY_RIGHT</justify>
755                 <wrap>False</wrap>
756                 <xalign>1</xalign>
757                 <yalign>0.5</yalign>
758                 <xpad>0</xpad>
759                 <ypad>0</ypad>
760                 <child>
761                   <left_attach>0</left_attach>
762                   <right_attach>1</right_attach>
763                   <top_attach>0</top_attach>
764                   <bottom_attach>1</bottom_attach>
765                   <xpad>0</xpad>
766                   <ypad>0</ypad>
767                   <xexpand>False</xexpand>
768                   <yexpand>False</yexpand>
769                   <xshrink>False</xshrink>
770                   <yshrink>False</yshrink>
771                   <xfill>True</xfill>
772                   <yfill>False</yfill>
773                 </child>
774               </widget>
775
776               <widget>
777                 <class>GtkLabel</class>
778                 <name>cycle_label</name>
779                 <label>Cycle After:</label>
780                 <justify>GTK_JUSTIFY_RIGHT</justify>
781                 <wrap>False</wrap>
782                 <xalign>1</xalign>
783                 <yalign>0.5</yalign>
784                 <xpad>0</xpad>
785                 <ypad>0</ypad>
786                 <child>
787                   <left_attach>0</left_attach>
788                   <right_attach>1</right_attach>
789                   <top_attach>1</top_attach>
790                   <bottom_attach>2</bottom_attach>
791                   <xpad>0</xpad>
792                   <ypad>0</ypad>
793                   <xexpand>False</xexpand>
794                   <yexpand>False</yexpand>
795                   <xshrink>False</xshrink>
796                   <yshrink>False</yshrink>
797                   <xfill>True</xfill>
798                   <yfill>False</yfill>
799                 </child>
800               </widget>
801
802               <widget>
803                 <class>GtkLabel</class>
804                 <name>lock_label</name>
805                 <label>Lock After:</label>
806                 <justify>GTK_JUSTIFY_RIGHT</justify>
807                 <wrap>False</wrap>
808                 <xalign>1</xalign>
809                 <yalign>0.5</yalign>
810                 <xpad>0</xpad>
811                 <ypad>0</ypad>
812                 <child>
813                   <left_attach>0</left_attach>
814                   <right_attach>1</right_attach>
815                   <top_attach>4</top_attach>
816                   <bottom_attach>5</bottom_attach>
817                   <xpad>0</xpad>
818                   <ypad>0</ypad>
819                   <xexpand>False</xexpand>
820                   <yexpand>False</yexpand>
821                   <xshrink>False</xshrink>
822                   <yshrink>False</yshrink>
823                   <xfill>True</xfill>
824                   <yfill>False</yfill>
825                 </child>
826               </widget>
827
828               <widget>
829                 <class>GtkLabel</class>
830                 <name>blanking_dummy</name>
831                 <label></label>
832                 <justify>GTK_JUSTIFY_LEFT</justify>
833                 <wrap>False</wrap>
834                 <xalign>0.5</xalign>
835                 <yalign>0.5</yalign>
836                 <xpad>0</xpad>
837                 <ypad>0</ypad>
838                 <child>
839                   <left_attach>2</left_attach>
840                   <right_attach>3</right_attach>
841                   <top_attach>4</top_attach>
842                   <bottom_attach>5</bottom_attach>
843                   <xpad>0</xpad>
844                   <ypad>0</ypad>
845                   <xexpand>True</xexpand>
846                   <yexpand>False</yexpand>
847                   <xshrink>False</xshrink>
848                   <yshrink>False</yshrink>
849                   <xfill>True</xfill>
850                   <yfill>False</yfill>
851                 </child>
852               </widget>
853
854               <widget>
855                 <class>GtkHSeparator</class>
856                 <name>blanking_hr</name>
857                 <child>
858                   <left_attach>0</left_attach>
859                   <right_attach>3</right_attach>
860                   <top_attach>2</top_attach>
861                   <bottom_attach>3</bottom_attach>
862                   <xpad>0</xpad>
863                   <ypad>0</ypad>
864                   <xexpand>True</xexpand>
865                   <yexpand>True</yexpand>
866                   <xshrink>False</xshrink>
867                   <yshrink>False</yshrink>
868                   <xfill>True</xfill>
869                   <yfill>True</yfill>
870                 </child>
871               </widget>
872
873               <widget>
874                 <class>GtkEventBox</class>
875                 <name>lock_button_eventbox</name>
876                 <tooltip>Whether a password should be required to unblank the screen.</tooltip>
877                 <child>
878                   <left_attach>0</left_attach>
879                   <right_attach>3</right_attach>
880                   <top_attach>3</top_attach>
881                   <bottom_attach>4</bottom_attach>
882                   <xpad>0</xpad>
883                   <ypad>0</ypad>
884                   <xexpand>False</xexpand>
885                   <yexpand>False</yexpand>
886                   <xshrink>False</xshrink>
887                   <yshrink>False</yshrink>
888                   <xfill>True</xfill>
889                   <yfill>True</yfill>
890                 </child>
891
892                 <widget>
893                   <class>GtkCheckButton</class>
894                   <name>lock_button</name>
895                   <can_focus>True</can_focus>
896                   <signal>
897                     <name>toggled</name>
898                     <handler>pref_changed_cb</handler>
899                     <last_modification_time>Mon, 03 Apr 2000 02:31:53 GMT</last_modification_time>
900                   </signal>
901                   <label>Require Password</label>
902                   <active>False</active>
903                   <draw_indicator>True</draw_indicator>
904                 </widget>
905               </widget>
906             </widget>
907           </widget>
908
909           <widget>
910             <class>GtkFrame</class>
911             <name>dpms_frame</name>
912             <border_width>10</border_width>
913             <label>Display Power Management:</label>
914             <label_xalign>0</label_xalign>
915             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
916             <child>
917               <left_attach>1</left_attach>
918               <right_attach>2</right_attach>
919               <top_attach>0</top_attach>
920               <bottom_attach>1</bottom_attach>
921               <xpad>0</xpad>
922               <ypad>0</ypad>
923               <xexpand>False</xexpand>
924               <yexpand>False</yexpand>
925               <xshrink>False</xshrink>
926               <yshrink>False</yshrink>
927               <xfill>True</xfill>
928               <yfill>True</yfill>
929             </child>
930
931             <widget>
932               <class>GtkTable</class>
933               <name>dpms_table</name>
934               <border_width>10</border_width>
935               <rows>4</rows>
936               <columns>3</columns>
937               <homogeneous>False</homogeneous>
938               <row_spacing>2</row_spacing>
939               <column_spacing>10</column_spacing>
940
941               <widget>
942                 <class>GtkEntry</class>
943                 <name>dpms_off_text</name>
944                 <tooltip>How long until the monitor powers down (if Power Management is enabled).</tooltip>
945                 <can_focus>True</can_focus>
946                 <signal>
947                   <name>activate</name>
948                   <handler>pref_changed_cb</handler>
949                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
950                 </signal>
951                 <signal>
952                   <name>focus_out_event</name>
953                   <handler>pref_changed_cb</handler>
954                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
955                 </signal>
956                 <editable>True</editable>
957                 <text_visible>True</text_visible>
958                 <text_max_length>8</text_max_length>
959                 <text></text>
960                 <child>
961                   <left_attach>1</left_attach>
962                   <right_attach>2</right_attach>
963                   <top_attach>3</top_attach>
964                   <bottom_attach>4</bottom_attach>
965                   <xpad>0</xpad>
966                   <ypad>0</ypad>
967                   <xexpand>False</xexpand>
968                   <yexpand>False</yexpand>
969                   <xshrink>False</xshrink>
970                   <yshrink>False</yshrink>
971                   <xfill>False</xfill>
972                   <yfill>False</yfill>
973                 </child>
974               </widget>
975
976               <widget>
977                 <class>GtkEntry</class>
978                 <name>dpms_suspend_text</name>
979                 <tooltip>How long until the monitor goes into power-saving mode (if Power Management is enabled).</tooltip>
980                 <can_focus>True</can_focus>
981                 <signal>
982                   <name>activate</name>
983                   <handler>pref_changed_cb</handler>
984                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
985                 </signal>
986                 <signal>
987                   <name>focus_out_event</name>
988                   <handler>pref_changed_cb</handler>
989                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
990                 </signal>
991                 <editable>True</editable>
992                 <text_visible>True</text_visible>
993                 <text_max_length>8</text_max_length>
994                 <text></text>
995                 <child>
996                   <left_attach>1</left_attach>
997                   <right_attach>2</right_attach>
998                   <top_attach>2</top_attach>
999                   <bottom_attach>3</bottom_attach>
1000                   <xpad>0</xpad>
1001                   <ypad>0</ypad>
1002                   <xexpand>False</xexpand>
1003                   <yexpand>False</yexpand>
1004                   <xshrink>False</xshrink>
1005                   <yshrink>False</yshrink>
1006                   <xfill>False</xfill>
1007                   <yfill>False</yfill>
1008                 </child>
1009               </widget>
1010
1011               <widget>
1012                 <class>GtkEntry</class>
1013                 <name>dpms_standby_text</name>
1014                 <tooltip>How long before the monitor goes completely black (if Power Management is enabled).</tooltip>
1015                 <can_focus>True</can_focus>
1016                 <signal>
1017                   <name>activate</name>
1018                   <handler>pref_changed_cb</handler>
1019                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
1020                 </signal>
1021                 <signal>
1022                   <name>focus_out_event</name>
1023                   <handler>pref_changed_cb</handler>
1024                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
1025                 </signal>
1026                 <editable>True</editable>
1027                 <text_visible>True</text_visible>
1028                 <text_max_length>8</text_max_length>
1029                 <text></text>
1030                 <child>
1031                   <left_attach>1</left_attach>
1032                   <right_attach>2</right_attach>
1033                   <top_attach>1</top_attach>
1034                   <bottom_attach>2</bottom_attach>
1035                   <xpad>0</xpad>
1036                   <ypad>0</ypad>
1037                   <xexpand>False</xexpand>
1038                   <yexpand>False</yexpand>
1039                   <xshrink>False</xshrink>
1040                   <yshrink>False</yshrink>
1041                   <xfill>False</xfill>
1042                   <yfill>False</yfill>
1043                 </child>
1044               </widget>
1045
1046               <widget>
1047                 <class>GtkLabel</class>
1048                 <name>dpms_standby_label</name>
1049                 <label>Standby After:</label>
1050                 <justify>GTK_JUSTIFY_RIGHT</justify>
1051                 <wrap>False</wrap>
1052                 <xalign>1</xalign>
1053                 <yalign>0.5</yalign>
1054                 <xpad>0</xpad>
1055                 <ypad>0</ypad>
1056                 <child>
1057                   <left_attach>0</left_attach>
1058                   <right_attach>1</right_attach>
1059                   <top_attach>1</top_attach>
1060                   <bottom_attach>2</bottom_attach>
1061                   <xpad>0</xpad>
1062                   <ypad>0</ypad>
1063                   <xexpand>False</xexpand>
1064                   <yexpand>False</yexpand>
1065                   <xshrink>False</xshrink>
1066                   <yshrink>False</yshrink>
1067                   <xfill>True</xfill>
1068                   <yfill>False</yfill>
1069                 </child>
1070               </widget>
1071
1072               <widget>
1073                 <class>GtkLabel</class>
1074                 <name>dpms_off_label</name>
1075                 <label>Off After:</label>
1076                 <justify>GTK_JUSTIFY_RIGHT</justify>
1077                 <wrap>False</wrap>
1078                 <xalign>1</xalign>
1079                 <yalign>0.5</yalign>
1080                 <xpad>0</xpad>
1081                 <ypad>0</ypad>
1082                 <child>
1083                   <left_attach>0</left_attach>
1084                   <right_attach>1</right_attach>
1085                   <top_attach>3</top_attach>
1086                   <bottom_attach>4</bottom_attach>
1087                   <xpad>0</xpad>
1088                   <ypad>0</ypad>
1089                   <xexpand>False</xexpand>
1090                   <yexpand>False</yexpand>
1091                   <xshrink>False</xshrink>
1092                   <yshrink>False</yshrink>
1093                   <xfill>True</xfill>
1094                   <yfill>False</yfill>
1095                 </child>
1096               </widget>
1097
1098               <widget>
1099                 <class>GtkLabel</class>
1100                 <name>dpms_suspend_label</name>
1101                 <label>Suspend After:</label>
1102                 <justify>GTK_JUSTIFY_RIGHT</justify>
1103                 <wrap>False</wrap>
1104                 <xalign>1</xalign>
1105                 <yalign>0.5</yalign>
1106                 <xpad>0</xpad>
1107                 <ypad>0</ypad>
1108                 <child>
1109                   <left_attach>0</left_attach>
1110                   <right_attach>1</right_attach>
1111                   <top_attach>2</top_attach>
1112                   <bottom_attach>3</bottom_attach>
1113                   <xpad>0</xpad>
1114                   <ypad>0</ypad>
1115                   <xexpand>False</xexpand>
1116                   <yexpand>False</yexpand>
1117                   <xshrink>False</xshrink>
1118                   <yshrink>False</yshrink>
1119                   <xfill>True</xfill>
1120                   <yfill>False</yfill>
1121                 </child>
1122               </widget>
1123
1124               <widget>
1125                 <class>GtkLabel</class>
1126                 <name>dpms_dummy</name>
1127                 <label></label>
1128                 <justify>GTK_JUSTIFY_LEFT</justify>
1129                 <wrap>False</wrap>
1130                 <xalign>0.5</xalign>
1131                 <yalign>0.5</yalign>
1132                 <xpad>0</xpad>
1133                 <ypad>0</ypad>
1134                 <child>
1135                   <left_attach>2</left_attach>
1136                   <right_attach>3</right_attach>
1137                   <top_attach>3</top_attach>
1138                   <bottom_attach>4</bottom_attach>
1139                   <xpad>0</xpad>
1140                   <ypad>0</ypad>
1141                   <xexpand>True</xexpand>
1142                   <yexpand>False</yexpand>
1143                   <xshrink>False</xshrink>
1144                   <yshrink>False</yshrink>
1145                   <xfill>True</xfill>
1146                   <yfill>False</yfill>
1147                 </child>
1148               </widget>
1149
1150               <widget>
1151                 <class>GtkEventBox</class>
1152                 <name>dpms_button_eventbox</name>
1153                 <tooltip>Whether the monitor should be powered down after a while.</tooltip>
1154                 <child>
1155                   <left_attach>0</left_attach>
1156                   <right_attach>3</right_attach>
1157                   <top_attach>0</top_attach>
1158                   <bottom_attach>1</bottom_attach>
1159                   <xpad>0</xpad>
1160                   <ypad>0</ypad>
1161                   <xexpand>False</xexpand>
1162                   <yexpand>False</yexpand>
1163                   <xshrink>False</xshrink>
1164                   <yshrink>False</yshrink>
1165                   <xfill>True</xfill>
1166                   <yfill>True</yfill>
1167                 </child>
1168
1169                 <widget>
1170                   <class>GtkCheckButton</class>
1171                   <name>dpms_button</name>
1172                   <can_focus>True</can_focus>
1173                   <signal>
1174                     <name>toggled</name>
1175                     <handler>pref_changed_cb</handler>
1176                     <last_modification_time>Mon, 03 Apr 2000 02:33:01 GMT</last_modification_time>
1177                   </signal>
1178                   <label>Power Management Enabled</label>
1179                   <active>True</active>
1180                   <draw_indicator>True</draw_indicator>
1181                 </widget>
1182               </widget>
1183             </widget>
1184           </widget>
1185
1186           <widget>
1187             <class>GtkFrame</class>
1188             <name>diag_frame</name>
1189             <border_width>10</border_width>
1190             <label>Diagnostics:</label>
1191             <label_xalign>0</label_xalign>
1192             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1193             <child>
1194               <left_attach>0</left_attach>
1195               <right_attach>1</right_attach>
1196               <top_attach>1</top_attach>
1197               <bottom_attach>2</bottom_attach>
1198               <xpad>0</xpad>
1199               <ypad>0</ypad>
1200               <xexpand>False</xexpand>
1201               <yexpand>False</yexpand>
1202               <xshrink>False</xshrink>
1203               <yshrink>False</yshrink>
1204               <xfill>True</xfill>
1205               <yfill>True</yfill>
1206             </child>
1207
1208             <widget>
1209               <class>GtkTable</class>
1210               <name>diag_table</name>
1211               <border_width>10</border_width>
1212               <rows>3</rows>
1213               <columns>1</columns>
1214               <homogeneous>False</homogeneous>
1215               <row_spacing>2</row_spacing>
1216               <column_spacing>10</column_spacing>
1217
1218               <widget>
1219                 <class>GtkEventBox</class>
1220                 <name>verbose_button_eventbox</name>
1221                 <tooltip>Whether the daemon should print lots of debugging information.</tooltip>
1222                 <child>
1223                   <left_attach>0</left_attach>
1224                   <right_attach>1</right_attach>
1225                   <top_attach>0</top_attach>
1226                   <bottom_attach>1</bottom_attach>
1227                   <xpad>0</xpad>
1228                   <ypad>0</ypad>
1229                   <xexpand>True</xexpand>
1230                   <yexpand>False</yexpand>
1231                   <xshrink>False</xshrink>
1232                   <yshrink>False</yshrink>
1233                   <xfill>True</xfill>
1234                   <yfill>True</yfill>
1235                 </child>
1236
1237                 <widget>
1238                   <class>GtkCheckButton</class>
1239                   <name>verbose_button</name>
1240                   <can_focus>True</can_focus>
1241                   <signal>
1242                     <name>toggled</name>
1243                     <handler>pref_changed_cb</handler>
1244                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1245                   </signal>
1246                   <label>Verbose Diagnostics</label>
1247                   <active>False</active>
1248                   <draw_indicator>True</draw_indicator>
1249                 </widget>
1250               </widget>
1251
1252               <widget>
1253                 <class>GtkEventBox</class>
1254                 <name>capture_button_eventbox</name>
1255                 <tooltip>Whether the stdout and stderr streams of graphics demos should be displayed on the xscreensaver window.</tooltip>
1256                 <child>
1257                   <left_attach>0</left_attach>
1258                   <right_attach>1</right_attach>
1259                   <top_attach>1</top_attach>
1260                   <bottom_attach>2</bottom_attach>
1261                   <xpad>0</xpad>
1262                   <ypad>0</ypad>
1263                   <xexpand>True</xexpand>
1264                   <yexpand>False</yexpand>
1265                   <xshrink>False</xshrink>
1266                   <yshrink>False</yshrink>
1267                   <xfill>True</xfill>
1268                   <yfill>True</yfill>
1269                 </child>
1270
1271                 <widget>
1272                   <class>GtkCheckButton</class>
1273                   <name>capture_button</name>
1274                   <can_focus>True</can_focus>
1275                   <signal>
1276                     <name>toggled</name>
1277                     <handler>pref_changed_cb</handler>
1278                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1279                   </signal>
1280                   <label>Display Subprocess Errors</label>
1281                   <active>False</active>
1282                   <draw_indicator>True</draw_indicator>
1283                 </widget>
1284               </widget>
1285
1286               <widget>
1287                 <class>GtkEventBox</class>
1288                 <name>splash_button_eventbox</name>
1289                 <tooltip>Whether the splash screen (with the version number and `Help' button) should be momentarily displayed when the daemon first starts up.</tooltip>
1290                 <child>
1291                   <left_attach>0</left_attach>
1292                   <right_attach>1</right_attach>
1293                   <top_attach>2</top_attach>
1294                   <bottom_attach>3</bottom_attach>
1295                   <xpad>0</xpad>
1296                   <ypad>0</ypad>
1297                   <xexpand>True</xexpand>
1298                   <yexpand>False</yexpand>
1299                   <xshrink>False</xshrink>
1300                   <yshrink>False</yshrink>
1301                   <xfill>True</xfill>
1302                   <yfill>False</yfill>
1303                 </child>
1304
1305                 <widget>
1306                   <class>GtkCheckButton</class>
1307                   <name>splash_button</name>
1308                   <can_focus>True</can_focus>
1309                   <signal>
1310                     <name>toggled</name>
1311                     <handler>pref_changed_cb</handler>
1312                     <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1313                   </signal>
1314                   <label>Display Splash Screen at Startup</label>
1315                   <active>True</active>
1316                   <draw_indicator>True</draw_indicator>
1317                 </widget>
1318               </widget>
1319             </widget>
1320           </widget>
1321
1322           <widget>
1323             <class>GtkFrame</class>
1324             <name>cmap_frame</name>
1325             <border_width>10</border_width>
1326             <label>Colormaps: (8-bit displays only)</label>
1327             <label_xalign>0</label_xalign>
1328             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1329             <child>
1330               <left_attach>1</left_attach>
1331               <right_attach>2</right_attach>
1332               <top_attach>1</top_attach>
1333               <bottom_attach>2</bottom_attach>
1334               <xpad>0</xpad>
1335               <ypad>0</ypad>
1336               <xexpand>False</xexpand>
1337               <yexpand>False</yexpand>
1338               <xshrink>False</xshrink>
1339               <yshrink>False</yshrink>
1340               <xfill>True</xfill>
1341               <yfill>True</yfill>
1342             </child>
1343
1344             <widget>
1345               <class>GtkTable</class>
1346               <name>cmap_table</name>
1347               <border_width>10</border_width>
1348               <rows>5</rows>
1349               <columns>3</columns>
1350               <homogeneous>False</homogeneous>
1351               <row_spacing>2</row_spacing>
1352               <column_spacing>10</column_spacing>
1353
1354               <widget>
1355                 <class>GtkEntry</class>
1356                 <name>fade_text</name>
1357                 <tooltip>How long it should take for the screen to fade in and out.</tooltip>
1358                 <can_focus>True</can_focus>
1359                 <signal>
1360                   <name>activate</name>
1361                   <handler>pref_changed_cb</handler>
1362                   <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
1363                 </signal>
1364                 <signal>
1365                   <name>focus_out_event</name>
1366                   <handler>pref_changed_cb</handler>
1367                   <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
1368                 </signal>
1369                 <editable>True</editable>
1370                 <text_visible>True</text_visible>
1371                 <text_max_length>8</text_max_length>
1372                 <text></text>
1373                 <child>
1374                   <left_attach>1</left_attach>
1375                   <right_attach>2</right_attach>
1376                   <top_attach>4</top_attach>
1377                   <bottom_attach>5</bottom_attach>
1378                   <xpad>0</xpad>
1379                   <ypad>0</ypad>
1380                   <xexpand>False</xexpand>
1381                   <yexpand>False</yexpand>
1382                   <xshrink>False</xshrink>
1383                   <yshrink>False</yshrink>
1384                   <xfill>False</xfill>
1385                   <yfill>False</yfill>
1386                 </child>
1387               </widget>
1388
1389               <widget>
1390                 <class>GtkLabel</class>
1391                 <name>cmap_dummy</name>
1392                 <label></label>
1393                 <justify>GTK_JUSTIFY_LEFT</justify>
1394                 <wrap>False</wrap>
1395                 <xalign>0.5</xalign>
1396                 <yalign>0.5</yalign>
1397                 <xpad>0</xpad>
1398                 <ypad>0</ypad>
1399                 <child>
1400                   <left_attach>2</left_attach>
1401                   <right_attach>3</right_attach>
1402                   <top_attach>4</top_attach>
1403                   <bottom_attach>5</bottom_attach>
1404                   <xpad>0</xpad>
1405                   <ypad>0</ypad>
1406                   <xexpand>True</xexpand>
1407                   <yexpand>False</yexpand>
1408                   <xshrink>False</xshrink>
1409                   <yshrink>False</yshrink>
1410                   <xfill>True</xfill>
1411                   <yfill>False</yfill>
1412                 </child>
1413               </widget>
1414
1415               <widget>
1416                 <class>GtkLabel</class>
1417                 <name>fade_label</name>
1418                 <label>Fade Duration:</label>
1419                 <justify>GTK_JUSTIFY_RIGHT</justify>
1420                 <wrap>False</wrap>
1421                 <xalign>1</xalign>
1422                 <yalign>0.5</yalign>
1423                 <xpad>0</xpad>
1424                 <ypad>0</ypad>
1425                 <child>
1426                   <left_attach>0</left_attach>
1427                   <right_attach>1</right_attach>
1428                   <top_attach>4</top_attach>
1429                   <bottom_attach>5</bottom_attach>
1430                   <xpad>0</xpad>
1431                   <ypad>0</ypad>
1432                   <xexpand>False</xexpand>
1433                   <yexpand>False</yexpand>
1434                   <xshrink>False</xshrink>
1435                   <yshrink>False</yshrink>
1436                   <xfill>True</xfill>
1437                   <yfill>False</yfill>
1438                 </child>
1439               </widget>
1440
1441               <widget>
1442                 <class>GtkHSeparator</class>
1443                 <name>cmap_hr</name>
1444                 <child>
1445                   <left_attach>0</left_attach>
1446                   <right_attach>3</right_attach>
1447                   <top_attach>1</top_attach>
1448                   <bottom_attach>2</bottom_attach>
1449                   <xpad>0</xpad>
1450                   <ypad>0</ypad>
1451                   <xexpand>True</xexpand>
1452                   <yexpand>True</yexpand>
1453                   <xshrink>False</xshrink>
1454                   <yshrink>False</yshrink>
1455                   <xfill>True</xfill>
1456                   <yfill>True</yfill>
1457                 </child>
1458               </widget>
1459
1460               <widget>
1461                 <class>GtkEventBox</class>
1462                 <name>install_button_eventbox</name>
1463                 <tooltip>Whether to install a private colormap when running in 8-bit mode on the default Visual.</tooltip>
1464                 <child>
1465                   <left_attach>0</left_attach>
1466                   <right_attach>3</right_attach>
1467                   <top_attach>0</top_attach>
1468                   <bottom_attach>1</bottom_attach>
1469                   <xpad>0</xpad>
1470                   <ypad>0</ypad>
1471                   <xexpand>False</xexpand>
1472                   <yexpand>False</yexpand>
1473                   <xshrink>False</xshrink>
1474                   <yshrink>False</yshrink>
1475                   <xfill>True</xfill>
1476                   <yfill>True</yfill>
1477                 </child>
1478
1479                 <widget>
1480                   <class>GtkCheckButton</class>
1481                   <name>install_button</name>
1482                   <can_focus>True</can_focus>
1483                   <signal>
1484                     <name>toggled</name>
1485                     <handler>pref_changed_cb</handler>
1486                     <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1487                   </signal>
1488                   <label>Install Colormap</label>
1489                   <active>False</active>
1490                   <draw_indicator>True</draw_indicator>
1491                 </widget>
1492               </widget>
1493
1494               <widget>
1495                 <class>GtkEventBox</class>
1496                 <name>fade_button_eventbox</name>
1497                 <tooltip>Whether the screen should slowly fade to black when the screen saver activates.</tooltip>
1498                 <child>
1499                   <left_attach>0</left_attach>
1500                   <right_attach>3</right_attach>
1501                   <top_attach>2</top_attach>
1502                   <bottom_attach>3</bottom_attach>
1503                   <xpad>0</xpad>
1504                   <ypad>0</ypad>
1505                   <xexpand>False</xexpand>
1506                   <yexpand>False</yexpand>
1507                   <xshrink>False</xshrink>
1508                   <yshrink>False</yshrink>
1509                   <xfill>True</xfill>
1510                   <yfill>True</yfill>
1511                 </child>
1512
1513                 <widget>
1514                   <class>GtkCheckButton</class>
1515                   <name>fade_button</name>
1516                   <can_focus>True</can_focus>
1517                   <signal>
1518                     <name>toggled</name>
1519                     <handler>pref_changed_cb</handler>
1520                     <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1521                   </signal>
1522                   <label>Fade To Black When Blanking</label>
1523                   <active>False</active>
1524                   <draw_indicator>True</draw_indicator>
1525                 </widget>
1526               </widget>
1527
1528               <widget>
1529                 <class>GtkEventBox</class>
1530                 <name>unfade_button_eventbox</name>
1531                 <tooltip>Whether the screen should slowly fade in from black when the screen saver deactivates.</tooltip>
1532                 <child>
1533                   <left_attach>0</left_attach>
1534                   <right_attach>3</right_attach>
1535                   <top_attach>3</top_attach>
1536                   <bottom_attach>4</bottom_attach>
1537                   <xpad>0</xpad>
1538                   <ypad>0</ypad>
1539                   <xexpand>False</xexpand>
1540                   <yexpand>False</yexpand>
1541                   <xshrink>False</xshrink>
1542                   <yshrink>False</yshrink>
1543                   <xfill>True</xfill>
1544                   <yfill>True</yfill>
1545                 </child>
1546
1547                 <widget>
1548                   <class>GtkCheckButton</class>
1549                   <name>unfade_button</name>
1550                   <can_focus>True</can_focus>
1551                   <signal>
1552                     <name>toggled</name>
1553                     <handler>pref_changed_cb</handler>
1554                     <last_modification_time>Mon, 03 Apr 2000 02:32:51 GMT</last_modification_time>
1555                   </signal>
1556                   <label>Fade From Black When Unblanking</label>
1557                   <active>False</active>
1558                   <draw_indicator>True</draw_indicator>
1559                 </widget>
1560               </widget>
1561             </widget>
1562           </widget>
1563         </widget>
1564       </widget>
1565
1566       <widget>
1567         <class>GtkLabel</class>
1568         <child_name>Notebook:tab</child_name>
1569         <name>options_tab</name>
1570         <label>Screensaver Options</label>
1571         <justify>GTK_JUSTIFY_CENTER</justify>
1572         <wrap>False</wrap>
1573         <xalign>0.5</xalign>
1574         <yalign>0.5</yalign>
1575         <xpad>0</xpad>
1576         <ypad>0</ypad>
1577       </widget>
1578     </widget>
1579   </widget>
1580 </widget>
1581
1582 </GTK-Interface>