close window when close button is clicked
[psensor.git] / src / glade / sensor-edit.glade
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.16.1 -->
3 <interface>
4   <requires lib="gtk+" version="3.4"/>
5   <object class="GtkAdjustment" id="alarm_high_threshold_value">
6     <property name="lower">-9999</property>
7     <property name="upper">9999</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="GtkAdjustment" id="alarm_low_threshold_value">
12     <property name="lower">-9999</property>
13     <property name="upper">9999</property>
14     <property name="step_increment">1</property>
15     <property name="page_increment">10</property>
16   </object>
17   <object class="GtkListStore" id="sensors_liststore">
18     <columns>
19       <!-- column-name Name -->
20       <column type="gchararray"/>
21       <!-- column-name Sensor -->
22       <column type="gpointer"/>
23     </columns>
24   </object>
25   <object class="GtkDialog" id="dialog1">
26     <property name="height_request">300</property>
27     <property name="can_focus">False</property>
28     <property name="border_width">5</property>
29     <property name="title" translatable="yes">Edit Sensor Preferences</property>
30     <property name="modal">True</property>
31     <property name="destroy_with_parent">True</property>
32     <property name="type_hint">dialog</property>
33     <child internal-child="vbox">
34       <object class="GtkBox" id="dialog-vbox1">
35         <property name="visible">True</property>
36         <property name="can_focus">False</property>
37         <property name="orientation">vertical</property>
38         <property name="spacing">2</property>
39         <child internal-child="action_area">
40           <object class="GtkButtonBox" id="dialog-action_area1">
41             <property name="visible">True</property>
42             <property name="can_focus">False</property>
43             <property name="layout_style">end</property>
44             <child>
45               <object class="GtkButton" id="btn_close">
46                 <property name="label">gtk-close</property>
47                 <property name="visible">True</property>
48                 <property name="can_focus">True</property>
49                 <property name="can_default">True</property>
50                 <property name="receives_default">True</property>
51                 <property name="use_stock">True</property>
52                 <signal name="clicked" handler="ui_sensorpref_close_clicked_cb" swapped="no"/>
53               </object>
54               <packing>
55                 <property name="expand">False</property>
56                 <property name="fill">False</property>
57                 <property name="position">0</property>
58               </packing>
59             </child>
60           </object>
61           <packing>
62             <property name="expand">False</property>
63             <property name="fill">True</property>
64             <property name="pack_type">end</property>
65             <property name="position">0</property>
66           </packing>
67         </child>
68         <child>
69           <object class="GtkPaned" id="hpaned1">
70             <property name="visible">True</property>
71             <property name="can_focus">True</property>
72             <child>
73               <object class="GtkScrolledWindow" id="scrolledwindow1">
74                 <property name="visible">True</property>
75                 <property name="can_focus">True</property>
76                 <property name="hscrollbar_policy">never</property>
77                 <property name="shadow_type">in</property>
78                 <child>
79                   <object class="GtkTreeView" id="sensors_list">
80                     <property name="visible">True</property>
81                     <property name="can_focus">True</property>
82                     <property name="margin_left">4</property>
83                     <property name="margin_right">4</property>
84                     <property name="margin_top">4</property>
85                     <property name="margin_bottom">4</property>
86                     <property name="model">sensors_liststore</property>
87                     <property name="headers_clickable">False</property>
88                     <property name="reorderable">True</property>
89                     <property name="search_column">1</property>
90                     <child internal-child="selection">
91                       <object class="GtkTreeSelection" id="treeview-selection">
92                         <signal name="changed" handler="ui_sensorpref_tree_selection_changed_cb" swapped="no"/>
93                       </object>
94                     </child>
95                     <child>
96                       <object class="GtkTreeViewColumn" id="sensor_name_col">
97                         <property name="title" translatable="yes">Name</property>
98                         <property name="expand">True</property>
99                         <child>
100                           <object class="GtkCellRendererText" id="cellrenderertext1"/>
101                           <attributes>
102                             <attribute name="text">0</attribute>
103                           </attributes>
104                         </child>
105                       </object>
106                     </child>
107                   </object>
108                 </child>
109               </object>
110               <packing>
111                 <property name="resize">False</property>
112                 <property name="shrink">False</property>
113               </packing>
114             </child>
115             <child>
116               <object class="GtkNotebook" id="notebook2">
117                 <property name="visible">True</property>
118                 <property name="can_focus">True</property>
119                 <property name="margin_left">4</property>
120                 <property name="margin_right">4</property>
121                 <property name="margin_top">4</property>
122                 <property name="margin_bottom">4</property>
123                 <child>
124                   <object class="GtkGrid" id="table1">
125                     <property name="visible">True</property>
126                     <property name="can_focus">False</property>
127                     <property name="margin_left">4</property>
128                     <property name="margin_right">4</property>
129                     <property name="margin_top">4</property>
130                     <property name="margin_bottom">4</property>
131                     <property name="row_spacing">4</property>
132                     <property name="column_spacing">4</property>
133                     <child>
134                       <object class="GtkEntry" id="sensor_name">
135                         <property name="visible">True</property>
136                         <property name="can_focus">True</property>
137                         <property name="margin_left">4</property>
138                         <property name="margin_right">4</property>
139                         <property name="margin_top">4</property>
140                         <property name="margin_bottom">4</property>
141                         <property name="invisible_char">•</property>
142                         <property name="primary_icon_activatable">False</property>
143                         <property name="secondary_icon_activatable">False</property>
144                         <signal name="changed" handler="ui_sensorpref_name_changed_cb" swapped="no"/>
145                       </object>
146                       <packing>
147                         <property name="left_attach">1</property>
148                         <property name="top_attach">0</property>
149                         <property name="width">1</property>
150                         <property name="height">1</property>
151                       </packing>
152                     </child>
153                     <child>
154                       <object class="GtkLabel" id="label4">
155                         <property name="visible">True</property>
156                         <property name="can_focus">False</property>
157                         <property name="margin_left">4</property>
158                         <property name="margin_right">4</property>
159                         <property name="margin_top">4</property>
160                         <property name="margin_bottom">4</property>
161                         <property name="xalign">0</property>
162                         <property name="yalign">0.49000000953674316</property>
163                         <property name="xpad">4</property>
164                         <property name="label" translatable="yes">Type:</property>
165                         <property name="justify">fill</property>
166                       </object>
167                       <packing>
168                         <property name="left_attach">0</property>
169                         <property name="top_attach">1</property>
170                         <property name="width">1</property>
171                         <property name="height">1</property>
172                       </packing>
173                     </child>
174                     <child>
175                       <object class="GtkLabel" id="sensor_type">
176                         <property name="visible">True</property>
177                         <property name="can_focus">False</property>
178                         <property name="margin_left">4</property>
179                         <property name="margin_right">4</property>
180                         <property name="margin_top">4</property>
181                         <property name="margin_bottom">4</property>
182                         <property name="xalign">0</property>
183                         <property name="label" translatable="yes">N/A</property>
184                       </object>
185                       <packing>
186                         <property name="left_attach">1</property>
187                         <property name="top_attach">1</property>
188                         <property name="width">1</property>
189                         <property name="height">1</property>
190                       </packing>
191                     </child>
192                     <child>
193                       <object class="GtkLabel" id="chip_name_label">
194                         <property name="visible">True</property>
195                         <property name="can_focus">False</property>
196                         <property name="margin_left">4</property>
197                         <property name="margin_right">4</property>
198                         <property name="margin_top">4</property>
199                         <property name="margin_bottom">4</property>
200                         <property name="xalign">0</property>
201                         <property name="xpad">4</property>
202                         <property name="label" translatable="yes">Chip:</property>
203                       </object>
204                       <packing>
205                         <property name="left_attach">0</property>
206                         <property name="top_attach">2</property>
207                         <property name="width">1</property>
208                         <property name="height">1</property>
209                       </packing>
210                     </child>
211                     <child>
212                       <object class="GtkLabel" id="chip_name">
213                         <property name="visible">True</property>
214                         <property name="can_focus">False</property>
215                         <property name="margin_left">4</property>
216                         <property name="margin_right">4</property>
217                         <property name="margin_top">4</property>
218                         <property name="margin_bottom">4</property>
219                         <property name="xalign">0</property>
220                         <property name="label" translatable="yes">N/A</property>
221                       </object>
222                       <packing>
223                         <property name="left_attach">1</property>
224                         <property name="top_attach">2</property>
225                         <property name="width">1</property>
226                         <property name="height">1</property>
227                       </packing>
228                     </child>
229                     <child>
230                       <object class="GtkLabel" id="label3">
231                         <property name="visible">True</property>
232                         <property name="can_focus">False</property>
233                         <property name="xalign">0</property>
234                         <property name="xpad">4</property>
235                         <property name="label" translatable="yes">Name:</property>
236                       </object>
237                       <packing>
238                         <property name="left_attach">0</property>
239                         <property name="top_attach">0</property>
240                         <property name="width">1</property>
241                         <property name="height">1</property>
242                       </packing>
243                     </child>
244                     <child>
245                       <object class="GtkLabel" id="label2">
246                         <property name="visible">True</property>
247                         <property name="can_focus">False</property>
248                         <property name="margin_left">4</property>
249                         <property name="margin_right">4</property>
250                         <property name="margin_top">4</property>
251                         <property name="margin_bottom">4</property>
252                         <property name="xalign">0</property>
253                         <property name="xpad">4</property>
254                         <property name="label" translatable="yes">Id:</property>
255                       </object>
256                       <packing>
257                         <property name="left_attach">0</property>
258                         <property name="top_attach">3</property>
259                         <property name="width">1</property>
260                         <property name="height">1</property>
261                       </packing>
262                     </child>
263                     <child>
264                       <object class="GtkLabel" id="sensor_id">
265                         <property name="visible">True</property>
266                         <property name="can_focus">False</property>
267                         <property name="margin_left">4</property>
268                         <property name="margin_right">4</property>
269                         <property name="margin_top">4</property>
270                         <property name="margin_bottom">4</property>
271                         <property name="xalign">0</property>
272                         <property name="label" translatable="yes">N/A</property>
273                         <property name="ellipsize">end</property>
274                       </object>
275                       <packing>
276                         <property name="left_attach">1</property>
277                         <property name="top_attach">3</property>
278                         <property name="width">1</property>
279                         <property name="height">1</property>
280                       </packing>
281                     </child>
282                   </object>
283                 </child>
284                 <child type="tab">
285                   <object class="GtkLabel" id="label11">
286                     <property name="visible">True</property>
287                     <property name="can_focus">False</property>
288                     <property name="margin_left">4</property>
289                     <property name="margin_right">4</property>
290                     <property name="margin_top">4</property>
291                     <property name="margin_bottom">4</property>
292                     <property name="label" translatable="yes">Details</property>
293                   </object>
294                   <packing>
295                     <property name="tab_fill">False</property>
296                   </packing>
297                 </child>
298                 <child>
299                   <object class="GtkGrid" id="grid1">
300                     <property name="visible">True</property>
301                     <property name="can_focus">False</property>
302                     <property name="margin_left">4</property>
303                     <property name="margin_right">4</property>
304                     <property name="margin_top">4</property>
305                     <property name="margin_bottom">4</property>
306                     <property name="row_spacing">4</property>
307                     <property name="column_spacing">4</property>
308                     <child>
309                       <object class="GtkCheckButton" id="sensor_draw">
310                         <property name="label" translatable="yes">Draw sensor curve</property>
311                         <property name="visible">True</property>
312                         <property name="can_focus">True</property>
313                         <property name="receives_default">False</property>
314                         <property name="margin_left">4</property>
315                         <property name="margin_right">4</property>
316                         <property name="margin_top">4</property>
317                         <property name="margin_bottom">4</property>
318                         <property name="xalign">0</property>
319                         <property name="draw_indicator">True</property>
320                         <signal name="toggled" handler="ui_sensorpref_draw_toggled_cb" swapped="no"/>
321                       </object>
322                       <packing>
323                         <property name="left_attach">0</property>
324                         <property name="top_attach">0</property>
325                         <property name="width">2</property>
326                         <property name="height">1</property>
327                       </packing>
328                     </child>
329                     <child>
330                       <object class="GtkLabel" id="label7">
331                         <property name="visible">True</property>
332                         <property name="can_focus">False</property>
333                         <property name="margin_left">4</property>
334                         <property name="margin_right">4</property>
335                         <property name="margin_top">4</property>
336                         <property name="margin_bottom">4</property>
337                         <property name="xalign">0</property>
338                         <property name="xpad">4</property>
339                         <property name="label" translatable="yes">Color:</property>
340                       </object>
341                       <packing>
342                         <property name="left_attach">0</property>
343                         <property name="top_attach">1</property>
344                         <property name="width">1</property>
345                         <property name="height">1</property>
346                       </packing>
347                     </child>
348                     <child>
349                       <object class="GtkColorButton" id="sensor_color">
350                         <property name="visible">True</property>
351                         <property name="can_focus">True</property>
352                         <property name="receives_default">True</property>
353                         <property name="halign">start</property>
354                         <property name="margin_left">4</property>
355                         <property name="margin_right">4</property>
356                         <property name="margin_top">4</property>
357                         <property name="margin_bottom">4</property>
358                         <property name="xalign">0</property>
359                         <signal name="color-set" handler="ui_sensorpref_color_set_cb" swapped="no"/>
360                       </object>
361                       <packing>
362                         <property name="left_attach">1</property>
363                         <property name="top_attach">1</property>
364                         <property name="width">1</property>
365                         <property name="height">1</property>
366                       </packing>
367                     </child>
368                     <child>
369                       <object class="GtkCheckButton" id="sensor_enable_checkbox">
370                         <property name="label" translatable="yes">Display sensor in the list of sensors</property>
371                         <property name="visible">True</property>
372                         <property name="can_focus">True</property>
373                         <property name="receives_default">False</property>
374                         <property name="margin_left">4</property>
375                         <property name="margin_right">4</property>
376                         <property name="margin_top">4</property>
377                         <property name="margin_bottom">4</property>
378                         <property name="xalign">0</property>
379                         <property name="draw_indicator">True</property>
380                         <signal name="toggled" handler="ui_sensorpref_display_toggled_cb" swapped="no"/>
381                       </object>
382                       <packing>
383                         <property name="left_attach">0</property>
384                         <property name="top_attach">2</property>
385                         <property name="width">2</property>
386                         <property name="height">1</property>
387                       </packing>
388                     </child>
389                   </object>
390                   <packing>
391                     <property name="position">1</property>
392                   </packing>
393                 </child>
394                 <child type="tab">
395                   <object class="GtkLabel" id="label12">
396                     <property name="visible">True</property>
397                     <property name="can_focus">False</property>
398                     <property name="margin_left">4</property>
399                     <property name="margin_right">4</property>
400                     <property name="margin_top">4</property>
401                     <property name="margin_bottom">4</property>
402                     <property name="label" translatable="yes">Graph</property>
403                   </object>
404                   <packing>
405                     <property name="position">1</property>
406                     <property name="tab_fill">False</property>
407                   </packing>
408                 </child>
409                 <child>
410                   <object class="GtkGrid" id="grid2">
411                     <property name="visible">True</property>
412                     <property name="can_focus">False</property>
413                     <property name="margin_left">4</property>
414                     <property name="margin_right">4</property>
415                     <property name="margin_top">4</property>
416                     <property name="margin_bottom">4</property>
417                     <property name="row_spacing">4</property>
418                     <property name="column_spacing">4</property>
419                     <child>
420                       <object class="GtkCheckButton" id="sensor_alarm">
421                         <property name="label" translatable="yes">Activate desktop notifications</property>
422                         <property name="visible">True</property>
423                         <property name="can_focus">True</property>
424                         <property name="receives_default">False</property>
425                         <property name="margin_left">4</property>
426                         <property name="margin_right">4</property>
427                         <property name="margin_top">4</property>
428                         <property name="margin_bottom">4</property>
429                         <property name="xalign">0</property>
430                         <property name="draw_indicator">True</property>
431                         <signal name="toggled" handler="ui_sensorpref_alarm_toggled_cb" swapped="no"/>
432                       </object>
433                       <packing>
434                         <property name="left_attach">0</property>
435                         <property name="top_attach">0</property>
436                         <property name="width">2</property>
437                         <property name="height">1</property>
438                       </packing>
439                     </child>
440                     <child>
441                       <object class="GtkLabel" id="alarm_high_threshold_label">
442                         <property name="visible">True</property>
443                         <property name="can_focus">False</property>
444                         <property name="margin_left">4</property>
445                         <property name="margin_right">4</property>
446                         <property name="margin_top">4</property>
447                         <property name="margin_bottom">4</property>
448                         <property name="xalign">0.0099999997764825821</property>
449                         <property name="xpad">4</property>
450                         <property name="label" translatable="yes">High threshold:</property>
451                       </object>
452                       <packing>
453                         <property name="left_attach">0</property>
454                         <property name="top_attach">1</property>
455                         <property name="width">1</property>
456                         <property name="height">1</property>
457                       </packing>
458                     </child>
459                     <child>
460                       <object class="GtkBox" id="box1">
461                         <property name="visible">True</property>
462                         <property name="can_focus">False</property>
463                         <child>
464                           <object class="GtkSpinButton" id="sensor_alarm_high_threshold">
465                             <property name="visible">True</property>
466                             <property name="can_focus">True</property>
467                             <property name="margin_left">4</property>
468                             <property name="margin_right">4</property>
469                             <property name="margin_top">4</property>
470                             <property name="margin_bottom">4</property>
471                             <property name="invisible_char">•</property>
472                             <property name="text" translatable="yes">0</property>
473                             <property name="primary_icon_activatable">False</property>
474                             <property name="secondary_icon_activatable">False</property>
475                             <property name="adjustment">alarm_high_threshold_value</property>
476                             <property name="climb_rate">1</property>
477                             <property name="snap_to_ticks">True</property>
478                             <property name="numeric">True</property>
479                             <property name="update_policy">if-valid</property>
480                             <signal name="value-changed" handler="ui_sensorpref_alarm_high_threshold_changed_cb" swapped="no"/>
481                           </object>
482                           <packing>
483                             <property name="expand">False</property>
484                             <property name="fill">True</property>
485                             <property name="position">0</property>
486                           </packing>
487                         </child>
488                         <child>
489                           <object class="GtkLabel" id="sensor_alarm_high_threshold_unit">
490                             <property name="visible">True</property>
491                             <property name="can_focus">False</property>
492                             <property name="valign">center</property>
493                             <property name="margin_right">4</property>
494                             <property name="margin_top">4</property>
495                             <property name="margin_bottom">4</property>
496                             <property name="xalign">0</property>
497                             <property name="label" translatable="yes">N/A</property>
498                           </object>
499                           <packing>
500                             <property name="expand">False</property>
501                             <property name="fill">True</property>
502                             <property name="position">1</property>
503                           </packing>
504                         </child>
505                       </object>
506                       <packing>
507                         <property name="left_attach">1</property>
508                         <property name="top_attach">1</property>
509                         <property name="width">1</property>
510                         <property name="height">1</property>
511                       </packing>
512                     </child>
513                     <child>
514                       <object class="GtkBox" id="box20">
515                         <property name="visible">True</property>
516                         <property name="can_focus">False</property>
517                         <child>
518                           <object class="GtkSpinButton" id="sensor_alarm_low_threshold">
519                             <property name="visible">True</property>
520                             <property name="can_focus">True</property>
521                             <property name="margin_left">4</property>
522                             <property name="margin_right">4</property>
523                             <property name="margin_top">4</property>
524                             <property name="margin_bottom">4</property>
525                             <property name="invisible_char">•</property>
526                             <property name="text" translatable="yes">-1</property>
527                             <property name="primary_icon_activatable">False</property>
528                             <property name="secondary_icon_activatable">False</property>
529                             <property name="adjustment">alarm_low_threshold_value</property>
530                             <property name="climb_rate">1</property>
531                             <property name="snap_to_ticks">True</property>
532                             <property name="numeric">True</property>
533                             <property name="update_policy">if-valid</property>
534                             <property name="value">-1</property>
535                             <signal name="value-changed" handler="ui_sensorpref_alarm_low_threshold_changed_cb" swapped="no"/>
536                           </object>
537                           <packing>
538                             <property name="expand">False</property>
539                             <property name="fill">True</property>
540                             <property name="position">0</property>
541                           </packing>
542                         </child>
543                         <child>
544                           <object class="GtkLabel" id="sensor_alarm_low_threshold_unit">
545                             <property name="visible">True</property>
546                             <property name="can_focus">False</property>
547                             <property name="valign">center</property>
548                             <property name="margin_right">4</property>
549                             <property name="margin_top">4</property>
550                             <property name="margin_bottom">4</property>
551                             <property name="xalign">0</property>
552                             <property name="label" translatable="yes">N/A</property>
553                           </object>
554                           <packing>
555                             <property name="expand">False</property>
556                             <property name="fill">True</property>
557                             <property name="position">1</property>
558                           </packing>
559                         </child>
560                       </object>
561                       <packing>
562                         <property name="left_attach">1</property>
563                         <property name="top_attach">2</property>
564                         <property name="width">1</property>
565                         <property name="height">1</property>
566                       </packing>
567                     </child>
568                     <child>
569                       <object class="GtkLabel" id="alarm_low_threshold_label">
570                         <property name="visible">True</property>
571                         <property name="can_focus">False</property>
572                         <property name="margin_left">4</property>
573                         <property name="margin_right">4</property>
574                         <property name="margin_top">4</property>
575                         <property name="margin_bottom">4</property>
576                         <property name="xalign">0.0099999997764825821</property>
577                         <property name="xpad">4</property>
578                         <property name="label" translatable="yes">Low threshold:</property>
579                       </object>
580                       <packing>
581                         <property name="left_attach">0</property>
582                         <property name="top_attach">2</property>
583                         <property name="width">1</property>
584                         <property name="height">1</property>
585                       </packing>
586                     </child>
587                   </object>
588                   <packing>
589                     <property name="position">2</property>
590                   </packing>
591                 </child>
592                 <child type="tab">
593                   <object class="GtkLabel" id="label13">
594                     <property name="visible">True</property>
595                     <property name="can_focus">False</property>
596                     <property name="margin_left">4</property>
597                     <property name="margin_right">4</property>
598                     <property name="margin_top">4</property>
599                     <property name="margin_bottom">4</property>
600                     <property name="label" translatable="yes">Alarm</property>
601                   </object>
602                   <packing>
603                     <property name="position">2</property>
604                     <property name="tab_fill">False</property>
605                   </packing>
606                 </child>
607                 <child>
608                   <object class="GtkGrid" id="grid3">
609                     <property name="visible">True</property>
610                     <property name="can_focus">False</property>
611                     <property name="margin_left">4</property>
612                     <property name="margin_right">4</property>
613                     <property name="margin_top">4</property>
614                     <property name="margin_bottom">4</property>
615                     <property name="row_spacing">4</property>
616                     <property name="column_spacing">4</property>
617                     <child>
618                       <object class="GtkCheckButton" id="indicator_checkbox">
619                         <property name="label" translatable="yes">Display sensor in the menu</property>
620                         <property name="visible">True</property>
621                         <property name="can_focus">True</property>
622                         <property name="receives_default">False</property>
623                         <property name="tooltip_text" translatable="yes">Psensor has not been build with AppIndicator support</property>
624                         <property name="margin_left">4</property>
625                         <property name="margin_right">4</property>
626                         <property name="margin_top">4</property>
627                         <property name="margin_bottom">4</property>
628                         <property name="xalign">0</property>
629                         <property name="draw_indicator">True</property>
630                         <signal name="toggled" handler="ui_sensorpref_appindicator_menu_toggled_cb" swapped="no"/>
631                       </object>
632                       <packing>
633                         <property name="left_attach">0</property>
634                         <property name="top_attach">0</property>
635                         <property name="width">1</property>
636                         <property name="height">1</property>
637                       </packing>
638                     </child>
639                     <child>
640                       <object class="GtkCheckButton" id="indicator_label_checkbox">
641                         <property name="label" translatable="yes">Display sensor in the label (experimental)</property>
642                         <property name="visible">True</property>
643                         <property name="can_focus">True</property>
644                         <property name="receives_default">False</property>
645                         <property name="tooltip_text" translatable="yes">Psensor has not been build with AppIndicator support</property>
646                         <property name="margin_left">4</property>
647                         <property name="margin_right">4</property>
648                         <property name="margin_top">4</property>
649                         <property name="margin_bottom">4</property>
650                         <property name="xalign">0</property>
651                         <property name="draw_indicator">True</property>
652                         <signal name="toggled" handler="ui_sensorpref_appindicator_label_toggled_cb" swapped="no"/>
653                       </object>
654                       <packing>
655                         <property name="left_attach">0</property>
656                         <property name="top_attach">1</property>
657                         <property name="width">1</property>
658                         <property name="height">1</property>
659                       </packing>
660                     </child>
661                   </object>
662                   <packing>
663                     <property name="position">3</property>
664                   </packing>
665                 </child>
666                 <child type="tab">
667                   <object class="GtkLabel" id="label1">
668                     <property name="visible">True</property>
669                     <property name="can_focus">False</property>
670                     <property name="margin_left">4</property>
671                     <property name="margin_right">4</property>
672                     <property name="margin_top">4</property>
673                     <property name="margin_bottom">4</property>
674                     <property name="label" translatable="yes">Application Indicator</property>
675                   </object>
676                   <packing>
677                     <property name="position">3</property>
678                     <property name="tab_fill">False</property>
679                   </packing>
680                 </child>
681               </object>
682               <packing>
683                 <property name="resize">True</property>
684                 <property name="shrink">True</property>
685               </packing>
686             </child>
687           </object>
688           <packing>
689             <property name="expand">True</property>
690             <property name="fill">True</property>
691             <property name="position">1</property>
692           </packing>
693         </child>
694       </object>
695     </child>
696     <action-widgets>
697       <action-widget response="-2">btn_close</action-widget>
698     </action-widgets>
699   </object>
700 </interface>