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