~ubuntu-branches/debian/stretch/gnac/stretch

« back to all changes in this revision

Viewing changes to data/ui/gnac.xml

  • Committer: Package Import Robot
  • Author(s): Khalid El Fathi
  • Date: 2012-04-14 20:15:31 UTC
  • Revision ID: package-import@ubuntu.com-20120414201531-2gcfq8fs94kgp9qr
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <object class="GtkUIManager" id="uimanager1">
 
4
    <child>
 
5
      <object class="GtkActionGroup" id="actiongroup">
 
6
        <child>
 
7
          <object class="GtkAction" id="menuitem1">
 
8
            <property name="name">menuitem1</property>
 
9
            <property name="label" translatable="yes">_File</property>
 
10
          </object>
 
11
        </child>
 
12
        <child>
 
13
          <object class="GtkAction" id="convert_item">
 
14
            <property name="stock_id">gtk-convert</property>
 
15
            <property name="name">convert_item</property>
 
16
            <property name="sensitive">False</property>
 
17
            <signal handler="gnac_on_ui_convert_cb" name="activate"/>
 
18
          </object>
 
19
          <accelerator key="X" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK"/>
 
20
        </child>
 
21
        <child>
 
22
          <object class="GtkAction" id="pause_item">
 
23
            <property name="stock_id">gtk-media-pause</property>
 
24
            <property name="name">pause_item</property>
 
25
            <property name="sensitive">True</property>
 
26
            <signal handler="gnac_on_ui_pause_cb" name="activate"/>
 
27
          </object>
 
28
        </child>
 
29
        <child>
 
30
          <object class="GtkAction" id="properties_item">
 
31
            <property name="stock_id">gtk-properties</property>
 
32
            <property name="name">properties_item</property>
 
33
            <property name="sensitive">False</property>
 
34
            <signal handler="gnac_ui_on_properties_cb" name="activate"/>
 
35
          </object>
 
36
          <accelerator key="Return"/>
 
37
        </child>
 
38
        <child>
 
39
          <object class="GtkAction" id="quit_item">
 
40
            <property name="stock_id">gtk-quit</property>
 
41
            <property name="name">quit_item</property>
 
42
            <signal handler="gnac_on_ui_destroy_cb" name="activate"/>
 
43
          </object>
 
44
        </child>
 
45
        <child>
 
46
          <object class="GtkAction" id="menuitem2">
 
47
            <property name="name">menuitem2</property>
 
48
            <property name="label" translatable="yes">E_dit</property>
 
49
          </object>
 
50
        </child>
 
51
        <child>
 
52
          <object class="GtkAction" id="add_item">
 
53
            <property name="stock_id">gtk-add</property>
 
54
            <property name="name">add_item</property>
 
55
            <signal handler="gnac_ui_on_add_cb" name="activate"/>
 
56
          </object>
 
57
          <accelerator key="I" modifiers="GDK_CONTROL_MASK"/>
 
58
        </child>
 
59
        <child>
 
60
          <object class="GtkAction" id="remove_item">
 
61
            <property name="stock_id">gtk-remove</property>
 
62
            <property name="name">remove_item</property>
 
63
            <property name="sensitive">False</property>
 
64
            <signal handler="gnac_ui_on_remove_cb" name="activate"/>
 
65
          </object>
 
66
          <accelerator key="Delete" />
 
67
        </child>
 
68
        <child>
 
69
          <object class="GtkAction" id="clear_item">
 
70
            <property name="stock_id">gtk-clear</property>
 
71
            <property name="name">clear_item</property>
 
72
            <property name="sensitive">False</property>
 
73
            <signal handler="gnac_ui_on_clear_cb" name="activate"/>
 
74
          </object>
 
75
          <accelerator key="C" modifiers="GDK_CONTROL_MASK | GDK_SHIFT_MASK"/>
 
76
        </child>
 
77
        <child>
 
78
          <object class="GtkAction" id="prefs_item">
 
79
            <property name="stock_id">gtk-preferences</property>
 
80
            <property name="name">prefs_item</property>
 
81
            <signal handler="gnac_prefs_window_show" name="activate"/>
 
82
          </object>
 
