http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.23.tar.gz
[xscreensaver] / driver / xscreensaver-demo.glade2
index 7ad902197b4ae4313460a0d0d171ce3e93d542d9..92078445ec7e00fbb2b5c0ebbd7e9e8bb44d515d 100644 (file)
   <property name="modal">False</property>
   <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
   <child>
     <widget class="GtkVBox" id="outer_vbox">
@@ -26,6 +31,7 @@
              <property name="visible">True</property>
              <property name="label" translatable="yes">_File</property>
              <property name="use_underline">True</property>
+             <signal name="activate" handler="file_menu_cb" last_modification_time="Sun, 06 Mar 2005 21:41:13 GMT"/>
 
              <child>
                <widget class="GtkMenu" id="file_menu">
                        <widget class="GtkEventBox" id="lock_button_eventbox">
                          <property name="visible">True</property>
                          <property name="tooltip" translatable="yes">Whether a password should be required to un-blank the screen.</property>
+                         <property name="visible_window">True</property>
+                         <property name="above_child">False</property>
 
                          <child>
                            <widget class="GtkCheckButton" id="lock_button">
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
-                             <property name="label" translatable="yes">_Lock Screen After</property>
+                             <property name="label" translatable="yes">_Lock Screen After  </property>
                              <property name="use_underline">True</property>
                              <property name="relief">GTK_RELIEF_NORMAL</property>
+                             <property name="focus_on_click">True</property>
                              <property name="active">False</property>
                              <property name="inconsistent">False</property>
                              <property name="draw_indicator">True</property>
                      </child>
 
                      <child>
-                       <widget class="GtkLabel" id="timeout_label">
+                       <widget class="GtkSpinButton" id="timeout_spinbutton">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">_Blank After</property>
-                         <property name="use_underline">True</property>
-                         <property name="use_markup">False</property>
-                         <property name="justify">GTK_JUSTIFY_RIGHT</property>
+                         <property name="tooltip" translatable="yes">How long before the screen saver activates.</property>
+                         <property name="can_focus">True</property>
+                         <property name="climb_rate">15</property>
+                         <property name="digits">0</property>
+                         <property name="numeric">True</property>
+                         <property name="update_policy">GTK_UPDATE_ALWAYS</property>
+                         <property name="snap_to_ticks">True</property>
                          <property name="wrap">False</property>
-                         <property name="selectable">False</property>
-                         <property name="xalign">1</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xpad">8</property>
-                         <property name="ypad">0</property>
-                         <property name="mnemonic_widget">timeout_spinbutton</property>
+                         <property name="adjustment">1 1 720 1 15 15</property>
+                         <signal name="activate" handler="pref_changed_cb"/>
+                         <signal name="focus_out_event" handler="pref_changed_event_cb"/>
+                         <signal name="value_changed" handler="pref_changed_cb"/>
                        </widget>
                        <packing>
-                         <property name="left_attach">1</property>
-                         <property name="right_attach">2</property>
+                         <property name="left_attach">2</property>
+                         <property name="right_attach">3</property>
                          <property name="top_attach">0</property>
                          <property name="bottom_attach">1</property>
                          <property name="x_options">fill</property>
                      </child>
 
                      <child>
-                       <widget class="GtkSpinButton" id="timeout_spinbutton">
+                       <widget class="GtkSpinButton" id="lock_spinbutton">
                          <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">How long before the screensaver activates.</property>
+                         <property name="tooltip" translatable="yes">How long after the screen blanks until a password will be required.</property>
                          <property name="can_focus">True</property>
                          <property name="climb_rate">15</property>
                          <property name="digits">0</property>
                          <property name="update_policy">GTK_UPDATE_ALWAYS</property>
                          <property name="snap_to_ticks">True</property>
                          <property name="wrap">False</property>
-                         <property name="adjustment">1 1 720 1 15 15</property>
+                         <property name="adjustment">0 0 720 1 15 15</property>
                          <signal name="activate" handler="pref_changed_cb"/>
                          <signal name="focus_out_event" handler="pref_changed_event_cb"/>
                          <signal name="value_changed" handler="pref_changed_cb"/>
                        <packing>
                          <property name="left_attach">2</property>
                          <property name="right_attach">3</property>
-                         <property name="top_attach">0</property>
-                         <property name="bottom_attach">1</property>
+                         <property name="top_attach">2</property>
+                         <property name="bottom_attach">3</property>
+                         <property name="y_padding">10</property>
                          <property name="x_options">fill</property>
                          <property name="y_options"></property>
                        </packing>
                      </child>
 
                      <child>
