Newer
Older
<?xml version="1.0"?>
<requires lib="xfce4"/>
Ali Abdallah
committed
<!-- interface-requires xfce4 2360.6128 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="XfceTitledDialog" id="xfpm-settings-dialog">
<property name="border_width">5</property>
<property name="title" translatable="yes">Xfce Power Manager</property>
<property name="window_position">center-on-parent</property>
<property name="icon_name">gpm-ac-adapter</property>
<property name="type_hint">dialog</property>
<property name="has_separator">False</property>
<property name="subtitle" translatable="yes">Power manager settings</property>
<child internal-child="vbox">
Ali Abdallah
committed
<widget class="GtkVBox" id="dialog-vbox">
<property name="visible">True</property>
<property name="spacing">2</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="allbox">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox">
<property name="visible">True</property>
<child>
<widget class="GtkTreeView" id="treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkNotebook" id="main-notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="show_tabs">False</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox16">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkFrame" id="frame">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="left_padding">12</property>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox17">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkTable" id="table3">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="n_rows">4</property>
Ali Abdallah
committed
<property name="n_columns">2</property>
<property name="column_spacing">10</property>
<property name="row_spacing">10</property>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox13">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkComboBox" id="power-combox">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox14">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkComboBox" id="tray-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Always show icon</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox15">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="label24">
<property name="visible">True</property>
<property name="label" translatable="yes">System tray icon: </property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox16">
<property name="visible">True</property>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="power-label">
Ali Abdallah
committed
<property name="visible">True</property>
<property name="label" translatable="yes">When power button is pressed:</property>
Ali Abdallah
committed
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
Ali Abdallah
committed
<child>
<widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="hibernate-label">
Ali Abdallah
committed
<property name="label" translatable="yes">When hibernate button is pressed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
</packing>
Ali Abdallah
committed
</child>
<child>
<widget class="GtkHBox" id="hbox4">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkComboBox" id="hibernate-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</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>
</packing>
Ali Abdallah
committed
</child>
Ali Abdallah
committed
<child>
<widget class="GtkHBox" id="hbox5">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="sleep-label">
Ali Abdallah
committed
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<property name="visible">True</property>
<property name="label" translatable="yes">When sleep button is pressed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox6">
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="sleep-combox">
<property name="visible">True</property>
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</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>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
Ali Abdallah
committed
<widget class="GtkCheckButton" id="enable-dpms">
<property name="label" translatable="yes">Enable monitor power management control</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkCheckButton" id="notification">
<property name="label" translatable="yes">Enable notification</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
<child>
<widget class="GtkHBox" id="power-key-box">
<property name="visible">True</property>
<child>
<placeholder/>
</child>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
Ali Abdallah
committed
<child>
<widget class="GtkLabel" id="label26">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>General Options</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="General">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">General</property>
</widget>
<packing>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox18">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkFrame" id="on-ac-actions-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment9">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox19">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox17">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkLabel" id="on-ac-lid-label">
<property name="visible">True</property>
<property name="label" translatable="yes">When laptop lid is closed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="on-ac-lid">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
Ali Abdallah
committed
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="inactivity-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">30 30 360 1 10 10</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="sleep">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">10</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="dpms-on-ac-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment10">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox20">
<property name="visible">True</property>
<property name="spacing">20</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox21">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label28">
<property name="visible">True</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="sleep-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">17 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox22">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label29">
<property name="visible">True</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="off-dpms-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">15 0 60 1 0 10</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label30">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkFrame" id="on-ac-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment11">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox23">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label31">
<property name="visible">True</property>
<property name="label" translatable="yes">Reduce screen brightness when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHScale" id="brg-on-ac">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">10 9 120 1 0 0</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Brightness</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label8">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">On AC</property>
</widget>
<packing>
<property name="position">1</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox24">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox25">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkFrame" id="frame9">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox26">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">10</property>
Ali Abdallah
committed
<widget class="GtkTable" id="table4">
<property name="visible">True</property>
<property name="n_rows">2</property>
<property name="n_columns">2</property>
Ali Abdallah
committed
<property name="column_spacing">10</property>
<property name="row_spacing">10</property>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox18">
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="on-battery-lid">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox19">
<property name="visible">True</property>
<child>
<widget class="GtkComboBox" id="battery-critical-combox">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="items" translatable="yes">Nothing</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox20">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="on-battery-lid-label">
<property name="visible">True</property>
<property name="label" translatable="yes">When laptop lid is closed:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox21">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label34">
<property name="visible">True</property>
<property name="label" translatable="yes">When battery power is critical:</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
</widget>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkCheckButton" id="power-save">
<property name="label" translatable="yes">Prefer power savings over performance</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
Ali Abdallah
committed
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
Ali Abdallah
committed
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<child>
<widget class="GtkVBox" id="vbox4">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="label" translatable="yes">Put the computer to sleep when inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="inactivity-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">30 30 360 1 10 10</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label35">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Actions</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="padding">10</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="dpms-on-battery-frame">
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment13">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox27">
<property name="visible">True</property>
<property name="spacing">20</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox28">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label36">
<property name="visible">True</property>
<property name="label" translatable="yes">Put display to sleep when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="sleep-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">5 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox29">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label37">
<property name="visible">True</property>
<property name="label" translatable="yes">Switch off display when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkHScale" id="off-dpms-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">5 0 60 1 0 0</property>
<property name="show_fill_level">True</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label38">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Monitor</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkFrame" id="on-battery-brg-frame">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
Ali Abdallah
committed
<widget class="GtkAlignment" id="alignment14">
<property name="visible">True</property>
<property name="top_padding">5</property>
<property name="left_padding">15</property>
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox30">
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label39">
<property name="visible">True</property>
<property name="label" translatable="yes">Reduce screen brightness when computer is inactive for:</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHScale" id="brg-on-battery">
<property name="visible">True</property>
<property name="can_focus">True</property>
Ali Abdallah
committed
<property name="adjustment">10 9 120 1 0 0</property>
<property name="digits">0</property>
<property name="value_pos">bottom</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label40">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Brightness</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label22">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">On battery</property>
</widget>
<packing>
<property name="position">2</property>
<property name="tab_fill">False</property>
<property name="type">tab</property>
</packing>
</child>
Ali Abdallah
committed
<child>
<widget class="GtkFrame" id="frame1">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="left_padding">12</property>
<child>
<widget class="GtkVBox" id="vbox2">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="spacing">12</property>
Ali Abdallah
committed
<child>
Ali Abdallah
committed
<widget class="GtkTable" id="table1">
Ali Abdallah
committed
<property name="visible">True</property>
Ali Abdallah
committed
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<property name="row_spacing">8</property>
Ali Abdallah
committed
<child>
Ali Abdallah
committed
<widget class="GtkVBox" id="vbox5">
Ali Abdallah
committed
<property name="visible">True</property>
Ali Abdallah
committed
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
<property name="orientation">vertical</property>
<child>
<widget class="GtkRadioButton" id="inactivity-suspend">
<property name="label" translatable="yes">Suspend</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="inactivity-hibernate">
<property name="label" translatable="yes">Hibernate</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<property name="group">inactivity-suspend</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
Ali Abdallah
committed
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
Ali Abdallah
committed
</packing>
</child>
<child>
<widget class="GtkVBox" id="vbox3">
<property name="visible">True</property>
Ali Abdallah
committed
<property name="orientation">vertical</property>
Ali Abdallah
committed
<child>
<widget class="GtkRadioButton" id="sleep-dpms-mode">
<property name="label" translatable="yes">Standby</property>
Ali Abdallah
committed
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="suspend-dpms-mode">
<property name="label" translatable="yes">Suspend</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<property name="group">sleep-dpms-mode</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
Ali Abdallah
committed
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
Ali Abdallah
committed
</packing>
</child>
<child>
Ali Abdallah
committed
<widget class="GtkHBox" id="hbox1">
Ali Abdallah
committed
<property name="visible">True</property>
<child>
Ali Abdallah
committed
<widget class="GtkLabel" id="label7">
Ali Abdallah
committed
<property name="visible">True</property>
Ali Abdallah
committed
<property name="label" translatable="yes">Set computer inactivity sleep mode:</property>
Ali Abdallah
committed
</widget>
<packing>
Ali Abdallah
committed
<property name="expand">False</property>
Ali Abdallah
committed
<property name="position">0</property>
</packing>
</child>