83
        </child>
 
84
        <child>
 
85
          <object class="GtkAction" id="menuitem3">
 
86
            <property name="name">menuitem3</property>
 
87
            <property name="label" translatable="yes">_View</property>
 
88
          </object>
 
89
        </child>
 
90
        <child>
 
91
          <object class="GtkToggleAction" id="view_toolbar_item">
 
92
            <property name="label" translatable="yes">_Toolbar</property>
 
93
            <property name="name">view_toolbar_item</property>
 
94
            <property name="active">True</property>
 
95
            <signal handler="gnac_ui_on_view_toolbar_cb" name="activate"/>
 
96
          </object>
 
97
        </child>
 
98
        <child>
 
99
          <object class="GtkAction" id="menuitem4">
 
100
            <property name="name">menuitem4</property>
 
101
            <property name="label" translatable="yes">_Help</property>
 
102
          </object>
 
103
        </child>
 
104
        <child>
 
105
          <object class="GtkAction" id="help_item">
 
106
            <property name="stock_id">gtk-help</property>
 
107
            <property name="label" translatable="yes">_Contents</property>
 
108
            <signal handler="gnac_ui_on_help_cb" name="activate"/>
 
109
          </object>
 
110
          <accelerator key="F1"/>
 
111
        </child>
 
112
        <child>
 
113
          <object class="GtkAction" id="about_item">
 
114
            <property name="stock_id">gtk-about</property>
 
115
            <property name="name">about_item</property>
 
116
            <signal handler="gnac_ui_show_about_dialog" name="activate"/>
 
117
          </object>
 
118
        </child>
 
119
      </object>
 
120
    </child>
 
121
    <child>
 
122
      <object class="GtkActionGroup" id="tray_group">
 
123
        <child>
 
124
          <object class="GtkAction" id="tray_show_hide_item">
 
125
            <property name="name">tray_show_hide_item</property>
 
126
            <property name="label" translatable="yes">Hide</property>
 
127
            <signal handler="gnac_ui_on_trayicon" name="activate"/>
 
128
          </object>
 
129
        </child>
 
130
        <child>
 
131
          <object class="GtkAction" id="tray_stop_item">
 
132
            <property name="stock_id">gtk-stop</property>
 
133
            <property name="name">tray_stop_item</property>
 
134
            <signal handler="gnac_ui_trayicon_menu_stop" name="activate"/>
 
135
          </object>
 
136
        </child>
 
137
        <child>
 
138
          <object class="GtkAction" id="tray_pause_item">
 
139
            <property name="stock_id">gtk-media-pause</property>
 
140
            <property name="name">tray_pause_item</property>
 
141
            <signal handler="gnac_ui_trayicon_menu_pause" name="activate"/>
 
142
          </object>
 
143
        </child>
 
144
        <child>
 
145
          <object class="GtkAction" id="tray_quit_item">
 
146
            <property name="stock_id">gtk-quit</property>
 
147
            <property name="name">tray_quit_item</property>
 
148
            <signal handler="gnac_on_ui_destroy_cb" name="activate"/>
 
149
          </object>
 
150
        </child>
 
151
      </object>
 
152
    </child>
 
153
    <ui>
 
154
      <menubar name="main_menubar">
 
155
        <menu action="menuitem1">
 
156
          <menuitem action="convert_item"/>
 
157
          <menuitem action="pause_item"/>
 
158
          <separator/>
 
159
          <menuitem action="properties_item"/>
 
160
          <separator/>
 
161
          <menuitem action="quit_item"/>
 
162
        </menu>
 
163
        <menu action="menuitem2">
 
164
          <menuitem action="add_item"/>
 
165
          <menuitem action="remove_item"/>
 
166
          <menuitem action="clear_item"/>
 
167
          <separator/>
 
168
          <menuitem action="prefs_item"/>
 
169
        </menu>
 
170
        <menu action="menuitem3">
 
171
          <menuitem action="view_toolbar_item"/>
 
172
        </menu>
 
173
        <menu action="menuitem4">
 
174
          <menuitem action="help_item"/>
 
175
          <menuitem action="about_item"/>
 
176
        </menu>
 
177
      </menubar>
 