-                       <widget class="GtkLabel" id="timeout_mlabel">
+                       <widget class="GtkSpinButton" id="cycle_spinbutton">
+                         <property name="visible">True</property>
+                         <property name="tooltip" translatable="yes">How long each display mode should run before choosing a new one (in Random mode.)</property>
+                         <property name="can_focus">True</property>
+                         <property name="climb_rate">15</property>
+                         <property name="digits">0</property>
+                         <property name="numeric">True</property>
+                         <property name="update_policy">GTK_UPDATE_ALWAYS</property>
+                         <property name="snap_to_ticks">True</property>
+                         <property name="wrap">False</property>
+                         <property name="adjustment">0 0 720 1 15 15</property>
+                         <signal name="activate" handler="pref_changed_cb"/>
+                         <signal name="focus_out_event" handler="pref_changed_event_cb"/>
+                         <signal name="value_changed" handler="pref_changed_cb"/>
+                       </widget>
+                       <packing>
+                         <property name="left_attach">2</property>
+                         <property name="right_attach">3</property>
+                         <property name="top_attach">1</property>
+                         <property name="bottom_attach">2</property>
+                         <property name="x_options">fill</property>
+                         <property name="y_options"></property>
+                       </packing>
+                     </child>
+
+                     <child>
+                       <widget class="GtkLabel" id="lock_mlabel">
                          <property name="visible">True</property>
                          <property name="label" translatable="yes">minutes</property>
                          <property name="use_underline">False</property>
                          <property name="selectable">False</property>
                          <property name="xalign">0</property>
                          <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
+                         <property name="xpad">8</property>
                          <property name="ypad">0</property>
                        </widget>
                        <packing>
                          <property name="left_attach">3</property>
                          <property name="right_attach">4</property>
-                         <property name="top_attach">0</property>
-                         <property name="bottom_attach">1</property>
+                         <property name="top_attach">2</property>
+                         <property name="bottom_attach">3</property>
                          <property name="y_options"></property>
                        </packing>
                      </child>
                          <property name="selectable">False</property>
                          <property name="xalign">0</property>
                          <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
+                         <property name="xpad">8</property>
                          <property name="ypad">0</property>
                        </widget>
                        <packing>
                      </child>
 
                      <child>
-                       <widget class="GtkLabel" id="lock_mlabel">
+                       <widget class="GtkLabel" id="timeout_mlabel">
                          <property name="visible">True</property>
                          <property name="label" translatable="yes">minutes</property>
                          <property name="use_underline">False</property>
                          <property name="selectable">False</property>
                          <property name="xalign">0</property>
                          <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
+                         <property name="xpad">8</property>
                          <property name="ypad">0</property>
                        </widget>
                        <packing>
                          <property name="left_attach">3</property>
                          <property name="right_attach">4</property>
-                         <property name="top_attach">2</property>
-                         <property name="bottom_attach">3</property>
-                         <property name="y_options"></property>
-                       </packing>
-                     </child>
-
-                     <child>
-                       <widget class="GtkSpinButton" id="lock_spinbutton">
-                         <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">How long after the screen blanks until a password will be required.</property>
-                         <property name="can_focus">True</property>
-                         <property name="climb_rate">15</property>
-                         <property name="digits">0</property>
-                         <property name="numeric">True</property>
-                         <property name="update_policy">GTK_UPDATE_ALWAYS</property>
-                         <property name="snap_to_ticks">True</property>
-                         <property name="wrap">False</property>
-                         <property name="adjustment">0 0 720 1 15 15</property>
-                         <signal name="activate" handler="pref_changed_cb"/>
-                         <signal name="focus_out_event" handler="pref_changed_event_cb"/>
-                         <signal name="value_changed" handler="pref_changed_cb"/>
-                       </widget>
-                       <packing>
-                         <property name="left_attach">2</property>
-                         <property name="right_attach">3</property>
-                         <property name="top_attach">2</property>
-                         <property name="bottom_attach">3</property>
-                         <property name="y_padding">10</property>
-                         <property name="x_options">fill</property>
+                         <property name="top_attach">0</property>
+                         <property name="bottom_attach">1</property>
                          <property name="y_options"></property>
                        </packing>
                      </child>
 
                      <child>
