3 <requires lib=
"gtk+" version=
"2.16"/>
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class=
"GtkWindow" id=
"list_tools">
6 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
8 <object class=
"GtkFrame" id=
"Tools">
9 <property name=
"visible">True
</property>
10 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
11 <property name=
"label_xalign">0</property>
12 <property name=
"shadow_type">none
</property>
14 <object class=
"GtkAlignment" id=
"alignment1">
15 <property name=
"visible">True
</property>
16 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
17 <property name=
"left_padding">12</property>
19 <object class=
"GtkHBox" id=
"hbox1">
20 <property name=
"visible">True
</property>
21 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
23 <object class=
"GtkScrolledWindow" id=
"scrolledwindow1">
24 <property name=
"visible">True
</property>
25 <property name=
"can_focus">True
</property>
26 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
27 <property name=
"hscrollbar_policy">automatic
</property>
28 <property name=
"vscrollbar_policy">automatic
</property>
29 <property name=
"shadow_type">in
</property>
31 <object class=
"GtkTreeView" id=
"tools_treeview">
32 <property name=
"visible">True
</property>
33 <property name=
"can_focus">True
</property>
34 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK
</property>
35 <signal name=
"row_activated" handler=
"atp_on_tool_activated"/>
40 <property name=
"position">0</property>
44 <object class=
"GtkVButtonBox" id=
"vbuttonbox1">
45 <property name=
"visible">True
</property>
46 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
47 <property name=
"border_width">5</property>
48 <property name=
"spacing">5</property>
49 <property name=
"layout_style">start
</property>
51 <object class=
"GtkButton" id=
"edit_bt">
52 <property name=
"label">gtk-edit
</property>
53 <property name=
"visible">True
</property>
54 <property name=
"can_focus">True
</property>
55 <property name=
"receives_default">True
</property>
56 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
57 <property name=
"use_stock">True
</property>
58 <signal name=
"clicked" handler=
"atp_on_tool_edit"/>
61 <property name=
"expand">False
</property>
62 <property name=
"fill">False
</property>
63 <property name=
"position">0</property>
67 <object class=
"GtkButton" id=
"add_bt">
68 <property name=
"label">gtk-new
</property>
69 <property name=
"visible">True
</property>
70 <property name=
"can_focus">True
</property>
71 <property name=
"receives_default">True
</property>
72 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
73 <property name=
"use_stock">True
</property>
74 <signal name=
"clicked" handler=
"atp_on_tool_add"/>
77 <property name=
"expand">False
</property>
78 <property name=
"fill">False
</property>
79 <property name=
"position">1</property>
83 <object class=
"GtkButton" id=
"delete_bt">
84 <property name=
"label">gtk-clear
</property>
85 <property name=
"visible">True
</property>
86 <property name=
"can_focus">True
</property>
87 <property name=
"receives_default">True
</property>
88 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
89 <property name=
"use_stock">True
</property>
90 <signal name=
"clicked" handler=
"atp_on_tool_delete"/>
93 <property name=
"expand">False
</property>
94 <property name=
"fill">False
</property>
95 <property name=
"position">2</property>
99 <object class=
"GtkButton" id=
"up_bt">
100 <property name=
"label">gtk-go-up
</property>
101 <property name=
"visible">True
</property>
102 <property name=
"can_focus">True
</property>
103 <property name=
"receives_default">True
</property>
104 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
105 <property name=
"use_stock">True
</property>
106 <signal name=
"clicked" handler=
"atp_on_tool_up"/>
109 <property name=
"expand">False
</property>
110 <property name=
"fill">False
</property>
111 <property name=
"position">3</property>
115 <object class=
"GtkButton" id=
"down_bt">
116 <property name=
"label">gtk-go-down
</property>
117 <property name=
"visible">True
</property>
118 <property name=
"can_focus">True
</property>
119 <property name=
"receives_default">True
</property>
120 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
121 <property name=
"use_stock">True
</property>
122 <signal name=
"clicked" handler=
"atp_on_tool_down"/>
125 <property name=
"expand">False
</property>
126 <property name=
"fill">False
</property>
127 <property name=
"position">4</property>
132 <property name=
"expand">False
</property>
133 <property name=
"position">1</property>
141 <object class=
"GtkLabel" id=
"label1">
142 <property name=
"visible">True
</property>
143 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
144 <property name=
"label" translatable=
"yes">Tools
</property>
146 <attribute name=
"weight" value=
"bold"/>
153 <object class=
"GtkDialog" id=
"editor_dialog">
154 <property name=
"title" translatable=
"yes">Tool Editor
</property>
155 <property name=
"destroy_with_parent">True
</property>
156 <property name=
"type_hint">dialog
</property>
157 <property name=
"skip_pager_hint">True
</property>
158 <signal name=
"response" handler=
"atp_on_editor_dialog_response"/>
159 <child internal-child=
"vbox">
160 <object class=
"GtkVBox" id=
"dialog-vbox3">
161 <property name=
"visible">True
</property>
163 <object class=
"GtkTable" id=
"table2">
164 <property name=
"visible">True
</property>
165 <property name=
"border_width">5</property>
166 <property name=
"n_rows">8</property>
167 <property name=
"n_columns">4</property>
168 <property name=
"column_spacing">5</property>
169 <property name=
"row_spacing">5</property>
171 <object class=
"GtkLabel" id=
"label45">
172 <property name=
"visible">True
</property>
173 <property name=
"xalign">0</property>
174 <property name=
"label" translatable=
"yes">Name:
</property>
177 <property name=
"x_options">GTK_FILL
</property>
178 <property name=
"y_options"></property>
182 <object class=
"GtkEntry" id=
"name_entry">
183 <property name=
"visible">True
</property>
184 <property name=
"can_focus">True
</property>
187 <property name=
"left_attach">1</property>
188 <property name=
"right_attach">2</property>
189 <property name=
"y_options"></property>
193 <object class=
"GtkCheckButton" id=
"enable_checkbox">
194 <property name=
"label" translatable=
"yes">Enabled
</property>
195 <property name=
"visible">True
</property>
196 <property name=
"can_focus">True
</property>
197 <property name=
"receives_default">False
</property>
198 <property name=
"use_underline">True
</property>
199 <property name=
"draw_indicator">True
</property>
202 <property name=
"top_attach">5</property>
203 <property name=
"bottom_attach">6</property>
204 <property name=
"x_options">GTK_FILL
</property>
205 <property name=
"y_options"></property>
209 <object class=
"GtkCheckButton" id=
"save_checkbox">
210 <property name=
"label" translatable=
"yes">Save all files
</property>
211 <property name=
"visible">True
</property>
212 <property name=
"can_focus">True
</property>
213 <property name=
"receives_default">False
</property>
214 <property name=
"use_underline">True
</property>
215 <property name=
"draw_indicator">True
</property>
218 <property name=
"left_attach">1</property>
219 <property name=
"right_attach">2</property>
220 <property name=
"top_attach">5</property>
221 <property name=
"bottom_attach">6</property>
222 <property name=
"x_options">GTK_FILL
</property>
223 <property name=
"y_options"></property>
227 <object class=
"GtkCheckButton" id=
"terminal_checkbox">
228 <property name=
"label" translatable=
"yes">Run in terminal
</property>
229 <property name=
"visible">True
</property>
230 <property name=
"can_focus">True
</property>
231 <property name=
"receives_default">False
</property>
232 <property name=
"use_underline">True
</property>
233 <property name=
"draw_indicator">True
</property>
234 <signal name=
"toggled" handler=
"atp_on_editor_terminal_toggle"/>
237 <property name=
"left_attach">2</property>
238 <property name=
"right_attach">3</property>
239 <property name=
"top_attach">5</property>
240 <property name=
"bottom_attach">6</property>
241 <property name=
"x_options">GTK_FILL
</property>
242 <property name=
"y_options"></property>
246 <object class=
"GtkHBox" id=
"hbox27">
247 <property name=
"visible">True
</property>
249 <object class=
"GtkHBox" id=
"hbox02">
250 <property name=
"visible">True
</property>
252 <object class=
"GtkEntry" id=
"directory_entry">
253 <property name=
"width_request">260</property>
254 <property name=
"visible">True
</property>
255 <property name=
"can_focus">True
</property>
256 <property name=
"invisible_char">●</property>
259 <property name=
"position">0</property>
263 <object class=
"GtkButton" id=
"browse_button_directory_entry">
264 <property name=
"label" translatable=
"yes">Browse…
</property>
265 <property name=
"visible">True
</property>
266 <property name=
"can_focus">True
</property>
267 <property name=
"receives_default">True
</property>
268 <signal name=
"clicked" handler=
"atp_on_editor_browse_button_dir_clicked"/>
271 <property name=
"expand">False
</property>
272 <property name=
"position">1</property>
277 <property name=
"position">0</property>
281 <object class=
"GtkButton" id=
"button22">
282 <property name=
"label" translatable=
"yes">_Variable…
</property>
283 <property name=
"visible">True
</property>
284 <property name=
"can_focus">True
</property>
285 <property name=
"receives_default">False
</property>
286 <property name=
"use_underline">True
</property>
287 <signal name=
"clicked" handler=
"atp_on_editor_dir_variable_show"/>
290 <property name=
"expand">False
</property>
291 <property name=
"fill">False
</property>
292 <property name=
"position">1</property>
297 <property name=
"left_attach">1</property>
298 <property name=
"right_attach">4</property>
299 <property name=
"top_attach">4</property>
300 <property name=
"bottom_attach">5</property>
301 <property name=
"x_options">GTK_FILL
</property>
302 <property name=
"y_options">GTK_FILL
</property>
306 <object class=
"GtkLabel" id=
"label48">
307 <property name=
"visible">True
</property>
308 <property name=
"xalign">0</property>
309 <property name=
"label" translatable=
"yes">Working directory:
</property>
312 <property name=
"top_attach">4</property>
313 <property name=
"bottom_attach">5</property>
314 <property name=
"x_options">GTK_FILL
</property>
315 <property name=
"y_options"></property>
319 <object class=
"GtkHBox" id=
"hbox26">
320 <property name=
"visible">True
</property>
322 <object class=
"GtkEntry" id=
"parameter_entry">
323 <property name=
"visible">True
</property>
324 <property name=
"can_focus">True
</property>
327 <property name=
"position">0</property>
331 <object class=
"GtkButton" id=
"button20">
332 <property name=
"label" translatable=
"yes">_Variable…
</property>
333 <property name=
"visible">True
</property>
334 <property name=
"can_focus">True
</property>
335 <property name=
"receives_default">False
</property>
336 <property name=
"use_underline">True
</property>
337 <signal name=
"clicked" handler=
"atp_on_editor_param_variable_show"/>
340 <property name=
"expand">False
</property>
341 <property name=
"fill">False
</property>
342 <property name=
"position">1</property>
347 <property name=
"left_attach">1</property>
348 <property name=
"right_attach">4</property>
349 <property name=
"top_attach">3</property>
350 <property name=
"bottom_attach">4</property>
351 <property name=
"x_options">GTK_FILL
</property>
352 <property name=
"y_options">GTK_FILL
</property>
356 <object class=
"GtkLabel" id=
"label47">
357 <property name=
"visible">True
</property>
358 <property name=
"xalign">0</property>
359 <property name=
"label" translatable=
"yes">Parameters:
</property>
362 <property name=
"top_attach">3</property>
363 <property name=
"bottom_attach">4</property>
364 <property name=
"x_options">GTK_FILL
</property>
365 <property name=
"y_options"></property>
369 <object class=
"GtkLabel" id=
"label46">
370 <property name=
"visible">True
</property>
371 <property name=
"xalign">0</property>
372 <property name=
"label" translatable=
"yes">Command:
</property>
375 <property name=
"top_attach">2</property>
376 <property name=
"bottom_attach">3</property>
377 <property name=
"x_options">GTK_FILL
</property>
378 <property name=
"y_options"></property>
382 <object class=
"GtkLabel" id=
"label105">
383 <property name=
"visible">True
</property>
384 <property name=
"xalign">0</property>
385 <property name=
"label" translatable=
"yes">Short cut:
</property>
388 <property name=
"top_attach">1</property>
389 <property name=
"bottom_attach">2</property>
390 <property name=
"x_options">GTK_FILL
</property>
391 <property name=
"y_options"></property>
395 <object class=
"GtkToggleButton" id=
"shortcut_bt">
396 <property name=
"visible">True
</property>
397 <property name=
"can_focus">True
</property>
398 <property name=
"receives_default">False
</property>
399 <property name=
"use_underline">True
</property>
400 <property name=
"focus_on_click">False
</property>
401 <signal name=
"toggled" handler=
"atp_on_editor_shortcut_toggle"/>
404 <property name=
"left_attach">1</property>
405 <property name=
"right_attach">2</property>
406 <property name=
"top_attach">1</property>
407 <property name=
"bottom_attach">2</property>
408 <property name=
"x_options">GTK_FILL
</property>
409 <property name=
"y_options"></property>
413 <object class=
"GtkButton" id=
"icon_entry">
414 <property name=
"visible">True
</property>
415 <property name=
"can_focus">True
</property>
416 <property name=
"receives_default">False
</property>
417 <signal name=
"clicked" handler=
"atp_on_editor_icon_entry_clicked"/>
420 <property name=
"left_attach">3</property>
421 <property name=
"right_attach">4</property>
422 <property name=
"bottom_attach">2</property>
423 <property name=
"x_options">GTK_FILL
</property>
424 <property name=
"y_options">GTK_FILL
</property>
428 <object class=
"GtkLabel" id=
"label103">
429 <property name=
"visible">True
</property>
430 <property name=
"xalign">0</property>
431 <property name=
"label" translatable=
"yes" comments=
"This is the standard Unis stdout, see http://en.wikipedia.org/wiki/Standard_streams">Standard output:
</property>
434 <property name=
"top_attach">7</property>
435 <property name=
"bottom_attach">8</property>
436 <property name=
"x_options">GTK_FILL
</property>
437 <property name=
"y_options"></property>
441 <object class=
"GtkComboBox" id=
"output_combo">
442 <property name=
"visible">True
</property>
445 <property name=
"left_attach">1</property>
446 <property name=
"right_attach">2</property>
447 <property name=
"top_attach">7</property>
448 <property name=
"bottom_attach">8</property>
449 <property name=
"x_options">GTK_FILL
</property>
450 <property name=
"y_options">GTK_FILL
</property>
454 <object class=
"GtkLabel" id=
"label104">
455 <property name=
"visible">True
</property>
456 <property name=
"xalign">0</property>
457 <property name=
"label" translatable=
"yes" comments=
"This is the Unix stderr, see http://en.wikipedia.org/wiki/Standard_streams">Standard error:
</property>
460 <property name=
"left_attach">2</property>
461 <property name=
"right_attach">3</property>
462 <property name=
"top_attach">7</property>
463 <property name=
"bottom_attach">8</property>
464 <property name=
"x_options">GTK_FILL
</property>
465 <property name=
"y_options"></property>
469 <object class=
"GtkComboBox" id=
"error_combo">
470 <property name=
"visible">True
</property>
473 <property name=
"left_attach">3</property>
474 <property name=
"right_attach">4</property>
475 <property name=
"top_attach">7</property>
476 <property name=
"bottom_attach">8</property>
477 <property name=
"x_options">GTK_FILL
</property>
478 <property name=
"y_options">GTK_FILL
</property>
482 <object class=
"GtkLabel" id=
"label106">
483 <property name=
"visible">True
</property>
484 <property name=
"xalign">0</property>
485 <property name=
"label" translatable=
"yes" comments=
"This is the Unix stdin. See http://en.wikipedia.org/wiki/Standard_streams">Standard input:
</property>
488 <property name=
"top_attach">6</property>
489 <property name=
"bottom_attach">7</property>
490 <property name=
"x_options">GTK_FILL
</property>
491 <property name=
"y_options"></property>
495 <object class=
"GtkComboBox" id=
"input_combo">
496 <property name=
"visible">True
</property>
497 <signal name=
"changed" handler=
"atp_on_editor_input_changed"/>
500 <property name=
"left_attach">1</property>
501 <property name=
"right_attach">2</property>
502 <property name=
"top_attach">6</property>
503 <property name=
"bottom_attach">7</property>
504 <property name=
"x_options">GTK_FILL
</property>
505 <property name=
"y_options">GTK_FILL
</property>
509 <object class=
"GtkHBox" id=
"hbox28">
510 <property name=
"visible">True
</property>
512 <object class=
"GtkEntry" id=
"input_entry">
513 <property name=
"visible">True
</property>
514 <property name=
"can_focus">True
</property>
517 <property name=
"position">0</property>
521 <object class=
"GtkButton" id=
"input_button">
522 <property name=
"label" translatable=
"yes">_Variable…
</property>
523 <property name=
"visible">True
</property>
524 <property name=
"can_focus">True
</property>
525 <property name=
"receives_default">False
</property>
526 <property name=
"use_underline">True
</property>
527 <signal name=
"clicked" handler=
"atp_on_editor_input_variable_show"/>
530 <property name=
"expand">False
</property>
531 <property name=
"fill">False
</property>
532 <property name=
"position">1</property>
537 <property name=
"left_attach">2</property>
538 <property name=
"right_attach">4</property>
539 <property name=
"top_attach">6</property>
540 <property name=
"bottom_attach">7</property>
541 <property name=
"x_options">GTK_FILL
</property>
542 <property name=
"y_options">GTK_FILL
</property>
546 <object class=
"GtkHBox" id=
"hbox29">
547 <property name=
"visible">True
</property>
549 <object class=
"GtkHBox" id=
"hbox01">
550 <property name=
"visible">True
</property>
552 <object class=
"GtkEntry" id=
"command_entry">
553 <property name=
"width_request">260</property>
554 <property name=
"visible">True
</property>
555 <property name=
"can_focus">True
</property>
556 <property name=
"invisible_char">●</property>
559 <property name=
"position">0</property>
563 <object class=
"GtkButton" id=
"browse_button_command_entry">
564 <property name=
"label" translatable=
"yes">Browse…
</property>
565 <property name=
"visible">True
</property>
566 <property name=
"can_focus">True
</property>
567 <property name=
"receives_default">True
</property>
568 <signal name=
"clicked" handler=
"atp_on_editor_browse_button_clicked"/>
571 <property name=
"expand">False
</property>
572 <property name=
"position">1</property>
577 <property name=
"position">0</property>
581 <object class=
"GtkCheckButton" id=
"script_checkbox">
582 <property name=
"label" translatable=
"yes">Edit as script
</property>
583 <property name=
"visible">True
</property>
584 <property name=
"can_focus">True
</property>
585 <property name=
"receives_default">False
</property>
586 <property name=
"tooltip_text" translatable=
"yes">Edit command as script in Anjuta on close
</property>
587 <property name=
"use_underline">True
</property>
588 <property name=
"draw_indicator">True
</property>
589 <signal name=
"toggled" handler=
"atp_on_editor_script_toggle"/>
592 <property name=
"expand">False
</property>
593 <property name=
"fill">False
</property>
594 <property name=
"position">1</property>
599 <property name=
"left_attach">1</property>
600 <property name=
"right_attach">4</property>
601 <property name=
"top_attach">2</property>
602 <property name=
"bottom_attach">3</property>
603 <property name=
"x_options">GTK_FILL
</property>
604 <property name=
"y_options">GTK_FILL
</property>
618 <property name=
"position">2</property>
621 <child internal-child=
"action_area">
622 <object class=
"GtkHButtonBox" id=
"dialog-action_area3">
623 <property name=
"visible">True
</property>
624 <property name=
"layout_style">end
</property>
626 <object class=
"GtkButton" id=
"cancelbutton1">
627 <property name=
"label">gtk-cancel
</property>
628 <property name=
"visible">True
</property>
629 <property name=
"can_focus">True
</property>
630 <property name=
"can_default">True
</property>
631 <property name=
"receives_default">False
</property>
632 <property name=
"use_stock">True
</property>
635 <property name=
"expand">False
</property>
636 <property name=
"fill">False
</property>
637 <property name=
"position">0</property>
641 <object class=
"GtkButton" id=
"okbutton2">
642 <property name=
"label">gtk-ok
</property>
643 <property name=
"visible">True
</property>
644 <property name=
"can_focus">True
</property>
645 <property name=
"can_default">True
</property>
646 <property name=
"receives_default">False
</property>
647 <property name=
"use_stock">True
</property>
650 <property name=
"expand">False
</property>
651 <property name=
"fill">False
</property>
652 <property name=
"position">1</property>
657 <property name=
"expand">False
</property>
658 <property name=
"pack_type">end
</property>
659 <property name=
"position">0</property>
665 <action-widget response=
"-6">cancelbutton1
</action-widget>
666 <action-widget response=
"-5">okbutton2
</action-widget>
669 <object class=
"GtkDialog" id=
"variable_dialog">
670 <property name=
"width_request">383</property>
671 <property name=
"height_request">255</property>
672 <property name=
"title" translatable=
"yes">Variable list
</property>
673 <property name=
"modal">True
</property>
674 <property name=
"destroy_with_parent">True
</property>
675 <property name=
"type_hint">dialog
</property>
676 <property name=
"skip_pager_hint">True
</property>
677 <signal name=
"response" handler=
"atp_on_variable_dialog_response"/>
678 <child internal-child=
"vbox">
679 <object class=
"GtkVBox" id=
"dialog-vbox5">
680 <property name=
"visible">True
</property>
682 <object class=
"GtkScrolledWindow" id=
"scrolledwindow17">
683 <property name=
"visible">True
</property>
684 <property name=
"can_focus">True
</property>
685 <property name=
"hscrollbar_policy">automatic
</property>
686 <property name=
"vscrollbar_policy">automatic
</property>
687 <property name=
"shadow_type">in
</property>
689 <object class=
"GtkTreeView" id=
"variable_treeview">
690 <property name=
"visible">True
</property>
691 <property name=
"can_focus">True
</property>
692 <signal name=
"row_activated" handler=
"atp_on_variable_activate_row"/>
697 <property name=
"position">2</property>
700 <child internal-child=
"action_area">
701 <object class=
"GtkHButtonBox" id=
"dialog-action_area5">
702 <property name=
"visible">True
</property>
703 <property name=
"layout_style">end
</property>
705 <object class=
"GtkButton" id=
"closebutton1">
706 <property name=
"label">gtk-close
</property>
707 <property name=
"visible">True
</property>
708 <property name=
"can_focus">True
</property>
709 <property name=
"can_default">True
</property>
710 <property name=
"receives_default">False
</property>
711 <property name=
"use_stock">True
</property>
714 <property name=
"expand">False
</property>
715 <property name=
"fill">False
</property>
716 <property name=
"position">0</property>
720 <object class=
"GtkButton" id=
"button17">
721 <property name=
"label">gtk-add
</property>
722 <property name=
"visible">True
</property>
723 <property name=
"can_focus">True
</property>
724 <property name=
"can_default">True
</property>
725 <property name=
"receives_default">False
</property>
726 <property name=
"use_stock">True
</property>
729 <property name=
"expand">False
</property>
730 <property name=
"fill">False
</property>
731 <property name=
"position">1</property>
736 <property name=
"expand">False
</property>
737 <property name=
"pack_type">end
</property>
738 <property name=
"position">0</property>
744 <action-widget response=
"-7">closebutton1
</action-widget>
745 <action-widget response=
"-5">button17
</action-widget>