178
      <toolbar name="main_toolbar">
 
179
        <toolitem action="add_item" />
 
180
        <toolitem action="remove_item" />
 
181
        <toolitem action="clear_item" />
 
182
            <separator />
 
183
        <toolitem action="convert_item" />
 
184
      </toolbar>
 
185
      <popup name="main_popup">
 
186
        <menuitem action="add_item" />
 
187
        <menuitem action="remove_item" />
 
188
        <menuitem action="clear_item" />
 
189
            <separator />
 
190
        <menuitem action="properties_item" />
 
191
      </popup>
 
192
      <popup name="tray_popup">
 
193
        <menuitem action="tray_show_hide_item"/>
 
194
        <menuitem action="tray_stop_item"/>
 
195
        <menuitem action="tray_pause_item"/>
 
196
        <menuitem action="tray_quit_item"/>
 
197
      </popup>
 
198
    </ui>
 
199
  </object>
 
200
  <object class="GtkListStore" id="profiles_liststore">
 
201
    <columns>
 
202
      <!-- column-name Name -->
 
203
      <column type="gchararray"/>
 
204
      <!-- column-name Profile -->
 
205
      <column type="gpointer"/>
 
206
    </columns>
 
207
  </object>
 
208
  <object class="GtkMenu" constructor="uimanager1" id="main_popup">
 
209
  </object>
 
210
  <object class="GtkMenu" constructor="uimanager1" id="tray_popup">
 
211
  </object>
 
212
  <object class="GtkWindow" id="main_window">
 
213
    <property name="window_position">center</property>
 
214
    <property name="default_width">500</property>
 
215
    <property name="default_height">500</property>
 
216
    <property name="icon_name">gnac</property>
 
217
    <signal handler="gnac_on_ui_destroy_cb" name="delete-event"/>
 
218
    <signal handler="gnac_ui_on_focus_in_event_cb" name="focus-in-event"/>
 
219
    <child>
 
220
      <object class="GtkVBox" id="internal_vbox">
 
221
        <property name="visible">True</property>
 
222
        <property name="spacing">2</property>
 
223
        <child>
 
224
          <object class="GtkMenuBar" constructor="uimanager1" id="main_menubar">
 
225
            <property name="visible">True</property>
 
226
          </object>
 
227
          <packing>
 
228
            <property name="expand">False</property>
 
229
          </packing>
 
230
        </child>
 
231
        <child>
 
232
          <object class="GtkToolbar" constructor="uimanager1" id="main_toolbar">
 
233
            <property name="visible">True</property>
 
234
          </object>
 
235
          <packing>
 
236
            <property name="expand">False</property>
 
237
            <property name="position">1</property>
 
238
          </packing>
 
239
        </child>
 
240
        <child>
 
241
          <object class="GtkScrolledWindow" id="main_scrolled_window">
 
242
            <property name="visible">True</property>
 
243
            <property name="can_focus">True</property>
 
244
            <property name="border_width">5</property>
 
245
            <property name="shadow_type">in</property>
 
246
            <child>
 
247
              <object class="GtkTreeView" id="file_list">
 
248
                <property name="visible">True</property>
 
249
                <property name="can_focus">True</property>
 
250
                <property name="rules_hint">True</property>
 
251
                <property name="tooltip_column">3</property>
 
252
                <property name="headers_visible">False</property>
 
253
                <property name="headers_clickable">False</property>
 
254
                <property name="enable_search">False</property>
 
255
                <signal name="button-press-event" handler="gnac_file_list_on_button_pressed" swapped="no"/>
 
256
                <signal name="drag-data-received" handler="gnac_ui_on_drag_data_received_cb" swapped="no"/>
 
257
                <signal name="row-activated" handler="gnac_file_list_on_row_activated_cb" swapped="no"/>
 
258
                <signal name="popup-menu" handler="gnac_file_list_popup_menu" swapped="no"/>
 
259
              </object>
 
260
            </child>
 
261
          </object>
 
262
          <packing>
 
263
            <property name="position">2</property>
 
264
          </packing>
 
265
        </child>
 
266
        <child>
 
267
          <object class="GtkHBox" id="user_action_hbox">
 
