[AdgLDim] Relying on GObject for flag validation
[adg.git] / demo / adg-demo.ui.in
blob6ada1d43607645489b2139d2e401fa33314afcad
1 <?xml version="1.0"?>
2 <interface>
3 <!-- interface-requires adg 0.0 -->
4 <!-- interface-requires gtk+ 2.12 -->
5 <!-- interface-naming-policy toplevel-contextual -->
6 <object class="GtkWindow" id="wndMain">
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">@PACKAGE_NAME@ - Demostration program</property>
9 <property name="window_position">center</property>
10 <property name="icon">adg-64.png</property>
11 <child>
12 <object class="GtkVBox" id="mainBox">
13 <property name="visible">True</property>
14 <child>
15 <object class="AdgGtkArea" id="mainCanvas">
16 <property name="visible">True</property>
17 </object>
18 <packing>
19 <property name="position">0</property>
20 </packing>
21 </child>
22 <child>
23 <object class="GtkHButtonBox" id="mainButtons">
24 <property name="visible">True</property>
25 <property name="border_width">6</property>
26 <property name="spacing">12</property>
27 <property name="layout_style">end</property>
28 <child>
29 <object class="GtkButton" id="mainAbout">
30 <property name="label">gtk-about</property>
31 <property name="visible">True</property>
32 <property name="can_focus">True</property>
33 <property name="receives_default">True</property>
34 <property name="use_stock">True</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">False</property>
39 <property name="position">0</property>
40 <property name="secondary">True</property>
41 </packing>
42 </child>
43 <child>
44 <object class="GtkButton" id="mainEdit">
45 <property name="label">gtk-edit</property>
46 <property name="visible">True</property>
47 <property name="can_focus">True</property>
48 <property name="receives_default">True</property>
49 <property name="use_stock">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">False</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkButton" id="mainSaveAs">
59 <property name="label">gtk-save-as</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">True</property>
63 <property name="use_stock">True</property>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">False</property>
68 <property name="position">2</property>
69 </packing>
70 </child>
71 <child>
72 <object class="GtkButton" id="mainPrint">
73 <property name="label">gtk-print</property>
74 <property name="visible">True</property>
75 <property name="can_focus">True</property>
76 <property name="receives_default">True</property>
77 <property name="use_stock">True</property>
78 </object>
79 <packing>
80 <property name="expand">False</property>
81 <property name="fill">False</property>
82 <property name="position">3</property>
83 </packing>
84 </child>
85 <child>
86 <object class="GtkButton" id="mainQuit">
87 <property name="label">gtk-quit</property>
88 <property name="visible">True</property>
89 <property name="can_focus">True</property>
90 <property name="receives_default">True</property>
91 <property name="use_stock">True</property>
92 </object>
93 <packing>
94 <property name="expand">False</property>
95 <property name="fill">False</property>
96 <property name="pack_type">end</property>
97 <property name="position">4</property>
98 </packing>
99 </child>
100 </object>
101 <packing>
102 <property name="expand">False</property>
103 <property name="position">1</property>
104 </packing>
105 </child>
106 </object>
107 </child>
108 </object>
109 <object class="GtkAboutDialog" id="wndAbout">
110 <property name="border_width">6</property>
111 <property name="title" translatable="yes">About adg-demo</property>
112 <property name="resizable">False</property>
113 <property name="modal">True</property>
114 <property name="window_position">center</property>
115 <property name="destroy_with_parent">True</property>
116 <property name="icon_name">dialog-information</property>
117 <property name="type_hint">dialog</property>
118 <property name="skip_taskbar_hint">True</property>
119 <property name="skip_pager_hint">True</property>
120 <property name="transient_for">wndMain</property>
121 <property name="program_name">adg-demo</property>
122 <property name="version">@PACKAGE_VERSION@</property>
123 <property name="copyright" translatable="yes">Copyright (C) 2007,2008,2009,2010 Nicola Fontana</property>
124 <property name="comments" translatable="yes">Demonstration program for the ADG library</property>
125 <property name="website">@PACKAGE_URL@</property>
126 <property name="license" translatable="yes">The ADG library is free software; you can redistribute it and/or
127 modify it under the terms of the GNU Lesser General Public
128 License as published by the Free Software Foundation; either
129 version 2 of the License, or (at your option) any later version.
131 This library is distributed in the hope that it will be useful,
132 but WITHOUT ANY WARRANTY; without even the implied warranty
133 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
134 See the GNU Lesser General Public License for more details.
136 You should have received a copy of the GNU Lesser General Public
137 License along with this library; if not, write to the
138 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
139 Boston, MA 02110-1301, USA.</property>
140 <property name="authors">Nicola Fontana &lt;ntd at entidi.it&gt;</property>
141 <property name="logo">adg-64.png</property>
142 <child internal-child="vbox">
143 <object class="GtkVBox" id="aboutBox">
144 <property name="spacing">2</property>
145 <child internal-child="action_area">
146 <object class="GtkHButtonBox" id="aboutButtons">
147 <property name="layout_style">end</property>
148 </object>
149 <packing>
150 <property name="expand">False</property>
151 <property name="pack_type">end</property>
152 <property name="position">0</property>
153 </packing>
154 </child>
155 </object>
156 </child>
157 </object>
158 <object class="GtkDialog" id="wndEdit">
159 <property name="border_width">6</property>
160 <property name="title" translatable="yes">Customize drawing</property>
161 <property name="resizable">False</property>
162 <property name="modal">True</property>
163 <property name="window_position">none</property>
164 <property name="destroy_with_parent">True</property>
165 <property name="type_hint">normal</property>
166 <property name="skip_taskbar_hint">True</property>
167 <property name="skip_pager_hint">True</property>
168 <property name="transient_for">wndMain</property>
169 <property name="has_separator">False</property>
170 <child internal-child="vbox">
171 <object class="GtkVBox" id="editBox">
172 <property name="visible">True</property>
173 <property name="spacing">6</property>
174 <child>
175 <object class="GtkFrame" id="editBody">
176 <property name="visible">True</property>
177 <property name="border_width">3</property>
178 <property name="label_xalign">0</property>
179 <property name="shadow_type">none</property>
180 <child>
181 <object class="GtkTable" id="editBodyTable">
182 <property name="visible">True</property>
183 <property name="border_width">3</property>
184 <property name="n_rows">4</property>
185 <property name="n_columns">5</property>
186 <property name="row_spacing">6</property>
187 <child>
188 <object class="GtkSpinButton" id="editD1">
189 <property name="visible">True</property>
190 <property name="can_focus">True</property>
191 <property name="adjustment">adjD1</property>
192 <property name="digits">1</property>
193 <property name="numeric">True</property>
194 </object>
195 <packing>
196 <property name="left_attach">1</property>
197 <property name="right_attach">2</property>
198 </packing>
199 </child>
200 <child>
201 <object class="GtkLabel" id="editD1Label">
202 <property name="visible">True</property>
203 <property name="xalign">0</property>
204 <property name="label" translatable="yes">_Diameter rail:</property>
205 <property name="use_underline">True</property>
206 <property name="mnemonic_widget">editD1</property>
207 </object>
208 <packing>
209 <property name="x_options">GTK_FILL</property>
210 <property name="x_padding">12</property>
211 </packing>
212 </child>
213 <child>
214 <object class="GtkSpinButton" id="editA">
215 <property name="visible">True</property>
216 <property name="can_focus">True</property>
217 <property name="adjustment">adjA</property>
218 <property name="digits">1</property>
219 <property name="numeric">True</property>
220 </object>
221 <packing>
222 <property name="left_attach">4</property>
223 <property name="right_attach">5</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkLabel" id="editALabel">
228 <property name="visible">True</property>
229 <property name="xalign">0</property>
230 <property name="xpad">12</property>
231 <property name="label" translatable="yes">_Total length:</property>
232 <property name="use_underline">True</property>
233 <property name="mnemonic_widget">editA</property>
234 </object>
235 <packing>
236 <property name="left_attach">3</property>
237 <property name="right_attach">4</property>
238 <property name="x_options">GTK_FILL</property>
239 </packing>
240 </child>
241 <child>
242 <object class="GtkLabel" id="editBLabel">
243 <property name="visible">True</property>
244 <property name="xalign">0</property>
245 <property name="xpad">12</property>
246 <property name="label" translatable="yes">_B quote:</property>
247 <property name="use_underline">True</property>
248 <property name="mnemonic_widget">editB</property>
249 </object>
250 <packing>
251 <property name="left_attach">3</property>
252 <property name="right_attach">4</property>
253 <property name="top_attach">3</property>
254 <property name="bottom_attach">4</property>
255 <property name="x_options">GTK_FILL</property>
256 </packing>
257 </child>
258 <child>
259 <object class="GtkSpinButton" id="editB">
260 <property name="visible">True</property>
261 <property name="can_focus">True</property>
262 <property name="adjustment">adjB</property>
263 <property name="digits">1</property>
264 <property name="numeric">True</property>
265 </object>
266 <packing>
267 <property name="left_attach">4</property>
268 <property name="right_attach">5</property>
269 <property name="top_attach">3</property>
270 <property name="bottom_attach">4</property>
271 </packing>
272 </child>
273 <child>
274 <object class="GtkLabel" id="editD2Label">
275 <property name="visible">True</property>
276 <property name="xalign">0</property>
277 <property name="xpad">12</property>
278 <property name="label" translatable="yes">Diameter _2:</property>
279 <property name="use_underline">True</property>
280 <property name="mnemonic_widget">editD2</property>
281 </object>
282 <packing>
283 <property name="top_attach">1</property>
284 <property name="bottom_attach">2</property>
285 <property name="x_options">GTK_FILL</property>
286 </packing>
287 </child>
288 <child>
289 <object class="GtkSpinButton" id="editD2">
290 <property name="visible">True</property>
291 <property name="can_focus">True</property>
292 <property name="adjustment">adjD2</property>
293 <property name="digits">1</property>
294 <property name="numeric">True</property>
295 </object>
296 <packing>
297 <property name="left_attach">1</property>
298 <property name="right_attach">2</property>
299 <property name="top_attach">1</property>
300 <property name="bottom_attach">2</property>
301 </packing>
302 </child>
303 <child>
304 <object class="GtkLabel" id="editLD2Label">
305 <property name="visible">True</property>
306 <property name="xalign">0</property>
307 <property name="xpad">12</property>
308 <property name="label" translatable="yes">Length 2:</property>
309 <property name="use_underline">True</property>
310 <property name="mnemonic_widget">editLD2</property>
311 </object>
312 <packing>
313 <property name="left_attach">3</property>
314 <property name="right_attach">4</property>
315 <property name="top_attach">1</property>
316 <property name="bottom_attach">2</property>
317 <property name="x_options">GTK_FILL</property>
318 </packing>
319 </child>
320 <child>
321 <object class="GtkSpinButton" id="editLD2">
322 <property name="visible">True</property>
323 <property name="can_focus">True</property>
324 <property name="adjustment">adjLD2</property>
325 <property name="digits">1</property>
326 <property name="numeric">True</property>
327 </object>
328 <packing>
329 <property name="left_attach">4</property>
330 <property name="right_attach">5</property>
331 <property name="top_attach">1</property>
332 <property name="bottom_attach">2</property>
333 </packing>
334 </child>
335 <child>
336 <object class="GtkLabel" id="editD3Label">
337 <property name="visible">True</property>
338 <property name="xalign">0</property>
339 <property name="xpad">12</property>
340 <property name="label" translatable="yes">Diameter _3:</property>
341 <property name="use_underline">True</property>
342 <property name="mnemonic_widget">editD3</property>
343 </object>
344 <packing>
345 <property name="top_attach">2</property>
346 <property name="bottom_attach">3</property>
347 <property name="x_options">GTK_FILL</property>
348 </packing>
349 </child>
350 <child>
351 <object class="GtkLabel" id="editD4Label">
352 <property name="visible">True</property>
353 <property name="xalign">0</property>
354 <property name="xpad">12</property>
355 <property name="label" translatable="yes">Diameter _4:</property>
356 <property name="use_underline">True</property>
357 <property name="mnemonic_widget">editD4</property>
358 </object>
359 <packing>
360 <property name="top_attach">3</property>
361 <property name="bottom_attach">4</property>
362 <property name="x_options">GTK_FILL</property>
363 </packing>
364 </child>
365 <child>
366 <object class="GtkSpinButton" id="editD3">
367 <property name="visible">True</property>
368 <property name="can_focus">True</property>
369 <property name="adjustment">adjD3</property>
370 <property name="digits">1</property>
371 <property name="numeric">True</property>
372 </object>
373 <packing>
374 <property name="left_attach">1</property>
375 <property name="right_attach">2</property>
376 <property name="top_attach">2</property>
377 <property name="bottom_attach">3</property>
378 </packing>
379 </child>
380 <child>
381 <object class="GtkSpinButton" id="editD4">
382 <property name="visible">True</property>
383 <property name="can_focus">True</property>
384 <property name="adjustment">adjD4</property>
385 <property name="digits">1</property>
386 <property name="numeric">True</property>
387 </object>
388 <packing>
389 <property name="left_attach">1</property>
390 <property name="right_attach">2</property>
391 <property name="top_attach">3</property>
392 <property name="bottom_attach">4</property>
393 </packing>
394 </child>
395 <child>
396 <object class="GtkLabel" id="editLD3Label">
397 <property name="visible">True</property>
398 <property name="xalign">0</property>
399 <property name="xpad">12</property>
400 <property name="label" translatable="yes">Length 3:</property>
401 <property name="use_underline">True</property>
402 <property name="mnemonic_widget">editLD3</property>
403 </object>
404 <packing>
405 <property name="left_attach">3</property>
406 <property name="right_attach">4</property>
407 <property name="top_attach">2</property>
408 <property name="bottom_attach">3</property>
409 <property name="x_options">GTK_FILL</property>
410 </packing>
411 </child>
412 <child>
413 <object class="GtkSpinButton" id="editLD3">
414 <property name="visible">True</property>
415 <property name="can_focus">True</property>
416 <property name="adjustment">adjLD3</property>
417 <property name="digits">1</property>
418 <property name="numeric">True</property>
419 </object>
420 <packing>
421 <property name="left_attach">4</property>
422 <property name="right_attach">5</property>
423 <property name="top_attach">2</property>
424 <property name="bottom_attach">3</property>
425 </packing>
426 </child>
427 <child>
428 <placeholder/>
429 </child>
430 <child>
431 <placeholder/>
432 </child>
433 <child>
434 <placeholder/>
435 </child>
436 <child>
437 <placeholder/>
438 </child>
439 </object>
440 </child>
441 <child type="label">
442 <object class="GtkLabel" id="editBodyLabel">
443 <property name="visible">True</property>
444 <property name="xalign">0</property>
445 <property name="yalign">0</property>
446 <property name="xpad">3</property>
447 <property name="ypad">3</property>
448 <property name="label" translatable="yes">&lt;b&gt;Body data&lt;/b&gt;</property>
449 <property name="use_markup">True</property>
450 <property name="single_line_mode">True</property>
451 </object>
452 </child>
453 </object>
454 <packing>
455 <property name="expand">False</property>
456 <property name="position">0</property>
457 </packing>
458 </child>
459 <child>
460 <object class="GtkFrame" id="editHead">
461 <property name="visible">True</property>
462 <property name="border_width">3</property>
463 <property name="label_xalign">0</property>
464 <property name="shadow_type">none</property>
465 <child>
466 <object class="GtkTable" id="editHeadTable">
467 <property name="visible">True</property>
468 <property name="border_width">3</property>
469 <property name="n_rows">3</property>
470 <property name="n_columns">5</property>
471 <property name="row_spacing">6</property>
472 <child>
473 <object class="GtkLabel" id="editD6Label">
474 <property name="visible">True</property>
475 <property name="xalign">0</property>
476 <property name="xpad">12</property>
477 <property name="label" translatable="yes">_Head diameter:</property>
478 <property name="use_underline">True</property>
479 <property name="mnemonic_widget">editD6</property>
480 </object>
481 <packing>
482 <property name="x_options">GTK_FILL</property>
483 </packing>
484 </child>
485 <child>
486 <object class="GtkSpinButton" id="editD6">
487 <property name="visible">True</property>
488 <property name="can_focus">True</property>
489 <property name="adjustment">adjD6</property>
490 <property name="digits">1</property>
491 <property name="numeric">True</property>
492 </object>
493 <packing>
494 <property name="left_attach">1</property>
495 <property name="right_attach">2</property>
496 </packing>
497 </child>
498 <child>
499 <object class="GtkLabel" id="editCLabel">
500 <property name="visible">True</property>
501 <property name="xalign">0</property>
502 <property name="xpad">12</property>
503 <property name="label" translatable="yes">Head tickness:</property>
504 <property name="use_underline">True</property>
505 <property name="mnemonic_widget">editC</property>
506 </object>
507 <packing>
508 <property name="left_attach">3</property>
509 <property name="right_attach">4</property>
510 <property name="x_options">GTK_FILL</property>
511 </packing>
512 </child>
513 <child>
514 <object class="GtkSpinButton" id="editC">
515 <property name="visible">True</property>
516 <property name="can_focus">True</property>
517 <property name="adjustment">adjC</property>
518 <property name="digits">1</property>
519 <property name="numeric">True</property>
520 </object>
521 <packing>
522 <property name="left_attach">4</property>
523 <property name="right_attach">5</property>
524 </packing>
525 </child>
526 <child>
527 <object class="GtkLabel" id="editD7Label">
528 <property name="visible">True</property>
529 <property name="xalign">0</property>
530 <property name="xpad">12</property>
531 <property name="label" translatable="yes">Tablet diameter:</property>
532 <property name="use_underline">True</property>
533 <property name="mnemonic_widget">editD7</property>
534 </object>
535 <packing>
536 <property name="left_attach">3</property>
537 <property name="right_attach">4</property>
538 <property name="top_attach">1</property>
539 <property name="bottom_attach">2</property>
540 <property name="x_options">GTK_FILL</property>
541 </packing>
542 </child>
543 <child>
544 <object class="GtkSpinButton" id="editD7">
545 <property name="visible">True</property>
546 <property name="can_focus">True</property>
547 <property name="adjustment">adjD7</property>
548 <property name="digits">1</property>
549 <property name="numeric">True</property>
550 </object>
551 <packing>
552 <property name="left_attach">4</property>
553 <property name="right_attach">5</property>
554 <property name="top_attach">1</property>
555 <property name="bottom_attach">2</property>
556 </packing>
557 </child>
558 <child>
559 <object class="GtkRadioButton" id="optChamferedHead">
560 <property name="label" translatable="yes">Cham_fered head</property>
561 <property name="visible">True</property>
562 <property name="can_focus">True</property>
563 <property name="use_underline">True</property>
564 <property name="draw_indicator">True</property>
565 </object>
566 <packing>
567 <property name="right_attach">3</property>
568 <property name="top_attach">1</property>
569 <property name="bottom_attach">2</property>
570 <property name="x_padding">12</property>
571 </packing>
572 </child>
573 <child>
574 <object class="GtkRadioButton" id="optRoundedHead">
575 <property name="label" translatable="yes">_Rounded head</property>
576 <property name="visible">True</property>
577 <property name="can_focus">True</property>
578 <property name="use_underline">True</property>
579 <property name="active">True</property>
580 <property name="draw_indicator">True</property>
581 <property name="group">optChamferedHead</property>
582 </object>
583 <packing>
584 <property name="right_attach">3</property>
585 <property name="top_attach">2</property>
586 <property name="bottom_attach">3</property>
587 <property name="x_padding">12</property>
588 </packing>
589 </child>
590 <child>
591 <object class="GtkLabel" id="editRD6Label">
592 <property name="visible">True</property>
593 <property name="sensitive">False</property>
594 <property name="xalign">0</property>
595 <property name="xpad">12</property>
596 <property name="label" translatable="yes">Head radius:</property>
597 <property name="use_underline">True</property>
598 <property name="mnemonic_widget">editRD6</property>
599 </object>
600 <packing>
601 <property name="left_attach">3</property>
602 <property name="right_attach">4</property>
603 <property name="top_attach">2</property>
604 <property name="bottom_attach">3</property>
605 <property name="x_options">GTK_FILL</property>
606 </packing>
607 </child>
608 <child>
609 <object class="GtkSpinButton" id="editRD6">
610 <property name="visible">True</property>
611 <property name="sensitive">False</property>
612 <property name="can_focus">True</property>
613 <property name="adjustment">adjRD6</property>
614 <property name="numeric">True</property>
615 </object>
616 <packing>
617 <property name="left_attach">4</property>
618 <property name="right_attach">5</property>
619 <property name="top_attach">2</property>
620 <property name="bottom_attach">3</property>
621 </packing>
622 </child>
623 <child>
624 <placeholder/>
625 </child>
626 </object>
627 </child>
628 <child type="label">
629 <object class="GtkLabel" id="editHeadLabel">
630 <property name="visible">True</property>
631 <property name="xalign">0</property>
632 <property name="yalign">0</property>
633 <property name="xpad">3</property>
634 <property name="ypad">3</property>
635 <property name="label" translatable="yes">&lt;b&gt;Head data&lt;/b&gt;</property>
636 <property name="use_markup">True</property>
637 <property name="single_line_mode">True</property>
638 </object>
639 </child>
640 </object>
641 <packing>
642 <property name="expand">False</property>
643 <property name="position">1</property>
644 </packing>
645 </child>
646 <child>
647 <object class="GtkFrame" id="editHole">
648 <property name="visible">True</property>
649 <property name="border_width">3</property>
650 <property name="label_xalign">0</property>
651 <property name="shadow_type">none</property>
652 <child>
653 <object class="GtkTable" id="editHoleTable">
654 <property name="visible">True</property>
655 <property name="border_width">3</property>
656 <property name="n_rows">1</property>
657 <property name="n_columns">5</property>
658 <property name="row_spacing">6</property>
659 <child>
660 <object class="GtkLabel" id="editDHOLELabel">
661 <property name="visible">True</property>
662 <property name="xalign">0</property>
663 <property name="xpad">12</property>
664 <property name="label" translatable="yes">Hole diameter:</property>
665 <property name="use_underline">True</property>
666 <property name="mnemonic_widget">editD1</property>
667 </object>
668 <packing>
669 <property name="x_options">GTK_FILL</property>
670 </packing>
671 </child>
672 <child>
673 <object class="GtkSpinButton" id="editDHOLE">
674 <property name="visible">True</property>
675 <property name="can_focus">True</property>
676 <property name="adjustment">adjDHOLE</property>
677 <property name="digits">1</property>
678 <property name="numeric">True</property>
679 </object>
680 <packing>
681 <property name="left_attach">1</property>
682 <property name="right_attach">2</property>
683 </packing>
684 </child>
685 <child>
686 <object class="GtkLabel" id="editLHOLELabel">
687 <property name="visible">True</property>
688 <property name="xalign">0</property>
689 <property name="xpad">12</property>
690 <property name="label" translatable="yes">Hole depth:</property>
691 <property name="use_underline">True</property>
692 <property name="mnemonic_widget">editLHOLE</property>
693 </object>
694 <packing>
695 <property name="left_attach">3</property>
696 <property name="right_attach">4</property>
697 <property name="x_options">GTK_FILL</property>
698 </packing>
699 </child>
700 <child>
701 <object class="GtkSpinButton" id="editLHOLE">
702 <property name="visible">True</property>
703 <property name="can_focus">True</property>
704 <property name="adjustment">adjLHOLE</property>
705 <property name="digits">1</property>
706 <property name="numeric">True</property>
707 </object>
708 <packing>
709 <property name="left_attach">4</property>
710 <property name="right_attach">5</property>
711 </packing>
712 </child>
713 </object>
714 </child>
715 <child type="label">
716 <object class="GtkLabel" id="editHoleLabel">
717 <property name="visible">True</property>
718 <property name="xalign">0</property>
719 <property name="yalign">0</property>
720 <property name="xpad">3</property>
721 <property name="ypad">3</property>
722 <property name="label" translatable="yes">&lt;b&gt;Rear hole data&lt;/b&gt;</property>
723 <property name="use_markup">True</property>
724 <property name="single_line_mode">True</property>
725 </object>
726 </child>
727 </object>
728 <packing>
729 <property name="expand">False</property>
730 <property name="position">2</property>
731 </packing>
732 </child>
733 <child>
734 <object class="GtkExpander" id="editAdditional">
735 <property name="visible">True</property>
736 <property name="can_focus">True</property>
737 <property name="border_width">6</property>
738 <property name="use_markup">True</property>
739 <child>
740 <object class="GtkTable" id="editAdditionalTable">
741 <property name="visible">True</property>
742 <property name="border_width">3</property>
743 <property name="n_rows">3</property>
744 <property name="n_columns">5</property>
745 <property name="row_spacing">6</property>
746 <child>
747 <object class="GtkCheckButton" id="GROOVE">
748 <property name="label" translatable="yes">Groove machining</property>
749 <property name="visible">True</property>
750 <property name="can_focus">True</property>
751 <property name="draw_indicator">True</property>
752 </object>
753 <packing>
754 <property name="right_attach">3</property>
755 <property name="top_attach">1</property>
756 <property name="bottom_attach">2</property>
757 <property name="x_padding">12</property>
758 </packing>
759 </child>
760 <child>
761 <object class="GtkLabel" id="editZGROOVELabel">
762 <property name="visible">True</property>
763 <property name="sensitive">False</property>
764 <property name="xalign">0</property>
765 <property name="xpad">12</property>
766 <property name="label" translatable="yes">Groove position:</property>
767 <property name="use_underline">True</property>
768 <property name="mnemonic_widget">editZGROOVE</property>
769 </object>
770 <packing>
771 <property name="left_attach">3</property>
772 <property name="right_attach">4</property>
773 <property name="top_attach">1</property>
774 <property name="bottom_attach">2</property>
775 <property name="x_options">GTK_FILL</property>
776 </packing>
777 </child>
778 <child>
779 <object class="GtkSpinButton" id="editZGROOVE">
780 <property name="visible">True</property>
781 <property name="sensitive">False</property>
782 <property name="can_focus">True</property>
783 <property name="adjustment">adjZGROOVE</property>
784 <property name="digits">1</property>
785 <property name="numeric">True</property>
786 </object>
787 <packing>
788 <property name="left_attach">4</property>
789 <property name="right_attach">5</property>
790 <property name="top_attach">1</property>
791 <property name="bottom_attach">2</property>
792 </packing>
793 </child>
794 <child>
795 <object class="GtkLabel" id="editDGROOVELabel">
796 <property name="visible">True</property>
797 <property name="sensitive">False</property>
798 <property name="xalign">0</property>
799 <property name="xpad">12</property>
800 <property name="label" translatable="yes">Groove diameter:</property>
801 <property name="use_underline">True</property>
802 <property name="mnemonic_widget">editDGROOVE</property>
803 </object>
804 <packing>
805 <property name="top_attach">2</property>
806 <property name="bottom_attach">3</property>
807 <property name="x_options">GTK_FILL</property>
808 </packing>
809 </child>
810 <child>
811 <object class="GtkSpinButton" id="editDGROOVE">
812 <property name="visible">True</property>
813 <property name="sensitive">False</property>
814 <property name="can_focus">True</property>
815 <property name="adjustment">adjDGROOVE</property>
816 <property name="digits">1</property>
817 <property name="numeric">True</property>
818 </object>
819 <packing>
820 <property name="left_attach">1</property>
821 <property name="right_attach">2</property>
822 <property name="top_attach">2</property>
823 <property name="bottom_attach">3</property>
824 </packing>
825 </child>
826 <child>
827 <object class="GtkLabel" id="editLGROOVELabel">
828 <property name="visible">True</property>
829 <property name="sensitive">False</property>
830 <property name="xalign">0</property>
831 <property name="xpad">12</property>
832 <property name="label" translatable="yes">Groove thickness:</property>
833 <property name="use_underline">True</property>
834 <property name="mnemonic_widget">editLGROOVE</property>
835 </object>
836 <packing>
837 <property name="left_attach">3</property>
838 <property name="right_attach">4</property>
839 <property name="top_attach">2</property>
840 <property name="bottom_attach">3</property>
841 <property name="x_options">GTK_FILL</property>
842 </packing>
843 </child>
844 <child>
845 <object class="GtkSpinButton" id="editLGROOVE">
846 <property name="visible">True</property>
847 <property name="sensitive">False</property>
848 <property name="can_focus">True</property>
849 <property name="adjustment">adjLGROOVE</property>
850 <property name="digits">1</property>
851 <property name="numeric">True</property>
852 </object>
853 <packing>
854 <property name="left_attach">4</property>
855 <property name="right_attach">5</property>
856 <property name="top_attach">2</property>
857 <property name="bottom_attach">3</property>
858 </packing>
859 </child>
860 <child>
861 <placeholder/>
862 </child>
863 <child>
864 <placeholder/>
865 </child>
866 </object>
867 </child>
868 <child type="label">
869 <object class="GtkLabel" id="editAdditionalLabel">
870 <property name="visible">True</property>
871 <property name="xalign">0</property>
872 <property name="yalign">0</property>
873 <property name="label" translatable="yes">&lt;b&gt;Additional machinings&lt;/b&gt;</property>
874 <property name="use_markup">True</property>
875 <property name="single_line_mode">True</property>
876 </object>
877 </child>
878 </object>
879 <packing>
880 <property name="expand">False</property>
881 <property name="position">3</property>
882 </packing>
883 </child>
884 <child internal-child="action_area">
885 <object class="GtkHButtonBox" id="editButtons">
886 <property name="layout_style">end</property>
887 <child>
888 <object class="GtkButton" id="editApply">
889 <property name="label">gtk-apply</property>
890 <property name="visible">True</property>
891 <property name="sensitive">False</property>
892 <property name="can_focus">True</property>
893 <property name="can_default">True</property>
894 <property name="receives_default">True</property>
895 <property name="has_default">True</property>
896 <property name="use_stock">True</property>
897 </object>
898 <packing>
899 <property name="expand">False</property>
900 <property name="fill">False</property>
901 <property name="position">0</property>
902 </packing>
903 </child>
904 <child>
905 <object class="GtkButton" id="editReset">
906 <property name="label">gtk-revert-to-saved</property>
907 <property name="visible">True</property>
908 <property name="sensitive">False</property>
909 <property name="can_focus">True</property>
910 <property name="receives_default">True</property>
911 <property name="use_stock">True</property>
912 </object>
913 <packing>
914 <property name="expand">False</property>
915 <property name="fill">False</property>
916 <property name="position">1</property>
917 </packing>
918 </child>
919 <child>
920 <object class="GtkButton" id="editClose">
921 <property name="label">gtk-close</property>
922 <property name="visible">True</property>
923 <property name="can_focus">True</property>
924 <property name="receives_default">True</property>
925 <property name="use_stock">True</property>
926 </object>
927 <packing>
928 <property name="expand">False</property>
929 <property name="fill">False</property>
930 <property name="position">2</property>
931 </packing>
932 </child>
933 </object>
934 <packing>
935 <property name="expand">False</property>
936 <property name="pack_type">end</property>
937 <property name="position">3</property>
938 </packing>
939 </child>
940 </object>
941 </child>
942 <action-widgets>
943 <action-widget response="-4">editClose</action-widget>
944 </action-widgets>
945 </object>
946 <object class="GtkFileChooserDialog" id="wndSaveAs">
947 <property name="border_width">6</property>
948 <property name="title" translatable="yes">Save current drawing</property>
949 <property name="modal">True</property>
950 <property name="type_hint">normal</property>
951 <property name="skip_taskbar_hint">True</property>
952 <property name="skip_pager_hint">True</property>
953 <property name="urgency_hint">True</property>
954 <property name="transient_for">wndMain</property>
955 <property name="has_separator">False</property>
956 <property name="preview_widget_active">False</property>
957 <property name="use_preview_label">False</property>
958 <property name="action">save</property>
959 <child internal-child="vbox">
960 <object class="GtkVBox" id="saveAsBox">
961 <property name="visible">True</property>
962 <property name="spacing">2</property>
963 <child>
964 <object class="GtkFrame" id="saveAsType">
965 <property name="visible">True</property>
966 <property name="label_xalign">0</property>
967 <property name="shadow_type">none</property>
968 <child>
969 <object class="GtkHBox" id="saveAsTypeBox">
970 <property name="visible">True</property>
971 <property name="border_width">6</property>
972 <property name="spacing">6</property>
973 <child>
974 <object class="GtkRadioButton" id="saveAsPng">
975 <property name="label" translatable="yes">PNG _image</property>
976 <property name="visible">True</property>
977 <property name="can_focus">True</property>
978 <property name="tooltip_text">.png</property>
979 <property name="use_underline">True</property>
980 <property name="active">True</property>
981 <property name="draw_indicator">True</property>
982 </object>
983 <packing>
984 <property name="expand">False</property>
985 <property name="padding">6</property>
986 <property name="position">0</property>
987 </packing>
988 </child>
989 <child>
990 <object class="GtkRadioButton" id="saveAsSvg">
991 <property name="label" translatable="yes">S_VG image</property>
992 <property name="visible">True</property>
993 <property name="can_focus">True</property>
994 <property name="tooltip_text">.svg</property>
995 <property name="use_underline">True</property>
996 <property name="draw_indicator">True</property>
997 <property name="group">saveAsPng</property>
998 </object>
999 <packing>
1000 <property name="expand">False</property>
1001 <property name="padding">6</property>
1002 <property name="position">1</property>
1003 </packing>
1004 </child>
1005 <child>
1006 <object class="GtkRadioButton" id="saveAsPdf">
1007 <property name="label" translatable="yes">P_DF document</property>
1008 <property name="visible">True</property>
1009 <property name="can_focus">True</property>
1010 <property name="tooltip_text">.pdf</property>
1011 <property name="use_underline">True</property>
1012 <property name="draw_indicator">True</property>
1013 <property name="group">saveAsPng</property>
1014 </object>
1015 <packing>
1016 <property name="expand">False</property>
1017 <property name="padding">6</property>
1018 <property name="position">2</property>
1019 </packing>
1020 </child>
1021 <child>
1022 <object class="GtkRadioButton" id="saveAsPs">
1023 <property name="label" translatable="yes">_PostScript file</property>
1024 <property name="visible">True</property>
1025 <property name="can_focus">True</property>
1026 <property name="tooltip_text">.ps</property>
1027 <property name="use_underline">True</property>
1028 <property name="draw_indicator">True</property>
1029 <property name="group">saveAsPng</property>
1030 </object>
1031 <packing>
1032 <property name="expand">False</property>
1033 <property name="padding">6</property>
1034 <property name="position">3</property>
1035 </packing>
1036 </child>
1037 </object>
1038 </child>
1039 <child type="label">
1040 <object class="GtkLabel" id="saveAsTypeLabel">
1041 <property name="visible">True</property>
1042 <property name="label" translatable="yes">&lt;b&gt;File format&lt;/b&gt;</property>
1043 <property name="use_markup">True</property>
1044 </object>
1045 </child>
1046 </object>
1047 <packing>
1048 <property name="expand">False</property>
1049 <property name="padding">6</property>
1050 <property name="position">2</property>
1051 </packing>
1052 </child>
1053 <child internal-child="action_area">
1054 <object class="GtkHButtonBox" id="saveAsButtons">
1055 <property name="layout_style">end</property>
1056 <child>
1057 <object class="GtkButton" id="saveAsCancel">
1058 <property name="label">gtk-cancel</property>
1059 <property name="visible">True</property>
1060 <property name="can_focus">True</property>
1061 <property name="receives_default">True</property>
1062 <property name="use_stock">True</property>
1063 </object>
1064 <packing>
1065 <property name="expand">False</property>
1066 <property name="fill">False</property>
1067 <property name="position">0</property>
1068 </packing>
1069 </child>
1070 <child>
1071 <object class="GtkButton" id="saveAsSave">
1072 <property name="label">gtk-save</property>
1073 <property name="visible">True</property>
1074 <property name="can_focus">True</property>
1075 <property name="can_default">True</property>
1076 <property name="has_default">True</property>
1077 <property name="receives_default">True</property>
1078 <property name="use_stock">True</property>
1079 </object>
1080 <packing>
1081 <property name="expand">False</property>
1082 <property name="fill">False</property>
1083 <property name="position">1</property>
1084 </packing>
1085 </child>
1086 </object>
1087 <packing>
1088 <property name="expand">False</property>
1089 <property name="pack_type">end</property>
1090 <property name="position">0</property>
1091 </packing>
1092 </child>
1093 </object>
1094 </child>
1095 <action-widgets>
1096 <action-widget response="-5">saveAsSave</action-widget>
1097 <action-widget response="-6">saveAsCancel</action-widget>
1098 </action-widgets>
1099 </object>
1100 <object class="GtkAdjustment" id="adjA">
1101 <property name="lower">20</property>
1102 <property name="upper">180</property>
1103 <property name="step_increment">0.1</property>
1104 <property name="page_increment">1</property>
1105 <property name="value">62.3</property>
1106 </object>
1107 <object class="GtkAdjustment" id="adjB">
1108 <property name="lower">10</property>
1109 <property name="upper">100</property>
1110 <property name="step_increment">0.1</property>
1111 <property name="page_increment">1</property>
1112 <property name="value">20.6</property>
1113 </object>
1114 <object class="GtkAdjustment" id="adjC">
1115 <property name="lower">0.5</property>
1116 <property name="upper">10</property>
1117 <property name="step_increment">0.1</property>
1118 <property name="page_increment">1</property>
1119 <property name="value">2</property>
1120 </object>
1121 <object class="GtkAdjustment" id="adjD1">
1122 <property name="lower">4</property>
1123 <property name="upper">25</property>
1124 <property name="step_increment">0.1</property>
1125 <property name="page_increment">1</property>
1126 <property name="value">9.3</property>
1127 </object>
1128 <object class="GtkAdjustment" id="adjD2">
1129 <property name="lower">2</property>
1130 <property name="upper">20</property>
1131 <property name="step_increment">0.1</property>
1132 <property name="page_increment">1</property>
1133 <property name="value">6.5</property>
1134 </object>
1135 <object class="GtkAdjustment" id="adjLD2">
1136 <property name="lower">2</property>
1137 <property name="upper">20</property>
1138 <property name="step_increment">0.1</property>
1139 <property name="page_increment">1</property>
1140 <property name="value">7</property>
1141 </object>
1142 <object class="GtkAdjustment" id="adjD3">
1143 <property name="lower">5</property>
1144 <property name="upper">25</property>
1145 <property name="step_increment">0.1</property>
1146 <property name="page_increment">1</property>
1147 <property name="value">11.9</property>
1148 </object>
1149 <object class="GtkAdjustment" id="adjLD3">
1150 <property name="lower">1</property>
1151 <property name="upper">50</property>
1152 <property name="step_increment">0.1</property>
1153 <property name="page_increment">1</property>
1154 <property name="value">3.5</property>
1155 </object>
1156 <object class="GtkAdjustment" id="adjD4">
1157 <property name="lower">2</property>
1158 <property name="upper">20</property>
1159 <property name="step_increment">0.1</property>
1160 <property name="page_increment">1</property>
1161 <property name="value">6.5</property>
1162 </object>
1163 <object class="GtkAdjustment" id="adjD6">
1164 <property name="lower">4</property>
1165 <property name="upper">20</property>
1166 <property name="step_increment">0.1</property>
1167 <property name="page_increment">1</property>
1168 <property name="value">7.2</property>
1169 </object>
1170 <object class="GtkAdjustment" id="adjRD6">
1171 <property name="lower">10</property>
1172 <property name="upper">200</property>
1173 <property name="step_increment">1</property>
1174 <property name="page_increment">10</property>
1175 <property name="value">25</property>
1176 </object>
1177 <object class="GtkAdjustment" id="adjD7">
1178 <property name="upper">10</property>
1179 <property name="step_increment">0.1</property>
1180 <property name="page_increment">1</property>
1181 <property name="value">2</property>
1182 </object>
1183 <object class="GtkAdjustment" id="adjDHOLE">
1184 <property name="lower">0.1</property>
1185 <property name="upper">15</property>
1186 <property name="step_increment">0.1</property>
1187 <property name="page_increment">1</property>
1188 <property name="value">2</property>
1189 </object>
1190 <object class="GtkAdjustment" id="adjLHOLE">
1191 <property name="lower">1</property>
1192 <property name="upper">50</property>
1193 <property name="step_increment">0.1</property>
1194 <property name="page_increment">1</property>
1195 <property name="value">3</property>
1196 </object>
1197 <object class="GtkAdjustment" id="adjDGROOVE">
1198 <property name="lower">2</property>
1199 <property name="upper">24</property>
1200 <property name="step_increment">0.1</property>
1201 <property name="page_increment">1</property>
1202 <property name="value">8.5</property>
1203 </object>
1204 <object class="GtkAdjustment" id="adjLGROOVE">
1205 <property name="lower">0.1</property>
1206 <property name="upper">20</property>
1207 <property name="step_increment">0.1</property>
1208 <property name="page_increment">1</property>
1209 <property name="value">1</property>
1210 </object>
1211 <object class="GtkAdjustment" id="adjZGROOVE">
1212 <property name="lower">0.5</property>
1213 <property name="upper">50</property>
1214 <property name="step_increment">0.1</property>
1215 <property name="page_increment">1</property>
1216 <property name="value">16</property>
1217 </object>
1218 </interface>