fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / uiconfig / ui / inserttitledlg.ui
blobce93162c27a5f382303720593322e6b8114b1939
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkDialog" id="InsertTitleDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Titles</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">12</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <object class="GtkButton" id="ok">
21 <property name="label">gtk-ok</property>
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="can_default">True</property>
25 <property name="has_default">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_stock">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="cancel">
37 <property name="label">gtk-cancel</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="receives_default">True</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="help">
51 <property name="label">gtk-help</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">2</property>
61 <property name="secondary">True</property>
62 </packing>
63 </child>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="pack_type">end</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkBox" id="box1">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="orientation">vertical</property>
77 <property name="spacing">12</property>
78 <child>
79 <object class="GtkGrid" id="grid1">
80 <property name="visible">True</property>
81 <property name="can_focus">False</property>
82 <property name="row_spacing">6</property>
83 <property name="column_spacing">12</property>
84 <child>
85 <object class="GtkLabel" id="labelMainTitle">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="xalign">0</property>
89 <property name="label" translatable="yes">_Title</property>
90 <property name="use_underline">True</property>
91 <property name="mnemonic_widget">maintitle</property>
92 </object>
93 <packing>
94 <property name="left_attach">0</property>
95 <property name="top_attach">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel" id="labelSubTitle">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="xalign">0</property>
103 <property name="label" translatable="yes">_Subtitle</property>
104 <property name="use_underline">True</property>
105 <property name="mnemonic_widget">subtitle</property>
106 </object>
107 <packing>
108 <property name="left_attach">0</property>
109 <property name="top_attach">1</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkEntry" id="maintitle">
114 <property name="visible">True</property>
115 <property name="can_focus">True</property>
116 <property name="hexpand">True</property>
117 <property name="invisible_char"></property>
118 </object>
119 <packing>
120 <property name="left_attach">1</property>
121 <property name="top_attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkEntry" id="subtitle">
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="hexpand">True</property>
129 <property name="invisible_char"></property>
130 </object>
131 <packing>
132 <property name="left_attach">1</property>
133 <property name="top_attach">1</property>
134 </packing>
135 </child>
136 </object>
137 <packing>
138 <property name="expand">False</property>
139 <property name="fill">True</property>
140 <property name="position">0</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkFrame" id="frameAxes">
145 <property name="visible">True</property>
146 <property name="can_focus">False</property>
147 <property name="label_xalign">0</property>
148 <property name="shadow_type">none</property>
149 <child>
150 <object class="GtkAlignment" id="alignment1">
151 <property name="visible">True</property>
152 <property name="can_focus">False</property>
153 <property name="top_padding">6</property>
154 <property name="left_padding">12</property>
155 <child>
156 <object class="GtkGrid" id="grid2">
157 <property name="visible">True</property>
158 <property name="can_focus">False</property>
159 <property name="row_spacing">6</property>
160 <property name="column_spacing">12</property>
161 <child>
162 <object class="GtkLabel" id="labelPrimaryXaxis">
163 <property name="visible">True</property>
164 <property name="can_focus">False</property>
165 <property name="xalign">0</property>
166 <property name="label" translatable="yes">_X axis</property>
167 <property name="use_underline">True</property>
168 <property name="mnemonic_widget">primaryXaxis</property>
169 </object>
170 <packing>
171 <property name="left_attach">0</property>
172 <property name="top_attach">0</property>
173 </packing>
174 </child>
175 <child>
176 <object class="GtkLabel" id="labelPrimaryYaxis">
177 <property name="visible">True</property>
178 <property name="can_focus">False</property>
179 <property name="xalign">0</property>
180 <property name="label" translatable="yes">_Y axis</property>
181 <property name="use_underline">True</property>
182 <property name="mnemonic_widget">primaryYaxis</property>
183 </object>
184 <packing>
185 <property name="left_attach">0</property>
186 <property name="top_attach">1</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkLabel" id="labelPrimaryZaxis">
191 <property name="visible">True</property>
192 <property name="can_focus">False</property>
193 <property name="xalign">0</property>
194 <property name="label" translatable="yes">_Z axis</property>
195 <property name="use_underline">True</property>
196 <property name="mnemonic_widget">primaryZaxis</property>
197 </object>
198 <packing>
199 <property name="left_attach">0</property>
200 <property name="top_attach">2</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkEntry" id="primaryXaxis">
205 <property name="visible">True</property>
206 <property name="can_focus">True</property>
207 <property name="hexpand">True</property>
208 <property name="invisible_char"></property>
209 </object>
210 <packing>
211 <property name="left_attach">1</property>
212 <property name="top_attach">0</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkEntry" id="primaryYaxis">
217 <property name="visible">True</property>
218 <property name="can_focus">True</property>
219 <property name="hexpand">True</property>
220 <property name="invisible_char"></property>
221 </object>
222 <packing>
223 <property name="left_attach">1</property>
224 <property name="top_attach">1</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkEntry" id="primaryZaxis">
229 <property name="visible">True</property>
230 <property name="can_focus">True</property>
231 <property name="hexpand">True</property>
232 <property name="invisible_char"></property>
233 </object>
234 <packing>
235 <property name="left_attach">1</property>
236 <property name="top_attach">2</property>
237 </packing>
238 </child>
239 </object>
240 </child>
241 </object>
242 </child>
243 <child type="label">
244 <object class="GtkLabel" id="Axe">
245 <property name="visible">True</property>
246 <property name="can_focus">False</property>
247 <property name="label" translatable="yes">Axes</property>
248 <attributes>
249 <attribute name="weight" value="bold"/>
250 </attributes>
251 </object>
252 </child>
253 </object>
254 <packing>
255 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="position">1</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkFrame" id="frameSecondaryAxes">
262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <property name="label_xalign">0</property>
265 <property name="shadow_type">none</property>
266 <child>
267 <object class="GtkAlignment" id="alignment2">
268 <property name="visible">True</property>
269 <property name="can_focus">False</property>
270 <property name="top_padding">6</property>
271 <property name="left_padding">12</property>
272 <child>
273 <object class="GtkGrid" id="grid3">
274 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 <property name="row_spacing">6</property>
277 <property name="column_spacing">12</property>
278 <child>
279 <object class="GtkLabel" id="labelSecondaryXAxis">
280 <property name="visible">True</property>
281 <property name="can_focus">False</property>
282 <property name="xalign">0</property>
283 <property name="label" translatable="yes">X _axis</property>
284 <property name="use_underline">True</property>
285 <property name="mnemonic_widget">secondaryXaxis</property>
286 </object>
287 <packing>
288 <property name="left_attach">0</property>
289 <property name="top_attach">0</property>
290 </packing>
291 </child>
292 <child>
293 <object class="GtkLabel" id="labelSecondaryYAxis">
294 <property name="visible">True</property>
295 <property name="can_focus">False</property>
296 <property name="xalign">0</property>
297 <property name="label" translatable="yes">Y ax_is</property>
298 <property name="use_underline">True</property>
299 <property name="mnemonic_widget">secondaryYaxis</property>
300 </object>
301 <packing>
302 <property name="left_attach">0</property>
303 <property name="top_attach">1</property>
304 </packing>
305 </child>
306 <child>
307 <object class="GtkEntry" id="secondaryXaxis">
308 <property name="visible">True</property>
309 <property name="can_focus">True</property>
310 <property name="hexpand">True</property>
311 <property name="invisible_char"></property>
312 </object>
313 <packing>
314 <property name="left_attach">1</property>
315 <property name="top_attach">0</property>
316 </packing>
317 </child>
318 <child>
319 <object class="GtkEntry" id="secondaryYaxis">
320 <property name="visible">True</property>
321 <property name="can_focus">True</property>
322 <property name="hexpand">True</property>
323 <property name="invisible_char"></property>
324 </object>
325 <packing>
326 <property name="left_attach">1</property>
327 <property name="top_attach">1</property>
328 </packing>
329 </child>
330 </object>
331 </child>
332 </object>
333 </child>
334 <child type="label">
335 <object class="GtkLabel" id="label2">
336 <property name="visible">True</property>
337 <property name="can_focus">False</property>
338 <property name="label" translatable="yes">Secondary Axes</property>
339 <attributes>
340 <attribute name="weight" value="bold"/>
341 </attributes>
342 </object>
343 </child>
344 </object>
345 <packing>
346 <property name="expand">False</property>
347 <property name="fill">True</property>
348 <property name="position">2</property>
349 </packing>
350 </child>
351 </object>
352 <packing>
353 <property name="expand">False</property>
354 <property name="fill">True</property>
355 <property name="position">1</property>
356 </packing>
357 </child>
358 </object>
359 </child>
360 <action-widgets>
361 <action-widget response="0">ok</action-widget>
362 <action-widget response="0">cancel</action-widget>
363 <action-widget response="0">help</action-widget>
364 </action-widgets>
365 </object>
366 </interface>