268
            <property name="visible">True</property>
 
269
            <property name="border_width">5</property>
 
270
            <child>
 
271
              <object class="GtkHBox" id="audio_profile_hbox">
 
272
                <property name="visible">True</property>
 
273
                <child>
 
274
                  <object class="GtkComboBox" id="combo_profile">
 
275
                    <property name="visible">True</property>
 
276
                    <property name="can_focus">False</property>
 
277
                    <property name="model">profiles_liststore</property>
 
278
                    <signal name="changed" handler="gnac_profiles_on_combo_profile_changed" swapped="no"/>
 
279
                    <child>
 
280
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
281
                      <attributes>
 
282
                        <attribute name="text">0</attribute>
 
283
                      </attributes>
 
284
                    </child>
 
285
                  </object>
 
286
                  <packing>
 
287
                    <property name="expand">False</property>
 
288
                    <property name="fill">True</property>
 
289
                    <property name="position">0</property>
 
290
                  </packing>
 
291
                </child>
 
292
                <child>
 
293
                  <object class="GtkButton" id="edit_profiles_btn">
 
294
                    <property name="label">gtk-edit</property>
 
295
                    <property name="visible">True</property>
 
296
                    <property name="can_focus">True</property>
 
297
                    <property name="receives_default">True</property>
 
298
                    <property name="use_action_appearance">False</property>
 
299
                    <property name="use_stock">True</property>
 
300
                    <signal name="clicked" handler="gnac_profiles_mgr_show" swapped="no"/>
 
301
                  </object>
 
302
                  <packing>
 
303
                    <property name="expand">False</property>
 
304
                    <property name="fill">True</property>
 
305
                    <property name="padding">6</property>
 
306
                    <property name="position">1</property>
 
307
                  </packing>
 
308
                </child>
 
309
              </object>
 
310
              <packing>
 
311
                <property name="expand">False</property>
 
312
                <property name="fill">True</property>
 
313
                <property name="position">0</property>
 
314
              </packing>
 
315
            </child>
 
316
            <child>
 
317
              <object class="GtkHButtonBox" id="hbuttonbox2">
 
318
                <property name="visible">True</property>
 
319
                <property name="spacing">6</property>
 
320
                <property name="layout_style">end</property>
 
321
                <child>
 
322
                  <object class="GtkButton" id="pause_button">
 
323
                    <property name="sensitive">False</property>
 
324
                    <property name="visible">True</property>
 
325
                    <property name="can_focus">True</property>
 
326
                    <property name="receives_default">True</property>
 
327
                    <property name="label">gtk-media-pause</property>
 
328
                    <property name="use_stock">True</property>
 
329
                    <signal name="clicked" handler="gnac_on_ui_pause_cb" swapped="no"/>
 
330
                  </object>
 
331
                  <packing>
 
332
                    <property name="expand">False</property>
 
333
                    <property name="fill">False</property>
 
334
                    <property name="pack_type">end</property>
 
335
                  </packing>
 
336
                </child>
 
337
                <child>
 
338
                  <object class="GtkButton" id="convert_button">
 
339
                    <property name="sensitive">False</property>
 
340
                    <property name="visible">True</property>
 
341
                    <property name="can_focus">True</property>
 
342
                    <property name="receives_default">True</property>
 
343
                    <property name="label">gtk-convert</property>
 
344
                    <property name="use_stock">True</property>
 
345
                    <signal handler="gnac_on_ui_convert_cb" name="clicked"/>
 
346
                  </object>
 
347
                  <packing>
 
348
                    <property name="expand">False</property>
 
349
                    <property name="pack_type">end</property>
 
350
                  </packing>
 
351
                </child>
 
352
              </object>
 
353
              <packing>
 
354
                <property name="pack_type">end</property>
 
355
                <property name="position">1</property>
 
356
              </packing>
 
357
            </child>
 
358
          </object>
 
359
          <packing>
 
360
            <property name="expand">False</property>
 
361
            <property name="position">3</property>
 
362
          </packing>
 
363
        </child>
 
364
        <child>
 
365
          <object class="GtkHBox" id="hbox1">
 
366
            <property name="visible">True</property>
 
