Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
Ali Abdallah
committed
<!-- interface-requires libxfce4ui 4.5 -->
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkAdjustment" id="brightness-inactivity-on-ac-adjustment">
<property name="lower">9</property>
<property name="upper">120</property>
<property name="value">9</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="brightness-inactivity-on-battery-adjustment">
<property name="lower">9</property>
<property name="upper">120</property>
<property name="value">30</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="brightness-level-on-ac-adjustment">
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">80</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkAdjustment" id="brightness-level-on-battery-adjustment">
<property name="lower">1</property>
<property name="upper">100</property>
<property name="value">20</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
<object class="GtkAdjustment" id="critical-power-level-spin-adjustment">
<property name="lower">1</property>
<property name="upper">20</property>
<property name="value">5</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="display-blank-on-ac-adjustment">
<property name="upper">60</property>
<property name="value">10</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="display-blank-on-battery-adjustment">
<property name="upper">60</property>
<property name="value">1</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="dpms-off-on-ac-adjustment">
<property name="upper">60</property>
<property name="value">20</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="dpms-off-on-battery-adjustment">
<property name="upper">60</property>
<property name="value">5</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="dpms-sleep-on-ac-adjustment">
<property name="upper">60</property>
<property name="value">15</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="dpms-sleep-on-battery-adjustment">
<property name="upper">60</property>
<property name="value">3</property>
<property name="step_increment">1</property>
</object>
<object class="GtkAdjustment" id="light-locker-late-locking-adjustment">
<property name="lower">1</property>
<property name="upper">120</property>
<property name="value">1</property>
<property name="step_increment">1</property>
</object>
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name value -->
<column type="gint"/>
<!-- column-name name -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0">0</col>
<col id="1" translatable="yes">Never</col>
</row>
<row>
<col id="0">1</col>
<col id="1" translatable="yes">When the screensaver is activated</col>
</row>
<row>
<col id="0">2</col>
<col id="1" translatable="yes">When the screensaver is deactivated</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model1">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model10">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model11">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<object class="GtkListStore" id="model3">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model4">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model5">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model6">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model7">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model8">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Nothing</col>
</row>
</data>
</object>
<object class="GtkListStore" id="model9">
<columns>
<!-- column-name gchararray -->
<column type="gchararray"/>
</columns>
<data>
Loading
Loading full blame...