-                       <widget class="GtkSpinButton" id="cycle_spinbutton">
+                       <widget class="GtkLabel" id="timeout_label">
                          <property name="visible">True</property>
-                         <property name="tooltip" translatable="yes">How long each display mode should run before choosing a new one (in Random mode.)</property>
-                         <property name="can_focus">True</property>
-                         <property name="climb_rate">15</property>
-                         <property name="digits">0</property>
-                         <property name="numeric">True</property>
-                         <property name="update_policy">GTK_UPDATE_ALWAYS</property>
-                         <property name="snap_to_ticks">True</property>
+                         <property name="label" translatable="yes">_Blank After</property>
+                         <property name="use_underline">True</property>
+                         <property name="use_markup">False</property>
+                         <property name="justify">GTK_JUSTIFY_RIGHT</property>
                          <property name="wrap">False</property>
-                         <property name="adjustment">1 1 720 1 15 15</property>
-                         <signal name="activate" handler="pref_changed_cb"/>
-                         <signal name="focus_out_event" handler="pref_changed_event_cb"/>
-                         <signal name="value_changed" handler="pref_changed_cb"/>
+                         <property name="selectable">False</property>
+                         <property name="xalign">1</property>
+                         <property name="yalign">0.5</property>
+                         <property name="xpad">8</property>
+                         <property name="ypad">0</property>
+                         <property name="mnemonic_widget">timeout_spinbutton</property>
                        </widget>
                        <packing>
-                         <property name="left_attach">2</property>
-                         <property name="right_attach">3</property>
-                         <property name="top_attach">1</property>
-                         <property name="bottom_attach">2</property>
+                         <property name="left_attach">1</property>
+                         <property name="right_attach">2</property>
+                         <property name="top_attach">0</property>
+                         <property name="bottom_attach">1</property>
                          <property name="x_options">fill</property>
                          <property name="y_options"></property>
                        </packing>
                          <property name="label" translatable="yes">_Preview</property>
                          <property name="use_underline">True</property>
                          <property name="relief">GTK_RELIEF_NORMAL</property>
+                         <property name="focus_on_click">True</property>
                          <signal name="clicked" handler="run_this_cb"/>
                        </widget>
                      </child>
                          <property name="label" translatable="yes">_Settings...</property>
                          <property name="use_underline">True</property>
                          <property name="relief">GTK_RELIEF_NORMAL</property>
+                         <property name="focus_on_click">True</property>
                          <signal name="clicked" handler="settings_cb"/>
                        </widget>
                      </child>
                              <property name="history">0</property>
 
                              <child internal-child="menu">
-                               <widget class="GtkMenu" id="convertwidget1">
+                               <widget class="GtkMenu" id="mode_menu_popup">
                                  <property name="visible">True</property>
 
                                  <child>
-                                   <widget class="GtkMenuItem" id="convertwidget2">
+                                   <widget class="GtkMenuItem" id="disable_menuitem">
+                                     <property name="visible">True</property>
+                                     <property name="tooltip" translatable="yes">Never blank the screen or power down the monitor.</property>
+                                     <property name="label" translatable="yes">_Disable Screen Saver</property>
+                                     <property name="use_underline">True</property>
+                                   </widget>
+                                 </child>
+
+                                 <child>
+                                   <widget class="GtkMenuItem" id="blank_menuitem">
                                      <property name="visible">True</property>
-                                     <property name="label" translatable="yes">Disable Screen Saver</property>
+                                     <property name="tooltip" translatable="yes">When idle or locked, blacken the screen only.</property>
+                                     <property name="label" translatable="yes">_Blank Screen Only</property>
                                      <property name="use_underline">True</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkMenuItem" id="convertwidget3">
+                                   <widget class="GtkMenuItem" id="one_menuitem">
                                      <property name="visible">True</property>
-                                     <property name="label" translatable="yes">Blank Screen Only</property>
+                                     <property name="tooltip" translatable="yes">When idle or locked, run the display mode selected below.</property>
+                                     <property name="label" translatable="yes">_Only One Screen Saver</property>
                                      <property name="use_underline">True</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkMenuItem" id="convertwidget4">
+                                   <widget class="GtkMenuItem" id="random_menuitem">
                                      <property name="visible">True</property>
