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