http://ftp.x.org/contrib/applications/xscreensaver-3.24.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                 <label>Enabled</label>
449                 <active>True</active>
450                 <draw_indicator>True</draw_indicator>
451                 <child>
452                   <padding>0</padding>
453                   <expand>False</expand>
454                   <fill>False</fill>
455                 </child>
456               </widget>
457
458               <widget>
459                 <class>GtkLabel</class>
460                 <name>visual</name>
461                 <label>Visual:</label>
462                 <justify>GTK_JUSTIFY_RIGHT</justify>
463                 <wrap>False</wrap>
464                 <xalign>1</xalign>
465                 <yalign>0.5</yalign>
466                 <xpad>10</xpad>
467                 <ypad>0</ypad>
468                 <child>
469                   <padding>0</padding>
470                   <expand>False</expand>
471                   <fill>False</fill>
472                 </child>
473               </widget>
474
475               <widget>
476                 <class>GtkCombo</class>
477                 <name>visual_combo</name>
478                 <value_in_list>False</value_in_list>
479                 <ok_if_empty>True</ok_if_empty>
480                 <case_sensitive>False</case_sensitive>
481                 <use_arrows>True</use_arrows>
482                 <use_arrows_always>False</use_arrows_always>
483                 <items>Any
484 Best
485 Default
486 Default-N
487 GL
488 TrueColor
489 PseudoColor
490 StaticGray
491 GrayScale
492 DirectColor
493 Color
494 Gray
495 Mono
496 </items>
497                 <child>
498                   <padding>0</padding>
499                   <expand>False</expand>
500                   <fill>False</fill>
501                 </child>
502
503                 <widget>
504                   <class>GtkEntry</class>
505                   <child_name>GtkCombo:entry</child_name>
506                   <name>combo-entry1</name>
507                   <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>
508                   <can_focus>True</can_focus>
509                   <editable>True</editable>
510                   <text_visible>True</text_visible>
511                   <text_max_length>0</text_max_length>
512                   <text>Any</text>
513                 </widget>
514               </widget>
515             </widget>
516           </widget>
517
518           <widget>
519             <class>GtkHSeparator</class>
520             <name>demo_hline</name>
521             <child>
522               <padding>5</padding>
523               <expand>False</expand>
524               <fill>False</fill>
525             </child>
526           </widget>
527
528           <widget>
529             <class>GtkHButtonBox</class>
530             <name>demo_manual_hbox</name>
531             <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
532             <spacing>30</spacing>
533             <child_min_width>85</child_min_width>
534             <child_min_height>27</child_min_height>
535             <child_ipad_x>7</child_ipad_x>
536             <child_ipad_y>0</child_ipad_y>
537             <child>
538               <padding>0</padding>
539               <expand>False</expand>
540               <fill>True</fill>
541             </child>
542
543             <widget>
544               <class>GtkButton</class>
545               <name>demo</name>
546               <tooltip>Run this one in full-screen mode (click the mouse to return.)</tooltip>
547               <can_default>True</can_default>
548               <can_focus>True</can_focus>
549               <signal>
550                 <name>clicked</name>
551                 <handler>run_this_cb</handler>
552                 <last_modification_time>Mon, 08 Nov 1999 04:46:40 GMT</last_modification_time>
553               </signal>
554               <label>Demo</label>
555             </widget>
556
557             <widget>
558               <class>GtkButton</class>
559               <name>manual</name>
560               <tooltip>Click here to read the manual for this display mode, if it has one.</tooltip>
561               <can_default>True</can_default>
562               <can_focus>True</can_focus>
563               <signal>
564                 <name>clicked</name>
565                 <handler>manual_cb</handler>
566                 <last_modification_time>Wed, 17 Nov 1999 09:43:37 GMT</last_modification_time>
567               </signal>
568               <label>Documentation...</label>
569             </widget>
570           </widget>
571         </widget>
572       </widget>
573
574       <widget>
575         <class>GtkLabel</class>
576         <child_name>Notebook:tab</child_name>
577         <name>demo_tab</name>
578         <label>Graphics Demos</label>
579         <justify>GTK_JUSTIFY_CENTER</justify>
580         <wrap>False</wrap>
581         <xalign>0.5</xalign>
582         <yalign>0.5</yalign>
583         <xpad>0</xpad>
584         <ypad>0</ypad>
585       </widget>
586
587       <widget>
588         <class>GtkVBox</class>
589         <name>prefs_hbox</name>
590         <homogeneous>False</homogeneous>
591         <spacing>0</spacing>
592
593         <widget>
594           <class>GtkFrame</class>
595           <name>prefs_frame</name>
596           <border_width>10</border_width>
597           <label_xalign>0</label_xalign>
598           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
599           <child>
600             <padding>0</padding>
601             <expand>True</expand>
602             <fill>True</fill>
603           </child>
604
605           <widget>
606             <class>GtkTable</class>
607             <name>prefs_table</name>
608             <border_width>10</border_width>
609             <rows>6</rows>
610             <columns>3</columns>
611             <homogeneous>False</homogeneous>
612             <row_spacing>2</row_spacing>
613             <column_spacing>10</column_spacing>
614
615             <widget>
616               <class>GtkEntry</class>
617               <name>timeout_text</name>
618               <tooltip>How long until the screensaver activates.</tooltip>
619               <can_focus>True</can_focus>
620               <signal>
621                 <name>activate</name>
622                 <handler>pref_changed_cb</handler>
623                 <last_modification_time>Mon, 03 Apr 2000 02:28:10 GMT</last_modification_time>
624               </signal>
625               <signal>
626                 <name>focus_out_event</name>
627                 <handler>pref_changed_cb</handler>
628                 <last_modification_time>Mon, 03 Apr 2000 02:34:26 GMT</last_modification_time>
629               </signal>
630               <editable>True</editable>
631               <text_visible>True</text_visible>
632               <text_max_length>8</text_max_length>
633               <text></text>
634               <child>
635                 <left_attach>1</left_attach>
636                 <right_attach>2</right_attach>
637                 <top_attach>0</top_attach>
638                 <bottom_attach>1</bottom_attach>
639                 <xpad>0</xpad>
640                 <ypad>0</ypad>
641                 <xexpand>False</xexpand>
642                 <yexpand>False</yexpand>
643                 <xshrink>False</xshrink>
644                 <yshrink>False</yshrink>
645                 <xfill>True</xfill>
646                 <yfill>False</yfill>
647               </child>
648             </widget>
649
650             <widget>
651               <class>GtkEntry</class>
652               <name>cycle_text</name>
653               <tooltip>How long each demo will be run before moving on to another.</tooltip>
654               <can_focus>True</can_focus>
655               <signal>
656                 <name>activate</name>
657                 <handler>pref_changed_cb</handler>
658                 <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
659               </signal>
660               <signal>
661                 <name>focus_out_event</name>
662                 <handler>pref_changed_cb</handler>
663                 <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
664               </signal>
665               <editable>True</editable>
666               <text_visible>True</text_visible>
667               <text_max_length>8</text_max_length>
668               <text></text>
669               <child>
670                 <left_attach>1</left_attach>
671                 <right_attach>2</right_attach>
672                 <top_attach>1</top_attach>
673                 <bottom_attach>2</bottom_attach>
674                 <xpad>0</xpad>
675                 <ypad>0</ypad>
676                 <xexpand>False</xexpand>
677                 <yexpand>False</yexpand>
678                 <xshrink>False</xshrink>
679                 <yshrink>False</yshrink>
680                 <xfill>True</xfill>
681                 <yfill>False</yfill>
682               </child>
683             </widget>
684
685             <widget>
686               <class>GtkEntry</class>
687               <name>fade_text</name>
688               <tooltip>How long (in seconds) it should take for the screen to fade to black (8-bit displays only.)</tooltip>
689               <can_focus>True</can_focus>
690               <signal>
691                 <name>activate</name>
692                 <handler>pref_changed_cb</handler>
693                 <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
694               </signal>
695               <signal>
696                 <name>focus_out_event</name>
697                 <handler>pref_changed_cb</handler>
698                 <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
699               </signal>
700               <editable>True</editable>
701               <text_visible>True</text_visible>
702               <text_max_length>8</text_max_length>
703               <text></text>
704               <child>
705                 <left_attach>1</left_attach>
706                 <right_attach>2</right_attach>
707                 <top_attach>2</top_attach>
708                 <bottom_attach>3</bottom_attach>
709                 <xpad>0</xpad>
710                 <ypad>0</ypad>
711                 <xexpand>False</xexpand>
712                 <yexpand>False</yexpand>
713                 <xshrink>False</xshrink>
714                 <yshrink>False</yshrink>
715                 <xfill>True</xfill>
716                 <yfill>False</yfill>
717               </child>
718             </widget>
719
720             <widget>
721               <class>GtkEntry</class>
722               <name>ticks_text</name>
723               <tooltip>How many steps are in the fade animation (8-bit displays only.)</tooltip>
724               <can_focus>True</can_focus>
725               <signal>
726                 <name>activate</name>
727                 <handler>pref_changed_cb</handler>
728                 <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
729               </signal>
730               <signal>
731                 <name>focus_out_event</name>
732                 <handler>pref_changed_cb</handler>
733                 <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
734               </signal>
735               <editable>True</editable>
736               <text_visible>True</text_visible>
737               <text_max_length>8</text_max_length>
738               <text></text>
739               <child>
740                 <left_attach>1</left_attach>
741                 <right_attach>2</right_attach>
742                 <top_attach>3</top_attach>
743                 <bottom_attach>4</bottom_attach>
744                 <xpad>0</xpad>
745                 <ypad>0</ypad>
746                 <xexpand>False</xexpand>
747                 <yexpand>False</yexpand>
748                 <xshrink>False</xshrink>
749                 <yshrink>False</yshrink>
750                 <xfill>True</xfill>
751                 <yfill>False</yfill>
752               </child>
753             </widget>
754
755             <widget>
756               <class>GtkEntry</class>
757               <name>lock_text</name>
758               <tooltip>How long after the screensaver has activated until a password will be required (if  `Require Password' is also set.)</tooltip>
759               <can_focus>True</can_focus>
760               <signal>
761                 <name>activate</name>
762                 <handler>pref_changed_cb</handler>
763                 <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
764               </signal>
765               <signal>
766                 <name>focus_out_event</name>
767                 <handler>pref_changed_cb</handler>
768                 <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
769               </signal>
770               <editable>True</editable>
771               <text_visible>True</text_visible>
772               <text_max_length>8</text_max_length>
773               <text></text>
774               <child>
775                 <left_attach>1</left_attach>
776                 <right_attach>2</right_attach>
777                 <top_attach>4</top_attach>
778                 <bottom_attach>5</bottom_attach>
779                 <xpad>0</xpad>
780                 <ypad>0</ypad>
781                 <xexpand>False</xexpand>
782                 <yexpand>False</yexpand>
783                 <xshrink>False</xshrink>
784                 <yshrink>False</yshrink>
785                 <xfill>True</xfill>
786                 <yfill>False</yfill>
787               </child>
788             </widget>
789
790             <widget>
791               <class>GtkEntry</class>
792               <name>pass_text</name>
793               <tooltip>How long the password dialog will wait.</tooltip>
794               <can_focus>True</can_focus>
795               <signal>
796                 <name>activate</name>
797                 <handler>pref_changed_cb</handler>
798                 <last_modification_time>Mon, 03 Apr 2000 02:29:08 GMT</last_modification_time>
799               </signal>
800               <signal>
801                 <name>focus_out_event</name>
802                 <handler>pref_changed_cb</handler>
803                 <last_modification_time>Mon, 03 Apr 2000 02:35:58 GMT</last_modification_time>
804               </signal>
805               <editable>True</editable>
806               <text_visible>True</text_visible>
807               <text_max_length>8</text_max_length>
808               <text></text>
809               <child>
810                 <left_attach>1</left_attach>
811                 <right_attach>2</right_attach>
812                 <top_attach>5</top_attach>
813                 <bottom_attach>6</bottom_attach>
814                 <xpad>0</xpad>
815                 <ypad>0</ypad>
816                 <xexpand>False</xexpand>
817                 <yexpand>False</yexpand>
818                 <xshrink>False</xshrink>
819                 <yshrink>False</yshrink>
820                 <xfill>True</xfill>
821                 <yfill>False</yfill>
822               </child>
823             </widget>
824
825             <widget>
826               <class>GtkLabel</class>
827               <name>timeout_label</name>
828               <label>Saver Timeout:</label>
829               <justify>GTK_JUSTIFY_RIGHT</justify>
830               <wrap>False</wrap>
831               <xalign>1</xalign>
832               <yalign>0.5</yalign>
833               <xpad>0</xpad>
834               <ypad>0</ypad>
835               <child>
836                 <left_attach>0</left_attach>
837                 <right_attach>1</right_attach>
838                 <top_attach>0</top_attach>
839                 <bottom_attach>1</bottom_attach>
840                 <xpad>0</xpad>
841                 <ypad>0</ypad>
842                 <xexpand>False</xexpand>
843                 <yexpand>False</yexpand>
844                 <xshrink>False</xshrink>
845                 <yshrink>False</yshrink>
846                 <xfill>True</xfill>
847                 <yfill>False</yfill>
848               </child>
849             </widget>
850
851             <widget>
852               <class>GtkLabel</class>
853               <name>cycle_label</name>
854               <label>Cycle Timeout:</label>
855               <justify>GTK_JUSTIFY_RIGHT</justify>
856               <wrap>False</wrap>
857               <xalign>1</xalign>
858               <yalign>0.5</yalign>
859               <xpad>0</xpad>
860               <ypad>0</ypad>
861               <child>
862                 <left_attach>0</left_attach>
863                 <right_attach>1</right_attach>
864                 <top_attach>1</top_attach>
865                 <bottom_attach>2</bottom_attach>
866                 <xpad>0</xpad>
867                 <ypad>0</ypad>
868                 <xexpand>False</xexpand>
869                 <yexpand>False</yexpand>
870                 <xshrink>False</xshrink>
871                 <yshrink>False</yshrink>
872                 <xfill>True</xfill>
873                 <yfill>False</yfill>
874               </child>
875             </widget>
876
877             <widget>
878               <class>GtkLabel</class>
879               <name>fade_label</name>
880               <label>Fade Duration:</label>
881               <justify>GTK_JUSTIFY_RIGHT</justify>
882               <wrap>False</wrap>
883               <xalign>1</xalign>
884               <yalign>0.5</yalign>
885               <xpad>0</xpad>
886               <ypad>0</ypad>
887               <child>
888                 <left_attach>0</left_attach>
889                 <right_attach>1</right_attach>
890                 <top_attach>2</top_attach>
891                 <bottom_attach>3</bottom_attach>
892                 <xpad>0</xpad>
893                 <ypad>0</ypad>
894                 <xexpand>False</xexpand>
895                 <yexpand>False</yexpand>
896                 <xshrink>False</xshrink>
897                 <yshrink>False</yshrink>
898                 <xfill>True</xfill>
899                 <yfill>False</yfill>
900               </child>
901             </widget>
902
903             <widget>
904               <class>GtkLabel</class>
905               <name>ticks_label</name>
906               <label>Fade Ticks:</label>
907               <justify>GTK_JUSTIFY_RIGHT</justify>
908               <wrap>False</wrap>
909               <xalign>1</xalign>
910               <yalign>0.5</yalign>
911               <xpad>0</xpad>
912               <ypad>0</ypad>
913               <child>
914                 <left_attach>0</left_attach>
915                 <right_attach>1</right_attach>
916                 <top_attach>3</top_attach>
917                 <bottom_attach>4</bottom_attach>
918                 <xpad>0</xpad>
919                 <ypad>0</ypad>
920                 <xexpand>False</xexpand>
921                 <yexpand>False</yexpand>
922                 <xshrink>False</xshrink>
923                 <yshrink>False</yshrink>
924                 <xfill>True</xfill>
925                 <yfill>False</yfill>
926               </child>
927             </widget>
928
929             <widget>
930               <class>GtkLabel</class>
931               <name>lock_label</name>
932               <label>Lock Timeout:</label>
933               <justify>GTK_JUSTIFY_RIGHT</justify>
934               <wrap>False</wrap>
935               <xalign>1</xalign>
936               <yalign>0.5</yalign>
937               <xpad>0</xpad>
938               <ypad>0</ypad>
939               <child>
940                 <left_attach>0</left_attach>
941                 <right_attach>1</right_attach>
942                 <top_attach>4</top_attach>
943                 <bottom_attach>5</bottom_attach>
944                 <xpad>0</xpad>
945                 <ypad>0</ypad>
946                 <xexpand>False</xexpand>
947                 <yexpand>False</yexpand>
948                 <xshrink>False</xshrink>
949                 <yshrink>False</yshrink>
950                 <xfill>True</xfill>
951                 <yfill>False</yfill>
952               </child>
953             </widget>
954
955             <widget>
956               <class>GtkLabel</class>
957               <name>pass_label</name>
958               <label>Password Timeout:</label>
959               <justify>GTK_JUSTIFY_RIGHT</justify>
960               <wrap>False</wrap>
961               <xalign>1</xalign>
962               <yalign>0.5</yalign>
963               <xpad>0</xpad>
964               <ypad>0</ypad>
965               <child>
966                 <left_attach>0</left_attach>
967                 <right_attach>1</right_attach>
968                 <top_attach>5</top_attach>
969                 <bottom_attach>6</bottom_attach>
970                 <xpad>0</xpad>
971                 <ypad>0</ypad>
972                 <xexpand>False</xexpand>
973                 <yexpand>False</yexpand>
974                 <xshrink>False</xshrink>
975                 <yshrink>False</yshrink>
976                 <xfill>True</xfill>
977                 <yfill>False</yfill>
978               </child>
979             </widget>
980
981             <widget>
982               <class>GtkCheckButton</class>
983               <name>verbose_button</name>
984               <can_focus>True</can_focus>
985               <signal>
986                 <name>toggled</name>
987                 <handler>pref_changed_cb</handler>
988                 <last_modification_time>Mon, 03 Apr 2000 02:31:53 GMT</last_modification_time>
989               </signal>
990               <label>Verbose</label>
991               <active>False</active>
992               <draw_indicator>True</draw_indicator>
993               <child>
994                 <left_attach>2</left_attach>
995                 <right_attach>3</right_attach>
996                 <top_attach>0</top_attach>
997                 <bottom_attach>1</bottom_attach>
998                 <xpad>10</xpad>
999                 <ypad>0</ypad>
1000                 <xexpand>False</xexpand>
1001                 <yexpand>False</yexpand>
1002                 <xshrink>False</xshrink>
1003                 <yshrink>False</yshrink>
1004                 <xfill>True</xfill>
1005                 <yfill>False</yfill>
1006               </child>
1007             </widget>
1008
1009             <widget>
1010               <class>GtkCheckButton</class>
1011               <name>install_button</name>
1012               <can_focus>True</can_focus>
1013               <signal>
1014                 <name>toggled</name>
1015                 <handler>pref_changed_cb</handler>
1016                 <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1017               </signal>
1018               <label>Install Colormap</label>
1019               <active>False</active>
1020               <draw_indicator>True</draw_indicator>
1021               <child>
1022                 <left_attach>2</left_attach>
1023                 <right_attach>3</right_attach>
1024                 <top_attach>1</top_attach>
1025                 <bottom_attach>2</bottom_attach>
1026                 <xpad>10</xpad>
1027                 <ypad>0</ypad>
1028                 <xexpand>False</xexpand>
1029                 <yexpand>False</yexpand>
1030                 <xshrink>False</xshrink>
1031                 <yshrink>False</yshrink>
1032                 <xfill>True</xfill>
1033                 <yfill>False</yfill>
1034               </child>
1035             </widget>
1036
1037             <widget>
1038               <class>GtkCheckButton</class>
1039               <name>fade_button</name>
1040               <can_focus>True</can_focus>
1041               <signal>
1042                 <name>toggled</name>
1043                 <handler>pref_changed_cb</handler>
1044                 <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1045               </signal>
1046               <label>Fade Colormap</label>
1047               <active>False</active>
1048               <draw_indicator>True</draw_indicator>
1049               <child>
1050                 <left_attach>2</left_attach>
1051                 <right_attach>3</right_attach>
1052                 <top_attach>2</top_attach>
1053                 <bottom_attach>3</bottom_attach>
1054                 <xpad>10</xpad>
1055                 <ypad>0</ypad>
1056                 <xexpand>False</xexpand>
1057                 <yexpand>False</yexpand>
1058                 <xshrink>False</xshrink>
1059                 <yshrink>False</yshrink>
1060                 <xfill>True</xfill>
1061                 <yfill>False</yfill>
1062               </child>
1063             </widget>
1064
1065             <widget>
1066               <class>GtkCheckButton</class>
1067               <name>unfade_button</name>
1068               <can_focus>True</can_focus>
1069               <signal>
1070                 <name>toggled</name>
1071                 <handler>pref_changed_cb</handler>
1072                 <last_modification_time>Mon, 03 Apr 2000 02:32:51 GMT</last_modification_time>
1073               </signal>
1074               <label>Unfade Colormap</label>
1075               <active>False</active>
1076               <draw_indicator>True</draw_indicator>
1077               <child>
1078                 <left_attach>2</left_attach>
1079                 <right_attach>3</right_attach>
1080                 <top_attach>3</top_attach>
1081                 <bottom_attach>4</bottom_attach>
1082                 <xpad>10</xpad>
1083                 <ypad>0</ypad>
1084                 <xexpand>False</xexpand>
1085                 <yexpand>False</yexpand>
1086                 <xshrink>False</xshrink>
1087                 <yshrink>False</yshrink>
1088                 <xfill>True</xfill>
1089                 <yfill>False</yfill>
1090               </child>
1091             </widget>
1092
1093             <widget>
1094               <class>GtkCheckButton</class>
1095               <name>lock_button</name>
1096               <can_focus>True</can_focus>
1097               <signal>
1098                 <name>toggled</name>
1099                 <handler>pref_changed_cb</handler>
1100                 <last_modification_time>Mon, 03 Apr 2000 02:33:01 GMT</last_modification_time>
1101               </signal>
1102               <label>Require Password</label>
1103               <active>False</active>
1104               <draw_indicator>True</draw_indicator>
1105               <child>
1106                 <left_attach>2</left_attach>
1107                 <right_attach>3</right_attach>
1108                 <top_attach>4</top_attach>
1109                 <bottom_attach>5</bottom_attach>
1110                 <xpad>10</xpad>
1111                 <ypad>0</ypad>
1112                 <xexpand>False</xexpand>
1113                 <yexpand>False</yexpand>
1114                 <xshrink>False</xshrink>
1115                 <yshrink>False</yshrink>
1116                 <xfill>True</xfill>
1117                 <yfill>False</yfill>
1118               </child>
1119             </widget>
1120           </widget>
1121         </widget>
1122       </widget>
1123
1124       <widget>
1125         <class>GtkLabel</class>
1126         <child_name>Notebook:tab</child_name>
1127         <name>prefs_tab</name>
1128         <label>Screensaver Options</label>
1129         <justify>GTK_JUSTIFY_CENTER</justify>
1130         <wrap>False</wrap>
1131         <xalign>0.5</xalign>
1132         <yalign>0.5</yalign>
1133         <xpad>0</xpad>
1134         <ypad>0</ypad>
1135       </widget>
1136     </widget>
1137   </widget>
1138 </widget>
1139
1140 </GTK-Interface>