-                                     <property name="label" translatable="yes">Only One Screen Saver</property>
+                                     <property name="tooltip" translatable="yes">When idle or locked, choose a random display mode from among the checked items in the list below.</property>
+                                     <property name="label" translatable="yes">_Random Screen Saver</property>
                                      <property name="use_underline">True</property>
                                    </widget>
                                  </child>
 
                                  <child>
-                                   <widget class="GtkMenuItem" id="convertwidget5">
+                                   <widget class="GtkMenuItem" id="random_same_menuitem">
                                      <property name="visible">True</property>
-                                     <property name="label" translatable="yes">Random Screen Saver</property>
+                                     <property name="tooltip" translatable="yes">When idle or locked, choose a random display mode from among the checked items in the list below.  Run that same mode on each monitor.</property>
+                                     <property name="label" translatable="yes">_Same Random Savers</property>
                                      <property name="use_underline">True</property>
                                    </widget>
                                  </child>
                                  <property name="tooltip" translatable="yes">Run the next screen saver in the list in full-screen mode (click the mouse to return.)</property>
                                  <property name="can_focus">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <signal name="clicked" handler="run_next_cb"/>
 
                                  <child>
                                  <property name="tooltip" translatable="yes">Run the previous screen saver in the list in full-screen mode (click the mouse to return.)</property>
                                  <property name="can_focus">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <signal name="clicked" handler="run_prev_cb"/>
 
                                  <child>
@@ -788,6 +814,48 @@ Installed</property>
                              <property name="type">tab</property>
                            </packing>
                          </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="nothing_label">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">Very few (or no) screen savers appear to be available.
+
+This probably means that the &quot;xscreensaver-extras&quot; and
+&quot;xscreensaver-gl-extras&quot; packages are not installed.</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_CENTER</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="tab_expand">False</property>
+                             <property name="tab_fill">True</property>
+                           </packing>
+                         </child>
+
+                         <child>
+                           <widget class="GtkLabel" id="nothing_tab">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">nothing</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">False</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                           <packing>
+                             <property name="type">tab</property>
+                           </packing>
+                         </child>
                        </widget>
                      </child>
 
@@ -901,6 +969,7 @@ Installed</property>
                                  <property name="label" translatable="yes">Grab Desktop _Images</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -921,6 +990,7 @@ Installed</property>
                                  <property name="label" translatable="yes">Grab _Video Frames</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -941,6 +1011,7 @@ Installed</property>
                                  <property name="label" translatable="yes">Choose _Random Image:</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -996,7 +1067,7 @@ Installed</property>
                                      <signal name="focus_out_event" handler="pref_changed_event_cb"/>
                                    </widget>
                                    <packing>
-                                     <property name="padding">0</property>
+                                     <property name="padding">2</property>
                                      <property name="expand">True</property>
                                      <property name="fill">True</property>
                                    </packing>
@@ -1009,6 +1080,7 @@ Installed</property>
                                      <property name="label" translatable="yes">_Browse</property>
                                      <property name="use_underline">True</property>
                                      <property name="relief">GTK_RELIEF_NORMAL</property>
+                                     <property name="focus_on_click">True</property>
                                      <signal name="clicked" handler="browse_image_dir_cb"/>
                                    </widget>
                                    <packing>
@@ -1093,67 +1165,271 @@ Installed</property>
                          </child>
 
                          <child>
-                           <widget class="GtkVBox" id="diag_vbox">
+                           <widget class="GtkTable" id="text_table">
                              <property name="visible">True</property>
+                             <property name="n_rows">5</property>
+                             <property name="n_columns">3</property>
                              <property name="homogeneous">False</property>
-                             <property name="spacing">0</property>
+                             <property name="row_spacing">2</property>
+                             <property name="column_spacing">2</property>
 
                              <child>
-                               <widget class="GtkCheckButton" id="verbose_button">
+                               <widget class="GtkRadioButton" id="text_radio">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">Whether the daemon should print lots of debugging information.</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the text typed here.</property>
                                  <property name="can_focus">True</property>
-                                 <property name="label" translatable="yes">_Verbose Diagnostics</property>
+                                 <property name="label" translatable="yes">_Text</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
-                                 <signal name="toggled" handler="pref_changed_cb"/>
+                                 <signal name="toggled" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:31:44 GMT"/>
                                </widget>
                                <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">1</property>
+                                 <property name="bottom_attach">2</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
                                </packing>
                              </child>
 
                              <child>
-                               <widget class="GtkCheckButton" id="capture_button">
+                               <widget class="GtkRadioButton" id="text_file_radio">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">Whether any error output of the display modes should be redirected to the screen.</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the contents of this file.</property>
                                  <property name="can_focus">True</property>