367
            <property name="spacing">5</property>
 
368
            <child>
 
369
              <object class="GtkProgressBar" id="progressbar">
 
370
                <property name="visible">True</property>
 
371
                <property name="show-text">True</property>
 
372
              </object>
 
373
              <packing>
 
374
                <property name="expand">False</property>
 
375
              </packing>
 
376
            </child>
 
377
            <child>
 
378
              <object class="GtkStatusbar" id="statusbar">
 
379
                <property name="visible">True</property>
 
380
                <property name="spacing">2</property>
 
381
              </object>
 
382
              <packing>
 
383
                <property name="pack_type">end</property>
 
384
                <property name="expand">True</property>
 
385
                <property name="position">1</property>
 
386
              </packing>
 
387
            </child>
 
388
          </object>
 
389
          <packing>
 
390
            <property name="expand">False</property>
 
391
            <property name="padding">2</property>
 
392
            <property name="position">4</property>
 
393
          </packing>
 
394
        </child>
 
395
      </object>
 
396
    </child>
 
397
  </object>
 
398
  <object class="GtkAboutDialog" id="aboutdialog">
 
399
    <property name="border_width">5</property>
 
400
    <property name="title" translatable="yes">About Gnac</property>
 
401
    <property name="resizable">False</property>
 
402
    <property name="window_position">center-on-parent</property>
 
403
    <property name="type_hint">dialog</property>
 
404
    <property name="transient_for">main_window</property>
 
405
    <property name="program_name">Gnac</property>
 
406
    <property name="website">http://gnac.sf.net</property>
 
407
    <property name="copyright">Copyright &#xA9; 2007-2012 Gnac</property>
 
408
    <property name="license" translatable="yes">Gnac is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
 
409
 
 
410
Gnac is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
411
 
 
412
You should have received a copy of the GNU General Public License along with Gnac; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
413
</property>
 
414
    <property name="authors">Benoit Dupasquier &lt;bdupasqu@src.gnome.org&gt;
 
415
David Joaquim &lt;djoaquim@src.gnome.org&gt;
 
416
Alexandre Roux &lt;alexroux@src.gnome.org&gt;</property>
 
417
    <property name="artists">Grada Cristian (krig) &lt;krigenator@gmail.com&gt;</property>
 
418
    <property name="translator_credits" translatable="yes">translator-credits</property>
 
419
    <property name="wrap_license">True</property>
 
420
    <property name="icon_name">gnac</property>
 
421
    <property name="logo_icon_name">gnac</property>
 
422
    <property name="comments" translatable="yes">Audio converter for GNOME</property>
 
423
    <signal handler="gtk_widget_hide_on_delete" name="close"/>
 
424
    <signal handler="gtk_widget_hide_on_delete" name="delete-event"/>
 
425
    <signal handler="gtk_widget_hide_on_delete" name="response"/>
 
426
    <signal handler="gnac_about_url_hook" name="activate-link"/>
 
427
    <child internal-child="vbox">
 
428
      <object class="GtkVBox" id="dialog-vbox1">
 
429
        <property name="visible">True</property>
 
430
        <property name="spacing">2</property>
 
431
        <child>
 
432
          <placeholder/>
 
433
        </child>
 
434
        <child internal-child="action_area">
 
435
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
436
            <property name="visible">True</property>
 
437
            <property name="layout_style">end</property>
 
438
          </object>
 
439
          <packing>
 
440
            <property name="expand">False</property>
 
441
            <property name="pack_type">end</property>
 
442
          </packing>
 
443
        </child>
 
444
      </object>
 
445
    </child>
 
446
  </object>
 
447
  <object class="GtkFileChooserDialog" id="gnac_file_chooser">
 
448
    <property name="border_width">5</property>
 
449
    <property name="title" translatable="yes">Open a File...</property>
 
450
    <property name="modal">True</property>
 
451
    <property name="window_position">center-on-parent</property>
 
452
    <property name="type_hint">dialog</property>
 
453
    <property name="select_multiple">True</property>
 
454
    <property name="use_preview_label">False</property>
 
455
    <property name="preview_widget_active">False</property>
 
