]> git.sesse.net Git - vlc/blob - plugins/gtk/intf_gtk.glade
4478da0649ad1521300bf5d885f327b260892537
[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>drag_data_received</name>
28     <handler>on_intf_window_drag_data_received</handler>
29     <last_modification_time>Fri, 16 Feb 2001 01:59:35 GMT</last_modification_time>
30   </signal>
31   <signal>
32     <name>delete_event</name>
33     <handler>on_intf_window_destroy</handler>
34     <last_modification_time>Thu, 08 Mar 2001 10:33:41 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               <tooltip>Open the playlist window</tooltip>
172               <signal>
173                 <name>activate</name>
174                 <handler>on_menubar_playlist_activate</handler>
175                 <last_modification_time>Wed, 21 Feb 2001 08:35:16 GMT</last_modification_time>
176               </signal>
177               <label>_Playlist...</label>
178               <right_justify>False</right_justify>
179             </widget>
180
181             <widget>
182               <class>GtkMenuItem</class>
183               <name>menubar_modules</name>
184               <sensitive>False</sensitive>
185               <tooltip>Open the plugin manager</tooltip>
186               <signal>
187                 <name>activate</name>
188                 <handler>on_menubar_modules_activate</handler>
189                 <last_modification_time>Wed, 21 Feb 2001 08:35:16 GMT</last_modification_time>
190               </signal>
191               <label>_Modules...</label>
192               <right_justify>False</right_justify>
193             </widget>
194           </widget>
195         </widget>
196
197         <widget>
198           <class>GtkMenuItem</class>
199           <name>menubar_settings</name>
200           <label>_Settings</label>
201           <right_justify>False</right_justify>
202
203           <widget>
204             <class>GtkMenu</class>
205             <name>menubar_settings_menu</name>
206
207             <widget>
208               <class>GtkMenuItem</class>
209               <name>separator7</name>
210               <right_justify>False</right_justify>
211             </widget>
212
213             <widget>
214               <class>GtkMenuItem</class>
215               <name>menubar_audio</name>
216               <sensitive>False</sensitive>
217               <tooltip>Select audio language</tooltip>
218               <label>A_udio</label>
219               <right_justify>False</right_justify>
220             </widget>
221
222             <widget>
223               <class>GtkMenuItem</class>
224               <name>menubar_subpictures</name>
225               <sensitive>False</sensitive>
226               <tooltip>Select sub-title</tooltip>
227               <label>Sub _Pictures</label>
228               <right_justify>False</right_justify>
229             </widget>
230
231             <widget>
232               <class>GtkMenuItem</class>
233               <name>separator8</name>
234               <right_justify>False</right_justify>
235             </widget>
236
237             <widget>
238               <class>GtkMenuItem</class>
239               <name>menubar_preferences</name>
240               <sensitive>False</sensitive>
241               <tooltip>Configure the application</tooltip>
242               <signal>
243                 <name>activate</name>
244                 <handler>on_menubar_preferences_activate</handler>
245                 <last_modification_time>Wed, 21 Feb 2001 08:39:39 GMT</last_modification_time>
246               </signal>
247               <label>_Preferences...</label>
248               <right_justify>False</right_justify>
249             </widget>
250           </widget>
251         </widget>
252
253         <widget>
254           <class>GtkMenuItem</class>
255           <name>menubar_help</name>
256           <label>_Help</label>
257           <right_justify>False</right_justify>
258
259           <widget>
260             <class>GtkMenu</class>
261             <name>menubar_help_menu</name>
262
263             <widget>
264               <class>GtkMenuItem</class>
265               <name>menubar_about</name>
266               <tooltip>About this application</tooltip>
267               <signal>
268                 <name>activate</name>
269                 <handler>on_menubar_about_activate</handler>
270                 <last_modification_time>Wed, 21 Feb 2001 08:39:39 GMT</last_modification_time>
271               </signal>
272               <label>_About...</label>
273               <right_justify>False</right_justify>
274             </widget>
275           </widget>
276         </widget>
277       </widget>
278     </widget>
279
280     <widget>
281       <class>GtkHandleBox</class>
282       <name>handlebox1</name>
283       <shadow_type>GTK_SHADOW_OUT</shadow_type>
284       <handle_position>GTK_POS_LEFT</handle_position>
285       <snap_edge>GTK_POS_TOP</snap_edge>
286       <child>
287         <padding>0</padding>
288         <expand>False</expand>
289         <fill>True</fill>
290       </child>
291
292       <widget>
293         <class>GtkToolbar</class>
294         <name>toolbar</name>
295         <border_width>1</border_width>
296         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
297         <type>GTK_TOOLBAR_BOTH</type>
298         <space_size>16</space_size>
299         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
300         <relief>GTK_RELIEF_NONE</relief>
301         <tooltips>True</tooltips>
302
303         <widget>
304           <class>GtkButton</class>
305           <child_name>Toolbar:button</child_name>
306           <name>toolbar_open</name>
307           <tooltip>Open a File</tooltip>
308           <signal>
309             <name>clicked</name>
310             <handler>on_toolbar_open_clicked</handler>
311             <last_modification_time>Sun, 04 Mar 2001 21:01:03 GMT</last_modification_time>
312           </signal>
313           <label>Open</label>
314         </widget>
315
316         <widget>
317           <class>GtkButton</class>
318           <child_name>Toolbar:button</child_name>
319           <name>toolbar_disc</name>
320           <tooltip>Open a DVD or VCD</tooltip>
321           <signal>
322             <name>clicked</name>
323             <handler>on_toolbar_disc_clicked</handler>
324             <last_modification_time>Sun, 04 Mar 2001 02:55:35 GMT</last_modification_time>
325           </signal>
326           <label>Disc</label>
327         </widget>
328
329         <widget>
330           <class>GtkButton</class>
331           <child_name>Toolbar:button</child_name>
332           <name>toolbar_back</name>
333           <sensitive>False</sensitive>
334           <tooltip>Go Backwards</tooltip>
335           <signal>
336             <name>clicked</name>
337             <handler>on_toolbar_back_clicked</handler>
338             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
339           </signal>
340           <label>Back</label>
341           <child>
342             <new_group>True</new_group>
343           </child>
344         </widget>
345
346         <widget>
347           <class>GtkButton</class>
348           <child_name>Toolbar:button</child_name>
349           <name>toolbar_stop</name>
350           <sensitive>False</sensitive>
351           <tooltip>Stop Stream</tooltip>
352           <signal>
353             <name>clicked</name>
354             <handler>on_toolbar_stop_clicked</handler>
355             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
356           </signal>
357           <label>Stop</label>
358         </widget>
359
360         <widget>
361           <class>GtkButton</class>
362           <child_name>Toolbar:button</child_name>
363           <name>toolbar_play</name>
364           <tooltip>Play Stream</tooltip>
365           <signal>
366             <name>clicked</name>
367             <handler>on_toolbar_play_clicked</handler>
368             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
369           </signal>
370           <label>Play</label>
371         </widget>
372
373         <widget>
374           <class>GtkButton</class>
375           <child_name>Toolbar:button</child_name>
376           <name>toolbar_pause</name>
377           <tooltip>Pause Stream</tooltip>
378           <signal>
379             <name>clicked</name>
380             <handler>on_toolbar_pause_clicked</handler>
381             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
382           </signal>
383           <label>Pause</label>
384         </widget>
385
386         <widget>
387           <class>GtkButton</class>
388           <child_name>Toolbar:button</child_name>
389           <name>toolbar_slow</name>
390           <tooltip>Play Slower</tooltip>
391           <signal>
392             <name>clicked</name>
393             <handler>on_toolbar_slow_clicked</handler>
394             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
395           </signal>
396           <label>Slow</label>
397         </widget>
398
399         <widget>
400           <class>GtkButton</class>
401           <child_name>Toolbar:button</child_name>
402           <name>toolbar_fast</name>
403           <tooltip>Play Faster</tooltip>
404           <signal>
405             <name>clicked</name>
406             <handler>on_toolbar_fast_clicked</handler>
407             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
408           </signal>
409           <label>Fast</label>
410         </widget>
411
412         <widget>
413           <class>GtkButton</class>
414           <child_name>Toolbar:button</child_name>
415           <name>toolbar_playlist</name>
416           <tooltip>Open Playlist</tooltip>
417           <signal>
418             <name>clicked</name>
419             <handler>on_toolbar_playlist_clicked</handler>
420             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
421           </signal>
422           <label>Playlist</label>
423           <child>
424             <new_group>True</new_group>
425           </child>
426         </widget>
427
428         <widget>
429           <class>GtkButton</class>
430           <child_name>Toolbar:button</child_name>
431           <name>toolbar_prev</name>
432           <tooltip>Previous File</tooltip>
433           <signal>
434             <name>clicked</name>
435             <handler>on_toolbar_prev_clicked</handler>
436             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
437           </signal>
438           <label>Prev</label>
439         </widget>
440
441         <widget>
442           <class>GtkButton</class>
443           <child_name>Toolbar:button</child_name>
444           <name>toolbar_next</name>
445           <tooltip>Next File</tooltip>
446           <signal>
447             <name>clicked</name>
448             <handler>on_toolbar_next_clicked</handler>
449             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
450           </signal>
451           <label>Next</label>
452         </widget>
453       </widget>
454     </widget>
455
456     <widget>
457       <class>GtkEntry</class>
458       <name>entry1</name>
459       <can_focus>True</can_focus>
460       <editable>True</editable>
461       <text_visible>True</text_visible>
462       <text_max_length>0</text_max_length>
463       <text>Tired of boring stub messages ? Write your own exciting message here !!</text>
464       <child>
465         <padding>0</padding>
466         <expand>False</expand>
467         <fill>True</fill>
468       </child>
469     </widget>
470
471     <widget>
472       <class>GtkLabel</class>
473       <name>label6</name>
474       <label>This part of the interface doesn't work yet. You can drag the slider below, though:</label>
475       <justify>GTK_JUSTIFY_LEFT</justify>
476       <wrap>False</wrap>
477       <xalign>0</xalign>
478       <yalign>0.5</yalign>
479       <xpad>5</xpad>
480       <ypad>0</ypad>
481       <child>
482         <padding>0</padding>
483         <expand>False</expand>
484         <fill>True</fill>
485       </child>
486     </widget>
487
488     <widget>
489       <class>GtkHScale</class>
490       <name>hscale</name>
491       <can_focus>True</can_focus>
492       <signal>
493         <name>button_release_event</name>
494         <handler>on_hscale_button_release_event</handler>
495         <last_modification_time>Tue, 13 Feb 2001 01:15:41 GMT</last_modification_time>
496       </signal>
497       <signal>
498         <name>button_press_event</name>
499         <handler>on_hscale_button_press_event</handler>
500         <last_modification_time>Tue, 13 Feb 2001 02:55:04 GMT</last_modification_time>
501       </signal>
502       <draw_value>True</draw_value>
503       <value_pos>GTK_POS_BOTTOM</value_pos>
504       <digits>1</digits>
505       <policy>GTK_UPDATE_DELAYED</policy>
506       <value>0</value>
507       <lower>0</lower>
508       <upper>100</upper>
509       <step>1</step>
510       <page>6.25</page>
511       <page_size>0</page_size>
512       <child>
513         <padding>0</padding>
514         <expand>False</expand>
515         <fill>True</fill>
516       </child>
517     </widget>
518
519     <widget>
520       <class>GtkLabel</class>
521       <name>label13</name>
522       <label>HEY ! YOU CAN DROP A FILE ON VLC TOO :-)</label>
523       <justify>GTK_JUSTIFY_CENTER</justify>
524       <wrap>False</wrap>
525       <xalign>0.5</xalign>
526       <yalign>0.5</yalign>
527       <xpad>0</xpad>
528       <ypad>5</ypad>
529       <child>
530         <padding>0</padding>
531         <expand>False</expand>
532         <fill>True</fill>
533       </child>
534     </widget>
535
536     <widget>
537       <class>GtkStatusbar</class>
538       <name>statusbar1</name>
539       <child>
540         <padding>0</padding>
541         <expand>False</expand>
542         <fill>True</fill>
543         <pack>GTK_PACK_END</pack>
544       </child>
545     </widget>
546   </widget>
547 </widget>
548
549 <widget>
550   <class>GtkMenu</class>
551   <name>intf_popup</name>
552
553   <widget>
554     <class>GtkMenuItem</class>
555     <name>popup_play</name>
556     <signal>
557       <name>activate</name>
558       <handler>on_popup_play_activate</handler>
559       <last_modification_time>Wed, 21 Feb 2001 08:31:57 GMT</last_modification_time>
560     </signal>
561     <label>_Play</label>
562     <right_justify>False</right_justify>
563   </widget>
564
565   <widget>
566     <class>GtkMenuItem</class>
567     <name>popup_pause</name>
568     <signal>
569       <name>activate</name>
570       <handler>on_popup_pause_activate</handler>
571       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
572     </signal>
573     <label>Pause</label>
574     <right_justify>False</right_justify>
575   </widget>
576
577   <widget>
578     <class>GtkMenuItem</class>
579     <name>popup_slow</name>
580     <signal>
581       <name>activate</name>
582       <handler>on_popup_slow_activate</handler>
583       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
584     </signal>
585     <label>Slow</label>
586     <right_justify>False</right_justify>
587   </widget>
588
589   <widget>
590     <class>GtkMenuItem</class>
591     <name>popup_fast</name>
592     <signal>
593       <name>activate</name>
594       <handler>on_popup_fast_activate</handler>
595       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
596     </signal>
597     <label>Fast</label>
598     <right_justify>False</right_justify>
599   </widget>
600
601   <widget>
602     <class>GtkMenuItem</class>
603     <name>separator6</name>
604     <right_justify>False</right_justify>
605   </widget>
606
607   <widget>
608     <class>GtkMenuItem</class>
609     <name>popup_open</name>
610     <tooltip>Open a File</tooltip>
611     <signal>
612       <name>activate</name>
613       <handler>on_popup_open_activate</handler>
614       <last_modification_time>Sun, 04 Mar 2001 21:00:48 GMT</last_modification_time>
615     </signal>
616     <label>_Open File...</label>
617     <right_justify>False</right_justify>
618   </widget>
619
620   <widget>
621     <class>GtkMenuItem</class>
622     <name>popup_disc</name>
623     <tooltip>Open a DVD or VCD</tooltip>
624     <signal>
625       <name>activate</name>
626       <handler>on_popup_disc_activate</handler>
627       <last_modification_time>Sun, 04 Mar 2001 03:04:11 GMT</last_modification_time>
628     </signal>
629     <label>Open _Disc...</label>
630     <right_justify>False</right_justify>
631   </widget>
632
633   <widget>
634     <class>GtkMenuItem</class>
635     <name>separator5</name>
636     <right_justify>False</right_justify>
637   </widget>
638
639   <widget>
640     <class>GtkMenuItem</class>
641     <name>popup_navigation</name>
642     <sensitive>False</sensitive>
643     <label>Navigation</label>
644     <right_justify>False</right_justify>
645   </widget>
646
647   <widget>
648     <class>GtkMenuItem</class>
649     <name>separator10</name>
650     <right_justify>False</right_justify>
651   </widget>
652
653   <widget>
654     <class>GtkMenuItem</class>
655     <name>popup_audio</name>
656     <sensitive>False</sensitive>
657     <label>A_udio</label>
658     <right_justify>False</right_justify>
659   </widget>
660
661   <widget>
662     <class>GtkMenuItem</class>
663     <name>popup_subpictures</name>
664     <sensitive>False</sensitive>
665     <label>Sub _Pictures</label>
666     <right_justify>False</right_justify>
667   </widget>
668
669   <widget>
670     <class>GtkMenuItem</class>
671     <name>separator9</name>
672     <right_justify>False</right_justify>
673   </widget>
674
675   <widget>
676     <class>GtkMenuItem</class>
677     <name>main_window_toggle</name>
678     <signal>
679       <name>activate</name>
680       <handler>on_main_window_toggle</handler>
681       <last_modification_time>Thu, 08 Mar 2001 10:37:08 GMT</last_modification_time>
682     </signal>
683     <label>show/hide main _window</label>
684     <right_justify>False</right_justify>
685   </widget>
686
687   <widget>
688     <class>GtkMenuItem</class>
689     <name>popup_about</name>
690     <signal>
691       <name>activate</name>
692       <handler>on_popup_about_activate</handler>
693       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
694     </signal>
695     <label>_About...</label>
696     <right_justify>False</right_justify>
697   </widget>
698
699   <widget>
700     <class>GtkMenuItem</class>
701     <name>popup_exit</name>
702     <signal>
703       <name>activate</name>
704       <handler>on_popup_exit_activate</handler>
705       <last_modification_time>Wed, 21 Feb 2001 08:31:57 GMT</last_modification_time>
706     </signal>
707     <label>E_xit</label>
708     <right_justify>False</right_justify>
709   </widget>
710 </widget>
711
712 <widget>
713   <class>GtkDialog</class>
714   <name>intf_about</name>
715   <border_width>5</border_width>
716   <title>About</title>
717   <type>GTK_WINDOW_TOPLEVEL</type>
718   <position>GTK_WIN_POS_CENTER</position>
719   <modal>False</modal>
720   <allow_shrink>False</allow_shrink>
721   <allow_grow>False</allow_grow>
722   <auto_shrink>False</auto_shrink>
723
724   <widget>
725     <class>GtkVBox</class>
726     <child_name>Dialog:vbox</child_name>
727     <name>dialog-vbox1</name>
728     <homogeneous>False</homogeneous>
729     <spacing>0</spacing>
730
731     <widget>
732       <class>GtkHBox</class>
733       <child_name>Dialog:action_area</child_name>
734       <name>dialog-action_area</name>
735       <border_width>10</border_width>
736       <homogeneous>True</homogeneous>
737       <spacing>5</spacing>
738       <child>
739         <padding>0</padding>
740         <expand>False</expand>
741         <fill>True</fill>
742         <pack>GTK_PACK_END</pack>
743       </child>
744
745       <widget>
746         <class>GtkButton</class>
747         <name>about_ok</name>
748         <can_default>True</can_default>
749         <has_default>True</has_default>
750         <can_focus>True</can_focus>
751         <signal>
752           <name>clicked</name>
753           <handler>on_about_ok_clicked</handler>
754           <last_modification_time>Wed, 21 Feb 2001 08:51:07 GMT</last_modification_time>
755         </signal>
756         <label>OK</label>
757         <relief>GTK_RELIEF_NORMAL</relief>
758         <child>
759           <padding>0</padding>
760           <expand>False</expand>
761           <fill>True</fill>
762         </child>
763       </widget>
764     </widget>
765
766     <widget>
767       <class>GtkVBox</class>
768       <name>vbox3</name>
769       <homogeneous>False</homogeneous>
770       <spacing>0</spacing>
771       <child>
772         <padding>0</padding>
773         <expand>True</expand>
774         <fill>True</fill>
775       </child>
776
777       <widget>
778         <class>GtkLabel</class>
779         <name>label14</name>
780         <label>VideoLAN Client</label>
781         <justify>GTK_JUSTIFY_CENTER</justify>
782         <wrap>False</wrap>
783         <xalign>0.5</xalign>
784         <yalign>0.5</yalign>
785         <xpad>0</xpad>
786         <ypad>10</ypad>
787         <child>
788           <padding>0</padding>
789           <expand>True</expand>
790           <fill>True</fill>
791         </child>
792       </widget>
793
794       <widget>
795         <class>GtkLabel</class>
796         <name>label18</name>
797         <label>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</label>
798         <justify>GTK_JUSTIFY_LEFT</justify>
799         <wrap>False</wrap>
800         <xalign>0.5</xalign>
801         <yalign>0.5</yalign>
802         <xpad>0</xpad>
803         <ypad>5</ypad>
804         <child>
805           <padding>0</padding>
806           <expand>False</expand>
807           <fill>False</fill>
808         </child>
809       </widget>
810
811       <widget>
812         <class>GtkFrame</class>
813         <name>frame1</name>
814         <label>Authors</label>
815         <label_xalign>0</label_xalign>
816         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
817         <child>
818           <padding>0</padding>
819           <expand>False</expand>
820           <fill>False</fill>
821         </child>
822
823         <widget>
824           <class>GtkLabel</class>
825           <name>label16</name>
826           <label>Régis Duchesne &lt;regis@via.ecp.fr&gt;
827 Michel Lespinasse &lt;walken@zoy.org&gt;
828 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
829 Pierre Baillet &lt;oct@zoy.org&gt;
830 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
831 Andres Krapf &lt;dae@via.ecp.fr&gt;
832 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
833 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
834 Benoit Steiner &lt;benny@via.ecp.fr&gt;
835 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
836 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
837 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
838 Samuel Hocevar &lt;sam@zoy.org&gt;
839 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
840 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
841 Stéphane Borel &lt;stef@via.ecp.fr&gt;
842 Renaud Dartus &lt;reno@via.ecp.fr&gt;
843 Henri Fallon &lt;henri@via.ecp.fr&gt;</label>
844           <justify>GTK_JUSTIFY_LEFT</justify>
845           <wrap>False</wrap>
846           <xalign>0.5</xalign>
847           <yalign>0</yalign>
848           <xpad>5</xpad>
849           <ypad>5</ypad>
850         </widget>
851       </widget>
852
853       <widget>
854         <class>GtkLabel</class>
855         <name>label17</name>
856         <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>
857         <justify>GTK_JUSTIFY_LEFT</justify>
858         <wrap>True</wrap>
859         <xalign>0.5</xalign>
860         <yalign>0.5</yalign>
861         <xpad>0</xpad>
862         <ypad>5</ypad>
863         <child>
864           <padding>0</padding>
865           <expand>False</expand>
866           <fill>False</fill>
867         </child>
868       </widget>
869     </widget>
870   </widget>
871 </widget>
872
873 <widget>
874   <class>GtkFileSelection</class>
875   <name>intf_fileopen</name>
876   <border_width>10</border_width>
877   <signal>
878     <name>destroy</name>
879     <handler>on_intf_fileopen_destroy</handler>
880     <last_modification_time>Wed, 21 Feb 2001 08:53:18 GMT</last_modification_time>
881   </signal>
882   <title>Select File</title>
883   <type>GTK_WINDOW_TOPLEVEL</type>
884   <position>GTK_WIN_POS_NONE</position>
885   <modal>False</modal>
886   <allow_shrink>False</allow_shrink>
887   <allow_grow>True</allow_grow>
888   <auto_shrink>False</auto_shrink>
889   <show_file_op_buttons>True</show_file_op_buttons>
890
891   <widget>
892     <class>GtkButton</class>
893     <child_name>FileSel:ok_button</child_name>
894     <name>fileopen_ok</name>
895     <can_default>True</can_default>
896     <can_focus>True</can_focus>
897     <signal>
898       <name>clicked</name>
899       <handler>on_fileopen_ok_clicked</handler>
900       <last_modification_time>Wed, 21 Feb 2001 08:55:12 GMT</last_modification_time>
901     </signal>
902     <label>OK</label>
903     <relief>GTK_RELIEF_NORMAL</relief>
904   </widget>
905
906   <widget>
907     <class>GtkButton</class>
908     <child_name>FileSel:cancel_button</child_name>
909     <name>fileopen_cancel</name>
910     <can_default>True</can_default>
911     <can_focus>True</can_focus>
912     <signal>
913       <name>clicked</name>
914       <handler>on_fileopen_cancel_clicked</handler>
915       <last_modification_time>Wed, 21 Feb 2001 08:55:06 GMT</last_modification_time>
916     </signal>
917     <label>Cancel</label>
918     <relief>GTK_RELIEF_NORMAL</relief>
919   </widget>
920 </widget>
921
922 <widget>
923   <class>GtkDialog</class>
924   <name>intf_disc</name>
925   <title>Open Disc</title>
926   <type>GTK_WINDOW_TOPLEVEL</type>
927   <position>GTK_WIN_POS_NONE</position>
928   <modal>False</modal>
929   <allow_shrink>False</allow_shrink>
930   <allow_grow>False</allow_grow>
931   <auto_shrink>False</auto_shrink>
932
933   <widget>
934     <class>GtkVBox</class>
935     <child_name>Dialog:vbox</child_name>
936     <name>dialog-vbox2</name>
937     <border_width>5</border_width>
938     <homogeneous>False</homogeneous>
939     <spacing>0</spacing>
940
941     <widget>
942       <class>GtkHBox</class>
943       <child_name>Dialog:action_area</child_name>
944       <name>dialog-action_area1</name>
945       <border_width>5</border_width>
946       <homogeneous>True</homogeneous>
947       <spacing>5</spacing>
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>GtkHBox</class>
957         <name>hbox1</name>
958         <homogeneous>True</homogeneous>
959         <spacing>5</spacing>
960         <child>
961           <padding>0</padding>
962           <expand>False</expand>
963           <fill>True</fill>
964           <pack>GTK_PACK_END</pack>
965         </child>
966
967         <widget>
968           <class>GtkButton</class>
969           <name>disc_ok</name>
970           <can_focus>True</can_focus>
971           <signal>
972             <name>clicked</name>
973             <handler>on_disc_ok_clicked</handler>
974             <last_modification_time>Sun, 04 Mar 2001 02:45:24 GMT</last_modification_time>
975           </signal>
976           <label>OK</label>
977           <relief>GTK_RELIEF_NORMAL</relief>
978           <child>
979             <padding>0</padding>
980             <expand>False</expand>
981             <fill>True</fill>
982           </child>
983         </widget>
984
985         <widget>
986           <class>GtkButton</class>
987           <name>disc_cancel</name>
988           <can_focus>True</can_focus>
989           <signal>
990             <name>clicked</name>
991             <handler>on_disc_cancel_clicked</handler>
992             <last_modification_time>Sun, 04 Mar 2001 02:45:45 GMT</last_modification_time>
993           </signal>
994           <label>Cancel</label>
995           <relief>GTK_RELIEF_NORMAL</relief>
996           <child>
997             <padding>0</padding>
998             <expand>False</expand>
999             <fill>True</fill>
1000           </child>
1001         </widget>
1002       </widget>
1003     </widget>
1004
1005     <widget>
1006       <class>GtkVBox</class>
1007       <name>vbox4</name>
1008       <border_width>5</border_width>
1009       <homogeneous>False</homogeneous>
1010       <spacing>5</spacing>
1011       <child>
1012         <padding>0</padding>
1013         <expand>True</expand>
1014         <fill>True</fill>
1015       </child>
1016
1017       <widget>
1018         <class>GtkHBox</class>
1019         <name>hbox3</name>
1020         <homogeneous>False</homogeneous>
1021         <spacing>5</spacing>
1022         <child>
1023           <padding>0</padding>
1024           <expand>True</expand>
1025           <fill>True</fill>
1026         </child>
1027
1028         <widget>
1029           <class>GtkFrame</class>
1030           <name>frame2</name>
1031           <label>Disc type</label>
1032           <label_xalign>0</label_xalign>
1033           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1034           <child>
1035             <padding>0</padding>
1036             <expand>True</expand>
1037             <fill>True</fill>
1038           </child>
1039
1040           <widget>
1041             <class>GtkVBox</class>
1042             <name>vbox5</name>
1043             <homogeneous>False</homogeneous>
1044             <spacing>0</spacing>
1045
1046             <widget>
1047               <class>GtkRadioButton</class>
1048               <name>disc_dvd</name>
1049               <can_focus>True</can_focus>
1050               <signal>
1051                 <name>toggled</name>
1052                 <handler>on_disc_dvd_toggled</handler>
1053                 <last_modification_time>Sun, 04 Mar 2001 02:50:56 GMT</last_modification_time>
1054               </signal>
1055               <label>DVD</label>
1056               <active>False</active>
1057               <draw_indicator>True</draw_indicator>
1058               <group>disc</group>
1059               <child>
1060                 <padding>0</padding>
1061                 <expand>False</expand>
1062                 <fill>False</fill>
1063               </child>
1064             </widget>
1065
1066             <widget>
1067               <class>GtkRadioButton</class>
1068               <name>disc_vcd</name>
1069               <sensitive>False</sensitive>
1070               <can_focus>True</can_focus>
1071               <signal>
1072                 <name>toggled</name>
1073                 <handler>on_disc_vcd_toggled</handler>
1074                 <last_modification_time>Sun, 04 Mar 2001 02:51:00 GMT</last_modification_time>
1075               </signal>
1076               <label>VCD</label>
1077               <active>False</active>
1078               <draw_indicator>True</draw_indicator>
1079               <group>disc</group>
1080               <child>
1081                 <padding>0</padding>
1082                 <expand>False</expand>
1083                 <fill>False</fill>
1084               </child>
1085             </widget>
1086           </widget>
1087         </widget>
1088
1089         <widget>
1090           <class>GtkFrame</class>
1091           <name>frame3</name>
1092           <label>Starting position</label>
1093           <label_xalign>0</label_xalign>
1094           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1095           <child>
1096             <padding>0</padding>
1097             <expand>True</expand>
1098             <fill>True</fill>
1099           </child>
1100
1101           <widget>
1102             <class>GtkTable</class>
1103             <name>table1</name>
1104             <border_width>5</border_width>
1105             <rows>2</rows>
1106             <columns>2</columns>
1107             <homogeneous>False</homogeneous>
1108             <row_spacing>5</row_spacing>
1109             <column_spacing>5</column_spacing>
1110
1111             <widget>
1112               <class>GtkSpinButton</class>
1113               <name>disc_title</name>
1114               <can_focus>True</can_focus>
1115               <climb_rate>1</climb_rate>
1116               <digits>0</digits>
1117               <numeric>False</numeric>
1118               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1119               <snap>False</snap>
1120               <wrap>False</wrap>
1121               <value>1</value>
1122               <lower>1</lower>
1123               <upper>65536</upper>
1124               <step>1</step>
1125               <page>10</page>
1126               <page_size>10</page_size>
1127               <child>
1128                 <left_attach>1</left_attach>
1129                 <right_attach>2</right_attach>
1130                 <top_attach>0</top_attach>
1131                 <bottom_attach>1</bottom_attach>
1132                 <xpad>0</xpad>
1133                 <ypad>0</ypad>
1134                 <xexpand>True</xexpand>
1135                 <yexpand>False</yexpand>
1136                 <xshrink>False</xshrink>
1137                 <yshrink>False</yshrink>
1138                 <xfill>True</xfill>
1139                 <yfill>False</yfill>
1140               </child>
1141             </widget>
1142
1143             <widget>
1144               <class>GtkSpinButton</class>
1145               <name>disc_chapter</name>
1146               <can_focus>True</can_focus>
1147               <climb_rate>1</climb_rate>
1148               <digits>0</digits>
1149               <numeric>False</numeric>
1150               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1151               <snap>False</snap>
1152               <wrap>False</wrap>
1153               <value>1</value>
1154               <lower>1</lower>
1155               <upper>65536</upper>
1156               <step>1</step>
1157               <page>10</page>
1158               <page_size>10</page_size>
1159               <child>
1160                 <left_attach>1</left_attach>
1161                 <right_attach>2</right_attach>
1162                 <top_attach>1</top_attach>
1163                 <bottom_attach>2</bottom_attach>
1164                 <xpad>0</xpad>
1165                 <ypad>0</ypad>
1166                 <xexpand>True</xexpand>
1167                 <yexpand>False</yexpand>
1168                 <xshrink>False</xshrink>
1169                 <yshrink>False</yshrink>
1170                 <xfill>True</xfill>
1171                 <yfill>False</yfill>
1172               </child>
1173             </widget>
1174
1175             <widget>
1176               <class>GtkLabel</class>
1177               <name>label20</name>
1178               <label>Chapter</label>
1179               <justify>GTK_JUSTIFY_CENTER</justify>
1180               <wrap>False</wrap>
1181               <xalign>0</xalign>
1182               <yalign>0.5</yalign>
1183               <xpad>0</xpad>
1184               <ypad>0</ypad>
1185               <child>
1186                 <left_attach>0</left_attach>
1187                 <right_attach>1</right_attach>
1188                 <top_attach>1</top_attach>
1189                 <bottom_attach>2</bottom_attach>
1190                 <xpad>0</xpad>
1191                 <ypad>0</ypad>
1192                 <xexpand>False</xexpand>
1193                 <yexpand>False</yexpand>
1194                 <xshrink>False</xshrink>
1195                 <yshrink>False</yshrink>
1196                 <xfill>True</xfill>
1197                 <yfill>False</yfill>
1198               </child>
1199             </widget>
1200
1201             <widget>
1202               <class>GtkLabel</class>
1203               <name>label21</name>
1204               <label>Title</label>
1205               <justify>GTK_JUSTIFY_CENTER</justify>
1206               <wrap>False</wrap>
1207               <xalign>0</xalign>
1208               <yalign>0.5</yalign>
1209               <xpad>0</xpad>
1210               <ypad>0</ypad>
1211               <child>
1212                 <left_attach>0</left_attach>
1213                 <right_attach>1</right_attach>
1214                 <top_attach>0</top_attach>
1215                 <bottom_attach>1</bottom_attach>
1216                 <xpad>0</xpad>
1217                 <ypad>0</ypad>
1218                 <xexpand>False</xexpand>
1219                 <yexpand>False</yexpand>
1220                 <xshrink>False</xshrink>
1221                 <yshrink>False</yshrink>
1222                 <xfill>True</xfill>
1223                 <yfill>False</yfill>
1224               </child>
1225             </widget>
1226           </widget>
1227         </widget>
1228       </widget>
1229
1230       <widget>
1231         <class>GtkHBox</class>
1232         <name>hbox2</name>
1233         <homogeneous>False</homogeneous>
1234         <spacing>5</spacing>
1235         <child>
1236           <padding>0</padding>
1237           <expand>True</expand>
1238           <fill>True</fill>
1239         </child>
1240
1241         <widget>
1242           <class>GtkLabel</class>
1243           <name>label19</name>
1244           <label>Device name</label>
1245           <justify>GTK_JUSTIFY_CENTER</justify>
1246           <wrap>False</wrap>
1247           <xalign>0.5</xalign>
1248           <yalign>0.5</yalign>
1249           <xpad>0</xpad>
1250           <ypad>0</ypad>
1251           <child>
1252             <padding>0</padding>
1253             <expand>False</expand>
1254             <fill>False</fill>
1255           </child>
1256         </widget>
1257
1258         <widget>
1259           <class>GtkEntry</class>
1260           <name>disc_name</name>
1261           <can_focus>True</can_focus>
1262           <editable>True</editable>
1263           <text_visible>True</text_visible>
1264           <text_max_length>0</text_max_length>
1265           <text>/dev/dvd</text>
1266           <child>
1267             <padding>0</padding>
1268             <expand>True</expand>
1269             <fill>True</fill>
1270           </child>
1271         </widget>
1272       </widget>
1273     </widget>
1274   </widget>
1275 </widget>
1276
1277 <widget>
1278   <class>GtkWindow</class>
1279   <name>intf_playlist</name>
1280   <signal>
1281     <name>delete_event</name>
1282     <handler>on_intf_playlist_destroy_event</handler>
1283     <last_modification_time>Thu, 08 Mar 2001 10:16:44 GMT</last_modification_time>
1284   </signal>
1285   <title>Playlist</title>
1286   <type>GTK_WINDOW_TOPLEVEL</type>
1287   <position>GTK_WIN_POS_NONE</position>
1288   <modal>False</modal>
1289   <default_width>386</default_width>
1290   <default_height>200</default_height>
1291   <allow_shrink>False</allow_shrink>
1292   <allow_grow>True</allow_grow>
1293   <auto_shrink>False</auto_shrink>
1294
1295   <widget>
1296     <class>GtkVBox</class>
1297     <name>vbox6</name>
1298     <homogeneous>False</homogeneous>
1299     <spacing>0</spacing>
1300
1301     <widget>
1302       <class>GtkMenuBar</class>
1303       <name>menubar2</name>
1304       <shadow_type>GTK_SHADOW_OUT</shadow_type>
1305       <child>
1306         <padding>0</padding>
1307         <expand>False</expand>
1308         <fill>False</fill>
1309       </child>
1310
1311       <widget>
1312         <class>GtkMenuItem</class>
1313         <name>add1</name>
1314         <label>Add</label>
1315         <right_justify>False</right_justify>
1316       </widget>
1317
1318       <widget>
1319         <class>GtkMenuItem</class>
1320         <name>delete1</name>
1321         <label>Delete</label>
1322         <right_justify>False</right_justify>
1323
1324         <widget>
1325           <class>GtkMenu</class>
1326           <name>delete1_menu</name>
1327
1328           <widget>
1329             <class>GtkMenuItem</class>
1330             <name>crop1</name>
1331             <signal>
1332               <name>activate</name>
1333               <handler>on_crop_activate</handler>
1334               <last_modification_time>Thu, 08 Mar 2001 15:12:17 GMT</last_modification_time>
1335             </signal>
1336             <label>_crop</label>
1337             <right_justify>False</right_justify>
1338           </widget>
1339
1340           <widget>
1341             <class>GtkMenuItem</class>
1342             <name>invert1</name>
1343             <signal>
1344               <name>activate</name>
1345               <handler>on_invertselection_clicked</handler>
1346               <last_modification_time>Thu, 08 Mar 2001 15:12:17 GMT</last_modification_time>
1347             </signal>
1348             <label>_invert</label>
1349             <right_justify>False</right_justify>
1350           </widget>
1351
1352           <widget>
1353             <class>GtkMenuItem</class>
1354             <name>selection</name>
1355             <signal>
1356               <name>activate</name>
1357               <handler>on_delete_clicked</handler>
1358               <last_modification_time>Thu, 08 Mar 2001 11:12:03 GMT</last_modification_time>
1359             </signal>
1360             <label>_selection</label>
1361             <right_justify>False</right_justify>
1362           </widget>
1363         </widget>
1364       </widget>
1365
1366       <widget>
1367         <class>GtkMenuItem</class>
1368         <name>selection1</name>
1369         <label>Selection</label>
1370         <right_justify>False</right_justify>
1371       </widget>
1372     </widget>
1373
1374     <widget>
1375       <class>GtkScrolledWindow</class>
1376       <name>scrolledwindow1</name>
1377       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
1378       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
1379       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1380       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1381       <child>
1382         <padding>0</padding>
1383         <expand>True</expand>
1384         <fill>True</fill>
1385       </child>
1386
1387       <widget>
1388         <class>GtkCList</class>
1389         <name>playlist_clist</name>
1390         <border_width>1</border_width>
1391         <can_focus>True</can_focus>
1392         <signal>
1393           <name>event</name>
1394           <handler>on_playlist_clist_event</handler>
1395           <last_modification_time>Thu, 08 Mar 2001 22:18:03 GMT</last_modification_time>
1396         </signal>
1397         <signal>
1398           <name>drag_data_received</name>
1399           <handler>on_intf_playlist_drag_data_received</handler>
1400           <last_modification_time>Thu, 08 Mar 2001 12:00:13 GMT</last_modification_time>
1401         </signal>
1402         <signal>
1403           <name>drag_motion</name>
1404           <handler>on_playlist_clist_drag_motion</handler>
1405           <last_modification_time>Fri, 09 Mar 2001 18:32:47 GMT</last_modification_time>
1406         </signal>
1407         <columns>2</columns>
1408         <column_widths>257,80</column_widths>
1409         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
1410         <show_titles>True</show_titles>
1411         <shadow_type>GTK_SHADOW_OUT</shadow_type>
1412
1413         <widget>
1414           <class>GtkLabel</class>
1415           <child_name>CList:title</child_name>
1416           <name>label22</name>
1417           <label>File</label>
1418           <justify>GTK_JUSTIFY_CENTER</justify>
1419           <wrap>False</wrap>
1420           <xalign>0.5</xalign>
1421           <yalign>0.5</yalign>
1422           <xpad>0</xpad>
1423           <ypad>0</ypad>
1424         </widget>
1425
1426         <widget>
1427           <class>GtkLabel</class>
1428           <child_name>CList:title</child_name>
1429           <name>label23</name>
1430           <label>Duration</label>
1431           <justify>GTK_JUSTIFY_CENTER</justify>
1432           <wrap>False</wrap>
1433           <xalign>0.5</xalign>
1434           <yalign>0.5</yalign>
1435           <xpad>0</xpad>
1436           <ypad>0</ypad>
1437         </widget>
1438       </widget>
1439     </widget>
1440   </widget>
1441 </widget>
1442
1443 </GTK-Interface>