http://ftp.x.org/contrib/applications/xscreensaver-3.21.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   <support_source_file>support.c</support_source_file>
23   <support_header_file>support.h</support_header_file>
24   <translatable_strings_file></translatable_strings_file>
25 </project>
26
27 <widget>
28   <class>GtkWindow</class>
29   <name>xscreensaver_demo</name>
30   <title>XScreenSaver</title>
31   <type>GTK_WINDOW_TOPLEVEL</type>
32   <position>GTK_WIN_POS_NONE</position>
33   <modal>False</modal>
34   <default_width>600</default_width>
35   <default_height>400</default_height>
36   <allow_shrink>True</allow_shrink>
37   <allow_grow>True</allow_grow>
38   <auto_shrink>False</auto_shrink>
39   <wmclass_name>xscreensaver</wmclass_name>
40   <wmclass_class>XScreenSaver</wmclass_class>
41
42   <widget>
43     <class>GtkVBox</class>
44     <name>outer_vbox</name>
45     <homogeneous>False</homogeneous>
46     <spacing>5</spacing>
47
48     <widget>
49       <class>GtkMenuBar</class>
50       <name>menubar</name>
51       <shadow_type>GTK_SHADOW_OUT</shadow_type>
52       <child>
53         <padding>0</padding>
54         <expand>False</expand>
55         <fill>False</fill>
56       </child>
57
58       <widget>
59         <class>GtkMenuItem</class>
60         <name>file</name>
61         <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
62
63         <widget>
64           <class>GtkMenu</class>
65           <name>file_menu</name>
66
67           <widget>
68             <class>GtkMenuItem</class>
69             <name>activate_menu</name>
70             <tooltip>Activate the XScreenSaver daemon now (locking the screen if so configured.)</tooltip>
71             <signal>
72               <name>activate</name>
73               <handler>activate_menu_cb</handler>
74               <last_modification_time>Tue, 09 Nov 1999 00:01:23 GMT</last_modification_time>
75             </signal>
76             <label>_Blank Screen Now</label>
77             <right_justify>False</right_justify>
78           </widget>
79
80           <widget>
81             <class>GtkMenuItem</class>
82             <name>lock_menu</name>
83             <tooltip>Lock the screen now (even if &quot;Require Password&quot; is unchecked.)</tooltip>
84             <signal>
85               <name>activate</name>
86               <handler>lock_menu_cb</handler>
87               <last_modification_time>Mon, 08 Nov 1999 23:57:18 GMT</last_modification_time>
88             </signal>
89             <label>_Lock Screen Now</label>
90             <right_justify>False</right_justify>
91           </widget>
92
93           <widget>
94             <class>GtkMenuItem</class>
95             <name>kill_menu</name>
96             <tooltip>Tell the running XScreenSaver daemon to exit.</tooltip>
97             <signal>
98               <name>activate</name>
99               <handler>kill_menu_cb</handler>
100               <last_modification_time>Mon, 08 Nov 1999 23:55:30 GMT</last_modification_time>
101             </signal>
102             <label>_Kill Daemon</label>
103             <right_justify>False</right_justify>
104           </widget>
105
106           <widget>
107             <class>GtkMenuItem</class>
108             <name>restart</name>
109             <tooltip>Kill and re-launch the XScreenSaver daemon.</tooltip>
110             <signal>
111               <name>activate</name>
112               <handler>restart_menu_cb</handler>
113               <last_modification_time>Mon, 08 Nov 1999 23:54:28 GMT</last_modification_time>
114             </signal>
115             <label>_Restart Daemon</label>
116             <right_justify>False</right_justify>
117           </widget>
118
119           <widget>
120             <class>GtkMenuItem</class>
121             <name>separator1</name>
122             <right_justify>False</right_justify>
123           </widget>
124
125           <widget>
126             <class>GtkMenuItem</class>
127             <name>exit_menu</name>
128             <tooltip>Exit the xscreensaver-demo program (but leave the XScreenSaver daemon running in the background.)</tooltip>
129             <signal>
130               <name>activate</name>
131               <handler>exit_menu_cb</handler>
132               <last_modification_time>Mon, 08 Nov 1999 05:34:35 GMT</last_modification_time>
133             </signal>
134             <label>_Exit</label>
135             <right_justify>False</right_justify>
136           </widget>
137         </widget>
138       </widget>
139
140       <widget>
141         <class>GtkMenuItem</class>
142         <name>edit</name>
143         <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>
144
145         <widget>
146           <class>GtkMenu</class>
147           <name>edit_menu</name>
148
149           <widget>
150             <class>GtkMenuItem</class>
151             <name>cut_menu</name>
152             <signal>
153               <name>activate</name>
154               <handler>cut_menu_cb</handler>
155               <last_modification_time>Mon, 08 Nov 1999 05:34:40 GMT</last_modification_time>
156             </signal>
157             <label>C_ut</label>
158             <right_justify>False</right_justify>
159           </widget>
160
161           <widget>
162             <class>GtkMenuItem</class>
163             <name>copy_menu</name>
164             <signal>
165               <name>activate</name>
166               <handler>copy_menu_cb</handler>
167               <last_modification_time>Mon, 08 Nov 1999 05:35:00 GMT</last_modification_time>
168             </signal>
169             <label>_Copy</label>
170             <right_justify>False</right_justify>
171           </widget>
172
173           <widget>
174             <class>GtkMenuItem</class>
175             <name>paste_menu</name>
176             <signal>
177               <name>activate</name>
178               <handler>paste_menu_cb</handler>
179               <last_modification_time>Mon, 08 Nov 1999 05:35:16 GMT</last_modification_time>
180             </signal>
181             <label>_Paste</label>
182             <right_justify>False</right_justify>
183           </widget>
184         </widget>
185       </widget>
186
187       <widget>
188         <class>GtkMenuItem</class>
189         <name>help</name>
190         <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
191
192         <widget>
193           <class>GtkMenu</class>
194           <name>help_menu</name>
195
196           <widget>
197             <class>GtkMenuItem</class>
198             <name>about_menu</name>
199             <tooltip>Display version information.</tooltip>
200             <signal>
201               <name>activate</name>
202               <handler>about_menu_cb</handler>
203               <last_modification_time>Mon, 08 Nov 1999 05:35:41 GMT</last_modification_time>
204             </signal>
205             <label>_About...</label>
206             <right_justify>False</right_justify>
207           </widget>
208
209           <widget>
210             <class>GtkMenuItem</class>
211             <name>doc_menu</name>
212             <tooltip>Go to the documentation on the XScreenSaver web page.</tooltip>
213             <signal>
214               <name>activate</name>
215               <handler>doc_menu_cb</handler>
216               <last_modification_time>Mon, 08 Nov 1999 04:58:51 GMT</last_modification_time>
217             </signal>
218             <label>_Documentation...</label>
219             <right_justify>False</right_justify>
220           </widget>
221         </widget>
222       </widget>
223     </widget>
224
225     <widget>
226       <class>GtkNotebook</class>
227       <name>notebook</name>
228       <can_focus>True</can_focus>
229       <show_tabs>True</show_tabs>
230       <show_border>True</show_border>
231       <tab_pos>GTK_POS_TOP</tab_pos>
232       <scrollable>False</scrollable>
233       <tab_hborder>2</tab_hborder>
234       <tab_vborder>2</tab_vborder>
235       <popup_enable>False</popup_enable>
236       <child>
237         <padding>0</padding>
238         <expand>True</expand>
239         <fill>True</fill>
240       </child>
241
242       <widget>
243         <class>GtkHBox</class>
244         <name>demos_hbox</name>
245         <homogeneous>False</homogeneous>
246         <spacing>5</spacing>
247
248         <widget>
249           <class>GtkVBox</class>
250           <name>list_vbox</name>
251           <border_width>10</border_width>
252           <homogeneous>False</homogeneous>
253           <spacing>5</spacing>
254           <child>
255             <padding>0</padding>
256             <expand>False</expand>
257             <fill>False</fill>
258           </child>
259
260           <widget>
261             <class>GtkScrolledWindow</class>
262             <name>scroller</name>
263             <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
264             <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
265             <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
266             <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
267             <child>
268               <padding>0</padding>
269               <expand>True</expand>
270               <fill>True</fill>
271             </child>
272
273             <widget>
274               <class>GtkViewport</class>
275               <name>viewport</name>
276               <border_width>1</border_width>
277               <shadow_type>GTK_SHADOW_IN</shadow_type>
278
279               <widget>
280                 <class>GtkList</class>
281                 <name>list</name>
282                 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
283               </widget>
284             </widget>
285           </widget>
286
287           <widget>
288             <class>GtkHBox</class>
289             <name>centering_hbox</name>
290             <homogeneous>True</homogeneous>
291             <spacing>0</spacing>
292             <child>
293               <padding>0</padding>
294               <expand>False</expand>
295               <fill>True</fill>
296             </child>
297
298             <widget>
299               <class>GtkHBox</class>
300               <name>next_prev_hbox</name>
301               <homogeneous>False</homogeneous>
302               <spacing>0</spacing>
303               <child>
304                 <padding>0</padding>
305                 <expand>False</expand>
306                 <fill>False</fill>
307               </child>
308
309               <widget>
310                 <class>GtkButton</class>
311                 <name>next</name>
312                 <tooltip>Run the next demo in this list in full-screen mode (click the mouse to return.)</tooltip>
313                 <can_default>True</can_default>
314                 <has_default>True</has_default>
315                 <can_focus>True</can_focus>
316                 <signal>
317                   <name>clicked</name>
318                   <handler>run_next_cb</handler>
319                   <last_modification_time>Mon, 08 Nov 1999 04:46:12 GMT</last_modification_time>
320                 </signal>
321                 <label>\/</label>
322                 <child>
323                   <padding>0</padding>
324                   <expand>False</expand>
325                   <fill>False</fill>
326                 </child>
327               </widget>
328
329               <widget>
330                 <class>GtkButton</class>
331                 <name>prev</name>
332                 <tooltip>Run the previous demo in this list in full-screen mode (click the mouse to return.)</tooltip>
333                 <can_default>True</can_default>
334                 <can_focus>True</can_focus>
335                 <signal>
336                   <name>clicked</name>
337                   <handler>run_prev_cb</handler>
338                   <last_modification_time>Wed, 10 Nov 1999 01:31:30 GMT</last_modification_time>
339                 </signal>
340                 <label>/\</label>
341                 <child>
342                   <padding>0</padding>
343                   <expand>False</expand>
344                   <fill>False</fill>
345                 </child>
346               </widget>
347             </widget>
348           </widget>
349         </widget>
350
351         <widget>
352           <class>GtkVBox</class>
353           <name>opts_vbox</name>
354           <border_width>10</border_width>
355           <homogeneous>False</homogeneous>
356           <spacing>0</spacing>
357           <child>
358             <padding>0</padding>
359             <expand>True</expand>
360             <fill>True</fill>
361           </child>
362
363           <widget>
364             <class>GtkFrame</class>
365             <name>frame</name>
366             <label_xalign>0</label_xalign>
367             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
368             <child>
369               <padding>0</padding>
370               <expand>True</expand>
371               <fill>True</fill>
372             </child>
373
374             <widget>
375               <class>GtkLabel</class>
376               <name>doc</name>
377               <label></label>
378               <justify>GTK_JUSTIFY_LEFT</justify>
379               <wrap>True</wrap>
380               <xalign>0</xalign>
381               <yalign>0</yalign>
382               <xpad>10</xpad>
383               <ypad>10</ypad>
384             </widget>
385           </widget>
386
387           <widget>
388             <class>GtkVBox</class>
389             <name>opts_vbox2</name>
390             <homogeneous>False</homogeneous>
391             <spacing>2</spacing>
392             <child>
393               <padding>0</padding>
394               <expand>False</expand>
395               <fill>True</fill>
396             </child>
397
398             <widget>
399               <class>GtkLabel</class>
400               <name>cmd_label</name>
401               <label>Command Line:</label>
402               <justify>GTK_JUSTIFY_LEFT</justify>
403               <wrap>False</wrap>
404               <xalign>0</xalign>
405               <yalign>1</yalign>
406               <xpad>0</xpad>
407               <ypad>2</ypad>
408               <child>
409                 <padding>0</padding>
410                 <expand>False</expand>
411                 <fill>False</fill>
412               </child>
413             </widget>
414
415             <widget>
416               <class>GtkEntry</class>
417               <name>cmd_text</name>
418               <can_focus>True</can_focus>
419               <editable>True</editable>
420               <text_visible>True</text_visible>
421               <text_max_length>0</text_max_length>
422               <text></text>
423               <child>
424                 <padding>0</padding>
425                 <expand>False</expand>
426                 <fill>True</fill>
427               </child>
428             </widget>
429
430             <widget>
431               <class>GtkHBox</class>
432               <name>opts_hbox3</name>
433               <border_width>4</border_width>
434               <homogeneous>False</homogeneous>
435               <spacing>0</spacing>
436               <child>
437                 <padding>4</padding>
438                 <expand>False</expand>
439                 <fill>True</fill>
440               </child>
441
442               <widget>
443                 <class>GtkCheckButton</class>
444                 <name>enabled</name>
445                 <can_focus>True</can_focus>
446                 <label>Enabled</label>
447                 <active>True</active>
448                 <draw_indicator>True</draw_indicator>
449                 <child>
450                   <padding>0</padding>
451                   <expand>False</expand>
452                   <fill>False</fill>
453                 </child>
454               </widget>
455
456               <widget>
457                 <class>GtkLabel</class>
458                 <name>visual</name>
459                 <label>Visual:</label>
460                 <justify>GTK_JUSTIFY_RIGHT</justify>
461                 <wrap>False</wrap>
462                 <xalign>1</xalign>
463                 <yalign>0.5</yalign>
464                 <xpad>10</xpad>
465                 <ypad>0</ypad>
466                 <child>
467                   <padding>0</padding>
468                   <expand>False</expand>
469                   <fill>False</fill>
470                 </child>
471               </widget>
472
473               <widget>
474                 <class>GtkCombo</class>
475                 <name>visual_combo</name>
476                 <value_in_list>False</value_in_list>
477                 <ok_if_empty>True</ok_if_empty>
478                 <case_sensitive>False</case_sensitive>
479                 <use_arrows>True</use_arrows>
480                 <use_arrows_always>False</use_arrows_always>
481                 <items>Any
482 Best
483 Default
484 Default-N
485 GL
486 TrueColor
487 PseudoColor
488 StaticGray
489 GrayScale
490 DirectColor
491 Color
492 Gray
493 Mono
494 </items>
495                 <child>
496                   <padding>0</padding>
497                   <expand>False</expand>
498                   <fill>False</fill>
499                 </child>
500
501                 <widget>
502                   <class>GtkEntry</class>
503                   <child_name>GtkCombo:entry</child_name>
504                   <name>combo-entry1</name>
505                   <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>
506                   <can_focus>True</can_focus>
507                   <editable>True</editable>
508                   <text_visible>True</text_visible>
509                   <text_max_length>0</text_max_length>
510                   <text>Any</text>
511                 </widget>
512               </widget>
513             </widget>
514           </widget>
515
516           <widget>
517             <class>GtkHSeparator</class>
518             <name>demo_hline</name>
519             <child>
520               <padding>5</padding>
521               <expand>False</expand>
522               <fill>False</fill>
523             </child>
524           </widget>
525
526           <widget>
527             <class>GtkHButtonBox</class>
528             <name>demo_manual_hbox</name>
529             <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
530             <spacing>30</spacing>
531             <child_min_width>85</child_min_width>
532             <child_min_height>27</child_min_height>
533             <child_ipad_x>7</child_ipad_x>
534             <child_ipad_y>0</child_ipad_y>
535             <child>
536               <padding>0</padding>
537               <expand>False</expand>
538               <fill>True</fill>
539             </child>
540
541             <widget>
542               <class>GtkButton</class>
543               <name>demo</name>
544               <tooltip>Run this one in full-screen mode (click the mouse to return.)</tooltip>
545               <can_default>True</can_default>
546               <can_focus>True</can_focus>
547               <signal>
548                 <name>clicked</name>
549                 <handler>run_this_cb</handler>
550                 <last_modification_time>Mon, 08 Nov 1999 04:46:40 GMT</last_modification_time>
551               </signal>
552               <label>Demo</label>
553             </widget>
554
555             <widget>
556               <class>GtkButton</class>
557               <name>manual</name>
558               <tooltip>Click here to read the manual for this display mode, if it has one.</tooltip>
559               <can_default>True</can_default>
560               <can_focus>True</can_focus>
561               <signal>
562                 <name>clicked</name>
563                 <handler>manual_cb</handler>
564                 <last_modification_time>Wed, 17 Nov 1999 09:43:37 GMT</last_modification_time>
565               </signal>
566               <label>Documentation...</label>
567             </widget>
568           </widget>
569         </widget>
570       </widget>
571
572       <widget>
573         <class>GtkLabel</class>
574         <child_name>Notebook:tab</child_name>
575         <name>demo_tab</name>
576         <label>Graphics Demos</label>
577         <justify>GTK_JUSTIFY_CENTER</justify>
578         <wrap>False</wrap>
579         <xalign>0.5</xalign>
580         <yalign>0.5</yalign>
581         <xpad>0</xpad>
582         <ypad>0</ypad>
583       </widget>
584
585       <widget>
586         <class>GtkVBox</class>
587         <name>prefs_hbox</name>
588         <homogeneous>False</homogeneous>
589         <spacing>0</spacing>
590
591         <widget>
592           <class>GtkFrame</class>
593           <name>prefs_frame</name>
594           <border_width>10</border_width>
595           <label_xalign>0</label_xalign>
596           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
597           <child>
598             <padding>0</padding>
599             <expand>True</expand>
600             <fill>True</fill>
601           </child>
602
603           <widget>
604             <class>GtkTable</class>
605             <name>prefs_table</name>
606             <border_width>10</border_width>
607             <rows>6</rows>
608             <columns>3</columns>
609             <homogeneous>False</homogeneous>
610             <row_spacing>2</row_spacing>
611             <column_spacing>10</column_spacing>
612
613             <widget>
614               <class>GtkEntry</class>
615               <name>timeout_text</name>
616               <tooltip>How long until the screensaver activates.</tooltip>
617               <can_focus>True</can_focus>
618               <editable>True</editable>
619               <text_visible>True</text_visible>
620               <text_max_length>8</text_max_length>
621               <text></text>
622               <child>
623                 <left_attach>1</left_attach>
624                 <right_attach>2</right_attach>
625                 <top_attach>0</top_attach>
626                 <bottom_attach>1</bottom_attach>
627                 <xpad>0</xpad>
628                 <ypad>0</ypad>
629                 <xexpand>False</xexpand>
630                 <yexpand>False</yexpand>
631                 <xshrink>False</xshrink>
632                 <yshrink>False</yshrink>
633                 <xfill>True</xfill>
634                 <yfill>False</yfill>
635               </child>
636             </widget>
637
638             <widget>
639               <class>GtkEntry</class>
640               <name>cycle_text</name>
641               <tooltip>How long each demo will be run before moving on to another.</tooltip>
642               <can_focus>True</can_focus>
643               <editable>True</editable>
644               <text_visible>True</text_visible>
645               <text_max_length>8</text_max_length>
646               <text></text>
647               <child>
648                 <left_attach>1</left_attach>
649                 <right_attach>2</right_attach>
650                 <top_attach>1</top_attach>
651                 <bottom_attach>2</bottom_attach>
652                 <xpad>0</xpad>
653                 <ypad>0</ypad>
654                 <xexpand>False</xexpand>
655                 <yexpand>False</yexpand>
656                 <xshrink>False</xshrink>
657                 <yshrink>False</yshrink>
658                 <xfill>True</xfill>
659                 <yfill>False</yfill>
660               </child>
661             </widget>
662
663             <widget>
664               <class>GtkEntry</class>
665               <name>fade_text</name>
666               <tooltip>How long (in seconds) it should take for the screen to fade to black (8-bit displays only.)</tooltip>
667               <can_focus>True</can_focus>
668               <editable>True</editable>
669               <text_visible>True</text_visible>
670               <text_max_length>8</text_max_length>
671               <text></text>
672               <child>
673                 <left_attach>1</left_attach>
674                 <right_attach>2</right_attach>
675                 <top_attach>2</top_attach>
676                 <bottom_attach>3</bottom_attach>
677                 <xpad>0</xpad>
678                 <ypad>0</ypad>
679                 <xexpand>False</xexpand>
680                 <yexpand>False</yexpand>
681                 <xshrink>False</xshrink>
682                 <yshrink>False</yshrink>
683                 <xfill>True</xfill>
684                 <yfill>False</yfill>
685               </child>
686             </widget>
687
688             <widget>
689               <class>GtkEntry</class>
690               <name>ticks_text</name>
691               <tooltip>How many steps are in the fade animation (8-bit displays only.)</tooltip>
692               <can_focus>True</can_focus>
693               <editable>True</editable>
694               <text_visible>True</text_visible>
695               <text_max_length>8</text_max_length>
696               <text></text>
697               <child>
698                 <left_attach>1</left_attach>
699                 <right_attach>2</right_attach>
700                 <top_attach>3</top_attach>
701                 <bottom_attach>4</bottom_attach>
702                 <xpad>0</xpad>
703                 <ypad>0</ypad>
704                 <xexpand>False</xexpand>
705                 <yexpand>False</yexpand>
706                 <xshrink>False</xshrink>
707                 <yshrink>False</yshrink>
708                 <xfill>True</xfill>
709                 <yfill>False</yfill>
710               </child>
711             </widget>
712
713             <widget>
714               <class>GtkEntry</class>
715               <name>lock_text</name>
716               <tooltip>How long after the screensaver has activated until a password will be required (if  `Require Password' is also set.)</tooltip>
717               <can_focus>True</can_focus>
718               <editable>True</editable>
719               <text_visible>True</text_visible>
720               <text_max_length>8</text_max_length>
721               <text></text>
722               <child>
723                 <left_attach>1</left_attach>
724                 <right_attach>2</right_attach>
725                 <top_attach>4</top_attach>
726                 <bottom_attach>5</bottom_attach>
727                 <xpad>0</xpad>
728                 <ypad>0</ypad>
729                 <xexpand>False</xexpand>
730                 <yexpand>False</yexpand>
731                 <xshrink>False</xshrink>
732                 <yshrink>False</yshrink>
733                 <xfill>True</xfill>
734                 <yfill>False</yfill>
735               </child>
736             </widget>
737
738             <widget>
739               <class>GtkEntry</class>
740               <name>pass_text</name>
741               <tooltip>How long the password dialog will wait.</tooltip>
742               <can_focus>True</can_focus>
743               <editable>True</editable>
744               <text_visible>True</text_visible>
745               <text_max_length>8</text_max_length>
746               <text></text>
747               <child>
748                 <left_attach>1</left_attach>
749                 <right_attach>2</right_attach>
750                 <top_attach>5</top_attach>
751                 <bottom_attach>6</bottom_attach>
752                 <xpad>0</xpad>
753                 <ypad>0</ypad>
754                 <xexpand>False</xexpand>
755                 <yexpand>False</yexpand>
756                 <xshrink>False</xshrink>
757                 <yshrink>False</yshrink>
758                 <xfill>True</xfill>
759                 <yfill>False</yfill>
760               </child>
761             </widget>
762
763             <widget>
764               <class>GtkLabel</class>
765               <name>timeout_label</name>
766               <label>Saver Timeout:</label>
767               <justify>GTK_JUSTIFY_RIGHT</justify>
768               <wrap>False</wrap>
769               <xalign>1</xalign>
770               <yalign>0.5</yalign>
771               <xpad>0</xpad>
772               <ypad>0</ypad>
773               <child>
774                 <left_attach>0</left_attach>
775                 <right_attach>1</right_attach>
776                 <top_attach>0</top_attach>
777                 <bottom_attach>1</bottom_attach>
778                 <xpad>0</xpad>
779                 <ypad>0</ypad>
780                 <xexpand>False</xexpand>
781                 <yexpand>False</yexpand>
782                 <xshrink>False</xshrink>
783                 <yshrink>False</yshrink>
784                 <xfill>True</xfill>
785                 <yfill>False</yfill>
786               </child>
787             </widget>
788
789             <widget>
790               <class>GtkLabel</class>
791               <name>cycle_label</name>
792               <label>Cycle Timeout:</label>
793               <justify>GTK_JUSTIFY_RIGHT</justify>
794               <wrap>False</wrap>
795               <xalign>1</xalign>
796               <yalign>0.5</yalign>
797               <xpad>0</xpad>
798               <ypad>0</ypad>
799               <child>
800                 <left_attach>0</left_attach>
801                 <right_attach>1</right_attach>
802                 <top_attach>1</top_attach>
803                 <bottom_attach>2</bottom_attach>
804                 <xpad>0</xpad>
805                 <ypad>0</ypad>
806                 <xexpand>False</xexpand>
807                 <yexpand>False</yexpand>
808                 <xshrink>False</xshrink>
809                 <yshrink>False</yshrink>
810                 <xfill>True</xfill>
811                 <yfill>False</yfill>
812               </child>
813             </widget>
814
815             <widget>
816               <class>GtkLabel</class>
817               <name>fade_label</name>
818               <label>Fade Duration:</label>
819               <justify>GTK_JUSTIFY_RIGHT</justify>
820               <wrap>False</wrap>
821               <xalign>1</xalign>
822               <yalign>0.5</yalign>
823               <xpad>0</xpad>
824               <ypad>0</ypad>
825               <child>
826                 <left_attach>0</left_attach>
827                 <right_attach>1</right_attach>
828                 <top_attach>2</top_attach>
829                 <bottom_attach>3</bottom_attach>
830                 <xpad>0</xpad>
831                 <ypad>0</ypad>
832                 <xexpand>False</xexpand>
833                 <yexpand>False</yexpand>
834                 <xshrink>False</xshrink>
835                 <yshrink>False</yshrink>
836                 <xfill>True</xfill>
837                 <yfill>False</yfill>
838               </child>
839             </widget>
840
841             <widget>
842               <class>GtkLabel</class>
843               <name>ticks_label</name>
844               <label>Fade Ticks:</label>
845               <justify>GTK_JUSTIFY_RIGHT</justify>
846               <wrap>False</wrap>
847               <xalign>1</xalign>
848               <yalign>0.5</yalign>
849               <xpad>0</xpad>
850               <ypad>0</ypad>
851               <child>
852                 <left_attach>0</left_attach>
853                 <right_attach>1</right_attach>
854                 <top_attach>3</top_attach>
855                 <bottom_attach>4</bottom_attach>
856                 <xpad>0</xpad>
857                 <ypad>0</ypad>
858                 <xexpand>False</xexpand>
859                 <yexpand>False</yexpand>
860                 <xshrink>False</xshrink>
861                 <yshrink>False</yshrink>
862                 <xfill>True</xfill>
863                 <yfill>False</yfill>
864               </child>
865             </widget>
866
867             <widget>
868               <class>GtkLabel</class>
869               <name>lock_label</name>
870               <label>Lock Timeout:</label>
871               <justify>GTK_JUSTIFY_RIGHT</justify>
872               <wrap>False</wrap>
873               <xalign>1</xalign>
874               <yalign>0.5</yalign>
875               <xpad>0</xpad>
876               <ypad>0</ypad>
877               <child>
878                 <left_attach>0</left_attach>
879                 <right_attach>1</right_attach>
880                 <top_attach>4</top_attach>
881                 <bottom_attach>5</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>False</yfill>
890               </child>
891             </widget>
892
893             <widget>
894               <class>GtkLabel</class>
895               <name>pass_label</name>
896               <label>Password Timeout:</label>
897               <justify>GTK_JUSTIFY_RIGHT</justify>
898               <wrap>False</wrap>
899               <xalign>1</xalign>
900               <yalign>0.5</yalign>
901               <xpad>0</xpad>
902               <ypad>0</ypad>
903               <child>
904                 <left_attach>0</left_attach>
905                 <right_attach>1</right_attach>
906                 <top_attach>5</top_attach>
907                 <bottom_attach>6</bottom_attach>
908                 <xpad>0</xpad>
909                 <ypad>0</ypad>
910                 <xexpand>False</xexpand>
911                 <yexpand>False</yexpand>
912                 <xshrink>False</xshrink>
913                 <yshrink>False</yshrink>
914                 <xfill>True</xfill>
915                 <yfill>False</yfill>
916               </child>
917             </widget>
918
919             <widget>
920               <class>GtkCheckButton</class>
921               <name>verbose_button</name>
922               <can_focus>True</can_focus>
923               <label>Verbose</label>
924               <active>False</active>
925               <draw_indicator>True</draw_indicator>
926               <child>
927                 <left_attach>2</left_attach>
928                 <right_attach>3</right_attach>
929                 <top_attach>0</top_attach>
930                 <bottom_attach>1</bottom_attach>
931                 <xpad>10</xpad>
932                 <ypad>0</ypad>
933                 <xexpand>False</xexpand>
934                 <yexpand>False</yexpand>
935                 <xshrink>False</xshrink>
936                 <yshrink>False</yshrink>
937                 <xfill>True</xfill>
938                 <yfill>False</yfill>
939               </child>
940             </widget>
941
942             <widget>
943               <class>GtkCheckButton</class>
944               <name>install_button</name>
945               <can_focus>True</can_focus>
946               <label>Install Colormap</label>
947               <active>False</active>
948               <draw_indicator>True</draw_indicator>
949               <child>
950                 <left_attach>2</left_attach>
951                 <right_attach>3</right_attach>
952                 <top_attach>1</top_attach>
953                 <bottom_attach>2</bottom_attach>
954                 <xpad>10</xpad>
955                 <ypad>0</ypad>
956                 <xexpand>False</xexpand>
957                 <yexpand>False</yexpand>
958                 <xshrink>False</xshrink>
959                 <yshrink>False</yshrink>
960                 <xfill>True</xfill>
961                 <yfill>False</yfill>
962               </child>
963             </widget>
964
965             <widget>
966               <class>GtkCheckButton</class>
967               <name>fade_button</name>
968               <can_focus>True</can_focus>
969               <label>Fade Colormap</label>
970               <active>False</active>
971               <draw_indicator>True</draw_indicator>
972               <child>
973                 <left_attach>2</left_attach>
974                 <right_attach>3</right_attach>
975                 <top_attach>2</top_attach>
976                 <bottom_attach>3</bottom_attach>
977                 <xpad>10</xpad>
978                 <ypad>0</ypad>
979                 <xexpand>False</xexpand>
980                 <yexpand>False</yexpand>
981                 <xshrink>False</xshrink>
982                 <yshrink>False</yshrink>
983                 <xfill>True</xfill>
984                 <yfill>False</yfill>
985               </child>
986             </widget>
987
988             <widget>
989               <class>GtkCheckButton</class>
990               <name>unfade_button</name>
991               <can_focus>True</can_focus>
992               <label>Unfade Colormap</label>
993               <active>False</active>
994               <draw_indicator>True</draw_indicator>
995               <child>
996                 <left_attach>2</left_attach>
997                 <right_attach>3</right_attach>
998                 <top_attach>3</top_attach>
999                 <bottom_attach>4</bottom_attach>
1000                 <xpad>10</xpad>
1001                 <ypad>0</ypad>
1002                 <xexpand>False</xexpand>
1003                 <yexpand>False</yexpand>
1004                 <xshrink>False</xshrink>
1005                 <yshrink>False</yshrink>
1006                 <xfill>True</xfill>
1007                 <yfill>False</yfill>
1008               </child>
1009             </widget>
1010
1011             <widget>
1012               <class>GtkCheckButton</class>
1013               <name>lock_button</name>
1014               <can_focus>True</can_focus>
1015               <label>Require Password</label>
1016               <active>False</active>
1017               <draw_indicator>True</draw_indicator>
1018               <child>
1019                 <left_attach>2</left_attach>
1020                 <right_attach>3</right_attach>
1021                 <top_attach>4</top_attach>
1022                 <bottom_attach>5</bottom_attach>
1023                 <xpad>10</xpad>
1024                 <ypad>0</ypad>
1025                 <xexpand>False</xexpand>
1026                 <yexpand>False</yexpand>
1027                 <xshrink>False</xshrink>
1028                 <yshrink>False</yshrink>
1029                 <xfill>True</xfill>
1030                 <yfill>False</yfill>
1031               </child>
1032             </widget>
1033           </widget>
1034         </widget>
1035
1036         <widget>
1037           <class>GtkHButtonBox</class>
1038           <name>hbuttonbox3</name>
1039           <border_width>10</border_width>
1040           <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1041           <spacing>30</spacing>
1042           <child_min_width>85</child_min_width>
1043           <child_min_height>27</child_min_height>
1044           <child_ipad_x>7</child_ipad_x>
1045           <child_ipad_y>0</child_ipad_y>
1046           <child>
1047             <padding>0</padding>
1048             <expand>False</expand>
1049             <fill>False</fill>
1050           </child>
1051
1052           <widget>
1053             <class>GtkButton</class>
1054             <name>prefs_ok</name>
1055             <can_default>True</can_default>
1056             <can_focus>True</can_focus>
1057             <signal>
1058               <name>clicked</name>
1059               <handler>prefs_ok_cb</handler>
1060               <last_modification_time>Mon, 08 Nov 1999 04:39:18 GMT</last_modification_time>
1061             </signal>
1062             <label>OK</label>
1063           </widget>
1064
1065           <widget>
1066             <class>GtkButton</class>
1067             <name>prefs_cancel</name>
1068             <can_default>True</can_default>
1069             <can_focus>True</can_focus>
1070             <signal>
1071               <name>clicked</name>
1072               <handler>prefs_cancel_cb</handler>
1073               <last_modification_time>Mon, 08 Nov 1999 04:39:33 GMT</last_modification_time>
1074             </signal>
1075             <label>Cancel</label>
1076           </widget>
1077         </widget>
1078       </widget>
1079
1080       <widget>
1081         <class>GtkLabel</class>
1082         <child_name>Notebook:tab</child_name>
1083         <name>prefs_tab</name>
1084         <label>Screensaver Options</label>
1085         <justify>GTK_JUSTIFY_CENTER</justify>
1086         <wrap>False</wrap>
1087         <xalign>0.5</xalign>
1088         <yalign>0.5</yalign>
1089         <xpad>0</xpad>
1090         <ypad>0</ypad>
1091       </widget>
1092     </widget>
1093   </widget>
1094 </widget>
1095
1096 </GTK-Interface>