456
    <signal name="delete-event" handler="gtk_widget_hide_on_delete"/>
 
457
    <signal name="key-press-event" handler="gnac_ui_file_chooser_key_press_event_cb"/>
 
458
    <signal name="file-activated" handler="gnac_ui_file_chooser_file_activated_cb"/>
 
459
    <signal name="response" handler="gnac_ui_file_chooser_response_cb"/>
 
460
    <signal name="destroy" handler="gtk_widget_hide"/>
 
461
    <child internal-child="vbox">
 
462
      <object class="GtkVBox" id="dialog-vbox2">
 
463
        <property name="visible">True</property>
 
464
        <property name="orientation">vertical</property>
 
465
        <property name="spacing">2</property>
 
466
        <child>
 
467
          <object class="GtkAlignment" id="alignment1">
 
468
            <property name="visible">True</property>
 
469
            <property name="bottom_padding">12</property>
 
470
            <property name="left_padding">5</property>
 
471
            <property name="right_padding">5</property>
 
472
            <child>
 
473
              <object class="GtkHBox" id="hbox2">
 
474
                <property name="visible">True</property>
 
475
                <child>
 
476
                  <object class="GtkCheckButton" id="close_on_add_button">
 
477
                    <property name="label" translatable="yes">Close dialog on add</property>
 
478
                    <property name="visible">True</property>
 
479
                    <property name="can_focus">True</property>
 
480
                    <property name="receives_default">False</property>
 
481
                    <property name="active">True</property>
 
482
                    <property name="draw_indicator">True</property>
 
483
                  </object>
 
484
                  <packing>
 
485
                    <property name="position">0</property>
 
486
                  </packing>
 
487
                </child>
 
488
                <child>
 
489
                  <object class="GtkComboBox" id="filters_combo">
 
490
                    <property name="visible">True</property>
 
491
                    <property name="width_request">185</property>
 
492
                    <property name="height_request">29</property>
 
493
                    <signal name="changed" handler="gnac_ui_on_filter_changed" object="gnac_file_chooser"/>
 
494
                  </object>
 
495
                  <packing>
 
496
                    <property name="expand">False</property>
 
497
                    <property name="position">1</property>
 
498
                  </packing>
 
499
                </child>
 
500
              </object>
 
501
            </child>
 
502
          </object>
 
503
          <packing>
 
504
            <property name="expand">False</property>
 
505
            <property name="position">2</property>
 
506
          </packing>
 
507
        </child>
 
508
        <child internal-child="action_area">
 
509
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
510
            <property name="visible">True</property>
 
511
            <property name="layout_style">end</property>
 
512
            <child>
 
513
              <object class="GtkButton" id="add_button">
 
514
                <property name="label">gtk-add</property>
 
515
                <property name="visible">True</property>
 
516
                <property name="can_focus">True</property>
 
517
                <property name="receives_default">True</property>
 
518
                <property name="use_stock">True</property>
 
519
              </object>
 
520
              <packing>
 
521
                <property name="expand">False</property>
 
522
                <property name="fill">False</property>
 
523
                <property name="position">0</property>
 
524
              </packing>
 
525
            </child>
 
526
            <child>
 
527
              <object class="GtkButton" id="close_button">
 
528
                <property name="label">gtk-close</property>
 
529
                <property name="visible">True</property>
 
530
                <property name="can_focus">True</property>
 
531
                <property name="receives_default">True</property>
 
532
                <property name="use_stock">True</property>
 
533
              </object>
 
534
              <packing>
 
535
                <property name="expand">False</property>
 
536
                <property name="fill">False</property>
 
537
                <property name="position">1</property>
 
538
              </packing>
 
539
            </child>
 
540
          </object>
 
541
          <packing>
 
542
            <property name="expand">False</property>
 
543
            <property name="pack_type">end</property>
 
544
            <property name="position">0</property>
 
545
          </packing>
 
546
        </child>
 
547
      </object>
 
548
    </child>
 
549
    <action-widgets>
 
550
      <action-widget response="-1">add_button</action-widget>
 
551
      <action-widget response="-7">close_button</action-widget>
 
552
    </action-widgets>
 
553
  </object>
 
554
</interface>