-                                 <property name="label" translatable="yes">Display Subprocess _Errors</property>
+                                 <property name="label" translatable="yes">Text _file</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
-                                 <signal name="toggled" handler="pref_changed_cb"/>
+                                 <property name="group">text_radio</property>
+                                 <signal name="toggled" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:31:55 GMT"/>
                                </widget>
                                <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">2</property>
+                                 <property name="bottom_attach">3</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
                                </packing>
                              </child>
 
                              <child>
-                               <widget class="GtkCheckButton" id="splash_button">
+                               <widget class="GtkRadioButton" id="text_program_radio">
                                  <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">Whether the splash screen (with the version number and `Help' button) should be momentarily displayed when the daemon first starts up.</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the output of this program.</property>
                                  <property name="can_focus">True</property>
-                                 <property name="label" translatable="yes">Display _Splash Screen at Startup</property>
+                                 <property name="label" translatable="yes">_Program</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
+                                 <property name="group">text_radio</property>
+                                 <signal name="toggled" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:32:07 GMT"/>
                                </widget>
                                <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">3</property>
+                                 <property name="bottom_attach">4</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkRadioButton" id="text_url_radio">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the contents of this URL (HTML or RSS).</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">_URL</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                                 <property name="active">False</property>
+                                 <property name="inconsistent">False</property>
+                                 <property name="draw_indicator">True</property>
+                                 <property name="group">text_radio</property>
+                                 <signal name="toggled" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:32:17 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">1</property>
+                                 <property name="top_attach">4</property>
+                                 <property name="bottom_attach">5</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkRadioButton" id="text_host_radio">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the local host name, date, and time.</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">_Host Name and Time</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                                 <property name="active">True</property>
+                                 <property name="inconsistent">False</property>
+                                 <property name="draw_indicator">True</property>
+                                 <property name="group">text_radio</property>
+                                 <signal name="toggled" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:31:32 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">0</property>
+                                 <property name="right_attach">3</property>
+                                 <property name="top_attach">0</property>
+                                 <property name="bottom_attach">1</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkEntry" id="text_url_entry">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the contents of this URL (HTML or RSS).</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text" translatable="yes"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="activates_default">False</property>
+                                 <signal name="activate" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:33:10 GMT"/>
+                                 <signal name="focus_out_event" handler="pref_changed_event_cb" last_modification_time="Sun, 20 Mar 2005 21:34:26 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">3</property>
+                                 <property name="top_attach">4</property>
+                                 <property name="bottom_attach">5</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkButton" id="text_file_browse">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">_Browse</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                                 <signal name="clicked" handler="browse_text_file_cb" last_modification_time="Sun, 20 Mar 2005 01:24:38 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">2</property>
+                                 <property name="right_attach">3</property>
+                                 <property name="top_attach">2</property>
+                                 <property name="bottom_attach">3</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkEntry" id="text_entry">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the text typed here.</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text" translatable="yes"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="activates_default">False</property>
+                                 <signal name="activate" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:32:42 GMT"/>
+                                 <signal name="focus_out_event" handler="pref_changed_event_cb" last_modification_time="Sun, 20 Mar 2005 21:33:43 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">3</property>
+                                 <property name="top_attach">1</property>
+                                 <property name="bottom_attach">2</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkEntry" id="text_program_entry">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the output of this program.</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text" translatable="yes"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="activates_default">False</property>
+                                 <signal name="activate" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:33:02 GMT"/>
+                                 <signal name="focus_out_event" handler="pref_changed_event_cb" last_modification_time="Sun, 20 Mar 2005 21:34:15 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">3</property>
+                                 <property name="bottom_attach">4</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkButton" id="text_program_browse">
+                                 <property name="visible">True</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">_Browse</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                                 <signal name="clicked" handler="browse_text_program_cb" last_modification_time="Sun, 20 Mar 2005 01:24:51 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">2</property>
+                                 <property name="right_attach">3</property>
+                                 <property name="top_attach">3</property>
+                                 <property name="bottom_attach">4</property>
+                                 <property name="x_options">fill</property>
+                                 <property name="y_options"></property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkEntry" id="text_file_entry">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Text-displaying modes will display the contents of this file.</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="editable">True</property>
+                                 <property name="visibility">True</property>
+                                 <property name="max_length">0</property>
+                                 <property name="text" translatable="yes"></property>
+                                 <property name="has_frame">True</property>
+                                 <property name="invisible_char" translatable="yes">*</property>
+                                 <property name="activates_default">False</property>
+                                 <signal name="activate" handler="pref_changed_cb" last_modification_time="Sun, 20 Mar 2005 21:32:53 GMT"/>
+                                 <signal name="focus_out_event" handler="pref_changed_event_cb" last_modification_time="Sun, 20 Mar 2005 21:33:55 GMT"/>
+                               </widget>
+                               <packing>
+                                 <property name="left_attach">1</property>
+                                 <property name="right_attach">2</property>
+                                 <property name="top_attach">2</property>
+                                 <property name="bottom_attach">3</property>
+                                 <property name="y_options"></property>
                                </packing>
                              </child>
                            </widget>
