]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
* Everything in place for the 0.2.63 release.
[vlc] / plugins / gnome / intf_gnome.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>VideoLAN Client</name>
6   <program_name>vlc</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <main_source_file>gnome_interface.c</main_source_file>
16   <main_header_file>gnome_interface.h</main_header_file>
17   <handler_source_file>gnome_callbacks.c</handler_source_file>
18   <handler_header_file>gnome_callbacks.h</handler_header_file>
19   <support_source_file>gnome_support.c</support_source_file>
20   <support_header_file>gnome_support.h</support_header_file>
21 </project>
22
23 <widget>
24   <class>GnomeApp</class>
25   <name>intf_window</name>
26   <signal>
27     <name>destroy</name>
28     <handler>on_intf_window_destroy</handler>
29     <last_modification_time>Sun, 11 Feb 2001 17:41:57 GMT</last_modification_time>
30   </signal>
31   <signal>
32     <name>drag_data_received</name>
33     <handler>on_intf_window_drag_data_received</handler>
34     <last_modification_time>Fri, 16 Feb 2001 01:59:35 GMT</last_modification_time>
35   </signal>
36   <title>VideoLAN Client</title>
37   <type>GTK_WINDOW_TOPLEVEL</type>
38   <position>GTK_WIN_POS_NONE</position>
39   <modal>False</modal>
40   <allow_shrink>False</allow_shrink>
41   <allow_grow>True</allow_grow>
42   <auto_shrink>False</auto_shrink>
43   <enable_layout_config>True</enable_layout_config>
44
45   <widget>
46     <class>GnomeDock</class>
47     <child_name>GnomeApp:dock</child_name>
48     <name>dockitem</name>
49     <allow_floating>True</allow_floating>
50     <child>
51       <padding>0</padding>
52       <expand>True</expand>
53       <fill>True</fill>
54     </child>
55
56     <widget>
57       <class>GnomeDockItem</class>
58       <name>dockitem_menubar</name>
59       <border_width>2</border_width>
60       <placement>GNOME_DOCK_TOP</placement>
61       <band>0</band>
62       <position>0</position>
63       <offset>0</offset>
64       <locked>False</locked>
65       <exclusive>True</exclusive>
66       <never_floating>False</never_floating>
67       <never_vertical>True</never_vertical>
68       <never_horizontal>False</never_horizontal>
69       <shadow_type>GTK_SHADOW_OUT</shadow_type>
70
71       <widget>
72         <class>GtkMenuBar</class>
73         <name>menubar</name>
74         <shadow_type>GTK_SHADOW_NONE</shadow_type>
75
76         <widget>
77           <class>GtkMenuItem</class>
78           <name>menubar_file</name>
79           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
80
81           <widget>
82             <class>GtkMenu</class>
83             <name>menubar_file_menu</name>
84
85             <widget>
86               <class>GtkPixmapMenuItem</class>
87               <name>menubar_open</name>
88               <tooltip>Open a File</tooltip>
89               <signal>
90                 <name>activate</name>
91                 <handler>on_menubar_open_activate</handler>
92                 <last_modification_time>Sun, 04 Mar 2001 21:01:45 GMT</last_modification_time>
93               </signal>
94               <label>_Open File...</label>
95               <right_justify>False</right_justify>
96               <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
97             </widget>
98
99             <widget>
100               <class>GtkPixmapMenuItem</class>
101               <name>menubar_disc</name>
102               <tooltip>Open a DVD or VCD</tooltip>
103               <signal>
104                 <name>activate</name>
105                 <handler>on_menubar_disc_activate</handler>
106                 <last_modification_time>Sun, 04 Mar 2001 01:28:32 GMT</last_modification_time>
107               </signal>
108               <label>Open _Disc...</label>
109               <right_justify>False</right_justify>
110               <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
111             </widget>
112
113             <widget>
114               <class>GtkMenuItem</class>
115               <name>separator1</name>
116               <right_justify>False</right_justify>
117             </widget>
118
119             <widget>
120               <class>GtkPixmapMenuItem</class>
121               <name>menubar_exit</name>
122               <signal>
123                 <name>activate</name>
124                 <handler>on_menubar_exit_activate</handler>
125                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
126               </signal>
127               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
128             </widget>
129           </widget>
130         </widget>
131
132         <widget>
133           <class>GtkMenuItem</class>
134           <name>menubar_view</name>
135           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
136
137           <widget>
138             <class>GtkMenu</class>
139             <name>menubar_view_menu</name>
140
141             <widget>
142               <class>GtkPixmapMenuItem</class>
143               <name>menubar_playlist</name>
144               <sensitive>False</sensitive>
145               <tooltip>Open the playlist window</tooltip>
146               <signal>
147                 <name>activate</name>
148                 <handler>on_menubar_playlist_activate</handler>
149                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
150               </signal>
151               <label>_Playlist...</label>
152               <right_justify>False</right_justify>
153               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
154             </widget>
155
156             <widget>
157               <class>GtkPixmapMenuItem</class>
158               <name>menubar_modules</name>
159               <sensitive>False</sensitive>
160               <tooltip>Open the plugin manager</tooltip>
161               <signal>
162                 <name>activate</name>
163                 <handler>on_menubar_modules_activate</handler>
164                 <last_modification_time>Tue, 13 Feb 2001 17:19:41 GMT</last_modification_time>
165               </signal>
166               <label>_Modules...</label>
167               <right_justify>False</right_justify>
168               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
169             </widget>
170           </widget>
171         </widget>
172
173         <widget>
174           <class>GtkMenuItem</class>
175           <name>menubar_settings</name>
176           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
177
178           <widget>
179             <class>GtkMenu</class>
180             <name>menubar_settings_menu</name>
181
182             <widget>
183               <class>GtkMenuItem</class>
184               <name>menubar_audio</name>
185               <tooltip>Select audio channel</tooltip>
186               <signal>
187                 <name>activate</name>
188                 <handler>on_menubar_audio_activate</handler>
189                 <last_modification_time>Thu, 22 Feb 2001 05:42:43 GMT</last_modification_time>
190               </signal>
191               <label>_Audio</label>
192               <right_justify>False</right_justify>
193             </widget>
194
195             <widget>
196               <class>GtkMenuItem</class>
197               <name>menubar_subtitles</name>
198               <tooltip>Select subtitle unit</tooltip>
199               <signal>
200                 <name>activate</name>
201                 <handler>on_menubar_subtitles_activate</handler>
202                 <last_modification_time>Thu, 22 Feb 2001 05:42:43 GMT</last_modification_time>
203               </signal>
204               <label>_Subtitles</label>
205               <right_justify>False</right_justify>
206             </widget>
207
208             <widget>
209               <class>GtkMenuItem</class>
210               <name>separator5</name>
211               <right_justify>False</right_justify>
212             </widget>
213
214             <widget>
215               <class>GtkPixmapMenuItem</class>
216               <name>menubar_preferences</name>
217               <sensitive>False</sensitive>
218               <signal>
219                 <name>activate</name>
220                 <handler>on_menubar_preferences_activate</handler>
221                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
222               </signal>
223               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
224             </widget>
225           </widget>
226         </widget>
227
228         <widget>
229           <class>GtkMenuItem</class>
230           <name>menubar_help</name>
231           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
232
233           <widget>
234             <class>GtkMenu</class>
235             <name>menubar_help_menu</name>
236
237             <widget>
238               <class>GtkPixmapMenuItem</class>
239               <name>menubar_about</name>
240               <signal>
241                 <name>activate</name>
242                 <handler>on_menubar_about_activate</handler>
243                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
244               </signal>
245               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
246             </widget>
247           </widget>
248         </widget>
249       </widget>
250     </widget>
251
252     <widget>
253       <class>GnomeDockItem</class>
254       <name>dockitem_toolbar</name>
255       <border_width>1</border_width>
256       <placement>GNOME_DOCK_TOP</placement>
257       <band>1</band>
258       <position>0</position>
259       <offset>2</offset>
260       <locked>False</locked>
261       <exclusive>True</exclusive>
262       <never_floating>False</never_floating>
263       <never_vertical>False</never_vertical>
264       <never_horizontal>False</never_horizontal>
265       <shadow_type>GTK_SHADOW_OUT</shadow_type>
266
267       <widget>
268         <class>GtkToolbar</class>
269         <name>toolbar</name>
270         <border_width>1</border_width>
271         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
272         <type>GTK_TOOLBAR_BOTH</type>
273         <space_size>16</space_size>
274         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
275         <relief>GTK_RELIEF_NONE</relief>
276         <tooltips>True</tooltips>
277
278         <widget>
279           <class>GtkButton</class>
280           <child_name>Toolbar:button</child_name>
281           <name>toolbar_file</name>
282           <tooltip>Open a File</tooltip>
283           <signal>
284             <name>clicked</name>
285             <handler>on_toolbar_open_clicked</handler>
286             <last_modification_time>Sun, 04 Mar 2001 21:01:24 GMT</last_modification_time>
287           </signal>
288           <label>Open</label>
289           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
290         </widget>
291
292         <widget>
293           <class>GtkButton</class>
294           <child_name>Toolbar:button</child_name>
295           <name>toolbar_disc</name>
296           <tooltip>Open a DVD or VCD</tooltip>
297           <signal>
298             <name>clicked</name>
299             <handler>on_toolbar_disc_clicked</handler>
300             <last_modification_time>Sun, 04 Mar 2001 01:27:51 GMT</last_modification_time>
301           </signal>
302           <label>Disc</label>
303           <stock_pixmap>GNOME_STOCK_PIXMAP_CDROM</stock_pixmap>
304         </widget>
305
306         <widget>
307           <class>GtkButton</class>
308           <child_name>Toolbar:button</child_name>
309           <name>toolbar_back</name>
310           <sensitive>False</sensitive>
311           <tooltip>Go Backwards</tooltip>
312           <signal>
313             <name>clicked</name>
314             <handler>on_toolbar_back_clicked</handler>
315             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
316           </signal>
317           <label>Back</label>
318           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
319           <child>
320             <new_group>True</new_group>
321           </child>
322         </widget>
323
324         <widget>
325           <class>GtkButton</class>
326           <child_name>Toolbar:button</child_name>
327           <name>toolbar_stop</name>
328           <sensitive>False</sensitive>
329           <tooltip>Stop Stream</tooltip>
330           <signal>
331             <name>clicked</name>
332             <handler>on_toolbar_stop_clicked</handler>
333             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
334           </signal>
335           <label>Stop</label>
336           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
337         </widget>
338
339         <widget>
340           <class>GtkButton</class>
341           <child_name>Toolbar:button</child_name>
342           <name>toolbar_play</name>
343           <tooltip>Play Stream</tooltip>
344           <signal>
345             <name>clicked</name>
346             <handler>on_toolbar_play_clicked</handler>
347             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
348           </signal>
349           <label>Play</label>
350           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
351         </widget>
352
353         <widget>
354           <class>GtkButton</class>
355           <child_name>Toolbar:button</child_name>
356           <name>toolbar_pause</name>
357           <tooltip>Pause Stream</tooltip>
358           <signal>
359             <name>clicked</name>
360             <handler>on_toolbar_pause_clicked</handler>
361             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
362           </signal>
363           <label>Pause</label>
364           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
365         </widget>
366
367         <widget>
368           <class>GtkButton</class>
369           <child_name>Toolbar:button</child_name>
370           <name>toolbar_slow</name>
371           <tooltip>Play Slower</tooltip>
372           <signal>
373             <name>clicked</name>
374             <handler>on_toolbar_slow_clicked</handler>
375             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
376           </signal>
377           <label>Slow</label>
378           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
379         </widget>
380
381         <widget>
382           <class>GtkButton</class>
383           <child_name>Toolbar:button</child_name>
384           <name>toolbar_fast</name>
385           <tooltip>Play Faster</tooltip>
386           <signal>
387             <name>clicked</name>
388             <handler>on_toolbar_fast_clicked</handler>
389             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
390           </signal>
391           <label>Fast</label>
392           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
393         </widget>
394
395         <widget>
396           <class>GtkButton</class>
397           <child_name>Toolbar:button</child_name>
398           <name>toolbar_playlist</name>
399           <sensitive>False</sensitive>
400           <tooltip>Open Playlist</tooltip>
401           <signal>
402             <name>clicked</name>
403             <handler>on_toolbar_playlist_clicked</handler>
404             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
405           </signal>
406           <label>Playlist</label>
407           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
408           <child>
409             <new_group>True</new_group>
410           </child>
411         </widget>
412
413         <widget>
414           <class>GtkButton</class>
415           <child_name>Toolbar:button</child_name>
416           <name>toolbar_prev</name>
417           <tooltip>Previous File</tooltip>
418           <signal>
419             <name>clicked</name>
420             <handler>on_toolbar_prev_clicked</handler>
421             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
422           </signal>
423           <label>Prev</label>
424           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
425         </widget>
426
427         <widget>
428           <class>GtkButton</class>
429           <child_name>Toolbar:button</child_name>
430           <name>toolbar_next</name>
431           <tooltip>Next File</tooltip>
432           <signal>
433             <name>clicked</name>
434             <handler>on_toolbar_next_clicked</handler>
435             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
436           </signal>
437           <label>Next</label>
438           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
439         </widget>
440       </widget>
441     </widget>
442
443     <widget>
444       <class>GtkVBox</class>
445       <child_name>GnomeDock:contents</child_name>
446       <name>vbox2</name>
447       <homogeneous>False</homogeneous>
448       <spacing>0</spacing>
449
450       <widget>
451         <class>GtkEntry</class>
452         <name>entry1</name>
453         <can_focus>True</can_focus>
454         <editable>True</editable>
455         <text_visible>True</text_visible>
456         <text_max_length>0</text_max_length>
457         <text>Tired of boring stub messages ? Write your own exciting message here !!</text>
458         <child>
459           <padding>0</padding>
460           <expand>False</expand>
461           <fill>False</fill>
462         </child>
463       </widget>
464
465       <widget>
466         <class>GtkLabel</class>
467         <name>label6</name>
468         <label>This part of the interface doesn't work yet. You can drag the slider below, though:</label>
469         <justify>GTK_JUSTIFY_LEFT</justify>
470         <wrap>False</wrap>
471         <xalign>0</xalign>
472         <yalign>0.5</yalign>
473         <xpad>5</xpad>
474         <ypad>0</ypad>
475         <child>
476           <padding>0</padding>
477           <expand>False</expand>
478           <fill>False</fill>
479         </child>
480       </widget>
481
482       <widget>
483         <class>GtkHScale</class>
484         <name>hscale</name>
485         <can_focus>True</can_focus>
486         <signal>
487           <name>button_release_event</name>
488           <handler>on_hscale_button_release_event</handler>
489           <last_modification_time>Tue, 13 Feb 2001 01:15:41 GMT</last_modification_time>
490         </signal>
491         <signal>
492           <name>button_press_event</name>
493           <handler>on_hscale_button_press_event</handler>
494           <last_modification_time>Tue, 13 Feb 2001 02:55:04 GMT</last_modification_time>
495         </signal>
496         <draw_value>True</draw_value>
497         <value_pos>GTK_POS_BOTTOM</value_pos>
498         <digits>1</digits>
499         <policy>GTK_UPDATE_DELAYED</policy>
500         <value>0</value>
501         <lower>0</lower>
502         <upper>100</upper>
503         <step>1</step>
504         <page>6.25</page>
505         <page_size>0</page_size>
506         <child>
507           <padding>0</padding>
508           <expand>False</expand>
509           <fill>False</fill>
510         </child>
511       </widget>
512
513       <widget>
514         <class>GtkLabel</class>
515         <name>label13</name>
516         <label>HEY ! YOU CAN DROP A FILE ON VLC TOO :-)</label>
517         <justify>GTK_JUSTIFY_CENTER</justify>
518         <wrap>False</wrap>
519         <xalign>0.5</xalign>
520         <yalign>0.5</yalign>
521         <xpad>0</xpad>
522         <ypad>5</ypad>
523         <child>
524           <padding>0</padding>
525           <expand>False</expand>
526           <fill>False</fill>
527         </child>
528       </widget>
529     </widget>
530   </widget>
531
532   <widget>
533     <class>GnomeAppBar</class>
534     <child_name>GnomeApp:appbar</child_name>
535     <name>appbar</name>
536     <has_progress>True</has_progress>
537     <has_status>True</has_status>
538     <child>
539       <padding>0</padding>
540       <expand>True</expand>
541       <fill>True</fill>
542     </child>
543   </widget>
544 </widget>
545
546 <widget>
547   <class>GtkMenu</class>
548   <name>intf_popup</name>
549
550   <widget>
551     <class>GtkPixmapMenuItem</class>
552     <name>popup_play</name>
553     <signal>
554       <name>activate</name>
555       <handler>on_popup_play_activate</handler>
556       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
557     </signal>
558     <label>_Play</label>
559     <right_justify>False</right_justify>
560     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
561   </widget>
562
563   <widget>
564     <class>GtkPixmapMenuItem</class>
565     <name>popup_pause</name>
566     <signal>
567       <name>activate</name>
568       <handler>on_popup_pause_activate</handler>
569       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
570     </signal>
571     <label>Pause</label>
572     <right_justify>False</right_justify>
573     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
574   </widget>
575
576   <widget>
577     <class>GtkPixmapMenuItem</class>
578     <name>popup_slow</name>
579     <signal>
580       <name>activate</name>
581       <handler>on_popup_slow_activate</handler>
582       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
583     </signal>
584     <label>Slow</label>
585     <right_justify>False</right_justify>
586     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
587   </widget>
588
589   <widget>
590     <class>GtkPixmapMenuItem</class>
591     <name>popup_fast</name>
592     <signal>
593       <name>activate</name>
594       <handler>on_popup_fast_activate</handler>
595       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
596     </signal>
597     <label>Fast</label>
598     <right_justify>False</right_justify>
599     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
600   </widget>
601
602   <widget>
603     <class>GtkMenuItem</class>
604     <name>separator2</name>
605     <right_justify>False</right_justify>
606   </widget>
607
608   <widget>
609     <class>GtkPixmapMenuItem</class>
610     <name>popup_open</name>
611     <tooltip>Open a File</tooltip>
612     <signal>
613       <name>activate</name>
614       <handler>on_popup_open_activate</handler>
615       <last_modification_time>Sun, 04 Mar 2001 21:01:58 GMT</last_modification_time>
616     </signal>
617     <label>_Open File...</label>
618     <right_justify>False</right_justify>
619     <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
620   </widget>
621
622   <widget>
623     <class>GtkPixmapMenuItem</class>
624     <name>popup_disc</name>
625     <tooltip>Open a DVD or VCD</tooltip>
626     <signal>
627       <name>activate</name>
628       <handler>on_popup_disc_activate</handler>
629       <last_modification_time>Sun, 04 Mar 2001 02:57:11 GMT</last_modification_time>
630     </signal>
631     <label>Open _Disc...</label>
632     <right_justify>False</right_justify>
633     <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
634   </widget>
635
636   <widget>
637     <class>GtkMenuItem</class>
638     <name>separator3</name>
639     <right_justify>False</right_justify>
640   </widget>
641
642   <widget>
643     <class>GtkMenuItem</class>
644     <name>popup_title</name>
645     <tooltip>Select Title</tooltip>
646     <signal>
647       <name>activate</name>
648       <handler>on_popup_title_activate</handler>
649       <last_modification_time>Thu, 22 Feb 2001 05:35:57 GMT</last_modification_time>
650     </signal>
651     <label>_Title</label>
652     <right_justify>False</right_justify>
653
654     <widget>
655       <class>GtkMenu</class>
656       <name>popup_title_menu</name>
657
658       <widget>
659         <class>GtkMenuItem</class>
660         <name>popup_chapter</name>
661         <signal>
662           <name>activate</name>
663           <handler>on_popup_chapter_activate</handler>
664           <last_modification_time>Thu, 22 Feb 2001 05:48:48 GMT</last_modification_time>
665         </signal>
666         <label>_Chapter</label>
667         <right_justify>False</right_justify>
668       </widget>
669     </widget>
670   </widget>
671
672   <widget>
673     <class>GtkMenuItem</class>
674     <name>popup_audio</name>
675     <tooltip>Select audio channel</tooltip>
676     <signal>
677       <name>activate</name>
678       <handler>on_popup_audio_activate</handler>
679       <last_modification_time>Thu, 22 Feb 2001 05:35:57 GMT</last_modification_time>
680     </signal>
681     <label>Audio</label>
682     <right_justify>False</right_justify>
683   </widget>
684
685   <widget>
686     <class>GtkMenuItem</class>
687     <name>popup_subtitle</name>
688     <signal>
689       <name>activate</name>
690       <handler>on_popup_subtitle_activate</handler>
691       <last_modification_time>Thu, 22 Feb 2001 05:35:57 GMT</last_modification_time>
692     </signal>
693     <label>_Subtitle</label>
694     <right_justify>False</right_justify>
695   </widget>
696
697   <widget>
698     <class>GtkMenuItem</class>
699     <name>separator4</name>
700     <right_justify>False</right_justify>
701   </widget>
702
703   <widget>
704     <class>GtkPixmapMenuItem</class>
705     <name>popup_about</name>
706     <signal>
707       <name>activate</name>
708       <handler>on_popup_about_activate</handler>
709       <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
710     </signal>
711     <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
712   </widget>
713
714   <widget>
715     <class>GtkPixmapMenuItem</class>
716     <name>popup_exit</name>
717     <signal>
718       <name>activate</name>
719       <handler>on_popup_exit_activate</handler>
720       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
721     </signal>
722     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
723   </widget>
724 </widget>
725
726 <widget>
727   <class>GnomeAbout</class>
728   <name>intf_about</name>
729   <modal>False</modal>
730   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
731   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
732 Michel Lespinasse &lt;walken@zoy.org&gt;
733 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
734 Pierre Baillet &lt;oct@zoy.org&gt;
735 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
736 Andres Krapf &lt;dae@via.ecp.fr&gt;
737 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
738 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
739 Benoit Steiner &lt;benny@via.ecp.fr&gt;
740 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
741 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
742 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
743 Samuel Hocevar &lt;sam@zoy.org&gt;
744 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
745 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
746 Stéphane Borel &lt;stef@via.ecp.fr&gt;
747 Renaud Dartus &lt;reno@via.ecp.fr&gt;
748 Henri Fallon &lt;henri@via.ecp.fr&gt;
749 </authors>
750   <comments>This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and MPEG 2 files from a file or from a network source.</comments>
751 </widget>
752
753 <widget>
754   <class>GtkFileSelection</class>
755   <name>intf_fileopen</name>
756   <border_width>10</border_width>
757   <signal>
758     <name>destroy</name>
759     <handler>on_intf_fileopen_destroy</handler>
760     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
761   </signal>
762   <title>Open File</title>
763   <type>GTK_WINDOW_TOPLEVEL</type>
764   <position>GTK_WIN_POS_NONE</position>
765   <modal>False</modal>
766   <allow_shrink>False</allow_shrink>
767   <allow_grow>True</allow_grow>
768   <auto_shrink>False</auto_shrink>
769   <show_file_op_buttons>True</show_file_op_buttons>
770
771   <widget>
772     <class>GtkButton</class>
773     <child_name>FileSel:ok_button</child_name>
774     <name>fileopen_ok</name>
775     <can_default>True</can_default>
776     <can_focus>True</can_focus>
777     <signal>
778       <name>clicked</name>
779       <handler>on_fileopen_ok_clicked</handler>
780       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
781     </signal>
782     <label>OK</label>
783     <relief>GTK_RELIEF_NORMAL</relief>
784   </widget>
785
786   <widget>
787     <class>GtkButton</class>
788     <child_name>FileSel:cancel_button</child_name>
789     <name>fileopen_cancel</name>
790     <can_default>True</can_default>
791     <can_focus>True</can_focus>
792     <signal>
793       <name>clicked</name>
794       <handler>on_fileopen_cancel_clicked</handler>
795       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
796     </signal>
797     <label>Cancel</label>
798     <relief>GTK_RELIEF_NORMAL</relief>
799   </widget>
800 </widget>
801
802 <widget>
803   <class>GnomeDialog</class>
804   <name>intf_modules</name>
805   <signal>
806     <name>destroy</name>
807     <handler>on_intf_modules_destroy</handler>
808     <last_modification_time>Tue, 13 Feb 2001 09:19:08 GMT</last_modification_time>
809   </signal>
810   <title>Modules</title>
811   <type>GTK_WINDOW_TOPLEVEL</type>
812   <position>GTK_WIN_POS_NONE</position>
813   <modal>False</modal>
814   <allow_shrink>False</allow_shrink>
815   <allow_grow>False</allow_grow>
816   <auto_shrink>False</auto_shrink>
817   <auto_close>False</auto_close>
818   <hide_on_close>False</hide_on_close>
819
820   <widget>
821     <class>GtkVBox</class>
822     <child_name>GnomeDialog:vbox</child_name>
823     <name>dialog-vbox1</name>
824     <homogeneous>False</homogeneous>
825     <spacing>8</spacing>
826     <child>
827       <padding>4</padding>
828       <expand>True</expand>
829       <fill>True</fill>
830     </child>
831
832     <widget>
833       <class>GtkHButtonBox</class>
834       <child_name>GnomeDialog:action_area</child_name>
835       <name>dialog-action_area1</name>
836       <layout_style>GTK_BUTTONBOX_END</layout_style>
837       <spacing>8</spacing>
838       <child_min_width>85</child_min_width>
839       <child_min_height>27</child_min_height>
840       <child_ipad_x>7</child_ipad_x>
841       <child_ipad_y>0</child_ipad_y>
842       <child>
843         <padding>0</padding>
844         <expand>False</expand>
845         <fill>True</fill>
846         <pack>GTK_PACK_END</pack>
847       </child>
848
849       <widget>
850         <class>GtkButton</class>
851         <name>modules_ok</name>
852         <can_default>True</can_default>
853         <can_focus>True</can_focus>
854         <signal>
855           <name>clicked</name>
856           <handler>on_modules_ok_clicked</handler>
857           <last_modification_time>Tue, 13 Feb 2001 09:21:29 GMT</last_modification_time>
858         </signal>
859         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
860       </widget>
861
862       <widget>
863         <class>GtkButton</class>
864         <name>modules_apply</name>
865         <can_default>True</can_default>
866         <can_focus>True</can_focus>
867         <signal>
868           <name>clicked</name>
869           <handler>on_modules_apply_clicked</handler>
870           <last_modification_time>Tue, 13 Feb 2001 09:21:25 GMT</last_modification_time>
871         </signal>
872         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
873       </widget>
874
875       <widget>
876         <class>GtkButton</class>
877         <name>modules_cancel</name>
878         <can_default>True</can_default>
879         <can_focus>True</can_focus>
880         <signal>
881           <name>clicked</name>
882           <handler>on_modules_cancel_clicked</handler>
883           <last_modification_time>Tue, 13 Feb 2001 09:21:34 GMT</last_modification_time>
884         </signal>
885         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
886       </widget>
887     </widget>
888
889     <widget>
890       <class>GtkLabel</class>
891       <name>label12</name>
892       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
893       <justify>GTK_JUSTIFY_CENTER</justify>
894       <wrap>False</wrap>
895       <xalign>0.5</xalign>
896       <yalign>0.5</yalign>
897       <xpad>0</xpad>
898       <ypad>0</ypad>
899       <child>
900         <padding>0</padding>
901         <expand>False</expand>
902         <fill>False</fill>
903       </child>
904     </widget>
905   </widget>
906 </widget>
907
908 <widget>
909   <class>GnomeDialog</class>
910   <name>intf_playlist</name>
911   <signal>
912     <name>destroy</name>
913     <handler>on_intf_playlist_destroy</handler>
914     <last_modification_time>Tue, 13 Feb 2001 09:18:45 GMT</last_modification_time>
915   </signal>
916   <title>Playlist</title>
917   <type>GTK_WINDOW_TOPLEVEL</type>
918   <position>GTK_WIN_POS_NONE</position>
919   <modal>False</modal>
920   <allow_shrink>False</allow_shrink>
921   <allow_grow>True</allow_grow>
922   <auto_shrink>False</auto_shrink>
923   <auto_close>False</auto_close>
924   <hide_on_close>False</hide_on_close>
925
926   <widget>
927     <class>GtkVBox</class>
928     <child_name>GnomeDialog:vbox</child_name>
929     <name>dialog-vbox2</name>
930     <homogeneous>False</homogeneous>
931     <spacing>8</spacing>
932     <child>
933       <padding>4</padding>
934       <expand>True</expand>
935       <fill>True</fill>
936     </child>
937
938     <widget>
939       <class>GtkHButtonBox</class>
940       <child_name>GnomeDialog:action_area</child_name>
941       <name>dialog-action_area2</name>
942       <layout_style>GTK_BUTTONBOX_END</layout_style>
943       <spacing>8</spacing>
944       <child_min_width>85</child_min_width>
945       <child_min_height>27</child_min_height>
946       <child_ipad_x>7</child_ipad_x>
947       <child_ipad_y>0</child_ipad_y>
948       <child>
949         <padding>0</padding>
950         <expand>False</expand>
951         <fill>True</fill>
952         <pack>GTK_PACK_END</pack>
953       </child>
954
955       <widget>
956         <class>GtkButton</class>
957         <name>playlist_ok</name>
958         <can_default>True</can_default>
959         <can_focus>True</can_focus>
960         <signal>
961           <name>clicked</name>
962           <handler>on_playlist_ok_clicked</handler>
963           <last_modification_time>Tue, 13 Feb 2001 09:20:38 GMT</last_modification_time>
964         </signal>
965         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
966       </widget>
967     </widget>
968
969     <widget>
970       <class>GtkLabel</class>
971       <name>label11</name>
972       <label>Sorry, the playlist isn't functional yet. Please retry in a later version.</label>
973       <justify>GTK_JUSTIFY_CENTER</justify>
974       <wrap>False</wrap>
975       <xalign>0.5</xalign>
976       <yalign>0.5</yalign>
977       <xpad>0</xpad>
978       <ypad>0</ypad>
979       <child>
980         <padding>0</padding>
981         <expand>False</expand>
982         <fill>False</fill>
983       </child>
984     </widget>
985
986     <widget>
987       <class>GtkScrolledWindow</class>
988       <name>scrolledwindow3</name>
989       <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
990       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
991       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
992       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
993       <child>
994         <padding>0</padding>
995         <expand>True</expand>
996         <fill>True</fill>
997       </child>
998
999       <widget>
1000         <class>GtkCList</class>
1001         <name>clist2</name>
1002         <can_focus>True</can_focus>
1003         <columns>3</columns>
1004         <column_widths>211,49,35</column_widths>
1005         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
1006         <show_titles>False</show_titles>
1007         <shadow_type>GTK_SHADOW_IN</shadow_type>
1008
1009         <widget>
1010           <class>GtkLabel</class>
1011           <child_name>CList:title</child_name>
1012           <name>label8</name>
1013           <label>Name</label>
1014           <justify>GTK_JUSTIFY_CENTER</justify>
1015           <wrap>False</wrap>
1016           <xalign>0.5</xalign>
1017           <yalign>0.5</yalign>
1018           <xpad>0</xpad>
1019           <ypad>0</ypad>
1020         </widget>
1021
1022         <widget>
1023           <class>GtkLabel</class>
1024           <child_name>CList:title</child_name>
1025           <name>label9</name>
1026           <label>Type</label>
1027           <justify>GTK_JUSTIFY_CENTER</justify>
1028           <wrap>False</wrap>
1029           <xalign>0.5</xalign>
1030           <yalign>0.5</yalign>
1031           <xpad>0</xpad>
1032           <ypad>0</ypad>
1033         </widget>
1034
1035         <widget>
1036           <class>GtkLabel</class>
1037           <child_name>CList:title</child_name>
1038           <name>label10</name>
1039           <label>Length</label>
1040           <justify>GTK_JUSTIFY_CENTER</justify>
1041           <wrap>False</wrap>
1042           <xalign>0.5</xalign>
1043           <yalign>0.5</yalign>
1044           <xpad>0</xpad>
1045           <ypad>0</ypad>
1046         </widget>
1047       </widget>
1048     </widget>
1049   </widget>
1050 </widget>
1051
1052 <widget>
1053   <class>GnomeDialog</class>
1054   <name>intf_disc</name>
1055   <title>Open Disc</title>
1056   <type>GTK_WINDOW_TOPLEVEL</type>
1057   <position>GTK_WIN_POS_NONE</position>
1058   <modal>False</modal>
1059   <allow_shrink>False</allow_shrink>
1060   <allow_grow>False</allow_grow>
1061   <auto_shrink>False</auto_shrink>
1062   <auto_close>False</auto_close>
1063   <hide_on_close>False</hide_on_close>
1064
1065   <widget>
1066     <class>GtkVBox</class>
1067     <child_name>GnomeDialog:vbox</child_name>
1068     <name>dialog-vbox4</name>
1069     <homogeneous>False</homogeneous>
1070     <spacing>8</spacing>
1071     <child>
1072       <padding>4</padding>
1073       <expand>True</expand>
1074       <fill>True</fill>
1075     </child>
1076
1077     <widget>
1078       <class>GtkHButtonBox</class>
1079       <child_name>GnomeDialog:action_area</child_name>
1080       <name>dialog-action_area4</name>
1081       <layout_style>GTK_BUTTONBOX_END</layout_style>
1082       <spacing>8</spacing>
1083       <child_min_width>85</child_min_width>
1084       <child_min_height>27</child_min_height>
1085       <child_ipad_x>7</child_ipad_x>
1086       <child_ipad_y>0</child_ipad_y>
1087       <child>
1088         <padding>0</padding>
1089         <expand>False</expand>
1090         <fill>True</fill>
1091         <pack>GTK_PACK_END</pack>
1092       </child>
1093
1094       <widget>
1095         <class>GtkButton</class>
1096         <name>disc_ok</name>
1097         <can_default>True</can_default>
1098         <can_focus>True</can_focus>
1099         <signal>
1100           <name>clicked</name>
1101           <handler>on_disc_ok_clicked</handler>
1102           <last_modification_time>Sun, 04 Mar 2001 01:33:55 GMT</last_modification_time>
1103         </signal>
1104         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1105       </widget>
1106
1107       <widget>
1108         <class>GtkButton</class>
1109         <name>disc_cancel</name>
1110         <can_default>True</can_default>
1111         <can_focus>True</can_focus>
1112         <signal>
1113           <name>clicked</name>
1114           <handler>on_disc_cancel_clicked</handler>
1115           <last_modification_time>Sun, 04 Mar 2001 01:33:50 GMT</last_modification_time>
1116         </signal>
1117         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1118       </widget>
1119     </widget>
1120
1121     <widget>
1122       <class>GtkHBox</class>
1123       <name>hbox2</name>
1124       <homogeneous>False</homogeneous>
1125       <spacing>5</spacing>
1126       <child>
1127         <padding>0</padding>
1128         <expand>True</expand>
1129         <fill>True</fill>
1130       </child>
1131
1132       <widget>
1133         <class>GtkFrame</class>
1134         <name>frame1</name>
1135         <label>Disc type</label>
1136         <label_xalign>0</label_xalign>
1137         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1138         <child>
1139           <padding>0</padding>
1140           <expand>True</expand>
1141           <fill>True</fill>
1142         </child>
1143
1144         <widget>
1145           <class>GtkVBox</class>
1146           <name>vbox4</name>
1147           <homogeneous>False</homogeneous>
1148           <spacing>0</spacing>
1149
1150           <widget>
1151             <class>GtkRadioButton</class>
1152             <name>disc_dvd</name>
1153             <can_focus>True</can_focus>
1154             <signal>
1155               <name>toggled</name>
1156               <handler>on_disc_dvd_toggled</handler>
1157               <last_modification_time>Sun, 04 Mar 2001 02:12:52 GMT</last_modification_time>
1158             </signal>
1159             <label>DVD</label>
1160             <active>False</active>
1161             <draw_indicator>True</draw_indicator>
1162             <group>disc</group>
1163             <child>
1164               <padding>0</padding>
1165               <expand>False</expand>
1166               <fill>False</fill>
1167             </child>
1168           </widget>
1169
1170           <widget>
1171             <class>GtkRadioButton</class>
1172             <name>disc_vcd</name>
1173             <sensitive>False</sensitive>
1174             <can_focus>True</can_focus>
1175             <signal>
1176               <name>toggled</name>
1177               <handler>on_disc_vcd_toggled</handler>
1178               <last_modification_time>Sun, 04 Mar 2001 02:12:58 GMT</last_modification_time>
1179             </signal>
1180             <label>VCD</label>
1181             <active>False</active>
1182             <draw_indicator>True</draw_indicator>
1183             <group>disc</group>
1184             <child>
1185               <padding>0</padding>
1186               <expand>False</expand>
1187               <fill>False</fill>
1188             </child>
1189           </widget>
1190         </widget>
1191       </widget>
1192
1193       <widget>
1194         <class>GtkFrame</class>
1195         <name>frame2</name>
1196         <label>Starting position</label>
1197         <label_xalign>0</label_xalign>
1198         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1199         <child>
1200           <padding>0</padding>
1201           <expand>True</expand>
1202           <fill>True</fill>
1203         </child>
1204
1205         <widget>
1206           <class>GtkTable</class>
1207           <name>table1</name>
1208           <border_width>5</border_width>
1209           <rows>2</rows>
1210           <columns>2</columns>
1211           <homogeneous>False</homogeneous>
1212           <row_spacing>5</row_spacing>
1213           <column_spacing>5</column_spacing>
1214
1215           <widget>
1216             <class>GtkLabel</class>
1217             <name>label15</name>
1218             <label>Title</label>
1219             <justify>GTK_JUSTIFY_CENTER</justify>
1220             <wrap>False</wrap>
1221             <xalign>0</xalign>
1222             <yalign>0.5</yalign>
1223             <xpad>0</xpad>
1224             <ypad>0</ypad>
1225             <child>
1226               <left_attach>0</left_attach>
1227               <right_attach>1</right_attach>
1228               <top_attach>0</top_attach>
1229               <bottom_attach>1</bottom_attach>
1230               <xpad>0</xpad>
1231               <ypad>0</ypad>
1232               <xexpand>False</xexpand>
1233               <yexpand>False</yexpand>
1234               <xshrink>False</xshrink>
1235               <yshrink>False</yshrink>
1236               <xfill>True</xfill>
1237               <yfill>False</yfill>
1238             </child>
1239           </widget>
1240
1241           <widget>
1242             <class>GtkLabel</class>
1243             <name>label16</name>
1244             <label>Chapter</label>
1245             <justify>GTK_JUSTIFY_CENTER</justify>
1246             <wrap>False</wrap>
1247             <xalign>0</xalign>
1248             <yalign>0.5</yalign>
1249             <xpad>0</xpad>
1250             <ypad>0</ypad>
1251             <child>
1252               <left_attach>0</left_attach>
1253               <right_attach>1</right_attach>
1254               <top_attach>1</top_attach>
1255               <bottom_attach>2</bottom_attach>
1256               <xpad>0</xpad>
1257               <ypad>0</ypad>
1258               <xexpand>False</xexpand>
1259               <yexpand>False</yexpand>
1260               <xshrink>False</xshrink>
1261               <yshrink>False</yshrink>
1262               <xfill>True</xfill>
1263               <yfill>False</yfill>
1264             </child>
1265           </widget>
1266
1267           <widget>
1268             <class>GtkSpinButton</class>
1269             <name>disc_title</name>
1270             <can_focus>True</can_focus>
1271             <climb_rate>1</climb_rate>
1272             <digits>0</digits>
1273             <numeric>False</numeric>
1274             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1275             <snap>False</snap>
1276             <wrap>False</wrap>
1277             <value>1</value>
1278             <lower>1</lower>
1279             <upper>65536</upper>
1280             <step>1</step>
1281             <page>10</page>
1282             <page_size>10</page_size>
1283             <child>
1284               <left_attach>1</left_attach>
1285               <right_attach>2</right_attach>
1286               <top_attach>0</top_attach>
1287               <bottom_attach>1</bottom_attach>
1288               <xpad>0</xpad>
1289               <ypad>0</ypad>
1290               <xexpand>True</xexpand>
1291               <yexpand>False</yexpand>
1292               <xshrink>False</xshrink>
1293               <yshrink>False</yshrink>
1294               <xfill>True</xfill>
1295               <yfill>False</yfill>
1296             </child>
1297           </widget>
1298
1299           <widget>
1300             <class>GtkSpinButton</class>
1301             <name>disc_chapter</name>
1302             <can_focus>True</can_focus>
1303             <climb_rate>1</climb_rate>
1304             <digits>0</digits>
1305             <numeric>False</numeric>
1306             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1307             <snap>False</snap>
1308             <wrap>False</wrap>
1309             <value>1</value>
1310             <lower>1</lower>
1311             <upper>65536</upper>
1312             <step>1</step>
1313             <page>10</page>
1314             <page_size>10</page_size>
1315             <child>
1316               <left_attach>1</left_attach>
1317               <right_attach>2</right_attach>
1318               <top_attach>1</top_attach>
1319               <bottom_attach>2</bottom_attach>
1320               <xpad>0</xpad>
1321               <ypad>0</ypad>
1322               <xexpand>True</xexpand>
1323               <yexpand>False</yexpand>
1324               <xshrink>False</xshrink>
1325               <yshrink>False</yshrink>
1326               <xfill>True</xfill>
1327               <yfill>False</yfill>
1328             </child>
1329           </widget>
1330         </widget>
1331       </widget>
1332     </widget>
1333
1334     <widget>
1335       <class>GtkHBox</class>
1336       <name>hbox1</name>
1337       <homogeneous>False</homogeneous>
1338       <spacing>5</spacing>
1339       <child>
1340         <padding>0</padding>
1341         <expand>True</expand>
1342         <fill>True</fill>
1343       </child>
1344
1345       <widget>
1346         <class>GtkLabel</class>
1347         <name>label14</name>
1348         <label>Device name:</label>
1349         <justify>GTK_JUSTIFY_CENTER</justify>
1350         <wrap>False</wrap>
1351         <xalign>0.5</xalign>
1352         <yalign>0.5</yalign>
1353         <xpad>0</xpad>
1354         <ypad>0</ypad>
1355         <child>
1356           <padding>0</padding>
1357           <expand>False</expand>
1358           <fill>False</fill>
1359         </child>
1360       </widget>
1361
1362       <widget>
1363         <class>GtkEntry</class>
1364         <name>disc_name</name>
1365         <can_focus>True</can_focus>
1366         <editable>True</editable>
1367         <text_visible>True</text_visible>
1368         <text_max_length>0</text_max_length>
1369         <text>/dev/dvd</text>
1370         <child>
1371           <padding>0</padding>
1372           <expand>True</expand>
1373           <fill>True</fill>
1374         </child>
1375       </widget>
1376     </widget>
1377   </widget>
1378 </widget>
1379
1380 </GTK-Interface>