http://ftp.x.org/contrib/applications/xscreensaver-3.20.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_cancel_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>Make any changes to this demo's parameters permanent, and run it 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>apply</name>
558               <tooltip>Make any changes to this demo's parameters permanent.</tooltip>
559               <can_default>True</can_default>
560               <can_focus>True</can_focus>
561               <signal>
562                 <name>clicked</name>
563                 <handler>apply_this_cb</handler>
564                 <last_modification_time>Mon, 08 Nov 1999 04:46:59 GMT</last_modification_time>
565               </signal>
566               <label>Apply</label>
567             </widget>
568
569             <widget>
570               <class>GtkButton</class>
571               <name>cancel</name>
572               <tooltip>Discard any changes you have made to this demo's parameters.</tooltip>
573               <can_default>True</can_default>
574               <can_focus>True</can_focus>
575               <signal>
576                 <name>clicked</name>
577                 <handler>cancel_this_cb</handler>
578                 <last_modification_time>Mon, 08 Nov 1999 04:47:15 GMT</last_modification_time>
579               </signal>
580               <label>Cancel</label>
581             </widget>
582           </widget>
583         </widget>
584       </widget>
585
586       <widget>
587         <class>GtkLabel</class>
588         <child_name>Notebook:tab</child_name>
589         <name>demo_tab</name>
590         <label>Graphics Demos</label>
591         <justify>GTK_JUSTIFY_CENTER</justify>
592         <wrap>False</wrap>
593         <xalign>0.5</xalign>
594         <yalign>0.5</yalign>
595         <xpad>0</xpad>
596         <ypad>0</ypad>
597       </widget>
598
599       <widget>
600         <class>GtkVBox</class>
601         <name>prefs_hbox</name>
602         <homogeneous>False</homogeneous>
603         <spacing>0</spacing>
604
605         <widget>
606           <class>GtkFrame</class>
607           <name>prefs_frame</name>
608           <border_width>10</border_width>
609           <label_xalign>0</label_xalign>
610           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
611           <child>
612             <padding>0</padding>
613             <expand>True</expand>
614             <fill>True</fill>
615           </child>
616
617           <widget>
618             <class>GtkTable</class>
619             <name>prefs_table</name>
620             <border_width>10</border_width>
621             <rows>6</rows>
622             <columns>3</columns>
623             <homogeneous>False</homogeneous>
624             <row_spacing>2</row_spacing>
625             <column_spacing>10</column_spacing>
626
627             <widget>
628               <class>GtkEntry</class>
629               <name>timeout_text</name>
630               <tooltip>How long until the screensaver activates.</tooltip>
631               <can_focus>True</can_focus>
632               <editable>True</editable>
633               <text_visible>True</text_visible>
634               <text_max_length>8</text_max_length>
635               <text></text>
636               <child>
637                 <left_attach>1</left_attach>
638                 <right_attach>2</right_attach>
639                 <top_attach>0</top_attach>
640                 <bottom_attach>1</bottom_attach>
641                 <xpad>0</xpad>
642                 <ypad>0</ypad>
643                 <xexpand>False</xexpand>
644                 <yexpand>False</yexpand>
645                 <xshrink>False</xshrink>
646                 <yshrink>False</yshrink>
647                 <xfill>True</xfill>
648                 <yfill>False</yfill>
649               </child>
650             </widget>
651
652             <widget>
653               <class>GtkEntry</class>
654               <name>cycle_text</name>
655               <tooltip>How long each demo will be run before moving on to another.</tooltip>
656               <can_focus>True</can_focus>
657               <editable>True</editable>
658               <text_visible>True</text_visible>
659               <text_max_length>8</text_max_length>
660               <text></text>
661               <child>
662                 <left_attach>1</left_attach>
663                 <right_attach>2</right_attach>
664                 <top_attach>1</top_attach>
665                 <bottom_attach>2</bottom_attach>
666                 <xpad>0</xpad>
667                 <ypad>0</ypad>
668                 <xexpand>False</xexpand>
669                 <yexpand>False</yexpand>
670                 <xshrink>False</xshrink>
671                 <yshrink>False</yshrink>
672                 <xfill>True</xfill>
673                 <yfill>False</yfill>
674               </child>
675             </widget>
676
677             <widget>
678               <class>GtkEntry</class>
679               <name>fade_text</name>
680               <tooltip>How long (in seconds) it should take for the screen to fade to black (8-bit displays only.)</tooltip>
681               <can_focus>True</can_focus>
682               <editable>True</editable>
683               <text_visible>True</text_visible>
684               <text_max_length>8</text_max_length>
685               <text></text>
686               <child>
687                 <left_attach>1</left_attach>
688                 <right_attach>2</right_attach>
689                 <top_attach>2</top_attach>
690                 <bottom_attach>3</bottom_attach>
691                 <xpad>0</xpad>
692                 <ypad>0</ypad>
693                 <xexpand>False</xexpand>
694                 <yexpand>False</yexpand>
695                 <xshrink>False</xshrink>
696                 <yshrink>False</yshrink>
697                 <xfill>True</xfill>
698                 <yfill>False</yfill>
699               </child>
700             </widget>
701
702             <widget>
703               <class>GtkEntry</class>
704               <name>ticks_text</name>
705               <tooltip>How many steps are in the fade animation (8-bit displays only.)</tooltip>
706               <can_focus>True</can_focus>
707               <editable>True</editable>
708               <text_visible>True</text_visible>
709               <text_max_length>8</text_max_length>
710               <text></text>
711               <child>
712                 <left_attach>1</left_attach>
713                 <right_attach>2</right_attach>
714                 <top_attach>3</top_attach>
715                 <bottom_attach>4</bottom_attach>
716                 <xpad>0</xpad>
717                 <ypad>0</ypad>
718                 <xexpand>False</xexpand>
719                 <yexpand>False</yexpand>
720                 <xshrink>False</xshrink>
721                 <yshrink>False</yshrink>
722                 <xfill>True</xfill>
723                 <yfill>False</yfill>
724               </child>
725             </widget>
726
727             <widget>
728               <class>GtkEntry</class>
729               <name>lock_text</name>
730               <tooltip>How long after the screensaver has activated until a password will be required (if  `Require Password' is also set.)</tooltip>
731               <can_focus>True</can_focus>
732               <editable>True</editable>
733               <text_visible>True</text_visible>
734               <text_max_length>8</text_max_length>
735               <text></text>
736               <child>
737                 <left_attach>1</left_attach>
738                 <right_attach>2</right_attach>
739                 <top_attach>4</top_attach>
740                 <bottom_attach>5</bottom_attach>
741                 <xpad>0</xpad>
742                 <ypad>0</ypad>
743                 <xexpand>False</xexpand>
744                 <yexpand>False</yexpand>
745                 <xshrink>False</xshrink>
746                 <yshrink>False</yshrink>
747                 <xfill>True</xfill>
748                 <yfill>False</yfill>
749               </child>
750             </widget>
751
752             <widget>
753               <class>GtkEntry</class>
754               <name>pass_text</name>
755               <tooltip>How long the password dialog will wait.</tooltip>
756               <can_focus>True</can_focus>
757               <editable>True</editable>
758               <text_visible>True</text_visible>
759               <text_max_length>8</text_max_length>
760               <text></text>
761               <child>
762                 <left_attach>1</left_attach>
763                 <right_attach>2</right_attach>
764                 <top_attach>5</top_attach>
765                 <bottom_attach>6</bottom_attach>
766                 <xpad>0</xpad>
767                 <ypad>0</ypad>
768                 <xexpand>False</xexpand>
769                 <yexpand>False</yexpand>
770                 <xshrink>False</xshrink>
771                 <yshrink>False</yshrink>
772                 <xfill>True</xfill>
773                 <yfill>False</yfill>
774               </child>
775             </widget>
776
777             <widget>
778               <class>GtkLabel</class>
779               <name>timeout_label</name>
780               <label>Saver Timeout:</label>
781               <justify>GTK_JUSTIFY_RIGHT</justify>
782               <wrap>False</wrap>
783               <xalign>1</xalign>
784               <yalign>0.5</yalign>
785               <xpad>0</xpad>
786               <ypad>0</ypad>
787               <child>
788                 <left_attach>0</left_attach>
789                 <right_attach>1</right_attach>
790                 <top_attach>0</top_attach>
791                 <bottom_attach>1</bottom_attach>
792                 <xpad>0</xpad>
793                 <ypad>0</ypad>
794                 <xexpand>False</xexpand>
795                 <yexpand>False</yexpand>
796                 <xshrink>False</xshrink>
797                 <yshrink>False</yshrink>
798                 <xfill>True</xfill>
799                 <yfill>False</yfill>
800               </child>
801             </widget>
802
803             <widget>
804               <class>GtkLabel</class>
805               <name>cycle_label</name>
806               <label>Cycle Timeout:</label>
807               <justify>GTK_JUSTIFY_RIGHT</justify>
808               <wrap>False</wrap>
809               <xalign>1</xalign>
810               <yalign>0.5</yalign>
811               <xpad>0</xpad>
812               <ypad>0</ypad>
813               <child>
814                 <left_attach>0</left_attach>
815                 <right_attach>1</right_attach>
816                 <top_attach>1</top_attach>
817                 <bottom_attach>2</bottom_attach>
818                 <xpad>0</xpad>
819                 <ypad>0</ypad>
820                 <xexpand>False</xexpand>
821                 <yexpand>False</yexpand>
822                 <xshrink>False</xshrink>
823                 <yshrink>False</yshrink>
824                 <xfill>True</xfill>
825                 <yfill>False</yfill>
826               </child>
827             </widget>
828
829             <widget>
830               <class>GtkLabel</class>
831               <name>fade_label</name>
832               <label>Fade Duration:</label>
833               <justify>GTK_JUSTIFY_RIGHT</justify>
834               <wrap>False</wrap>
835               <xalign>1</xalign>
836               <yalign>0.5</yalign>
837               <xpad>0</xpad>
838               <ypad>0</ypad>
839               <child>
840                 <left_attach>0</left_attach>
841                 <right_attach>1</right_attach>
842                 <top_attach>2</top_attach>
843                 <bottom_attach>3</bottom_attach>
844                 <xpad>0</xpad>
845                 <ypad>0</ypad>
846                 <xexpand>False</xexpand>
847                 <yexpand>False</yexpand>
848                 <xshrink>False</xshrink>
849                 <yshrink>False</yshrink>
850                 <xfill>True</xfill>
851                 <yfill>False</yfill>
852               </child>
853             </widget>
854
855             <widget>
856               <class>GtkLabel</class>
857               <name>ticks_label</name>
858               <label>Fade Ticks:</label>
859               <justify>GTK_JUSTIFY_RIGHT</justify>
860               <wrap>False</wrap>
861               <xalign>1</xalign>
862               <yalign>0.5</yalign>
863               <xpad>0</xpad>
864               <ypad>0</ypad>
865               <child>
866                 <left_attach>0</left_attach>
867                 <right_attach>1</right_attach>
868                 <top_attach>3</top_attach>
869                 <bottom_attach>4</bottom_attach>
870                 <xpad>0</xpad>
871                 <ypad>0</ypad>
872                 <xexpand>False</xexpand>
873                 <yexpand>False</yexpand>
874                 <xshrink>False</xshrink>
875                 <yshrink>False</yshrink>
876                 <xfill>True</xfill>
877                 <yfill>False</yfill>
878               </child>
879             </widget>
880
881             <widget>
882               <class>GtkLabel</class>
883               <name>lock_label</name>
884               <label>Lock Timeout:</label>
885               <justify>GTK_JUSTIFY_RIGHT</justify>
886               <wrap>False</wrap>
887               <xalign>1</xalign>
888               <yalign>0.5</yalign>
889               <xpad>0</xpad>
890               <ypad>0</ypad>
891               <child>
892                 <left_attach>0</left_attach>
893                 <right_attach>1</right_attach>
894                 <top_attach>4</top_attach>
895                 <bottom_attach>5</bottom_attach>
896                 <xpad>0</xpad>
897                 <ypad>0</ypad>
898                 <xexpand>False</xexpand>
899                 <yexpand>False</yexpand>
900                 <xshrink>False</xshrink>
901                 <yshrink>False</yshrink>
902                 <xfill>True</xfill>
903                 <yfill>False</yfill>
904               </child>
905             </widget>
906
907             <widget>
908               <class>GtkLabel</class>
909               <name>pass_label</name>
910               <label>Password Timeout:</label>
911               <justify>GTK_JUSTIFY_RIGHT</justify>
912               <wrap>False</wrap>
913               <xalign>1</xalign>
914               <yalign>0.5</yalign>
915               <xpad>0</xpad>
916               <ypad>0</ypad>
917               <child>
918                 <left_attach>0</left_attach>
919                 <right_attach>1</right_attach>
920                 <top_attach>5</top_attach>
921                 <bottom_attach>6</bottom_attach>
922                 <xpad>0</xpad>
923                 <ypad>0</ypad>
924                 <xexpand>False</xexpand>
925                 <yexpand>False</yexpand>
926                 <xshrink>False</xshrink>
927                 <yshrink>False</yshrink>
928                 <xfill>True</xfill>
929                 <yfill>False</yfill>
930               </child>
931             </widget>
932
933             <widget>
934               <class>GtkCheckButton</class>
935               <name>verbose_button</name>
936               <can_focus>True</can_focus>
937               <label>Verbose</label>
938               <active>False</active>
939               <draw_indicator>True</draw_indicator>
940               <child>
941                 <left_attach>2</left_attach>
942                 <right_attach>3</right_attach>
943                 <top_attach>0</top_attach>
944                 <bottom_attach>1</bottom_attach>
945                 <xpad>10</xpad>
946                 <ypad>0</ypad>
947                 <xexpand>False</xexpand>
948                 <yexpand>False</yexpand>
949                 <xshrink>False</xshrink>
950                 <yshrink>False</yshrink>
951                 <xfill>True</xfill>
952                 <yfill>False</yfill>
953               </child>
954             </widget>
955
956             <widget>
957               <class>GtkCheckButton</class>
958               <name>install_button</name>
959               <can_focus>True</can_focus>
960               <label>Install Colormap</label>
961               <active>False</active>
962               <draw_indicator>True</draw_indicator>
963               <child>
964                 <left_attach>2</left_attach>
965                 <right_attach>3</right_attach>
966                 <top_attach>1</top_attach>
967                 <bottom_attach>2</bottom_attach>
968                 <xpad>10</xpad>
969                 <ypad>0</ypad>
970                 <xexpand>False</xexpand>
971                 <yexpand>False</yexpand>
972                 <xshrink>False</xshrink>
973                 <yshrink>False</yshrink>
974                 <xfill>True</xfill>
975                 <yfill>False</yfill>
976               </child>
977             </widget>
978
979             <widget>
980               <class>GtkCheckButton</class>
981               <name>fade_button</name>
982               <can_focus>True</can_focus>
983               <label>Fade Colormap</label>
984               <active>False</active>
985               <draw_indicator>True</draw_indicator>
986               <child>
987                 <left_attach>2</left_attach>
988                 <right_attach>3</right_attach>
989                 <top_attach>2</top_attach>
990                 <bottom_attach>3</bottom_attach>
991                 <xpad>10</xpad>
992                 <ypad>0</ypad>
993                 <xexpand>False</xexpand>
994                 <yexpand>False</yexpand>
995                 <xshrink>False</xshrink>
996                 <yshrink>False</yshrink>
997                 <xfill>True</xfill>
998                 <yfill>False</yfill>
999               </child>
1000             </widget>
1001
1002             <widget>
1003               <class>GtkCheckButton</class>
1004               <name>unfade_button</name>
1005               <can_focus>True</can_focus>
1006               <label>Unfade Colormap</label>
1007               <active>False</active>
1008               <draw_indicator>True</draw_indicator>
1009               <child>
1010                 <left_attach>2</left_attach>
1011                 <right_attach>3</right_attach>
1012                 <top_attach>3</top_attach>
1013                 <bottom_attach>4</bottom_attach>
1014                 <xpad>10</xpad>
1015                 <ypad>0</ypad>
1016                 <xexpand>False</xexpand>
1017                 <yexpand>False</yexpand>
1018                 <xshrink>False</xshrink>
1019                 <yshrink>False</yshrink>
1020                 <xfill>True</xfill>
1021                 <yfill>False</yfill>
1022               </child>
1023             </widget>
1024
1025             <widget>
1026               <class>GtkCheckButton</class>
1027               <name>lock_button</name>
1028               <can_focus>True</can_focus>
1029               <label>Require Password</label>
1030               <active>False</active>
1031               <draw_indicator>True</draw_indicator>
1032               <child>
1033                 <left_attach>2</left_attach>
1034                 <right_attach>3</right_attach>
1035                 <top_attach>4</top_attach>
1036                 <bottom_attach>5</bottom_attach>
1037                 <xpad>10</xpad>
1038                 <ypad>0</ypad>
1039                 <xexpand>False</xexpand>
1040                 <yexpand>False</yexpand>
1041                 <xshrink>False</xshrink>
1042                 <yshrink>False</yshrink>
1043                 <xfill>True</xfill>
1044                 <yfill>False</yfill>
1045               </child>
1046             </widget>
1047           </widget>
1048         </widget>
1049
1050         <widget>
1051           <class>GtkHButtonBox</class>
1052           <name>hbuttonbox3</name>
1053           <border_width>10</border_width>
1054           <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
1055           <spacing>30</spacing>
1056           <child_min_width>85</child_min_width>
1057           <child_min_height>27</child_min_height>
1058           <child_ipad_x>7</child_ipad_x>
1059           <child_ipad_y>0</child_ipad_y>
1060           <child>
1061             <padding>0</padding>
1062             <expand>False</expand>
1063             <fill>False</fill>
1064           </child>
1065
1066           <widget>
1067             <class>GtkButton</class>
1068             <name>prefs_ok</name>
1069             <can_default>True</can_default>
1070             <can_focus>True</can_focus>
1071             <signal>
1072               <name>clicked</name>
1073               <handler>prefs_ok_cb</handler>
1074               <last_modification_time>Mon, 08 Nov 1999 04:39:18 GMT</last_modification_time>
1075             </signal>
1076             <label>OK</label>
1077           </widget>
1078
1079           <widget>
1080             <class>GtkButton</class>
1081             <name>prefs_cancel</name>
1082             <can_default>True</can_default>
1083             <can_focus>True</can_focus>
1084             <signal>
1085               <name>clicked</name>
1086               <handler>prefs_cancel_cb</handler>
1087               <last_modification_time>Mon, 08 Nov 1999 04:39:33 GMT</last_modification_time>
1088             </signal>
1089             <label>Cancel</label>
1090           </widget>
1091         </widget>
1092       </widget>
1093
1094       <widget>
1095         <class>GtkLabel</class>
1096         <child_name>Notebook:tab</child_name>
1097         <name>prefs_tab</name>
1098         <label>Screensaver Options</label>
1099         <justify>GTK_JUSTIFY_CENTER</justify>
1100         <wrap>False</wrap>
1101         <xalign>0.5</xalign>
1102         <yalign>0.5</yalign>
1103         <xpad>0</xpad>
1104         <ypad>0</ypad>
1105       </widget>
1106     </widget>
1107   </widget>
1108 </widget>
1109
1110 </GTK-Interface>