Completed the command line options
[biagen.git] / main_window.xml
1 <?xml version="1.0"?>
2 <interface>
3 <requires lib="gtk+" version="2.16"/>
4 <!-- interface-naming-policy project-wide -->
5 <object class="GtkListStore" id="filelist">
6 <columns>
7 <!-- column-name filename -->
8 <column type="gchararray"/>
9 </columns>
10 </object>
11 <object class="GtkWindow" id="main_window">
12 <property name="title" translatable="yes">BiaGen - genisoimage frontend</property>
13 <property name="window_position">center</property>
14 <signal name="hide" handler="on_main_window_hide"/>
15 <child>
16 <object class="GtkVBox" id="vbox1">
17 <property name="visible">True</property>
18 <property name="border_width">10</property>
19 <property name="orientation">vertical</property>
20 <child>
21 <object class="GtkNotebook" id="notebook1">
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="scrollable">True</property>
25 <property name="homogeneous">True</property>
26 <child>
27 <object class="GtkVBox" id="vbox2">
28 <property name="visible">True</property>
29 <property name="border_width">5</property>
30 <property name="orientation">vertical</property>
31 <child>
32 <object class="GtkScrolledWindow" id="scrolledwindow1">
33 <property name="visible">True</property>
34 <property name="can_focus">True</property>
35 <property name="hscrollbar_policy">never</property>
36 <property name="shadow_type">in</property>
37 <child>
38 <object class="GtkTreeView" id="tree_files">
39 <property name="height_request">180</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="model">filelist</property>
43 <property name="rules_hint">True</property>
44 <property name="search_column">0</property>
45 <property name="rubber_banding">True</property>
46 <property name="tooltip_column">0</property>
47 <child>
48 <object class="GtkTreeViewColumn" id="filename">
49 <property name="resizable">True</property>
50 <property name="title">File/folder</property>
51 <property name="sort_column_id">0</property>
52 </object>
53 </child>
54 </object>
55 </child>
56 </object>
57 <packing>
58 <property name="position">0</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkHButtonBox" id="hbuttonbox2">
63 <property name="visible">True</property>
64 <property name="spacing">10</property>
65 <property name="layout_style">end</property>
66 <child>
67 <object class="GtkButton" id="btn_add">
68 <property name="label" translatable="yes">Add files...</property>
69 <property name="visible">True</property>
70 <property name="can_focus">True</property>
71 <property name="receives_default">True</property>
72 <property name="use_underline">True</property>
73 <signal name="clicked" handler="on_btn_add_clicked"/>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">False</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkButton" id="btn_addfolder">
83 <property name="label" translatable="yes">Add folders...</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="receives_default">True</property>
87 <signal name="clicked" handler="on_btn_addfolder_clicked"/>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">False</property>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkButton" id="btn_remove">
97 <property name="label" translatable="yes">Remove</property>
98 <property name="visible">True</property>
99 <property name="can_focus">True</property>
100 <property name="receives_default">True</property>
101 <signal name="clicked" handler="on_btn_remove_clicked"/>
102 </object>
103 <packing>
104 <property name="expand">False</property>
105 <property name="fill">False</property>
106 <property name="position">2</property>
107 </packing>
108 </child>
109 </object>
110 <packing>
111 <property name="expand">False</property>
112 <property name="fill">False</property>
113 <property name="padding">10</property>
114 <property name="position">1</property>
115 </packing>
116 </child>
117 </object>
118 </child>
119 <child type="tab">
120 <object class="GtkLabel" id="label2">
121 <property name="visible">True</property>
122 <property name="label" translatable="yes">Add files/folders</property>
123 </object>
124 <packing>
125 <property name="tab_fill">False</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkTable" id="table1">
130 <property name="visible">True</property>
131 <property name="border_width">5</property>
132 <property name="n_rows">9</property>
133 <property name="n_columns">4</property>
134 <child>
135 <object class="GtkLabel" id="ISO level">
136 <property name="visible">True</property>
137 <property name="label" translatable="yes">ISO level</property>
138 <attributes>
139 <attribute name="weight" value="bold"/>
140 </attributes>
141 </object>
142 <packing>
143 <property name="right_attach">4</property>
144 <property name="x_options"></property>
145 <property name="y_options"></property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkCheckButton" id="usejoliet">
150 <property name="label" translatable="yes">Joliet extensions (Windows)</property>
151 <property name="visible">True</property>
152 <property name="can_focus">True</property>
153 <property name="receives_default">False</property>
154 <property name="tooltip_text" translatable="yes">Joliet extensions for
155 Microsoft Windows</property>
156 <property name="active">True</property>
157 <property name="draw_indicator">True</property>
158 </object>
159 <packing>
160 <property name="right_attach">2</property>
161 <property name="top_attach">6</property>
162 <property name="bottom_attach">7</property>
163 <property name="x_options">GTK_FILL</property>
164 <property name="y_options"></property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkCheckButton" id="jolietlong">
169 <property name="label" translatable="yes">Joliet long filenames</property>
170 <property name="visible">True</property>
171 <property name="can_focus">True</property>
172 <property name="receives_default">False</property>
173 <property name="tooltip_text" translatable="yes">Allow 103 unicode
174 characters in Joliet
175 filesystem - use with
176 caution</property>
177 <property name="draw_indicator">True</property>
178 </object>
179 <packing>
180 <property name="left_attach">2</property>
181 <property name="right_attach">4</property>
182 <property name="top_attach">6</property>
183 <property name="bottom_attach">7</property>
184 <property name="x_options">GTK_FILL</property>
185 <property name="y_options"></property>
186 <property name="y_padding">2</property>
187 </packing>
188 </child>
189 <child>
190 <object class="GtkCheckButton" id="isolong">
191 <property name="label" translatable="yes">Allow ISO long file names (31 characters)</property>
192 <property name="visible">True</property>
193 <property name="can_focus">True</property>
194 <property name="receives_default">False</property>
195 <property name="tooltip_text" translatable="yes">allow 31 character
196 ISO filenames - use
197 with caution</property>
198 <property name="draw_indicator">True</property>
199 </object>
200 <packing>
201 <property name="right_attach">2</property>
202 <property name="top_attach">4</property>
203 <property name="bottom_attach">5</property>
204 <property name="x_options">GTK_FILL</property>
205 <property name="y_options"></property>
206 </packing>
207 </child>
208 <child>
209 <object class="GtkCheckButton" id="isomaxlong">
210 <property name="label" translatable="yes">Allow maximum ISO length (37 characters)</property>
211 <property name="visible">True</property>
212 <property name="can_focus">True</property>
213 <property name="receives_default">False</property>
214 <property name="tooltip_text" translatable="yes">Allow 37 characters
215 in filenames in ISO
216 - use with caution</property>
217 <property name="draw_indicator">True</property>
218 </object>
219 <packing>
220 <property name="left_attach">2</property>
221 <property name="right_attach">4</property>
222 <property name="top_attach">4</property>
223 <property name="bottom_attach">5</property>
224 <property name="x_options">GTK_FILL</property>
225 <property name="y_options"></property>
226 <property name="y_padding">2</property>
227 </packing>
228 </child>
229 <child>
230 <object class="GtkCheckButton" id="rockridge">
231 <property name="label" translatable="yes">Rock-ridge extensions</property>
232 <property name="visible">True</property>
233 <property name="can_focus">True</property>
234 <property name="receives_default">False</property>
235 <property name="tooltip_text" translatable="yes">Generate rock-ridge
236 extensions</property>
237 <property name="active">True</property>
238 <property name="draw_indicator">True</property>
239 </object>
240 <packing>
241 <property name="right_attach">2</property>
242 <property name="top_attach">7</property>
243 <property name="bottom_attach">8</property>
244 <property name="x_options">GTK_FILL</property>
245 <property name="y_options"></property>
246 </packing>
247 </child>
248 <child>
249 <object class="GtkCheckButton" id="udf">
250 <property name="label" translatable="yes">UDF filesystem extensions (experimental)</property>
251 <property name="visible">True</property>
252 <property name="can_focus">True</property>
253 <property name="receives_default">False</property>
254 <property name="tooltip_text" translatable="yes">Generate UDF
255 directory structure</property>
256 <property name="draw_indicator">True</property>
257 </object>
258 <packing>
259 <property name="left_attach">2</property>
260 <property name="right_attach">4</property>
261 <property name="top_attach">7</property>
262 <property name="bottom_attach">8</property>
263 <property name="x_options">GTK_FILL</property>
264 <property name="y_options"></property>
265 </packing>
266 </child>
267 <child>
268 <object class="GtkCheckButton" id="dvdvideo">
269 <property name="label" translatable="yes">DVD-video compliant filesystem</property>
270 <property name="visible">True</property>
271 <property name="can_focus">True</property>
272 <property name="receives_default">False</property>
273 <property name="tooltip_text" translatable="yes">Use only if you are
274 generating an ISO for
275 a DVD-video structure
276 ( see genisoimage manual
277 page for more info on
278 creating a DVD video
279 file structure )</property>
280 <property name="draw_indicator">True</property>
281 </object>
282 <packing>
283 <property name="right_attach">2</property>
284 <property name="top_attach">8</property>
285 <property name="bottom_attach">9</property>
286 <property name="x_options">GTK_FILL</property>
287 <property name="y_options"></property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkCheckButton" id="transtable">
292 <property name="label" translatable="yes">Generate TRANS.TBL</property>
293 <property name="visible">True</property>
294 <property name="can_focus">True</property>
295 <property name="receives_default">False</property>
296 <property name="tooltip_text" translatable="yes">For non-Rock Ridge
297 compliant systems,
298 allow file name
299 translation</property>
300 <property name="draw_indicator">True</property>
301 </object>
302 <packing>
303 <property name="left_attach">2</property>
304 <property name="right_attach">4</property>
305 <property name="top_attach">8</property>
306 <property name="bottom_attach">9</property>
307 <property name="x_options">GTK_FILL</property>
308 <property name="y_options"></property>
309 <property name="y_padding">2</property>
310 </packing>
311 </child>
312 <child>
313 <object class="GtkHSeparator" id="hseparator1">
314 <property name="visible">True</property>
315 </object>
316 <packing>
317 <property name="right_attach">4</property>
318 <property name="top_attach">3</property>
319 <property name="bottom_attach">4</property>
320 <property name="y_options">GTK_FILL</property>
321 <property name="y_padding">5</property>
322 </packing>
323 </child>
324 <child>
325 <object class="GtkCheckButton" id="leadingdots">
326 <property name="label" translatable="yes">Allow leading dots in ISO filenames</property>
327 <property name="visible">True</property>
328 <property name="can_focus">True</property>
329 <property name="receives_default">False</property>
330 <property name="tooltip_text" translatable="yes">Allow filenames in
331 ISO filesystem to
332 begin with a dot
333 - use with caution</property>
334 <property name="draw_indicator">True</property>
335 </object>
336 <packing>
337 <property name="right_attach">2</property>
338 <property name="top_attach">5</property>
339 <property name="bottom_attach">6</property>
340 <property name="x_options">GTK_FILL</property>
341 <property name="y_options"></property>
342 </packing>
343 </child>
344 <child>
345 <object class="GtkCheckButton" id="lowercase">
346 <property name="label" translatable="yes">Allow lowercase ISO filenames</property>
347 <property name="visible">True</property>
348 <property name="can_focus">True</property>
349 <property name="receives_default">False</property>
350 <property name="tooltip_text" translatable="yes">Allow file names to
351 be in lowercase - use
352 with caution</property>
353 <property name="draw_indicator">True</property>
354 </object>
355 <packing>
356 <property name="left_attach">2</property>
357 <property name="right_attach">4</property>
358 <property name="top_attach">5</property>
359 <property name="bottom_attach">6</property>
360 <property name="x_options">GTK_FILL</property>
361 <property name="y_options"></property>
362 <property name="y_padding">2</property>
363 </packing>
364 </child>
365 <child>
366 <object class="GtkRadioButton" id="level1">
367 <property name="label" translatable="yes">Level 1</property>
368 <property name="visible">True</property>
369 <property name="can_focus">True</property>
370 <property name="receives_default">False</property>
371 <property name="draw_indicator">True</property>
372 <property name="group">level2</property>
373 </object>
374 <packing>
375 <property name="right_attach">2</property>
376 <property name="top_attach">1</property>
377 <property name="bottom_attach">2</property>
378 <property name="x_options"></property>
379 <property name="y_options"></property>
380 </packing>
381 </child>
382 <child>
383 <object class="GtkRadioButton" id="level2">
384 <property name="label" translatable="yes">Level 2</property>
385 <property name="visible">True</property>
386 <property name="can_focus">True</property>
387 <property name="receives_default">False</property>
388 <property name="active">True</property>
389 <property name="draw_indicator">True</property>
390 </object>
391 <packing>
392 <property name="left_attach">2</property>
393 <property name="right_attach">4</property>
394 <property name="top_attach">1</property>
395 <property name="bottom_attach">2</property>
396 <property name="x_options"></property>
397 <property name="y_options"></property>
398 </packing>
399 </child>
400 <child>
401 <object class="GtkRadioButton" id="level3">
402 <property name="label" translatable="yes">Level 3</property>
403 <property name="visible">True</property>
404 <property name="can_focus">True</property>
405 <property name="receives_default">False</property>
406 <property name="active">True</property>
407 <property name="draw_indicator">True</property>
408 <property name="group">level2</property>
409 </object>
410 <packing>
411 <property name="right_attach">2</property>
412 <property name="top_attach">2</property>
413 <property name="bottom_attach">3</property>
414 <property name="x_options"></property>
415 <property name="y_options"></property>
416 <property name="y_padding">2</property>
417 </packing>
418 </child>
419 <child>
420 <object class="GtkRadioButton" id="level4">
421 <property name="label" translatable="yes">Level 4</property>
422 <property name="visible">True</property>
423 <property name="can_focus">True</property>
424 <property name="receives_default">False</property>
425 <property name="active">True</property>
426 <property name="draw_indicator">True</property>
427 <property name="group">level2</property>
428 </object>
429 <packing>
430 <property name="left_attach">2</property>
431 <property name="right_attach">4</property>
432 <property name="top_attach">2</property>
433 <property name="bottom_attach">3</property>
434 <property name="x_options"></property>
435 <property name="y_options"></property>
436 </packing>
437 </child>
438 </object>
439 <packing>
440 <property name="position">1</property>
441 </packing>
442 </child>
443 <child type="tab">
444 <object class="GtkLabel" id="label3">
445 <property name="visible">True</property>
446 <property name="label" translatable="yes">ISO options</property>
447 </object>
448 <packing>
449 <property name="position">1</property>
450 <property name="tab_fill">False</property>
451 </packing>
452 </child>
453 <child>
454 <object class="GtkTable" id="table2">
455 <property name="visible">True</property>
456 <property name="border_width">5</property>
457 <property name="n_rows">7</property>
458 <property name="n_columns">4</property>
459 <child>
460 <object class="GtkLabel" id="label5">
461 <property name="visible">True</property>
462 <property name="label" translatable="yes">Volume ID</property>
463 </object>
464 <packing>
465 <property name="x_options">GTK_FILL</property>
466 <property name="y_options"></property>
467 </packing>
468 </child>
469 <child>
470 <object class="GtkEntry" id="volumeid">
471 <property name="visible">True</property>
472 <property name="can_focus">True</property>
473 <property name="tooltip_text" translatable="yes">Name/label of
474 the current
475 volume</property>
476 <property name="max_length">32</property>
477 <property name="invisible_char">&#x2022;</property>
478 </object>
479 <packing>
480 <property name="left_attach">1</property>
481 <property name="right_attach">4</property>
482 <property name="y_options"></property>
483 <property name="x_padding">2</property>
484 <property name="y_padding">2</property>
485 </packing>
486 </child>
487 <child>
488 <object class="GtkLabel" id="label6">
489 <property name="visible">True</property>
490 <property name="label" translatable="yes">Volume set ID</property>
491 </object>
492 <packing>
493 <property name="top_attach">2</property>
494 <property name="bottom_attach">3</property>
495 <property name="x_options">GTK_FILL</property>
496 <property name="y_options"></property>
497 </packing>
498 </child>
499 <child>
500 <object class="GtkEntry" id="volsetid">
501 <property name="visible">True</property>
502 <property name="can_focus">True</property>
503 <property name="tooltip_text" translatable="yes">Name of the
504 volume set</property>
505 <property name="max_length">128</property>
506 <property name="invisible_char">&#x2022;</property>
507 </object>
508 <packing>
509 <property name="left_attach">1</property>
510 <property name="right_attach">4</property>
511 <property name="top_attach">2</property>
512 <property name="bottom_attach">3</property>
513 <property name="y_options"></property>
514 <property name="x_padding">2</property>
515 <property name="y_padding">2</property>
516 </packing>
517 </child>
518 <child>
519 <object class="GtkLabel" id="label4">
520 <property name="visible">True</property>
521 <property name="ypad">3</property>
522 <property name="label" translatable="yes">Publisher ID</property>
523 </object>
524 <packing>
525 <property name="top_attach">3</property>
526 <property name="bottom_attach">4</property>
527 <property name="x_options">GTK_FILL</property>
528 <property name="y_options"></property>
529 </packing>
530 </child>
531 <child>
532 <object class="GtkEntry" id="publisherid">
533 <property name="visible">True</property>
534 <property name="can_focus">True</property>
535 <property name="tooltip_text" translatable="yes">Name of the
536 publisher of
537 this image</property>
538 <property name="max_length">128</property>
539 <property name="invisible_char">&#x2022;</property>
540 </object>
541 <packing>
542 <property name="left_attach">1</property>
543 <property name="right_attach">4</property>
544 <property name="top_attach">3</property>
545 <property name="bottom_attach">4</property>
546 <property name="y_options"></property>
547 <property name="x_padding">2</property>
548 <property name="y_padding">2</property>
549 </packing>
550 </child>
551 <child>
552 <object class="GtkLabel" id="label7">
553 <property name="visible">True</property>
554 <property name="label" translatable="yes">Volume set size</property>
555 </object>
556 <packing>
557 <property name="top_attach">4</property>
558 <property name="bottom_attach">5</property>
559 <property name="x_options">GTK_FILL</property>
560 <property name="y_options"></property>
561 </packing>
562 </child>
563 <child>
564 <object class="GtkSpinButton" id="volsetsize">
565 <property name="visible">True</property>
566 <property name="can_focus">True</property>
567 <property name="tooltip_text" translatable="yes">Total number of
568 volumes in this set</property>
569 <property name="invisible_char">&#x2022;</property>
570 <property name="adjustment">volumesetsize</property>
571 <property name="numeric">True</property>
572 </object>
573 <packing>
574 <property name="left_attach">1</property>
575 <property name="right_attach">2</property>
576 <property name="top_attach">4</property>
577 <property name="bottom_attach">5</property>
578 <property name="y_options"></property>
579 <property name="x_padding">2</property>
580 </packing>
581 </child>
582 <child>
583 <object class="GtkLabel" id="Current volume">
584 <property name="visible">True</property>
585 <property name="yalign">0.57999998331069946</property>
586 <property name="label" translatable="yes">Current volume</property>
587 </object>
588 <packing>
589 <property name="left_attach">2</property>
590 <property name="right_attach">3</property>
591 <property name="top_attach">4</property>
592 <property name="bottom_attach">5</property>
593 <property name="x_options">GTK_FILL</property>
594 <property name="y_options"></property>
595 <property name="x_padding">2</property>
596 </packing>
597 </child>
598 <child>
599 <object class="GtkSpinButton" id="volseqno">
600 <property name="visible">True</property>
601 <property name="can_focus">True</property>
602 <property name="tooltip_text" translatable="yes">Current volume in
603 this set</property>
604 <property name="invisible_char">&#x2022;</property>
605 <property name="adjustment">currentvolume</property>
606 <property name="numeric">True</property>
607 </object>
608 <packing>
609 <property name="left_attach">3</property>
610 <property name="right_attach">4</property>
611 <property name="top_attach">4</property>
612 <property name="bottom_attach">5</property>
613 <property name="y_options"></property>
614 <property name="x_padding">2</property>
615 <property name="y_padding">2</property>
616 </packing>
617 </child>
618 <child>
619 <object class="GtkLabel" id="label8">
620 <property name="visible">True</property>
621 <property name="label" translatable="yes">Preparer ID</property>
622 </object>
623 <packing>
624 <property name="top_attach">5</property>
625 <property name="bottom_attach">6</property>
626 <property name="x_options">GTK_FILL</property>
627 <property name="y_options"></property>
628 </packing>
629 </child>
630 <child>
631 <object class="GtkEntry" id="preparerid">
632 <property name="visible">True</property>
633 <property name="can_focus">True</property>
634 <property name="tooltip_text" translatable="yes">The preparer of this
635 image (CD/DVD)</property>
636 <property name="invisible_char">&#x2022;</property>
637 <property name="text" translatable="yes">BiaGen</property>
638 </object>
639 <packing>
640 <property name="left_attach">1</property>
641 <property name="right_attach">4</property>
642 <property name="top_attach">5</property>
643 <property name="bottom_attach">6</property>
644 <property name="x_options">GTK_FILL</property>
645 <property name="y_options"></property>
646 <property name="x_padding">2</property>
647 <property name="y_padding">2</property>
648 </packing>
649 </child>
650 <child>
651 <object class="GtkLabel" id="label9">
652 <property name="visible">True</property>
653 <property name="label" translatable="yes">Copyright file</property>
654 </object>
655 <packing>
656 <property name="top_attach">6</property>
657 <property name="bottom_attach">7</property>
658 <property name="x_options">GTK_FILL</property>
659 <property name="y_options"></property>
660 </packing>
661 </child>
662 <child>
663 <object class="GtkEntry" id="copyright">
664 <property name="visible">True</property>
665 <property name="can_focus">True</property>
666 <property name="tooltip_text" translatable="yes">Copyright file on
667 the image
668 filesystem</property>
669 <property name="invisible_char">&#x2022;</property>
670 </object>
671 <packing>
672 <property name="left_attach">1</property>
673 <property name="right_attach">4</property>
674 <property name="top_attach">6</property>
675 <property name="bottom_attach">7</property>
676 <property name="x_options">GTK_FILL</property>
677 <property name="y_options"></property>
678 <property name="x_padding">2</property>
679 <property name="y_padding">2</property>
680 </packing>
681 </child>
682 <child>
683 <object class="GtkLabel" id="label10">
684 <property name="visible">True</property>
685 <property name="label" translatable="yes">System ID</property>
686 </object>
687 <packing>
688 <property name="top_attach">1</property>
689 <property name="bottom_attach">2</property>
690 <property name="x_options">GTK_FILL</property>
691 <property name="y_options"></property>
692 </packing>
693 </child>
694 <child>
695 <object class="GtkEntry" id="systemid">
696 <property name="visible">True</property>
697 <property name="can_focus">True</property>
698 <property name="tooltip_text" translatable="yes">System identifier</property>
699 <property name="max_length">32</property>
700 <property name="invisible_char">&#x2022;</property>
701 </object>
702 <packing>
703 <property name="left_attach">1</property>
704 <property name="right_attach">4</property>
705 <property name="top_attach">1</property>
706 <property name="bottom_attach">2</property>
707 <property name="x_options">GTK_FILL</property>
708 <property name="y_options"></property>
709 <property name="x_padding">2</property>
710 <property name="y_padding">2</property>
711 </packing>
712 </child>
713 </object>
714 <packing>
715 <property name="position">2</property>
716 </packing>
717 </child>
718 <child type="tab">
719 <object class="GtkLabel" id="Info">
720 <property name="visible">True</property>
721 <property name="label" translatable="yes">Info</property>
722 </object>
723 <packing>
724 <property name="position">2</property>
725 <property name="tab_fill">False</property>
726 </packing>
727 </child>
728 </object>
729 <packing>
730 <property name="position">0</property>
731 </packing>
732 </child>
733 <child>
734 <object class="GtkHBox" id="hbox1">
735 <property name="visible">True</property>
736 <child>
737 <object class="GtkHButtonBox" id="hbuttonbox1">
738 <property name="visible">True</property>
739 <property name="spacing">10</property>
740 <property name="homogeneous">True</property>
741 <property name="layout_style">end</property>
742 <child>
743 <object class="GtkButton" id="btn_create">
744 <property name="label" translatable="yes">_Create image...</property>
745 <property name="visible">True</property>
746 <property name="can_focus">True</property>
747 <property name="receives_default">True</property>
748 <property name="use_underline">True</property>
749 <signal name="clicked" handler="on_btn_create_clicked"/>
750 </object>
751 <packing>
752 <property name="expand">False</property>
753 <property name="fill">False</property>
754 <property name="position">0</property>
755 </packing>
756 </child>
757 <child>
758 <object class="GtkButton" id="btn_exit">
759 <property name="label">gtk-quit</property>
760 <property name="visible">True</property>
761 <property name="can_focus">True</property>
762 <property name="receives_default">True</property>
763 <property name="use_stock">True</property>
764 <property name="xalign">0.52999997138977051</property>
765 <signal name="clicked" handler="on_btn_exit_clicked"/>
766 </object>
767 <packing>
768 <property name="expand">False</property>
769 <property name="fill">False</property>
770 <property name="position">1</property>
771 </packing>
772 </child>
773 </object>
774 <packing>
775 <property name="padding">10</property>
776 <property name="position">0</property>
777 </packing>
778 </child>
779 </object>
780 <packing>
781 <property name="expand">False</property>
782 <property name="fill">False</property>
783 <property name="padding">10</property>
784 <property name="position">1</property>
785 </packing>
786 </child>
787 <child>
788 <object class="GtkLabel" id="label1">
789 <property name="visible">True</property>
790 <property name="xalign">0.47999998927116394</property>
791 <property name="label" translatable="yes">&lt;span foreground="darkblue"&gt;This requires the &lt;tt&gt;genisoimage&lt;/tt&gt; program to be installed&lt;/span&gt;</property>
792 <property name="use_markup">True</property>
793 </object>
794 <packing>
795 <property name="expand">False</property>
796 <property name="fill">False</property>
797 <property name="padding">5</property>
798 <property name="position">2</property>
799 </packing>
800 </child>
801 </object>
802 </child>
803 </object>
804 <object class="GtkAdjustment" id="volumesetsize">
805 <property name="upper">100</property>
806 <property name="step_increment">1</property>
807 </object>
808 <object class="GtkAdjustment" id="currentvolume">
809 <property name="upper">100</property>
810 <property name="step_increment">1</property>
811 </object>
812 </interface>