@@ -1169,7 +1445,7 @@ Installed</property>
                      <child>
                        <widget class="GtkLabel" id="label3">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">Diagnostics</property>
+                         <property name="label" translatable="yes">Text Manipulation</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">False</property>
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1239,6 +1515,7 @@ Installed</property>
                                  <property name="label" translatable="yes">_Power Management Enabled</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">True</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -1566,37 +1843,6 @@ Installed</property>
                              <property name="homogeneous">False</property>
                              <property name="spacing">0</property>
 
-                             <child>
-                               <widget class="GtkCheckButton" id="install_button">
-                                 <property name="visible">True</property>
-                                 <property name="tooltip" translatable="yes">Whether to install a private colormap when running in 8-bit mode on the default Visual.</property>
-                                 <property name="can_focus">True</property>
-                                 <property name="label" translatable="yes">Install _Colormap</property>
-                                 <property name="use_underline">True</property>
-                                 <property name="relief">GTK_RELIEF_NORMAL</property>
-                                 <property name="active">False</property>
-                                 <property name="inconsistent">False</property>
-                                 <property name="draw_indicator">True</property>
-                                 <signal name="toggled" handler="pref_changed_cb"/>
-                               </widget>
-                               <packing>
-                                 <property name="padding">0</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
-                               </packing>
-                             </child>
-
-                             <child>
-                               <widget class="GtkHSeparator" id="cmap_hr">
-                                 <property name="visible">True</property>
-                               </widget>
-                               <packing>
-                                 <property name="padding">4</property>
-                                 <property name="expand">False</property>
-                                 <property name="fill">False</property>
-                               </packing>
-                             </child>
-
                              <child>
                                <widget class="GtkCheckButton" id="fade_button">
                                  <property name="visible">True</property>
@@ -1605,6 +1851,7 @@ Installed</property>
                                  <property name="label" translatable="yes">Fade to Black when _Blanking</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -1625,6 +1872,7 @@ Installed</property>
                                  <property name="label" translatable="yes">Fade from Black When _Unblanking</property>
                                  <property name="use_underline">True</property>
                                  <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
                                  <property name="active">False</property>
                                  <property name="inconsistent">False</property>
                                  <property name="draw_indicator">True</property>
@@ -1680,7 +1928,7 @@ Installed</property>
                                      <property name="mnemonic_widget">fade_spinbutton</property>
                                    </widget>
                                    <packing>
-                                     <property name="padding">10</property>
+                                     <property name="padding">14</property>
                                      <property name="expand">False</property>
                                      <property name="fill">False</property>
                                    </packing>
@@ -1724,7 +1972,7 @@ Installed</property>
                                      <property name="ypad">0</property>
                                    </widget>
                                    <packing>
-                                     <property name="padding">0</property>
+                                     <property name="padding">2</property>
                                      <property name="expand">False</property>
                                      <property name="fill">False</property>
                                    </packing>
@@ -1736,6 +1984,38 @@ Installed</property>
                                  <property name="fill">False</property>
                                </packing>
                              </child>
