1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class=
"GtkAdjustment" id=
"columns_value">
5 <property name=
"lower">1</property>
6 <property name=
"upper">75</property>
7 <property name=
"value">5</property>
8 <property name=
"step_increment">1</property>
9 <property name=
"page_increment">10</property>
11 <object class=
"GtkDialog" id=
"NewTableDialog">
12 <property name=
"can_focus">False
</property>
13 <property name=
"border_width">6</property>
14 <property name=
"title" translatable=
"yes">Insert Table
</property>
15 <property name=
"type_hint">dialog
</property>
16 <child internal-child=
"vbox">
17 <object class=
"GtkBox" id=
"dialog-vbox1">
18 <property name=
"can_focus">False
</property>
19 <property name=
"orientation">vertical
</property>
20 <property name=
"spacing">12</property>
21 <child internal-child=
"action_area">
22 <object class=
"GtkButtonBox" id=
"dialog-action_area1">
23 <property name=
"can_focus">False
</property>
24 <property name=
"layout_style">end
</property>
26 <object class=
"GtkButton" id=
"button1">
27 <property name=
"label">gtk-help
</property>
28 <property name=
"visible">True
</property>
29 <property name=
"can_focus">True
</property>
30 <property name=
"receives_default">True
</property>
31 <property name=
"use_stock">True
</property>
34 <property name=
"expand">False
</property>
35 <property name=
"fill">True
</property>
36 <property name=
"position">0</property>
37 <property name=
"secondary">True
</property>
41 <object class=
"GtkButton" id=
"ok">
42 <property name=
"label">gtk-ok
</property>
43 <property name=
"visible">True
</property>
44 <property name=
"can_focus">True
</property>
45 <property name=
"can_default">True
</property>
46 <property name=
"has_default">True
</property>
47 <property name=
"receives_default">False
</property>
48 <property name=
"use_stock">True
</property>
51 <property name=
"expand">False
</property>
52 <property name=
"fill">True
</property>
53 <property name=
"position">1</property>
57 <object class=
"GtkButton" id=
"cancel">
58 <property name=
"label">gtk-cancel
</property>
59 <property name=
"visible">True
</property>
60 <property name=
"can_focus">True
</property>
61 <property name=
"receives_default">True
</property>
62 <property name=
"use_stock">True
</property>
65 <property name=
"expand">False
</property>
66 <property name=
"fill">True
</property>
67 <property name=
"position">2</property>
72 <property name=
"expand">False
</property>
73 <property name=
"fill">True
</property>
74 <property name=
"pack_type">end
</property>
75 <property name=
"position">0</property>
79 <object class=
"GtkGrid" id=
"grid1">
80 <property name=
"visible">True
</property>
81 <property name=
"can_focus">False
</property>
82 <property name=
"border_width">6</property>
83 <property name=
"row_spacing">12</property>
84 <property name=
"column_spacing">12</property>
86 <object class=
"GtkLabel" id=
"columns_label">
87 <property name=
"visible">True
</property>
88 <property name=
"can_focus">False
</property>
89 <property name=
"hexpand">True
</property>
90 <property name=
"xalign">0</property>
91 <property name=
"label" translatable=
"yes">_Number of columns:
</property>
92 <property name=
"use_underline">True
</property>
93 <property name=
"mnemonic_widget">columns
</property>
96 <property name=
"left_attach">0</property>
97 <property name=
"top_attach">0</property>
98 <property name=
"width">1</property>
99 <property name=
"height">1</property>
103 <object class=
"GtkLabel" id=
"rows_label">
104 <property name=
"visible">True
</property>
105 <property name=
"can_focus">False
</property>
106 <property name=
"hexpand">True
</property>
107 <property name=
"xalign">0</property>
108 <property name=
"label" translatable=
"yes">_Number of rows:
</property>
109 <property name=
"use_underline">True
</property>
110 <property name=
"mnemonic_widget">rows
</property>
113 <property name=
"left_attach">0</property>
114 <property name=
"top_attach">1</property>
115 <property name=
"width">1</property>
116 <property name=
"height">1</property>
120 <object class=
"GtkSpinButton" id=
"columns">
121 <property name=
"visible">True
</property>
122 <property name=
"can_focus">True
</property>
123 <property name=
"has_focus">True
</property>
124 <property name=
"invisible_char">•
</property>
125 <property name=
"activates_default">True
</property>
126 <property name=
"adjustment">columns_value
</property>
127 <property name=
"climb_rate">1</property>
128 <property name=
"snap_to_ticks">True
</property>
129 <property name=
"numeric">True
</property>
132 <property name=
"left_attach">1</property>
133 <property name=
"top_attach">0</property>
134 <property name=
"width">1</property>
135 <property name=
"height">1</property>
139 <object class=
"GtkSpinButton" id=
"rows">
140 <property name=
"visible">True
</property>
141 <property name=
"can_focus">True
</property>
142 <property name=
"invisible_char">•
</property>
143 <property name=
"adjustment">rows_value
</property>
144 <property name=
"snap_to_ticks">True
</property>
145 <property name=
"numeric">True
</property>
148 <property name=
"left_attach">1</property>
149 <property name=
"top_attach">1</property>
150 <property name=
"width">1</property>
151 <property name=
"height">1</property>
156 <property name=
"expand">True
</property>
157 <property name=
"fill">True
</property>
158 <property name=
"position">1</property>
164 <action-widget response=
"0">button1
</action-widget>
165 <action-widget response=
"0">ok
</action-widget>
166 <action-widget response=
"0">cancel
</action-widget>
169 <object class=
"GtkAdjustment" id=
"rows_value">
170 <property name=
"lower">1</property>
171 <property name=
"upper">75</property>
172 <property name=
"value">2</property>
173 <property name=
"step_increment">1</property>
174 <property name=
"page_increment">10</property>