1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class=
"GtkDialog" id=
"SingleTabDialog">
5 <property name=
"can_focus">False
</property>
6 <property name=
"border_width">6</property>
7 <property name=
"type_hint">dialog
</property>
8 <child internal-child=
"vbox">
9 <object class=
"GtkBox" id=
"dialog-vbox1">
10 <property name=
"can_focus">False
</property>
11 <property name=
"spacing">2</property>
12 <child internal-child=
"action_area">
13 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
14 <property name=
"can_focus">False
</property>
15 <property name=
"orientation">vertical
</property>
16 <property name=
"layout_style">start
</property>
18 <object class=
"GtkButton" id=
"ok">
19 <property name=
"label">gtk-ok
</property>
20 <property name=
"visible">True
</property>
21 <property name=
"can_focus">True
</property>
22 <property name=
"can_default">True
</property>
23 <property name=
"has_default">True
</property>
24 <property name=
"receives_default">True
</property>
25 <property name=
"use_stock">True
</property>
28 <property name=
"expand">False
</property>
29 <property name=
"fill">True
</property>
30 <property name=
"position">0</property>
34 <object class=
"GtkButton" id=
"cancel">
35 <property name=
"label">gtk-cancel
</property>
36 <property name=
"visible">True
</property>
37 <property name=
"can_focus">True
</property>
38 <property name=
"receives_default">True
</property>
39 <property name=
"use_stock">True
</property>
42 <property name=
"expand">False
</property>
43 <property name=
"fill">True
</property>
44 <property name=
"position">1</property>
48 <object class=
"GtkButton" id=
"help">
49 <property name=
"label">gtk-help
</property>
50 <property name=
"visible">True
</property>
51 <property name=
"can_focus">True
</property>
52 <property name=
"receives_default">True
</property>
53 <property name=
"use_stock">True
</property>
56 <property name=
"expand">False
</property>
57 <property name=
"fill">True
</property>
58 <property name=
"position">2</property>
63 <property name=
"expand">False
</property>
64 <property name=
"fill">True
</property>
65 <property name=
"pack_type">end
</property>
66 <property name=
"position">0</property>
75 <action-widget response=
"0">ok
</action-widget>
76 <action-widget response=
"0">cancel
</action-widget>
77 <action-widget response=
"0">help
</action-widget>