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