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