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