http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.32.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   <allow_shrink>True</allow_shrink>
32   <allow_grow>True</allow_grow>
33   <auto_shrink>False</auto_shrink>
34   <wmclass_name>xscreensaver</wmclass_name>
35   <wmclass_class>XScreenSaver</wmclass_class>
36
37   <widget>
38     <class>GtkVBox</class>
39     <name>outer_vbox</name>
40     <homogeneous>False</homogeneous>
41     <spacing>5</spacing>
42
43     <widget>
44       <class>GtkMenuBar</class>
45       <name>menubar</name>
46       <shadow_type>GTK_SHADOW_OUT</shadow_type>
47       <child>
48         <padding>0</padding>
49         <expand>False</expand>
50         <fill>False</fill>
51       </child>
52
53       <widget>
54         <class>GtkMenuItem</class>
55         <name>file</name>
56         <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
57
58         <widget>
59           <class>GtkMenu</class>
60           <name>file_menu</name>
61
62           <widget>
63             <class>GtkMenuItem</class>
64             <name>activate_menu</name>
65             <tooltip>Activate the XScreenSaver daemon now (locking the screen if so configured.)</tooltip>
66             <signal>
67               <name>activate</name>
68               <handler>activate_menu_cb</handler>
69               <last_modification_time>Tue, 09 Nov 1999 00:01:23 GMT</last_modification_time>
70             </signal>
71             <label>_Blank Screen Now</label>
72             <right_justify>False</right_justify>
73           </widget>
74
75           <widget>
76             <class>GtkMenuItem</class>
77             <name>lock_menu</name>
78             <tooltip>Lock the screen now (even if &quot;Require Password&quot; is unchecked.)</tooltip>
79             <signal>
80               <name>activate</name>
81               <handler>lock_menu_cb</handler>
82               <last_modification_time>Mon, 08 Nov 1999 23:57:18 GMT</last_modification_time>
83             </signal>
84             <label>_Lock Screen Now</label>
85             <right_justify>False</right_justify>
86           </widget>
87
88           <widget>
89             <class>GtkMenuItem</class>
90             <name>kill_menu</name>
91             <tooltip>Tell the running XScreenSaver daemon to exit.</tooltip>
92             <signal>
93               <name>activate</name>
94               <handler>kill_menu_cb</handler>
95               <last_modification_time>Mon, 08 Nov 1999 23:55:30 GMT</last_modification_time>
96             </signal>
97             <label>_Kill Daemon</label>
98             <right_justify>False</right_justify>
99           </widget>
100
101           <widget>
102             <class>GtkMenuItem</class>
103             <name>restart</name>
104             <tooltip>Kill and re-launch the XScreenSaver daemon.</tooltip>
105             <signal>
106               <name>activate</name>
107               <handler>restart_menu_cb</handler>
108               <last_modification_time>Mon, 08 Nov 1999 23:54:28 GMT</last_modification_time>
109             </signal>
110             <label>_Restart Daemon</label>
111             <right_justify>False</right_justify>
112           </widget>
113
114           <widget>
115             <class>GtkMenuItem</class>
116             <name>separator1</name>
117             <right_justify>False</right_justify>
118           </widget>
119
120           <widget>
121             <class>GtkMenuItem</class>
122             <name>exit_menu</name>
123             <tooltip>Exit the xscreensaver-demo program (but leave the XScreenSaver daemon running in the background.)</tooltip>
124             <signal>
125               <name>activate</name>
126               <handler>exit_menu_cb</handler>
127               <last_modification_time>Mon, 08 Nov 1999 05:34:35 GMT</last_modification_time>
128             </signal>
129             <label>_Exit</label>
130             <right_justify>False</right_justify>
131           </widget>
132         </widget>
133       </widget>
134
135       <widget>
136         <class>GtkMenuItem</class>
137         <name>edit</name>
138         <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>
139
140         <widget>
141           <class>GtkMenu</class>
142           <name>edit_menu</name>
143
144           <widget>
145             <class>GtkMenuItem</class>
146             <name>cut_menu</name>
147             <signal>
148               <name>activate</name>
149               <handler>cut_menu_cb</handler>
150               <last_modification_time>Mon, 08 Nov 1999 05:34:40 GMT</last_modification_time>
151             </signal>
152             <label>C_ut</label>
153             <right_justify>False</right_justify>
154           </widget>
155
156           <widget>
157             <class>GtkMenuItem</class>
158             <name>copy_menu</name>
159             <signal>
160               <name>activate</name>
161               <handler>copy_menu_cb</handler>
162               <last_modification_time>Mon, 08 Nov 1999 05:35:00 GMT</last_modification_time>
163             </signal>
164             <label>_Copy</label>
165             <right_justify>False</right_justify>
166           </widget>
167
168           <widget>
169             <class>GtkMenuItem</class>
170             <name>paste_menu</name>
171             <signal>
172               <name>activate</name>
173               <handler>paste_menu_cb</handler>
174               <last_modification_time>Mon, 08 Nov 1999 05:35:16 GMT</last_modification_time>
175             </signal>
176             <label>_Paste</label>
177             <right_justify>False</right_justify>
178           </widget>
179         </widget>
180       </widget>
181
182       <widget>
183         <class>GtkMenuItem</class>
184         <name>help</name>
185         <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
186
187         <widget>
188           <class>GtkMenu</class>
189           <name>help_menu</name>
190
191           <widget>
192             <class>GtkMenuItem</class>
193             <name>about_menu</name>
194             <tooltip>Display version information.</tooltip>
195             <signal>
196               <name>activate</name>
197               <handler>about_menu_cb</handler>
198               <last_modification_time>Mon, 08 Nov 1999 05:35:41 GMT</last_modification_time>
199             </signal>
200             <label>_About...</label>
201             <right_justify>False</right_justify>
202           </widget>
203
204           <widget>
205             <class>GtkMenuItem</class>
206             <name>doc_menu</name>
207             <tooltip>Go to the documentation on the XScreenSaver web page.</tooltip>
208             <signal>
209               <name>activate</name>
210               <handler>doc_menu_cb</handler>
211               <last_modification_time>Mon, 08 Nov 1999 04:58:51 GMT</last_modification_time>
212             </signal>
213             <label>_Documentation...</label>
214             <right_justify>False</right_justify>
215           </widget>
216         </widget>
217       </widget>
218     </widget>
219
220     <widget>
221       <class>GtkNotebook</class>
222       <name>notebook</name>
223       <can_focus>True</can_focus>
224       <signal>
225         <name>switch_page</name>
226         <handler>pref_changed_cb</handler>
227         <last_modification_time>Mon, 03 Apr 2000 02:36:24 GMT</last_modification_time>
228       </signal>
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                 <signal>
447                   <name>toggled</name>
448                   <handler>enabled_cb</handler>
449                   <last_modification_time>Fri, 10 Nov 2000 12:50:58 GMT</last_modification_time>
450                 </signal>
451                 <label>Enabled</label>
452                 <active>True</active>
453                 <draw_indicator>True</draw_indicator>
454                 <child>
455                   <padding>0</padding>
456                   <expand>False</expand>
457                   <fill>False</fill>
458                 </child>
459               </widget>
460
461               <widget>
462                 <class>GtkLabel</class>
463                 <name>visual</name>
464                 <label>Visual:</label>
465                 <justify>GTK_JUSTIFY_RIGHT</justify>
466                 <wrap>False</wrap>
467                 <xalign>1</xalign>
468                 <yalign>0.5</yalign>
469                 <xpad>10</xpad>
470                 <ypad>0</ypad>
471                 <child>
472                   <padding>0</padding>
473                   <expand>False</expand>
474                   <fill>False</fill>
475                 </child>
476               </widget>
477
478               <widget>
479                 <class>GtkCombo</class>
480                 <name>visual_combo</name>
481                 <value_in_list>False</value_in_list>
482                 <ok_if_empty>True</ok_if_empty>
483                 <case_sensitive>False</case_sensitive>
484                 <use_arrows>True</use_arrows>
485                 <use_arrows_always>False</use_arrows_always>
486                 <items>Any
487 Best
488 Default
489 Default-N
490 GL
491 TrueColor
492 PseudoColor
493 StaticGray
494 GrayScale
495 DirectColor
496 Color
497 Gray
498 Mono
499 </items>
500                 <child>
501                   <padding>0</padding>
502                   <expand>False</expand>
503                   <fill>False</fill>
504                 </child>
505
506                 <widget>
507                   <class>GtkEntry</class>
508                   <child_name>GtkCombo:entry</child_name>
509                   <name>combo-entry1</name>
510                   <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>
511                   <can_focus>True</can_focus>
512                   <editable>True</editable>
513                   <text_visible>True</text_visible>
514                   <text_max_length>0</text_max_length>
515                   <text>Any</text>
516                 </widget>
517               </widget>
518             </widget>
519           </widget>
520
521           <widget>
522             <class>GtkHSeparator</class>
523             <name>demo_hline</name>
524             <child>
525               <padding>5</padding>
526               <expand>False</expand>
527               <fill>False</fill>
528             </child>
529           </widget>
530
531           <widget>
532             <class>GtkHButtonBox</class>
533             <name>demo_manual_hbox</name>
534             <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
535             <spacing>30</spacing>
536             <child_min_width>85</child_min_width>
537             <child_min_height>27</child_min_height>
538             <child_ipad_x>7</child_ipad_x>
539             <child_ipad_y>0</child_ipad_y>
540             <child>
541               <padding>0</padding>
542               <expand>False</expand>
543               <fill>True</fill>
544             </child>
545
546             <widget>
547               <class>GtkButton</class>
548               <name>demo</name>
549               <tooltip>Run this one in full-screen mode (click the mouse to return.)</tooltip>
550               <can_default>True</can_default>
551               <can_focus>True</can_focus>
552               <signal>
553                 <name>clicked</name>
554                 <handler>run_this_cb</handler>
555                 <last_modification_time>Mon, 08 Nov 1999 04:46:40 GMT</last_modification_time>
556               </signal>
557               <label>Demo</label>
558             </widget>
559
560             <widget>
561               <class>GtkButton</class>
562               <name>manual</name>
563               <tooltip>Click here to read the manual for this display mode, if it has one.</tooltip>
564               <can_default>True</can_default>
565               <can_focus>True</can_focus>
566               <signal>
567                 <name>clicked</name>
568                 <handler>manual_cb</handler>
569                 <last_modification_time>Wed, 17 Nov 1999 09:43:37 GMT</last_modification_time>
570               </signal>
571               <label>Documentation...</label>
572             </widget>
573           </widget>
574         </widget>
575       </widget>
576
577       <widget>
578         <class>GtkLabel</class>
579         <child_name>Notebook:tab</child_name>
580         <name>demo_tab</name>
581         <label>Graphics Demos</label>
582         <justify>GTK_JUSTIFY_CENTER</justify>
583         <wrap>False</wrap>
584         <xalign>0.5</xalign>
585         <yalign>0.5</yalign>
586         <xpad>0</xpad>
587         <ypad>0</ypad>
588       </widget>
589
590       <widget>
591         <class>GtkVBox</class>
592         <name>options_vbox</name>
593         <homogeneous>False</homogeneous>
594         <spacing>0</spacing>
595
596         <widget>
597           <class>GtkTable</class>
598           <name>options_table</name>
599           <rows>1</rows>
600           <columns>2</columns>
601           <homogeneous>True</homogeneous>
602           <row_spacing>0</row_spacing>
603           <column_spacing>0</column_spacing>
604           <child>
605             <padding>0</padding>
606             <expand>False</expand>
607             <fill>False</fill>
608           </child>
609
610           <widget>
611             <class>GtkTable</class>
612             <name>options_table_2</name>
613             <rows>2</rows>
614             <columns>1</columns>
615             <homogeneous>False</homogeneous>
616             <row_spacing>0</row_spacing>
617             <column_spacing>0</column_spacing>
618             <child>
619               <left_attach>1</left_attach>
620               <right_attach>2</right_attach>
621               <top_attach>0</top_attach>
622               <bottom_attach>1</bottom_attach>
623               <xpad>0</xpad>
624               <ypad>0</ypad>
625               <xexpand>True</xexpand>
626               <yexpand>True</yexpand>
627               <xshrink>False</xshrink>
628               <yshrink>False</yshrink>
629               <xfill>True</xfill>
630               <yfill>True</yfill>
631             </child>
632
633             <widget>
634               <class>GtkFrame</class>
635               <name>dpms_frame</name>
636               <border_width>10</border_width>
637               <label>Display Power Management:</label>
638               <label_xalign>0</label_xalign>
639               <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
640               <child>
641                 <left_attach>0</left_attach>
642                 <right_attach>1</right_attach>
643                 <top_attach>0</top_attach>
644                 <bottom_attach>1</bottom_attach>
645                 <xpad>0</xpad>
646                 <ypad>0</ypad>
647                 <xexpand>True</xexpand>
648                 <yexpand>False</yexpand>
649                 <xshrink>False</xshrink>
650                 <yshrink>False</yshrink>
651                 <xfill>True</xfill>
652                 <yfill>True</yfill>
653               </child>
654
655               <widget>
656                 <class>GtkTable</class>
657                 <name>dpms_table</name>
658                 <border_width>10</border_width>
659                 <rows>4</rows>
660                 <columns>3</columns>
661                 <homogeneous>False</homogeneous>
662                 <row_spacing>2</row_spacing>
663                 <column_spacing>10</column_spacing>
664
665                 <widget>
666                   <class>GtkEntry</class>
667                   <name>dpms_off_text</name>
668                   <tooltip>How long until the monitor powers down (if Power Management is enabled).</tooltip>
669                   <can_focus>True</can_focus>
670                   <signal>
671                     <name>activate</name>
672                     <handler>pref_changed_cb</handler>
673                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
674                   </signal>
675                   <signal>
676                     <name>focus_out_event</name>
677                     <handler>pref_changed_cb</handler>
678                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
679                   </signal>
680                   <editable>True</editable>
681                   <text_visible>True</text_visible>
682                   <text_max_length>8</text_max_length>
683                   <text></text>
684                   <child>
685                     <left_attach>1</left_attach>
686                     <right_attach>2</right_attach>
687                     <top_attach>3</top_attach>
688                     <bottom_attach>4</bottom_attach>
689                     <xpad>0</xpad>
690                     <ypad>0</ypad>
691                     <xexpand>False</xexpand>
692                     <yexpand>False</yexpand>
693                     <xshrink>False</xshrink>
694                     <yshrink>False</yshrink>
695                     <xfill>False</xfill>
696                     <yfill>False</yfill>
697                   </child>
698                 </widget>
699
700                 <widget>
701                   <class>GtkEntry</class>
702                   <name>dpms_suspend_text</name>
703                   <tooltip>How long until the monitor goes into power-saving mode (if Power Management is enabled).</tooltip>
704                   <can_focus>True</can_focus>
705                   <signal>
706                     <name>activate</name>
707                     <handler>pref_changed_cb</handler>
708                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
709                   </signal>
710                   <signal>
711                     <name>focus_out_event</name>
712                     <handler>pref_changed_cb</handler>
713                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
714                   </signal>
715                   <editable>True</editable>
716                   <text_visible>True</text_visible>
717                   <text_max_length>8</text_max_length>
718                   <text></text>
719                   <child>
720                     <left_attach>1</left_attach>
721                     <right_attach>2</right_attach>
722                     <top_attach>2</top_attach>
723                     <bottom_attach>3</bottom_attach>
724                     <xpad>0</xpad>
725                     <ypad>0</ypad>
726                     <xexpand>False</xexpand>
727                     <yexpand>False</yexpand>
728                     <xshrink>False</xshrink>
729                     <yshrink>False</yshrink>
730                     <xfill>False</xfill>
731                     <yfill>False</yfill>
732                   </child>
733                 </widget>
734
735                 <widget>
736                   <class>GtkEntry</class>
737                   <name>dpms_standby_text</name>
738                   <tooltip>How long before the monitor goes completely black (if Power Management is enabled).</tooltip>
739                   <can_focus>True</can_focus>
740                   <signal>
741                     <name>activate</name>
742                     <handler>pref_changed_cb</handler>
743                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
744                   </signal>
745                   <signal>
746                     <name>focus_out_event</name>
747                     <handler>pref_changed_cb</handler>
748                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
749                   </signal>
750                   <editable>True</editable>
751                   <text_visible>True</text_visible>
752                   <text_max_length>8</text_max_length>
753                   <text></text>
754                   <child>
755                     <left_attach>1</left_attach>
756                     <right_attach>2</right_attach>
757                     <top_attach>1</top_attach>
758                     <bottom_attach>2</bottom_attach>
759                     <xpad>0</xpad>
760                     <ypad>0</ypad>
761                     <xexpand>False</xexpand>
762                     <yexpand>False</yexpand>
763                     <xshrink>False</xshrink>
764                     <yshrink>False</yshrink>
765                     <xfill>False</xfill>
766                     <yfill>False</yfill>
767                   </child>
768                 </widget>
769
770                 <widget>
771                   <class>GtkLabel</class>
772                   <name>dpms_standby_label</name>
773                   <label>Standby After:</label>
774                   <justify>GTK_JUSTIFY_RIGHT</justify>
775                   <wrap>False</wrap>
776                   <xalign>1</xalign>
777                   <yalign>0.5</yalign>
778                   <xpad>0</xpad>
779                   <ypad>0</ypad>
780                   <child>
781                     <left_attach>0</left_attach>
782                     <right_attach>1</right_attach>
783                     <top_attach>1</top_attach>
784                     <bottom_attach>2</bottom_attach>
785                     <xpad>0</xpad>
786                     <ypad>0</ypad>
787                     <xexpand>False</xexpand>
788                     <yexpand>False</yexpand>
789                     <xshrink>False</xshrink>
790                     <yshrink>False</yshrink>
791                     <xfill>True</xfill>
792                     <yfill>False</yfill>
793                   </child>
794                 </widget>
795
796                 <widget>
797                   <class>GtkLabel</class>
798                   <name>dpms_off_label</name>
799                   <label>Off After:</label>
800                   <justify>GTK_JUSTIFY_RIGHT</justify>
801                   <wrap>False</wrap>
802                   <xalign>1</xalign>
803                   <yalign>0.5</yalign>
804                   <xpad>0</xpad>
805                   <ypad>0</ypad>
806                   <child>
807                     <left_attach>0</left_attach>
808                     <right_attach>1</right_attach>
809                     <top_attach>3</top_attach>
810                     <bottom_attach>4</bottom_attach>
811                     <xpad>0</xpad>
812                     <ypad>0</ypad>
813                     <xexpand>False</xexpand>
814                     <yexpand>False</yexpand>
815                     <xshrink>False</xshrink>
816                     <yshrink>False</yshrink>
817                     <xfill>True</xfill>
818                     <yfill>False</yfill>
819                   </child>
820                 </widget>
821
822                 <widget>
823                   <class>GtkLabel</class>
824                   <name>dpms_suspend_label</name>
825                   <label>Suspend After:</label>
826                   <justify>GTK_JUSTIFY_RIGHT</justify>
827                   <wrap>False</wrap>
828                   <xalign>1</xalign>
829                   <yalign>0.5</yalign>
830                   <xpad>0</xpad>
831                   <ypad>0</ypad>
832                   <child>
833                     <left_attach>0</left_attach>
834                     <right_attach>1</right_attach>
835                     <top_attach>2</top_attach>
836                     <bottom_attach>3</bottom_attach>
837                     <xpad>0</xpad>
838                     <ypad>0</ypad>
839                     <xexpand>False</xexpand>
840                     <yexpand>False</yexpand>
841                     <xshrink>False</xshrink>
842                     <yshrink>False</yshrink>
843                     <xfill>True</xfill>
844                     <yfill>False</yfill>
845                   </child>
846                 </widget>
847
848                 <widget>
849                   <class>GtkLabel</class>
850                   <name>dpms_dummy</name>
851                   <label></label>
852                   <justify>GTK_JUSTIFY_LEFT</justify>
853                   <wrap>False</wrap>
854                   <xalign>0.5</xalign>
855                   <yalign>0.5</yalign>
856                   <xpad>0</xpad>
857                   <ypad>0</ypad>
858                   <child>
859                     <left_attach>2</left_attach>
860                     <right_attach>3</right_attach>
861                     <top_attach>3</top_attach>
862                     <bottom_attach>4</bottom_attach>
863                     <xpad>0</xpad>
864                     <ypad>0</ypad>
865                     <xexpand>True</xexpand>
866                     <yexpand>False</yexpand>
867                     <xshrink>False</xshrink>
868                     <yshrink>False</yshrink>
869                     <xfill>True</xfill>
870                     <yfill>False</yfill>
871                   </child>
872                 </widget>
873
874                 <widget>
875                   <class>GtkEventBox</class>
876                   <name>dpms_button_eventbox</name>
877                   <tooltip>Whether the monitor should be powered down after a while.</tooltip>
878                   <child>
879                     <left_attach>0</left_attach>
880                     <right_attach>3</right_attach>
881                     <top_attach>0</top_attach>
882                     <bottom_attach>1</bottom_attach>
883                     <xpad>0</xpad>
884                     <ypad>0</ypad>
885                     <xexpand>False</xexpand>
886                     <yexpand>False</yexpand>
887                     <xshrink>False</xshrink>
888                     <yshrink>False</yshrink>
889                     <xfill>True</xfill>
890                     <yfill>True</yfill>
891                   </child>
892
893                   <widget>
894                     <class>GtkCheckButton</class>
895                     <name>dpms_button</name>
896                     <can_focus>True</can_focus>
897                     <signal>
898                       <name>toggled</name>
899                       <handler>pref_changed_cb</handler>
900                       <last_modification_time>Mon, 03 Apr 2000 02:33:01 GMT</last_modification_time>
901                     </signal>
902                     <label>Power Management Enabled</label>
903                     <active>True</active>
904                     <draw_indicator>True</draw_indicator>
905                   </widget>
906                 </widget>
907               </widget>
908             </widget>
909
910             <widget>
911               <class>GtkFrame</class>
912               <name>cmap_frame</name>
913               <border_width>10</border_width>
914               <label>Colormaps:</label>
915               <label_xalign>0</label_xalign>
916               <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
917               <child>
918                 <left_attach>0</left_attach>
919                 <right_attach>1</right_attach>
920                 <top_attach>1</top_attach>
921                 <bottom_attach>2</bottom_attach>
922                 <xpad>0</xpad>
923                 <ypad>0</ypad>
924                 <xexpand>True</xexpand>
925                 <yexpand>False</yexpand>
926                 <xshrink>False</xshrink>
927                 <yshrink>False</yshrink>
928                 <xfill>True</xfill>
929                 <yfill>True</yfill>
930               </child>
931
932               <widget>
933                 <class>GtkTable</class>
934                 <name>cmap_table</name>
935                 <border_width>10</border_width>
936                 <rows>5</rows>
937                 <columns>3</columns>
938                 <homogeneous>False</homogeneous>
939                 <row_spacing>2</row_spacing>
940                 <column_spacing>10</column_spacing>
941
942                 <widget>
943                   <class>GtkEntry</class>
944                   <name>fade_text</name>
945                   <tooltip>How long it should take for the screen to fade in and out.</tooltip>
946                   <can_focus>True</can_focus>
947                   <signal>
948                     <name>activate</name>
949                     <handler>pref_changed_cb</handler>
950                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
951                   </signal>
952                   <signal>
953                     <name>focus_out_event</name>
954                     <handler>pref_changed_cb</handler>
955                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
956                   </signal>
957                   <editable>True</editable>
958                   <text_visible>True</text_visible>
959                   <text_max_length>8</text_max_length>
960                   <text></text>
961                   <child>
962                     <left_attach>1</left_attach>
963                     <right_attach>2</right_attach>
964                     <top_attach>4</top_attach>
965                     <bottom_attach>5</bottom_attach>
966                     <xpad>0</xpad>
967                     <ypad>0</ypad>
968                     <xexpand>False</xexpand>
969                     <yexpand>False</yexpand>
970                     <xshrink>False</xshrink>
971                     <yshrink>False</yshrink>
972                     <xfill>False</xfill>
973                     <yfill>False</yfill>
974                   </child>
975                 </widget>
976
977                 <widget>
978                   <class>GtkLabel</class>
979                   <name>cmap_dummy</name>
980                   <label></label>
981                   <justify>GTK_JUSTIFY_LEFT</justify>
982                   <wrap>False</wrap>
983                   <xalign>0.5</xalign>
984                   <yalign>0.5</yalign>
985                   <xpad>0</xpad>
986                   <ypad>0</ypad>
987                   <child>
988                     <left_attach>2</left_attach>
989                     <right_attach>3</right_attach>
990                     <top_attach>4</top_attach>
991                     <bottom_attach>5</bottom_attach>
992                     <xpad>0</xpad>
993                     <ypad>0</ypad>
994                     <xexpand>True</xexpand>
995                     <yexpand>False</yexpand>
996                     <xshrink>False</xshrink>
997                     <yshrink>False</yshrink>
998                     <xfill>True</xfill>
999                     <yfill>False</yfill>
1000                   </child>
1001                 </widget>
1002
1003                 <widget>
1004                   <class>GtkLabel</class>
1005                   <name>fade_label</name>
1006                   <label>Fade Duration:</label>
1007                   <justify>GTK_JUSTIFY_RIGHT</justify>
1008                   <wrap>False</wrap>
1009                   <xalign>1</xalign>
1010                   <yalign>0.5</yalign>
1011                   <xpad>0</xpad>
1012                   <ypad>0</ypad>
1013                   <child>
1014                     <left_attach>0</left_attach>
1015                     <right_attach>1</right_attach>
1016                     <top_attach>4</top_attach>
1017                     <bottom_attach>5</bottom_attach>
1018                     <xpad>0</xpad>
1019                     <ypad>0</ypad>
1020                     <xexpand>False</xexpand>
1021                     <yexpand>False</yexpand>
1022                     <xshrink>False</xshrink>
1023                     <yshrink>False</yshrink>
1024                     <xfill>True</xfill>
1025                     <yfill>False</yfill>
1026                   </child>
1027                 </widget>
1028
1029                 <widget>
1030                   <class>GtkEventBox</class>
1031                   <name>install_button_eventbox</name>
1032                   <tooltip>Whether to install a private colormap when running in 8-bit mode on the default Visual.</tooltip>
1033                   <child>
1034                     <left_attach>0</left_attach>
1035                     <right_attach>3</right_attach>
1036                     <top_attach>0</top_attach>
1037                     <bottom_attach>1</bottom_attach>
1038                     <xpad>0</xpad>
1039                     <ypad>0</ypad>
1040                     <xexpand>False</xexpand>
1041                     <yexpand>False</yexpand>
1042                     <xshrink>False</xshrink>
1043                     <yshrink>False</yshrink>
1044                     <xfill>True</xfill>
1045                     <yfill>True</yfill>
1046                   </child>
1047
1048                   <widget>
1049                     <class>GtkCheckButton</class>
1050                     <name>install_button</name>
1051                     <can_focus>True</can_focus>
1052                     <signal>
1053                       <name>toggled</name>
1054                       <handler>pref_changed_cb</handler>
1055                       <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1056                     </signal>
1057                     <label>Install Colormap</label>
1058                     <active>False</active>
1059                     <draw_indicator>True</draw_indicator>
1060                   </widget>
1061                 </widget>
1062
1063                 <widget>
1064                   <class>GtkEventBox</class>
1065                   <name>fade_button_eventbox</name>
1066                   <tooltip>Whether the screen should slowly fade to black when the screen saver activates.</tooltip>
1067                   <child>
1068                     <left_attach>0</left_attach>
1069                     <right_attach>3</right_attach>
1070                     <top_attach>2</top_attach>
1071                     <bottom_attach>3</bottom_attach>
1072                     <xpad>0</xpad>
1073                     <ypad>0</ypad>
1074                     <xexpand>False</xexpand>
1075                     <yexpand>False</yexpand>
1076                     <xshrink>False</xshrink>
1077                     <yshrink>False</yshrink>
1078                     <xfill>True</xfill>
1079                     <yfill>True</yfill>
1080                   </child>
1081
1082                   <widget>
1083                     <class>GtkCheckButton</class>
1084                     <name>fade_button</name>
1085                     <can_focus>True</can_focus>
1086                     <signal>
1087                       <name>toggled</name>
1088                       <handler>pref_changed_cb</handler>
1089                       <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1090                     </signal>
1091                     <label>Fade To Black When Blanking</label>
1092                     <active>False</active>
1093                     <draw_indicator>True</draw_indicator>
1094                   </widget>
1095                 </widget>
1096
1097                 <widget>
1098                   <class>GtkEventBox</class>
1099                   <name>unfade_button_eventbox</name>
1100                   <tooltip>Whether the screen should slowly fade in from black when the screen saver deactivates.</tooltip>
1101                   <child>
1102                     <left_attach>0</left_attach>
1103                     <right_attach>3</right_attach>
1104                     <top_attach>3</top_attach>
1105                     <bottom_attach>4</bottom_attach>
1106                     <xpad>0</xpad>
1107                     <ypad>0</ypad>
1108                     <xexpand>False</xexpand>
1109                     <yexpand>False</yexpand>
1110                     <xshrink>False</xshrink>
1111                     <yshrink>False</yshrink>
1112                     <xfill>True</xfill>
1113                     <yfill>True</yfill>
1114                   </child>
1115
1116                   <widget>
1117                     <class>GtkCheckButton</class>
1118                     <name>unfade_button</name>
1119                     <can_focus>True</can_focus>
1120                     <signal>
1121                       <name>toggled</name>
1122                       <handler>pref_changed_cb</handler>
1123                       <last_modification_time>Mon, 03 Apr 2000 02:32:51 GMT</last_modification_time>
1124                     </signal>
1125                     <label>Fade From Black When Unblanking</label>
1126                     <active>False</active>
1127                     <draw_indicator>True</draw_indicator>
1128                   </widget>
1129                 </widget>
1130
1131                 <widget>
1132                   <class>GtkHSeparator</class>
1133                   <name>cmap_hr</name>
1134                   <child>
1135                     <left_attach>0</left_attach>
1136                     <right_attach>3</right_attach>
1137                     <top_attach>1</top_attach>
1138                     <bottom_attach>2</bottom_attach>
1139                     <xpad>0</xpad>
1140                     <ypad>2</ypad>
1141                     <xexpand>True</xexpand>
1142                     <yexpand>False</yexpand>
1143                     <xshrink>False</xshrink>
1144                     <yshrink>False</yshrink>
1145                     <xfill>True</xfill>
1146                     <yfill>True</yfill>
1147                   </child>
1148                 </widget>
1149               </widget>
1150             </widget>
1151           </widget>
1152
1153           <widget>
1154             <class>GtkTable</class>
1155             <name>options_table_1</name>
1156             <rows>3</rows>
1157             <columns>1</columns>
1158             <homogeneous>False</homogeneous>
1159             <row_spacing>0</row_spacing>
1160             <column_spacing>0</column_spacing>
1161             <child>
1162               <left_attach>0</left_attach>
1163               <right_attach>1</right_attach>
1164               <top_attach>0</top_attach>
1165               <bottom_attach>1</bottom_attach>
1166               <xpad>0</xpad>
1167               <ypad>0</ypad>
1168               <xexpand>True</xexpand>
1169               <yexpand>True</yexpand>
1170               <xshrink>False</xshrink>
1171               <yshrink>False</yshrink>
1172               <xfill>True</xfill>
1173               <yfill>True</yfill>
1174             </child>
1175
1176             <widget>
1177               <class>GtkFrame</class>
1178               <name>grab_frame</name>
1179               <border_width>10</border_width>
1180               <label>Image Manipulation:</label>
1181               <label_xalign>0</label_xalign>
1182               <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1183               <child>
1184                 <left_attach>0</left_attach>
1185                 <right_attach>1</right_attach>
1186                 <top_attach>1</top_attach>
1187                 <bottom_attach>2</bottom_attach>
1188                 <xpad>0</xpad>
1189                 <ypad>0</ypad>
1190                 <xexpand>True</xexpand>
1191                 <yexpand>False</yexpand>
1192                 <xshrink>False</xshrink>
1193                 <yshrink>False</yshrink>
1194                 <xfill>True</xfill>
1195                 <yfill>True</yfill>
1196               </child>
1197
1198               <widget>
1199                 <class>GtkTable</class>
1200                 <name>grab_table</name>
1201                 <border_width>10</border_width>
1202                 <rows>4</rows>
1203                 <columns>3</columns>
1204                 <homogeneous>False</homogeneous>
1205                 <row_spacing>0</row_spacing>
1206                 <column_spacing>0</column_spacing>
1207
1208                 <widget>
1209                   <class>GtkEventBox</class>
1210                   <name>grab_image_eventbox</name>
1211                   <tooltip>Whether the image-manipulating modes should operate on random images loaded from disk.</tooltip>
1212                   <child>
1213                     <left_attach>0</left_attach>
1214                     <right_attach>3</right_attach>
1215                     <top_attach>2</top_attach>
1216                     <bottom_attach>3</bottom_attach>
1217                     <xpad>0</xpad>
1218                     <ypad>0</ypad>
1219                     <xexpand>True</xexpand>
1220                     <yexpand>False</yexpand>
1221                     <xshrink>False</xshrink>
1222                     <yshrink>False</yshrink>
1223                     <xfill>True</xfill>
1224                     <yfill>True</yfill>
1225                   </child>
1226
1227                   <widget>
1228                     <class>GtkCheckButton</class>
1229                     <name>grab_image_button</name>
1230                     <can_focus>True</can_focus>
1231                     <signal>
1232                       <name>toggled</name>
1233                       <handler>pref_changed_cb</handler>
1234                       <last_modification_time>Thu, 12 Apr 2001 23:40:53 GMT</last_modification_time>
1235                     </signal>
1236                     <label>Choose Random Image:</label>
1237                     <active>False</active>
1238                     <draw_indicator>True</draw_indicator>
1239                   </widget>
1240                 </widget>
1241
1242                 <widget>
1243                   <class>GtkButton</class>
1244                   <name>image_browse_button</name>
1245                   <can_focus>True</can_focus>
1246                   <signal>
1247                     <name>clicked</name>
1248                     <handler>browse_image_dir_cb</handler>
1249                     <last_modification_time>Thu, 12 Apr 2001 00:35:43 GMT</last_modification_time>
1250                   </signal>
1251                   <label>Browse</label>
1252                   <child>
1253                     <left_attach>2</left_attach>
1254                     <right_attach>3</right_attach>
1255                     <top_attach>3</top_attach>
1256                     <bottom_attach>4</bottom_attach>
1257                     <xpad>4</xpad>
1258                     <ypad>0</ypad>
1259                     <xexpand>False</xexpand>
1260                     <yexpand>False</yexpand>
1261                     <xshrink>False</xshrink>
1262                     <yshrink>False</yshrink>
1263                     <xfill>False</xfill>
1264                     <yfill>False</yfill>
1265                   </child>
1266                 </widget>
1267
1268                 <widget>
1269                   <class>GtkEventBox</class>
1270                   <name>grab_video_eventbox</name>
1271                   <tooltip>Whether the image-manipulating modes should operate on images captured from the system's video input (if there is one).</tooltip>
1272                   <child>
1273                     <left_attach>0</left_attach>
1274                     <right_attach>3</right_attach>
1275                     <top_attach>1</top_attach>
1276                     <bottom_attach>2</bottom_attach>
1277                     <xpad>0</xpad>
1278                     <ypad>0</ypad>
1279                     <xexpand>True</xexpand>
1280                     <yexpand>False</yexpand>
1281                     <xshrink>False</xshrink>
1282                     <yshrink>False</yshrink>
1283                     <xfill>True</xfill>
1284                     <yfill>True</yfill>
1285                   </child>
1286
1287                   <widget>
1288                     <class>GtkCheckButton</class>
1289                     <name>grab_video_button</name>
1290                     <can_focus>True</can_focus>
1291                     <signal>
1292                       <name>toggled</name>
1293                       <handler>pref_changed_cb</handler>
1294                       <last_modification_time>Thu, 12 Apr 2001 23:40:40 GMT</last_modification_time>
1295                     </signal>
1296                     <label>Grab Video Frames</label>
1297                     <active>False</active>
1298                     <draw_indicator>True</draw_indicator>
1299                   </widget>
1300                 </widget>
1301
1302                 <widget>
1303                   <class>GtkEventBox</class>
1304                   <name>grab_desk_eventbox</name>
1305                   <tooltip>Whether the image-manipulating modes should be allowed to operate on an image of your desktop.</tooltip>
1306                   <child>
1307                     <left_attach>0</left_attach>
1308                     <right_attach>3</right_attach>
1309                     <top_attach>0</top_attach>
1310                     <bottom_attach>1</bottom_attach>
1311                     <xpad>0</xpad>
1312                     <ypad>0</ypad>
1313                     <xexpand>True</xexpand>
1314                     <yexpand>False</yexpand>
1315                     <xshrink>False</xshrink>
1316                     <yshrink>False</yshrink>
1317                     <xfill>True</xfill>
1318                     <yfill>True</yfill>
1319                   </child>
1320
1321                   <widget>
1322                     <class>GtkCheckButton</class>
1323                     <name>grab_desk_button</name>
1324                     <can_focus>True</can_focus>
1325                     <signal>
1326                       <name>toggled</name>
1327                       <handler>pref_changed_cb</handler>
1328                       <last_modification_time>Thu, 12 Apr 2001 23:40:27 GMT</last_modification_time>
1329                     </signal>
1330                     <label>Grab Desktop Images</label>
1331                     <active>False</active>
1332                     <draw_indicator>True</draw_indicator>
1333                   </widget>
1334                 </widget>
1335
1336                 <widget>
1337                   <class>GtkLabel</class>
1338                   <name>grab_dummy</name>
1339                   <label></label>
1340                   <justify>GTK_JUSTIFY_LEFT</justify>
1341                   <wrap>False</wrap>
1342                   <xalign>0.5</xalign>
1343                   <yalign>0.5</yalign>
1344                   <xpad>8</xpad>
1345                   <ypad>0</ypad>
1346                   <child>
1347                     <left_attach>0</left_attach>
1348                     <right_attach>1</right_attach>
1349                     <top_attach>3</top_attach>
1350                     <bottom_attach>4</bottom_attach>
1351                     <xpad>0</xpad>
1352                     <ypad>0</ypad>
1353                     <xexpand>False</xexpand>
1354                     <yexpand>False</yexpand>
1355                     <xshrink>True</xshrink>
1356                     <yshrink>True</yshrink>
1357                     <xfill>True</xfill>
1358                     <yfill>False</yfill>
1359                   </child>
1360                 </widget>
1361
1362                 <widget>
1363                   <class>GtkEntry</class>
1364                   <name>image_text</name>
1365                   <tooltip>The directory from which images will be randomly chosen.</tooltip>
1366                   <can_focus>True</can_focus>
1367                   <signal>
1368                     <name>activate</name>
1369                     <handler>pref_changed_cb</handler>
1370                     <last_modification_time>Thu, 12 Apr 2001 00:34:49 GMT</last_modification_time>
1371                   </signal>
1372                   <signal>
1373                     <name>focus_out_event</name>
1374                     <handler>pref_changed_cb</handler>
1375                     <last_modification_time>Thu, 12 Apr 2001 00:35:17 GMT</last_modification_time>
1376                   </signal>
1377                   <editable>True</editable>
1378                   <text_visible>True</text_visible>
1379                   <text_max_length>0</text_max_length>
1380                   <text></text>
1381                   <child>
1382                     <left_attach>1</left_attach>
1383                     <right_attach>2</right_attach>
1384                     <top_attach>3</top_attach>
1385                     <bottom_attach>4</bottom_attach>
1386                     <xpad>0</xpad>
1387                     <ypad>0</ypad>
1388                     <xexpand>False</xexpand>
1389                     <yexpand>False</yexpand>
1390                     <xshrink>True</xshrink>
1391                     <yshrink>False</yshrink>
1392                     <xfill>True</xfill>
1393                     <yfill>False</yfill>
1394                   </child>
1395                 </widget>
1396               </widget>
1397             </widget>
1398
1399             <widget>
1400               <class>GtkFrame</class>
1401               <name>blanking_frame</name>
1402               <border_width>10</border_width>
1403               <label>Blanking and Locking:</label>
1404               <label_xalign>0</label_xalign>
1405               <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1406               <child>
1407                 <left_attach>0</left_attach>
1408                 <right_attach>1</right_attach>
1409                 <top_attach>0</top_attach>
1410                 <bottom_attach>1</bottom_attach>
1411                 <xpad>0</xpad>
1412                 <ypad>0</ypad>
1413                 <xexpand>True</xexpand>
1414                 <yexpand>False</yexpand>
1415                 <xshrink>False</xshrink>
1416                 <yshrink>False</yshrink>
1417                 <xfill>True</xfill>
1418                 <yfill>True</yfill>
1419               </child>
1420
1421               <widget>
1422                 <class>GtkTable</class>
1423                 <name>blanking_table</name>
1424                 <border_width>10</border_width>
1425                 <rows>5</rows>
1426                 <columns>3</columns>
1427                 <homogeneous>False</homogeneous>
1428                 <row_spacing>2</row_spacing>
1429                 <column_spacing>10</column_spacing>
1430
1431                 <widget>
1432                   <class>GtkEntry</class>
1433                   <name>lock_text</name>
1434                   <tooltip>How long after the screen saver has activated until a password will be required (if  `Require Password' is also set.)</tooltip>
1435                   <can_focus>True</can_focus>
1436                   <signal>
1437                     <name>activate</name>
1438                     <handler>pref_changed_cb</handler>
1439                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
1440                   </signal>
1441                   <signal>
1442                     <name>focus_out_event</name>
1443                     <handler>pref_changed_cb</handler>
1444                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
1445                   </signal>
1446                   <editable>True</editable>
1447                   <text_visible>True</text_visible>
1448                   <text_max_length>8</text_max_length>
1449                   <text></text>
1450                   <child>
1451                     <left_attach>1</left_attach>
1452                     <right_attach>2</right_attach>
1453                     <top_attach>4</top_attach>
1454                     <bottom_attach>5</bottom_attach>
1455                     <xpad>0</xpad>
1456                     <ypad>0</ypad>
1457                     <xexpand>False</xexpand>
1458                     <yexpand>False</yexpand>
1459                     <xshrink>False</xshrink>
1460                     <yshrink>False</yshrink>
1461                     <xfill>False</xfill>
1462                     <yfill>False</yfill>
1463                   </child>
1464                 </widget>
1465
1466                 <widget>
1467                   <class>GtkEntry</class>
1468                   <name>cycle_text</name>
1469                   <tooltip>How long each demo will be run before moving on to another.</tooltip>
1470                   <can_focus>True</can_focus>
1471                   <signal>
1472                     <name>activate</name>
1473                     <handler>pref_changed_cb</handler>
1474                     <last_modification_time>Mon, 03 Apr 2000 02:28:29 GMT</last_modification_time>
1475                   </signal>
1476                   <signal>
1477                     <name>focus_out_event</name>
1478                     <handler>pref_changed_cb</handler>
1479                     <last_modification_time>Mon, 03 Apr 2000 02:35:28 GMT</last_modification_time>
1480                   </signal>
1481                   <editable>True</editable>
1482                   <text_visible>True</text_visible>
1483                   <text_max_length>8</text_max_length>
1484                   <text></text>
1485                   <child>
1486                     <left_attach>1</left_attach>
1487                     <right_attach>2</right_attach>
1488                     <top_attach>1</top_attach>
1489                     <bottom_attach>2</bottom_attach>
1490                     <xpad>0</xpad>
1491                     <ypad>0</ypad>
1492                     <xexpand>False</xexpand>
1493                     <yexpand>False</yexpand>
1494                     <xshrink>False</xshrink>
1495                     <yshrink>False</yshrink>
1496                     <xfill>False</xfill>
1497                     <yfill>False</yfill>
1498                   </child>
1499                 </widget>
1500
1501                 <widget>
1502                   <class>GtkEntry</class>
1503                   <name>timeout_text</name>
1504                   <tooltip>How long until the screen saver activates and begins running demos.</tooltip>
1505                   <can_focus>True</can_focus>
1506                   <signal>
1507                     <name>activate</name>
1508                     <handler>pref_changed_cb</handler>
1509                     <last_modification_time>Mon, 03 Apr 2000 02:28:10 GMT</last_modification_time>
1510                   </signal>
1511                   <signal>
1512                     <name>focus_out_event</name>
1513                     <handler>pref_changed_cb</handler>
1514                     <last_modification_time>Mon, 03 Apr 2000 02:34:26 GMT</last_modification_time>
1515                   </signal>
1516                   <editable>True</editable>
1517                   <text_visible>True</text_visible>
1518                   <text_max_length>8</text_max_length>
1519                   <text></text>
1520                   <child>
1521                     <left_attach>1</left_attach>
1522                     <right_attach>2</right_attach>
1523                     <top_attach>0</top_attach>
1524                     <bottom_attach>1</bottom_attach>
1525                     <xpad>0</xpad>
1526                     <ypad>0</ypad>
1527                     <xexpand>False</xexpand>
1528                     <yexpand>False</yexpand>
1529                     <xshrink>False</xshrink>
1530                     <yshrink>False</yshrink>
1531                     <xfill>False</xfill>
1532                     <yfill>False</yfill>
1533                   </child>
1534                 </widget>
1535
1536                 <widget>
1537                   <class>GtkLabel</class>
1538                   <name>timeout_label</name>
1539                   <label>Blank After:</label>
1540                   <justify>GTK_JUSTIFY_RIGHT</justify>
1541                   <wrap>False</wrap>
1542                   <xalign>1</xalign>
1543                   <yalign>0.5</yalign>
1544                   <xpad>0</xpad>
1545                   <ypad>0</ypad>
1546                   <child>
1547                     <left_attach>0</left_attach>
1548                     <right_attach>1</right_attach>
1549                     <top_attach>0</top_attach>
1550                     <bottom_attach>1</bottom_attach>
1551                     <xpad>0</xpad>
1552                     <ypad>0</ypad>
1553                     <xexpand>False</xexpand>
1554                     <yexpand>False</yexpand>
1555                     <xshrink>False</xshrink>
1556                     <yshrink>False</yshrink>
1557                     <xfill>True</xfill>
1558                     <yfill>False</yfill>
1559                   </child>
1560                 </widget>
1561
1562                 <widget>
1563                   <class>GtkLabel</class>
1564                   <name>cycle_label</name>
1565                   <label>Cycle After:</label>
1566                   <justify>GTK_JUSTIFY_RIGHT</justify>
1567                   <wrap>False</wrap>
1568                   <xalign>1</xalign>
1569                   <yalign>0.5</yalign>
1570                   <xpad>0</xpad>
1571                   <ypad>0</ypad>
1572                   <child>
1573                     <left_attach>0</left_attach>
1574                     <right_attach>1</right_attach>
1575                     <top_attach>1</top_attach>
1576                     <bottom_attach>2</bottom_attach>
1577                     <xpad>0</xpad>
1578                     <ypad>0</ypad>
1579                     <xexpand>False</xexpand>
1580                     <yexpand>False</yexpand>
1581                     <xshrink>False</xshrink>
1582                     <yshrink>False</yshrink>
1583                     <xfill>True</xfill>
1584                     <yfill>False</yfill>
1585                   </child>
1586                 </widget>
1587
1588                 <widget>
1589                   <class>GtkLabel</class>
1590                   <name>lock_label</name>
1591                   <label>Lock After:</label>
1592                   <justify>GTK_JUSTIFY_RIGHT</justify>
1593                   <wrap>False</wrap>
1594                   <xalign>1</xalign>
1595                   <yalign>0.5</yalign>
1596                   <xpad>0</xpad>
1597                   <ypad>0</ypad>
1598                   <child>
1599                     <left_attach>0</left_attach>
1600                     <right_attach>1</right_attach>
1601                     <top_attach>4</top_attach>
1602                     <bottom_attach>5</bottom_attach>
1603                     <xpad>0</xpad>
1604                     <ypad>0</ypad>
1605                     <xexpand>False</xexpand>
1606                     <yexpand>False</yexpand>
1607                     <xshrink>False</xshrink>
1608                     <yshrink>False</yshrink>
1609                     <xfill>True</xfill>
1610                     <yfill>False</yfill>
1611                   </child>
1612                 </widget>
1613
1614                 <widget>
1615                   <class>GtkLabel</class>
1616                   <name>blanking_dummy</name>
1617                   <label></label>
1618                   <justify>GTK_JUSTIFY_LEFT</justify>
1619                   <wrap>False</wrap>
1620                   <xalign>0.5</xalign>
1621                   <yalign>0.5</yalign>
1622                   <xpad>0</xpad>
1623                   <ypad>0</ypad>
1624                   <child>
1625                     <left_attach>2</left_attach>
1626                     <right_attach>3</right_attach>
1627                     <top_attach>4</top_attach>
1628                     <bottom_attach>5</bottom_attach>
1629                     <xpad>0</xpad>
1630                     <ypad>0</ypad>
1631                     <xexpand>True</xexpand>
1632                     <yexpand>False</yexpand>
1633                     <xshrink>False</xshrink>
1634                     <yshrink>False</yshrink>
1635                     <xfill>True</xfill>
1636                     <yfill>False</yfill>
1637                   </child>
1638                 </widget>
1639
1640                 <widget>
1641                   <class>GtkEventBox</class>
1642                   <name>lock_button_eventbox</name>
1643                   <tooltip>Whether a password should be required to unblank the screen.</tooltip>
1644                   <child>
1645                     <left_attach>0</left_attach>
1646                     <right_attach>3</right_attach>
1647                     <top_attach>3</top_attach>
1648                     <bottom_attach>4</bottom_attach>
1649                     <xpad>0</xpad>
1650                     <ypad>0</ypad>
1651                     <xexpand>False</xexpand>
1652                     <yexpand>False</yexpand>
1653                     <xshrink>False</xshrink>
1654                     <yshrink>False</yshrink>
1655                     <xfill>True</xfill>
1656                     <yfill>True</yfill>
1657                   </child>
1658
1659                   <widget>
1660                     <class>GtkCheckButton</class>
1661                     <name>lock_button</name>
1662                     <can_focus>True</can_focus>
1663                     <signal>
1664                       <name>toggled</name>
1665                       <handler>pref_changed_cb</handler>
1666                       <last_modification_time>Mon, 03 Apr 2000 02:31:53 GMT</last_modification_time>
1667                     </signal>
1668                     <label>Require Password</label>
1669                     <active>False</active>
1670                     <draw_indicator>True</draw_indicator>
1671                   </widget>
1672                 </widget>
1673
1674                 <widget>
1675                   <class>GtkHSeparator</class>
1676                   <name>blanking_hr</name>
1677                   <child>
1678                     <left_attach>0</left_attach>
1679                     <right_attach>3</right_attach>
1680                     <top_attach>2</top_attach>
1681                     <bottom_attach>3</bottom_attach>
1682                     <xpad>0</xpad>
1683                     <ypad>2</ypad>
1684                     <xexpand>True</xexpand>
1685                     <yexpand>True</yexpand>
1686                     <xshrink>False</xshrink>
1687                     <yshrink>False</yshrink>
1688                     <xfill>True</xfill>
1689                     <yfill>True</yfill>
1690                   </child>
1691                 </widget>
1692               </widget>
1693             </widget>
1694
1695             <widget>
1696               <class>GtkFrame</class>
1697               <name>diag_frame</name>
1698               <border_width>10</border_width>
1699               <label>Diagnostics:</label>
1700               <label_xalign>0</label_xalign>
1701               <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1702               <child>
1703                 <left_attach>0</left_attach>
1704                 <right_attach>1</right_attach>
1705                 <top_attach>2</top_attach>
1706                 <bottom_attach>3</bottom_attach>
1707                 <xpad>0</xpad>
1708                 <ypad>0</ypad>
1709                 <xexpand>True</xexpand>
1710                 <yexpand>False</yexpand>
1711                 <xshrink>False</xshrink>
1712                 <yshrink>False</yshrink>
1713                 <xfill>True</xfill>
1714                 <yfill>True</yfill>
1715               </child>
1716
1717               <widget>
1718                 <class>GtkTable</class>
1719                 <name>diag_table</name>
1720                 <border_width>10</border_width>
1721                 <rows>3</rows>
1722                 <columns>1</columns>
1723                 <homogeneous>False</homogeneous>
1724                 <row_spacing>2</row_spacing>
1725                 <column_spacing>10</column_spacing>
1726
1727                 <widget>
1728                   <class>GtkEventBox</class>
1729                   <name>splash_button_eventbox</name>
1730                   <tooltip>Whether the splash screen (with the version number and `Help' button) should be momentarily displayed when the daemon first starts up.</tooltip>
1731                   <child>
1732                     <left_attach>0</left_attach>
1733                     <right_attach>1</right_attach>
1734                     <top_attach>2</top_attach>
1735                     <bottom_attach>3</bottom_attach>
1736                     <xpad>0</xpad>
1737                     <ypad>0</ypad>
1738                     <xexpand>True</xexpand>
1739                     <yexpand>False</yexpand>
1740                     <xshrink>False</xshrink>
1741                     <yshrink>False</yshrink>
1742                     <xfill>True</xfill>
1743                     <yfill>False</yfill>
1744                   </child>
1745
1746                   <widget>
1747                     <class>GtkCheckButton</class>
1748                     <name>splash_button</name>
1749                     <can_focus>True</can_focus>
1750                     <signal>
1751                       <name>toggled</name>
1752                       <handler>pref_changed_cb</handler>
1753                       <last_modification_time>Mon, 03 Apr 2000 02:32:39 GMT</last_modification_time>
1754                     </signal>
1755                     <label>Display Splash Screen at Startup</label>
1756                     <active>True</active>
1757                     <draw_indicator>True</draw_indicator>
1758                   </widget>
1759                 </widget>
1760
1761                 <widget>
1762                   <class>GtkEventBox</class>
1763                   <name>capture_button_eventbox</name>
1764                   <tooltip>Whether the stdout and stderr streams of graphics demos should be displayed on the xscreensaver window.</tooltip>
1765                   <child>
1766                     <left_attach>0</left_attach>
1767                     <right_attach>1</right_attach>
1768                     <top_attach>1</top_attach>
1769                     <bottom_attach>2</bottom_attach>
1770                     <xpad>0</xpad>
1771                     <ypad>0</ypad>
1772                     <xexpand>True</xexpand>
1773                     <yexpand>False</yexpand>
1774                     <xshrink>False</xshrink>
1775                     <yshrink>False</yshrink>
1776                     <xfill>True</xfill>
1777                     <yfill>False</yfill>
1778                   </child>
1779
1780                   <widget>
1781                     <class>GtkCheckButton</class>
1782                     <name>capture_button</name>
1783                     <can_focus>True</can_focus>
1784                     <signal>
1785                       <name>toggled</name>
1786                       <handler>pref_changed_cb</handler>
1787                       <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1788                     </signal>
1789                     <label>Display Subprocess Errors</label>
1790                     <active>False</active>
1791                     <draw_indicator>True</draw_indicator>
1792                   </widget>
1793                 </widget>
1794
1795                 <widget>
1796                   <class>GtkEventBox</class>
1797                   <name>verbose_button_eventbox</name>
1798                   <tooltip>Whether the daemon should print lots of debugging information.</tooltip>
1799                   <child>
1800                     <left_attach>0</left_attach>
1801                     <right_attach>1</right_attach>
1802                     <top_attach>0</top_attach>
1803                     <bottom_attach>1</bottom_attach>
1804                     <xpad>0</xpad>
1805                     <ypad>0</ypad>
1806                     <xexpand>True</xexpand>
1807                     <yexpand>False</yexpand>
1808                     <xshrink>False</xshrink>
1809                     <yshrink>False</yshrink>
1810                     <xfill>True</xfill>
1811                     <yfill>False</yfill>
1812                   </child>
1813
1814                   <widget>
1815                     <class>GtkCheckButton</class>
1816                     <name>verbose_button</name>
1817                     <can_focus>True</can_focus>
1818                     <signal>
1819                       <name>toggled</name>
1820                       <handler>pref_changed_cb</handler>
1821                       <last_modification_time>Mon, 03 Apr 2000 02:32:25 GMT</last_modification_time>
1822                     </signal>
1823                     <label>Verbose Diagnostics</label>
1824                     <active>False</active>
1825                     <draw_indicator>True</draw_indicator>
1826                   </widget>
1827                 </widget>
1828               </widget>
1829             </widget>
1830           </widget>
1831         </widget>
1832       </widget>
1833
1834       <widget>
1835         <class>GtkLabel</class>
1836         <child_name>Notebook:tab</child_name>
1837         <name>options_tab</name>
1838         <label>Screensaver Options</label>
1839         <justify>GTK_JUSTIFY_CENTER</justify>
1840         <wrap>False</wrap>
1841         <xalign>0.5</xalign>
1842         <yalign>0.5</yalign>
1843         <xpad>0</xpad>
1844         <ypad>0</ypad>
1845       </widget>
1846     </widget>
1847   </widget>
1848 </widget>
1849
1850 </GTK-Interface>