+
+                             <child>
+                               <widget class="GtkHSeparator" id="cmap_hr">
+                                 <property name="visible">True</property>
+                               </widget>
+                               <packing>
+                                 <property name="padding">8</property>
+                                 <property name="expand">False</property>
+                                 <property name="fill">False</property>
+                               </packing>
+                             </child>
+
+                             <child>
+                               <widget class="GtkCheckButton" id="install_button">
+                                 <property name="visible">True</property>
+                                 <property name="tooltip" translatable="yes">Whether to install a private colormap when running in 8-bit mode on the default Visual.</property>
+                                 <property name="can_focus">True</property>
+                                 <property name="label" translatable="yes">Install _Colormap</property>
+                                 <property name="use_underline">True</property>
+                                 <property name="relief">GTK_RELIEF_NORMAL</property>
+                                 <property name="focus_on_click">True</property>
+                                 <property name="active">False</property>
+                                 <property name="inconsistent">False</property>
+                                 <property name="draw_indicator">True</property>
+                                 <signal name="toggled" handler="pref_changed_cb"/>
+                               </widget>
+                               <packing>
+                                 <property name="padding">0</property>
+                                 <property name="expand">False</property>
+                                 <property name="fill">False</property>
+                               </packing>
+                             </child>
                            </widget>
                            <packing>
                              <property name="padding">0</property>
@@ -1749,7 +2029,7 @@ Installed</property>
                      <child>
                        <widget class="GtkLabel" id="label5">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">Colormaps</property>
+                         <property name="label" translatable="yes">Fading and Colormaps</property>
                          <property name="use_underline">False</property>
                          <property name="use_markup">False</property>
                          <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -1814,6 +2094,46 @@ Installed</property>
          <property name="fill">True</property>
        </packing>
       </child>
+
+      <child>
+       <widget class="GtkHButtonBox" id="hbuttonbox2">
+         <property name="border_width">5</property>
+         <property name="layout_style">GTK_BUTTONBOX_EDGE</property>
+         <property name="spacing">10</property>
+
+         <child>
+           <widget class="GtkButton" id="helpbutton">
+             <property name="visible">True</property>
+             <property name="can_default">True</property>
+             <property name="can_focus">True</property>
+             <property name="label">gtk-help</property>
+             <property name="use_stock">True</property>
+             <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
+             <signal name="clicked" handler="doc_menu_cb"/>
+           </widget>
+         </child>
+
+         <child>
+           <widget class="GtkButton" id="closebutton">
+             <property name="visible">True</property>
+             <property name="can_default">True</property>
+             <property name="can_focus">True</property>
+             <property name="label">gtk-close</property>
+             <property name="use_stock">True</property>
+             <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
+             <signal name="clicked" handler="exit_menu_cb"/>
+           </widget>
+         </child>
+       </widget>
+       <packing>
+         <property name="padding">0</property>
+         <property name="expand">False</property>
+         <property name="fill">True</property>
+         <property name="pack_type">GTK_PACK_END</property>
+       </packing>
+      </child>
     </widget>
   </child>
 </widget>
@@ -1825,6 +2145,11 @@ Installed</property>
   <property name="modal">False</property>
   <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
+  <property name="decorated">True</property>
+  <property name="skip_taskbar_hint">False</property>
+  <property name="skip_pager_hint">False</property>
+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
   <property name="has_separator">False</property>
 
   <child internal-child="vbox">
@@ -1846,6 +2171,7 @@ Installed</property>
              <property name="label" translatable="yes">_Advanced &gt;&gt;</property>
              <property name="use_underline">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
              <property name="response_id">0</property>
              <signal name="clicked" handler="settings_adv_cb"/>
            </widget>
@@ -1859,6 +2185,7 @@ Installed</property>
              <property name="label" translatable="yes">_Standard &lt;&lt;</property>
              <property name="use_underline">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
              <property name="response_id">0</property>
              <signal name="clicked" handler="settings_std_cb"/>
            </widget>
@@ -1872,6 +2199,7 @@ Installed</property>
              <property name="label">gtk-cancel</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
              <property name="response_id">-6</property>
              <signal name="clicked" handler="settings_cancel_cb"/>
            </widget>
@@ -1885,6 +2213,7 @@ Installed</property>
              <property name="label">gtk-ok</property>
              <property name="use_stock">True</property>
              <property name="relief">GTK_RELIEF_NORMAL</property>
+             <property name="focus_on_click">True</property>
              <property name="response_id">-5</property>
              <signal name="clicked" handler="settings_ok_cb"/>
            </widget>
@@ -2328,6 +2657,7 @@ Installed</property>
                      <property name="label" translatable="yes">_Documentation...</property>
                      <property name="use_underline">True</property>
                      <property name="relief">GTK_RELIEF_NORMAL</property>
+                     <property name="focus_on_click">True</property>
                      <signal name="clicked" handler="manual_cb"/>
                    </widget>
                    <packing>