refreshed glade files
[psensor.git] / src / glade / psensor-pref.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3   <!-- interface-requires gtk+ 3.0 -->
4   <object class="GtkDialog" id="dialog1">
5     <property name="can_focus">False</property>
6     <property name="border_width">5</property>
7     <property name="title" translatable="yes">Edit Preferences</property>
8     <property name="modal">True</property>
9     <property name="destroy_with_parent">True</property>
10     <property name="type_hint">normal</property>
11     <child internal-child="vbox">
12       <object class="GtkBox" id="dialog-vbox1">
13         <property name="visible">True</property>
14         <property name="can_focus">False</property>
15         <property name="spacing">2</property>
16         <child internal-child="action_area">
17           <object class="GtkButtonBox" id="dialog-action_area1">
18             <property name="visible">True</property>
19             <property name="can_focus">False</property>
20             <property name="layout_style">end</property>
21             <child>
22               <object class="GtkButton" id="button1">
23                 <property name="label">gtk-ok</property>
24                 <property name="use_action_appearance">False</property>
25                 <property name="visible">True</property>
26                 <property name="can_focus">True</property>
27                 <property name="receives_default">True</property>
28                 <property name="use_action_appearance">False</property>
29                 <property name="use_stock">True</property>
30               </object>
31               <packing>
32                 <property name="expand">False</property>
33                 <property name="fill">False</property>
34                 <property name="position">0</property>
35               </packing>
36             </child>
37             <child>
38               <object class="GtkButton" id="button2">
39                 <property name="label">gtk-cancel</property>
40                 <property name="use_action_appearance">False</property>
41                 <property name="visible">True</property>
42                 <property name="can_focus">True</property>
43                 <property name="receives_default">True</property>
44                 <property name="use_action_appearance">False</property>
45                 <property name="use_stock">True</property>
46               </object>
47               <packing>
48                 <property name="expand">False</property>
49                 <property name="fill">False</property>
50                 <property name="position">1</property>
51               </packing>
52             </child>
53           </object>
54           <packing>
55             <property name="expand">False</property>
56             <property name="fill">True</property>
57             <property name="pack_type">end</property>
58             <property name="position">0</property>
59           </packing>
60         </child>
61         <child>
62           <object class="GtkTable" id="table1">
63             <property name="visible">True</property>
64             <property name="can_focus">False</property>
65             <property name="n_rows">18</property>
66             <property name="n_columns">3</property>
67             <child>
68               <object class="GtkLabel" id="label1">
69                 <property name="visible">True</property>
70                 <property name="can_focus">False</property>
71                 <property name="xalign">0</property>
72                 <property name="label" translatable="yes">Graph Colors</property>
73                 <attributes>
74                   <attribute name="weight" value="bold"/>
75                 </attributes>
76               </object>
77               <packing>
78                 <property name="right_attach">3</property>
79                 <property name="x_padding">4</property>
80                 <property name="y_padding">4</property>
81               </packing>
82             </child>
83             <child>
84               <object class="GtkLabel" id="label2">
85                 <property name="visible">True</property>
86                 <property name="can_focus">False</property>
87                 <property name="xalign">0</property>
88                 <property name="label" translatable="yes">Foreground:</property>
89               </object>
90               <packing>
91                 <property name="top_attach">1</property>
92                 <property name="bottom_attach">2</property>
93                 <property name="x_padding">14</property>
94                 <property name="y_padding">4</property>
95               </packing>
96             </child>
97             <child>
98               <object class="GtkLabel" id="label3">
99                 <property name="visible">True</property>
100                 <property name="can_focus">False</property>
101                 <property name="xalign">0</property>
102                 <property name="label" translatable="yes">Background:</property>
103               </object>
104               <packing>
105                 <property name="top_attach">2</property>
106                 <property name="bottom_attach">3</property>
107                 <property name="x_padding">14</property>
108                 <property name="y_padding">4</property>
109               </packing>
110             </child>
111             <child>
112               <object class="GtkLabel" id="label4">
113                 <property name="visible">True</property>
114                 <property name="can_focus">False</property>
115                 <property name="xalign">0</property>
116                 <property name="label" translatable="yes">Background opacity:</property>
117               </object>
118               <packing>
119                 <property name="right_attach">3</property>
120                 <property name="top_attach">3</property>
121                 <property name="bottom_attach">4</property>
122                 <property name="x_padding">14</property>
123                 <property name="y_padding">4</property>
124               </packing>
125             </child>
126             <child>
127               <object class="GtkColorButton" id="color_fg">
128                 <property name="use_action_appearance">False</property>
129                 <property name="visible">True</property>
130                 <property name="can_focus">True</property>
131                 <property name="receives_default">True</property>
132                 <property name="use_action_appearance">False</property>
133                 <property name="color">#000000000000</property>
134               </object>
135               <packing>
136                 <property name="left_attach">1</property>
137                 <property name="right_attach">3</property>
138                 <property name="top_attach">1</property>
139                 <property name="bottom_attach">2</property>
140                 <property name="x_options"></property>
141                 <property name="x_padding">4</property>
142                 <property name="y_padding">4</property>
143               </packing>
144             </child>
145             <child>
146               <object class="GtkColorButton" id="color_bg">
147                 <property name="use_action_appearance">False</property>
148                 <property name="visible">True</property>
149                 <property name="can_focus">True</property>
150                 <property name="receives_default">True</property>
151                 <property name="use_action_appearance">False</property>
152                 <property name="color">#000000000000</property>
153               </object>
154               <packing>
155                 <property name="left_attach">1</property>
156                 <property name="right_attach">3</property>
157                 <property name="top_attach">2</property>
158                 <property name="bottom_attach">3</property>
159                 <property name="x_options"></property>
160                 <property name="x_padding">4</property>
161                 <property name="y_padding">4</property>
162               </packing>
163             </child>
164             <child>
165               <object class="GtkLabel" id="label5">
166                 <property name="visible">True</property>
167                 <property name="can_focus">False</property>
168                 <property name="xalign">0</property>
169                 <property name="label" translatable="yes">Graph</property>
170                 <attributes>
171                   <attribute name="weight" value="bold"/>
172                 </attributes>
173               </object>
174               <packing>
175                 <property name="right_attach">3</property>
176                 <property name="top_attach">5</property>
177                 <property name="bottom_attach">6</property>
178                 <property name="x_padding">4</property>
179                 <property name="y_padding">4</property>
180               </packing>
181             </child>
182             <child>
183               <object class="GtkLabel" id="label6">
184                 <property name="visible">True</property>
185                 <property name="can_focus">False</property>
186                 <property name="xalign">0</property>
187                 <property name="label" translatable="yes">Update interval:</property>
188               </object>
189               <packing>
190                 <property name="top_attach">6</property>
191                 <property name="bottom_attach">7</property>
192                 <property name="x_padding">14</property>
193                 <property name="y_padding">4</property>
194               </packing>
195             </child>
196             <child>
197               <object class="GtkLabel" id="label7">
198                 <property name="visible">True</property>
199                 <property name="can_focus">False</property>
200                 <property name="xalign">0</property>
201                 <property name="label" translatable="yes">Monitoring duration:</property>
202               </object>
203               <packing>
204                 <property name="top_attach">7</property>
205                 <property name="bottom_attach">8</property>
206                 <property name="x_padding">14</property>
207                 <property name="y_padding">4</property>
208               </packing>
209             </child>
210             <child>
211               <object class="GtkLabel" id="label8">
212                 <property name="visible">True</property>
213                 <property name="can_focus">False</property>
214                 <property name="label" translatable="yes">second(s)</property>
215               </object>
216               <packing>
217                 <property name="left_attach">2</property>
218                 <property name="right_attach">3</property>
219                 <property name="top_attach">6</property>
220                 <property name="bottom_attach">7</property>
221                 <property name="x_padding">4</property>
222                 <property name="y_padding">4</property>
223               </packing>
224             </child>
225             <child>
226               <object class="GtkLabel" id="label9">
227                 <property name="visible">True</property>
228                 <property name="can_focus">False</property>
229                 <property name="label" translatable="yes">minute(s)</property>
230               </object>
231               <packing>
232                 <property name="left_attach">2</property>
233                 <property name="right_attach">3</property>
234                 <property name="top_attach">7</property>
235                 <property name="bottom_attach">8</property>
236                 <property name="x_padding">4</property>
237                 <property name="y_padding">4</property>
238               </packing>
239             </child>
240             <child>
241               <object class="GtkLabel" id="label10">
242                 <property name="visible">True</property>
243                 <property name="can_focus">False</property>
244                 <property name="xalign">0</property>
245                 <property name="label" translatable="yes">Sensor</property>
246                 <attributes>
247                   <attribute name="weight" value="bold"/>
248                 </attributes>
249               </object>
250               <packing>
251                 <property name="right_attach">3</property>
252                 <property name="top_attach">8</property>
253                 <property name="bottom_attach">9</property>
254                 <property name="x_padding">4</property>
255                 <property name="y_padding">4</property>
256               </packing>
257             </child>
258             <child>
259               <object class="GtkLabel" id="label11">
260                 <property name="visible">True</property>
261                 <property name="can_focus">False</property>
262                 <property name="xalign">0</property>
263                 <property name="label" translatable="yes">Measure update interval:</property>
264               </object>
265               <packing>
266                 <property name="top_attach">9</property>
267                 <property name="bottom_attach">10</property>
268                 <property name="x_padding">14</property>
269                 <property name="y_padding">4</property>
270               </packing>
271             </child>
272             <child>
273               <object class="GtkLabel" id="label12">
274                 <property name="visible">True</property>
275                 <property name="can_focus">False</property>
276                 <property name="label" translatable="yes">second(s)</property>
277               </object>
278               <packing>
279                 <property name="left_attach">2</property>
280                 <property name="right_attach">3</property>
281                 <property name="top_attach">9</property>
282                 <property name="bottom_attach">10</property>
283                 <property name="x_padding">4</property>
284                 <property name="y_padding">4</property>
285               </packing>
286             </child>
287             <child>
288               <object class="GtkLabel" id="label13">
289                 <property name="visible">True</property>
290                 <property name="can_focus">False</property>
291                 <property name="xalign">0</property>
292                 <property name="label" translatable="yes">Interface</property>
293                 <attributes>
294                   <attribute name="weight" value="bold"/>
295                 </attributes>
296               </object>
297               <packing>
298                 <property name="right_attach">3</property>
299                 <property name="top_attach">10</property>
300                 <property name="bottom_attach">11</property>
301                 <property name="x_padding">4</property>
302                 <property name="y_padding">4</property>
303               </packing>
304             </child>
305             <child>
306               <object class="GtkLabel" id="label14">
307                 <property name="visible">True</property>
308                 <property name="can_focus">False</property>
309                 <property name="xalign">0</property>
310                 <property name="label" translatable="yes">Position of sensors table:</property>
311               </object>
312               <packing>
313                 <property name="top_attach">11</property>
314                 <property name="bottom_attach">12</property>
315                 <property name="x_padding">14</property>
316                 <property name="y_padding">4</property>
317               </packing>
318             </child>
319             <child>
320               <object class="GtkCheckButton" id="hide_window_decoration">
321                 <property name="label" translatable="yes">Hide window decoration</property>
322                 <property name="use_action_appearance">False</property>
323                 <property name="visible">True</property>
324                 <property name="can_focus">True</property>
325                 <property name="receives_default">False</property>
326                 <property name="use_action_appearance">False</property>
327                 <property name="xalign">0</property>
328                 <property name="draw_indicator">True</property>
329               </object>
330               <packing>
331                 <property name="right_attach">3</property>
332                 <property name="top_attach">12</property>
333                 <property name="bottom_attach">13</property>
334                 <property name="x_padding">14</property>
335                 <property name="y_padding">4</property>
336               </packing>
337             </child>
338             <child>
339               <object class="GtkCheckButton" id="keep_window_below">
340                 <property name="label" translatable="yes">Keep window below</property>
341                 <property name="use_action_appearance">False</property>
342                 <property name="visible">True</property>
343                 <property name="can_focus">True</property>
344                 <property name="receives_default">False</property>
345                 <property name="use_action_appearance">False</property>
346                 <property name="xalign">0</property>
347                 <property name="draw_indicator">True</property>
348               </object>
349               <packing>
350                 <property name="right_attach">3</property>
351                 <property name="top_attach">13</property>
352                 <property name="bottom_attach">14</property>
353                 <property name="x_padding">14</property>
354                 <property name="y_padding">4</property>
355               </packing>
356             </child>
357             <child>
358               <object class="GtkSpinButton" id="update_interval">
359                 <property name="visible">True</property>
360                 <property name="can_focus">True</property>
361                 <property name="invisible_char">•</property>
362                 <property name="primary_icon_activatable">False</property>
363                 <property name="secondary_icon_activatable">False</property>
364                 <property name="adjustment">secs</property>
365               </object>
366               <packing>
367                 <property name="left_attach">1</property>
368                 <property name="right_attach">2</property>
369                 <property name="top_attach">6</property>
370                 <property name="bottom_attach">7</property>
371                 <property name="x_padding">4</property>
372                 <property name="y_padding">4</property>
373               </packing>
374             </child>
375             <child>
376               <object class="GtkSpinButton" id="monitoring_duration">
377                 <property name="visible">True</property>
378                 <property name="can_focus">True</property>
379                 <property name="invisible_char">•</property>
380                 <property name="primary_icon_activatable">False</property>
381                 <property name="secondary_icon_activatable">False</property>
382                 <property name="adjustment">mins</property>
383               </object>
384               <packing>
385                 <property name="left_attach">1</property>
386                 <property name="right_attach">2</property>
387                 <property name="top_attach">7</property>
388                 <property name="bottom_attach">8</property>
389                 <property name="x_padding">4</property>
390                 <property name="y_padding">4</property>
391               </packing>
392             </child>
393             <child>
394               <object class="GtkSpinButton" id="sensor_update_interval">
395                 <property name="visible">True</property>
396                 <property name="can_focus">True</property>
397                 <property name="invisible_char">•</property>
398                 <property name="primary_icon_activatable">False</property>
399                 <property name="secondary_icon_activatable">False</property>
400                 <property name="adjustment">secs2</property>
401               </object>
402               <packing>
403                 <property name="left_attach">1</property>
404                 <property name="right_attach">2</property>
405                 <property name="top_attach">9</property>
406                 <property name="bottom_attach">10</property>
407                 <property name="x_padding">4</property>
408                 <property name="y_padding">4</property>
409               </packing>
410             </child>
411             <child>
412               <object class="GtkComboBox" id="sensors_list_position">
413                 <property name="visible">True</property>
414                 <property name="can_focus">False</property>
415                 <property name="model">liststore1</property>
416                 <child>
417                   <object class="GtkCellRendererText" id="renderer1"/>
418                   <attributes>
419                     <attribute name="text">0</attribute>
420                   </attributes>
421                 </child>
422               </object>
423               <packing>
424                 <property name="left_attach">1</property>
425                 <property name="right_attach">3</property>
426                 <property name="top_attach">11</property>
427                 <property name="bottom_attach">12</property>
428                 <property name="x_padding">4</property>
429                 <property name="y_padding">4</property>
430               </packing>
431             </child>
432             <child>
433               <object class="GtkHBox" id="hbox1">
434                 <property name="visible">True</property>
435                 <property name="can_focus">False</property>
436                 <property name="spacing">8</property>
437                 <child>
438                   <object class="GtkLabel" id="label15">
439                     <property name="visible">True</property>
440                     <property name="can_focus">False</property>
441                     <property name="xalign">0</property>
442                     <property name="label" translatable="yes">&lt;i&gt;Min&lt;/i&gt;</property>
443                     <property name="use_markup">True</property>
444                   </object>
445                   <packing>
446                     <property name="expand">False</property>
447                     <property name="fill">True</property>
448                     <property name="position">0</property>
449                   </packing>
450                 </child>
451                 <child>
452                   <object class="GtkHScale" id="bg_opacity">
453                     <property name="visible">True</property>
454                     <property name="can_focus">True</property>
455                     <property name="adjustment">opacity</property>
456                     <property name="draw_value">False</property>
457                   </object>
458                   <packing>
459                     <property name="expand">True</property>
460                     <property name="fill">True</property>
461                     <property name="position">1</property>
462                   </packing>
463                 </child>
464                 <child>
465                   <object class="GtkLabel" id="label16">
466                     <property name="visible">True</property>
467                     <property name="can_focus">False</property>
468                     <property name="xalign">0</property>
469                     <property name="label" translatable="yes">&lt;i&gt;Max&lt;/i&gt;</property>
470                     <property name="use_markup">True</property>
471                   </object>
472                   <packing>
473                     <property name="expand">False</property>
474                     <property name="fill">True</property>
475                     <property name="position">2</property>
476                   </packing>
477                 </child>
478               </object>
479               <packing>
480                 <property name="right_attach">3</property>
481                 <property name="top_attach">4</property>
482                 <property name="bottom_attach">5</property>
483                 <property name="x_padding">14</property>
484                 <property name="y_padding">4</property>
485               </packing>
486             </child>
487             <child>
488               <object class="GtkCheckButton" id="enable_menu">
489                 <property name="label" translatable="yes">Enable menu</property>
490                 <property name="use_action_appearance">False</property>
491                 <property name="visible">True</property>
492                 <property name="can_focus">True</property>
493                 <property name="receives_default">False</property>
494                 <property name="use_action_appearance">False</property>
495                 <property name="draw_indicator">True</property>
496               </object>
497               <packing>
498                 <property name="right_attach">3</property>
499                 <property name="top_attach">14</property>
500                 <property name="bottom_attach">15</property>
501                 <property name="x_padding">14</property>
502                 <property name="y_padding">4</property>
503               </packing>
504             </child>
505             <child>
506               <object class="GtkCheckButton" id="enable_launcher_counter">
507                 <property name="label" translatable="yes">Enable Unity Launcher counter</property>
508                 <property name="use_action_appearance">False</property>
509                 <property name="visible">True</property>
510                 <property name="can_focus">True</property>
511                 <property name="receives_default">False</property>
512                 <property name="use_action_appearance">False</property>
513                 <property name="xalign">0</property>
514                 <property name="draw_indicator">True</property>
515               </object>
516               <packing>
517                 <property name="right_attach">3</property>
518                 <property name="top_attach">15</property>
519                 <property name="bottom_attach">16</property>
520                 <property name="x_padding">14</property>
521                 <property name="y_padding">4</property>
522               </packing>
523             </child>
524             <child>
525               <object class="GtkCheckButton" id="hide_on_startup">
526                 <property name="label" translatable="yes">Hide window on startup</property>
527                 <property name="use_action_appearance">False</property>
528                 <property name="visible">True</property>
529                 <property name="can_focus">True</property>
530                 <property name="receives_default">False</property>
531                 <property name="use_action_appearance">False</property>
532                 <property name="draw_indicator">True</property>
533               </object>
534               <packing>
535                 <property name="right_attach">3</property>
536                 <property name="top_attach">16</property>
537                 <property name="bottom_attach">17</property>
538                 <property name="x_padding">14</property>
539                 <property name="y_padding">4</property>
540               </packing>
541             </child>
542             <child>
543               <object class="GtkCheckButton" id="restore_window">
544                 <property name="label" translatable="yes">Restore window position and size</property>
545                 <property name="use_action_appearance">False</property>
546                 <property name="visible">True</property>
547                 <property name="can_focus">True</property>
548                 <property name="receives_default">False</property>
549                 <property name="use_action_appearance">False</property>
550                 <property name="draw_indicator">True</property>
551               </object>
552               <packing>
553                 <property name="right_attach">3</property>
554                 <property name="top_attach">17</property>
555                 <property name="bottom_attach">18</property>
556                 <property name="x_padding">14</property>
557                 <property name="y_padding">4</property>
558               </packing>
559             </child>
560           </object>
561           <packing>
562             <property name="expand">True</property>
563             <property name="fill">True</property>
564             <property name="position">1</property>
565           </packing>
566         </child>
567       </object>
568     </child>
569     <action-widgets>
570       <action-widget response="-3">button1</action-widget>
571       <action-widget response="0">button2</action-widget>
572     </action-widgets>
573   </object>
574   <object class="GtkListStore" id="liststore1">
575     <columns>
576       <!-- column-name gchararray1 -->
577       <column type="gchararray"/>
578     </columns>
579     <data>
580       <row>
581         <col id="0" translatable="yes">Right</col>
582       </row>
583       <row>
584         <col id="0" translatable="yes">Left</col>
585       </row>
586       <row>
587         <col id="0" translatable="yes">Top</col>
588       </row>
589       <row>
590         <col id="0" translatable="yes">Bottom</col>
591       </row>
592     </data>
593   </object>
594   <object class="GtkAdjustment" id="mins">
595     <property name="lower">1</property>
596     <property name="upper">65535</property>
597     <property name="value">10</property>
598     <property name="step_increment">1</property>
599     <property name="page_increment">10</property>
600   </object>
601   <object class="GtkAdjustment" id="opacity">
602     <property name="upper">1</property>
603     <property name="step_increment">0.01</property>
604     <property name="page_increment">0.10000000000000001</property>
605   </object>
606   <object class="GtkAdjustment" id="secs">
607     <property name="lower">1</property>
608     <property name="upper">256</property>
609     <property name="value">1</property>
610     <property name="step_increment">1</property>
611     <property name="page_increment">10</property>
612   </object>
613   <object class="GtkAdjustment" id="secs2">
614     <property name="lower">1</property>
615     <property name="upper">256</property>
616     <property name="step_increment">1</property>
617     <property name="page_increment">10</property>
618   </object>
619 </interface>