]> git.sesse.net Git - vlc/blob - plugins/gtk/intf_gtk.glade
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[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               <accelerator>
101                 <modifiers>0</modifiers>
102                 <key>GDK_F4</key>
103                 <signal>activate</signal>
104               </accelerator>
105               <signal>
106                 <name>activate</name>
107                 <handler>on_menubar_disc_activate</handler>
108                 <last_modification_time>Sun, 04 Mar 2001 02:53:25 GMT</last_modification_time>
109               </signal>
110               <label>Open _Disc...</label>
111               <right_justify>False</right_justify>
112             </widget>
113
114             <widget>
115               <class>GtkMenuItem</class>
116               <name>menubar_network</name>
117               <tooltip>Select a Network Stream</tooltip>
118               <accelerator>
119                 <modifiers>0</modifiers>
120                 <key>GDK_F5</key>
121                 <signal>activate</signal>
122               </accelerator>
123               <signal>
124                 <name>activate</name>
125                 <handler>on_menubar_network_activate</handler>
126                 <last_modification_time>Mon, 12 Mar 2001 21:55:15 GMT</last_modification_time>
127               </signal>
128               <label>_Network Stream...</label>
129               <right_justify>False</right_justify>
130             </widget>
131
132             <widget>
133               <class>GtkMenuItem</class>
134               <name>separator4</name>
135               <right_justify>False</right_justify>
136             </widget>
137
138             <widget>
139               <class>GtkMenuItem</class>
140               <name>menubar_exit</name>
141               <tooltip>Exit the program</tooltip>
142               <accelerator>
143                 <modifiers>GDK_CONTROL_MASK</modifiers>
144                 <key>GDK_Q</key>
145                 <signal>activate</signal>
146               </accelerator>
147               <signal>
148                 <name>activate</name>
149                 <handler>on_menubar_exit_activate</handler>
150                 <last_modification_time>Wed, 21 Feb 2001 08:29:47 GMT</last_modification_time>
151               </signal>
152               <label>E_xit</label>
153               <right_justify>False</right_justify>
154             </widget>
155           </widget>
156         </widget>
157
158         <widget>
159           <class>GtkMenuItem</class>
160           <name>menubar_view</name>
161           <label>_View</label>
162           <right_justify>False</right_justify>
163
164           <widget>
165             <class>GtkMenu</class>
166             <name>menubar_view_menu</name>
167
168             <widget>
169               <class>GtkMenuItem</class>
170               <name>menubar_title</name>
171               <sensitive>False</sensitive>
172               <tooltip>Navigate through the stream</tooltip>
173               <label>_Title</label>
174               <right_justify>False</right_justify>
175             </widget>
176
177             <widget>
178               <class>GtkMenuItem</class>
179               <name>menubar_chapter</name>
180               <sensitive>False</sensitive>
181               <label>_Chapter</label>
182               <right_justify>False</right_justify>
183             </widget>
184
185             <widget>
186               <class>GtkMenuItem</class>
187               <name>separator11</name>
188               <right_justify>False</right_justify>
189             </widget>
190
191             <widget>
192               <class>GtkMenuItem</class>
193               <name>menubar_playlist</name>
194               <tooltip>Open the playlist window</tooltip>
195               <signal>
196                 <name>activate</name>
197                 <handler>on_menubar_playlist_activate</handler>
198                 <last_modification_time>Wed, 21 Feb 2001 08:35:16 GMT</last_modification_time>
199               </signal>
200               <label>_Playlist...</label>
201               <right_justify>False</right_justify>
202             </widget>
203
204             <widget>
205               <class>GtkMenuItem</class>
206               <name>menubar_modules</name>
207               <sensitive>False</sensitive>
208               <tooltip>Open the plugin manager</tooltip>
209               <signal>
210                 <name>activate</name>
211                 <handler>on_menubar_modules_activate</handler>
212                 <last_modification_time>Wed, 21 Feb 2001 08:35:16 GMT</last_modification_time>
213               </signal>
214               <label>_Modules...</label>
215               <right_justify>False</right_justify>
216             </widget>
217           </widget>
218         </widget>
219
220         <widget>
221           <class>GtkMenuItem</class>
222           <name>menubar_settings</name>
223           <label>_Settings</label>
224           <right_justify>False</right_justify>
225
226           <widget>
227             <class>GtkMenu</class>
228             <name>menubar_settings_menu</name>
229
230             <widget>
231               <class>GtkMenuItem</class>
232               <name>separator7</name>
233               <right_justify>False</right_justify>
234             </widget>
235
236             <widget>
237               <class>GtkMenuItem</class>
238               <name>menubar_audio</name>
239               <sensitive>False</sensitive>
240               <tooltip>Select audio language</tooltip>
241               <label>A_udio</label>
242               <right_justify>False</right_justify>
243             </widget>
244
245             <widget>
246               <class>GtkMenuItem</class>
247               <name>menubar_subpictures</name>
248               <sensitive>False</sensitive>
249               <tooltip>Select sub-title</tooltip>
250               <label>Sub _Pictures</label>
251               <right_justify>False</right_justify>
252             </widget>
253
254             <widget>
255               <class>GtkMenuItem</class>
256               <name>separator8</name>
257               <right_justify>False</right_justify>
258             </widget>
259
260             <widget>
261               <class>GtkMenuItem</class>
262               <name>menubar_preferences</name>
263               <sensitive>False</sensitive>
264               <tooltip>Configure the application</tooltip>
265               <signal>
266                 <name>activate</name>
267                 <handler>on_menubar_preferences_activate</handler>
268                 <last_modification_time>Wed, 21 Feb 2001 08:39:39 GMT</last_modification_time>
269               </signal>
270               <label>_Preferences...</label>
271               <right_justify>False</right_justify>
272             </widget>
273           </widget>
274         </widget>
275
276         <widget>
277           <class>GtkMenuItem</class>
278           <name>menubar_help</name>
279           <label>_Help</label>
280           <right_justify>False</right_justify>
281
282           <widget>
283             <class>GtkMenu</class>
284             <name>menubar_help_menu</name>
285
286             <widget>
287               <class>GtkMenuItem</class>
288               <name>menubar_about</name>
289               <tooltip>About this application</tooltip>
290               <signal>
291                 <name>activate</name>
292                 <handler>on_menubar_about_activate</handler>
293                 <last_modification_time>Wed, 21 Feb 2001 08:39:39 GMT</last_modification_time>
294               </signal>
295               <label>_About...</label>
296               <right_justify>False</right_justify>
297             </widget>
298           </widget>
299         </widget>
300       </widget>
301     </widget>
302
303     <widget>
304       <class>GtkHandleBox</class>
305       <name>handlebox1</name>
306       <shadow_type>GTK_SHADOW_OUT</shadow_type>
307       <handle_position>GTK_POS_LEFT</handle_position>
308       <snap_edge>GTK_POS_TOP</snap_edge>
309       <child>
310         <padding>0</padding>
311         <expand>False</expand>
312         <fill>True</fill>
313       </child>
314
315       <widget>
316         <class>GtkToolbar</class>
317         <name>toolbar</name>
318         <border_width>1</border_width>
319         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
320         <type>GTK_TOOLBAR_BOTH</type>
321         <space_size>16</space_size>
322         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
323         <relief>GTK_RELIEF_NONE</relief>
324         <tooltips>True</tooltips>
325
326         <widget>
327           <class>GtkButton</class>
328           <child_name>Toolbar:button</child_name>
329           <name>toolbar_open</name>
330           <tooltip>Open a File</tooltip>
331           <signal>
332             <name>clicked</name>
333             <handler>on_toolbar_open_clicked</handler>
334             <last_modification_time>Sun, 04 Mar 2001 21:01:03 GMT</last_modification_time>
335           </signal>
336           <label>Open</label>
337         </widget>
338
339         <widget>
340           <class>GtkButton</class>
341           <child_name>Toolbar:button</child_name>
342           <name>toolbar_disc</name>
343           <tooltip>Open a DVD or VCD</tooltip>
344           <signal>
345             <name>clicked</name>
346             <handler>on_toolbar_disc_clicked</handler>
347             <last_modification_time>Sun, 04 Mar 2001 02:55:35 GMT</last_modification_time>
348           </signal>
349           <label>Disc</label>
350         </widget>
351
352         <widget>
353           <class>GtkButton</class>
354           <child_name>Toolbar:button</child_name>
355           <name>toolbar_network</name>
356           <tooltip>Select a Network Stream</tooltip>
357           <signal>
358             <name>clicked</name>
359             <handler>on_toolbar_network_clicked</handler>
360             <last_modification_time>Sun, 04 Mar 2001 02:55:35 GMT</last_modification_time>
361           </signal>
362           <label>Net</label>
363         </widget>
364
365         <widget>
366           <class>GtkButton</class>
367           <child_name>Toolbar:button</child_name>
368           <name>toolbar_back</name>
369           <sensitive>False</sensitive>
370           <tooltip>Go Backwards</tooltip>
371           <signal>
372             <name>clicked</name>
373             <handler>on_toolbar_back_clicked</handler>
374             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
375           </signal>
376           <label>Back</label>
377           <child>
378             <new_group>True</new_group>
379           </child>
380         </widget>
381
382         <widget>
383           <class>GtkButton</class>
384           <child_name>Toolbar:button</child_name>
385           <name>toolbar_stop</name>
386           <sensitive>False</sensitive>
387           <tooltip>Stop Stream</tooltip>
388           <signal>
389             <name>clicked</name>
390             <handler>on_toolbar_stop_clicked</handler>
391             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
392           </signal>
393           <label>Stop</label>
394         </widget>
395
396         <widget>
397           <class>GtkButton</class>
398           <child_name>Toolbar:button</child_name>
399           <name>toolbar_play</name>
400           <tooltip>Play Stream</tooltip>
401           <signal>
402             <name>clicked</name>
403             <handler>on_toolbar_play_clicked</handler>
404             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
405           </signal>
406           <label>Play</label>
407         </widget>
408
409         <widget>
410           <class>GtkButton</class>
411           <child_name>Toolbar:button</child_name>
412           <name>toolbar_pause</name>
413           <tooltip>Pause Stream</tooltip>
414           <signal>
415             <name>clicked</name>
416             <handler>on_toolbar_pause_clicked</handler>
417             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
418           </signal>
419           <label>Pause</label>
420         </widget>
421
422         <widget>
423           <class>GtkButton</class>
424           <child_name>Toolbar:button</child_name>
425           <name>toolbar_slow</name>
426           <tooltip>Play Slower</tooltip>
427           <signal>
428             <name>clicked</name>
429             <handler>on_toolbar_slow_clicked</handler>
430             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
431           </signal>
432           <label>Slow</label>
433         </widget>
434
435         <widget>
436           <class>GtkButton</class>
437           <child_name>Toolbar:button</child_name>
438           <name>toolbar_fast</name>
439           <tooltip>Play Faster</tooltip>
440           <signal>
441             <name>clicked</name>
442             <handler>on_toolbar_fast_clicked</handler>
443             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
444           </signal>
445           <label>Fast</label>
446         </widget>
447
448         <widget>
449           <class>GtkButton</class>
450           <child_name>Toolbar:button</child_name>
451           <name>toolbar_playlist</name>
452           <tooltip>Open Playlist</tooltip>
453           <signal>
454             <name>clicked</name>
455             <handler>on_toolbar_playlist_clicked</handler>
456             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
457           </signal>
458           <label>Playlist</label>
459           <child>
460             <new_group>True</new_group>
461           </child>
462         </widget>
463
464         <widget>
465           <class>GtkButton</class>
466           <child_name>Toolbar:button</child_name>
467           <name>toolbar_prev</name>
468           <tooltip>Previous File</tooltip>
469           <signal>
470             <name>clicked</name>
471             <handler>on_toolbar_prev_clicked</handler>
472             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
473           </signal>
474           <label>Prev</label>
475         </widget>
476
477         <widget>
478           <class>GtkButton</class>
479           <child_name>Toolbar:button</child_name>
480           <name>toolbar_next</name>
481           <tooltip>Next File</tooltip>
482           <signal>
483             <name>clicked</name>
484             <handler>on_toolbar_next_clicked</handler>
485             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
486           </signal>
487           <label>Next</label>
488         </widget>
489       </widget>
490     </widget>
491
492     <widget>
493       <class>GtkHBox</class>
494       <name>hbox7</name>
495       <homogeneous>True</homogeneous>
496       <spacing>0</spacing>
497       <child>
498         <padding>0</padding>
499         <expand>True</expand>
500         <fill>True</fill>
501       </child>
502
503       <widget>
504         <class>GtkLabel</class>
505         <name>label_date</name>
506         <label>-:--:--</label>
507         <justify>GTK_JUSTIFY_CENTER</justify>
508         <wrap>False</wrap>
509         <xalign>0.5</xalign>
510         <yalign>0.5</yalign>
511         <xpad>0</xpad>
512         <ypad>0</ypad>
513         <child>
514           <padding>0</padding>
515           <expand>False</expand>
516           <fill>False</fill>
517         </child>
518       </widget>
519
520       <widget>
521         <class>GtkLabel</class>
522         <name>label_status</name>
523         <label>Status: foo</label>
524         <justify>GTK_JUSTIFY_CENTER</justify>
525         <wrap>False</wrap>
526         <xalign>0.5</xalign>
527         <yalign>0.5</yalign>
528         <xpad>0</xpad>
529         <ypad>0</ypad>
530         <child>
531           <padding>0</padding>
532           <expand>False</expand>
533           <fill>False</fill>
534         </child>
535       </widget>
536
537       <widget>
538         <class>GtkLabel</class>
539         <name>label_bar</name>
540         <label>Bar: baz</label>
541         <justify>GTK_JUSTIFY_CENTER</justify>
542         <wrap>False</wrap>
543         <xalign>0.5</xalign>
544         <yalign>0.5</yalign>
545         <xpad>0</xpad>
546         <ypad>0</ypad>
547         <child>
548           <padding>0</padding>
549           <expand>False</expand>
550           <fill>False</fill>
551         </child>
552       </widget>
553     </widget>
554
555     <widget>
556       <class>GtkHScale</class>
557       <name>slider</name>
558       <can_focus>True</can_focus>
559       <signal>
560         <name>button_release_event</name>
561         <handler>on_slider_button_release_event</handler>
562         <last_modification_time>Wed, 14 Mar 2001 15:58:36 GMT</last_modification_time>
563       </signal>
564       <signal>
565         <name>button_press_event</name>
566         <handler>on_slider_button_press_event</handler>
567         <last_modification_time>Wed, 14 Mar 2001 15:58:42 GMT</last_modification_time>
568       </signal>
569       <draw_value>False</draw_value>
570       <value_pos>GTK_POS_TOP</value_pos>
571       <digits>1</digits>
572       <policy>GTK_UPDATE_CONTINUOUS</policy>
573       <value>0</value>
574       <lower>0</lower>
575       <upper>100</upper>
576       <step>1</step>
577       <page>6.25</page>
578       <page_size>0</page_size>
579       <child>
580         <padding>0</padding>
581         <expand>True</expand>
582         <fill>True</fill>
583       </child>
584     </widget>
585
586     <widget>
587       <class>GtkStatusbar</class>
588       <name>intf_statusbar</name>
589       <child>
590         <padding>0</padding>
591         <expand>False</expand>
592         <fill>False</fill>
593       </child>
594     </widget>
595   </widget>
596 </widget>
597
598 <widget>
599   <class>GtkMenu</class>
600   <name>intf_popup</name>
601
602   <widget>
603     <class>GtkMenuItem</class>
604     <name>popup_play</name>
605     <signal>
606       <name>activate</name>
607       <handler>on_popup_play_activate</handler>
608       <last_modification_time>Wed, 21 Feb 2001 08:31:57 GMT</last_modification_time>
609     </signal>
610     <label>_Play</label>
611     <right_justify>False</right_justify>
612   </widget>
613
614   <widget>
615     <class>GtkMenuItem</class>
616     <name>popup_pause</name>
617     <signal>
618       <name>activate</name>
619       <handler>on_popup_pause_activate</handler>
620       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
621     </signal>
622     <label>Pause</label>
623     <right_justify>False</right_justify>
624   </widget>
625
626   <widget>
627     <class>GtkMenuItem</class>
628     <name>popup_slow</name>
629     <signal>
630       <name>activate</name>
631       <handler>on_popup_slow_activate</handler>
632       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
633     </signal>
634     <label>Slow</label>
635     <right_justify>False</right_justify>
636   </widget>
637
638   <widget>
639     <class>GtkMenuItem</class>
640     <name>popup_fast</name>
641     <signal>
642       <name>activate</name>
643       <handler>on_popup_fast_activate</handler>
644       <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
645     </signal>
646     <label>Fast</label>
647     <right_justify>False</right_justify>
648   </widget>
649
650   <widget>
651     <class>GtkMenuItem</class>
652     <name>separator6</name>
653     <right_justify>False</right_justify>
654   </widget>
655
656   <widget>
657     <class>GtkMenuItem</class>
658     <name>main_window_toggle</name>
659     <signal>
660       <name>activate</name>
661       <handler>on_main_window_toggle</handler>
662       <last_modification_time>Thu, 08 Mar 2001 10:37:08 GMT</last_modification_time>
663     </signal>
664     <label>Toggle _Interface</label>
665     <right_justify>False</right_justify>
666   </widget>
667
668   <widget>
669     <class>GtkMenuItem</class>
670     <name>separator5</name>
671     <right_justify>False</right_justify>
672   </widget>
673
674   <widget>
675     <class>GtkMenuItem</class>
676     <name>popup_navigation</name>
677     <sensitive>False</sensitive>
678     <label>_Navigation</label>
679     <right_justify>False</right_justify>
680   </widget>
681
682   <widget>
683     <class>GtkMenuItem</class>
684     <name>popup_audio</name>
685     <sensitive>False</sensitive>
686     <label>_Audio</label>
687     <right_justify>False</right_justify>
688   </widget>
689
690   <widget>
691     <class>GtkMenuItem</class>
692     <name>popup_subpictures</name>
693     <sensitive>False</sensitive>
694     <label>_Subpictures</label>
695     <right_justify>False</right_justify>
696   </widget>
697
698   <widget>
699     <class>GtkMenuItem</class>
700     <name>popup_file</name>
701     <label>_File</label>
702     <right_justify>False</right_justify>
703
704     <widget>
705       <class>GtkMenu</class>
706       <name>popup_file_menu</name>
707
708       <widget>
709         <class>GtkMenuItem</class>
710         <name>popup_open</name>
711         <tooltip>Open a File</tooltip>
712         <signal>
713           <name>activate</name>
714           <handler>on_popup_open_activate</handler>
715           <last_modification_time>Sun, 04 Mar 2001 21:00:48 GMT</last_modification_time>
716         </signal>
717         <label>_Open File...</label>
718         <right_justify>False</right_justify>
719       </widget>
720
721       <widget>
722         <class>GtkMenuItem</class>
723         <name>popup_disc</name>
724         <tooltip>Open a DVD or VCD</tooltip>
725         <signal>
726           <name>activate</name>
727           <handler>on_popup_disc_activate</handler>
728           <last_modification_time>Sun, 04 Mar 2001 03:04:11 GMT</last_modification_time>
729         </signal>
730         <label>Open _Disc...</label>
731         <right_justify>False</right_justify>
732       </widget>
733
734       <widget>
735         <class>GtkMenuItem</class>
736         <name>popup_network</name>
737         <tooltip>Select a Network Stream</tooltip>
738         <signal>
739           <name>activate</name>
740           <handler>on_popup_network_activate</handler>
741           <last_modification_time>Mon, 12 Mar 2001 21:57:31 GMT</last_modification_time>
742         </signal>
743         <label>_Network Stream...</label>
744         <right_justify>False</right_justify>
745       </widget>
746
747       <widget>
748         <class>GtkMenuItem</class>
749         <name>separator12</name>
750         <right_justify>False</right_justify>
751       </widget>
752
753       <widget>
754         <class>GtkMenuItem</class>
755         <name>popup_about</name>
756         <signal>
757           <name>activate</name>
758           <handler>on_popup_about_activate</handler>
759           <last_modification_time>Wed, 21 Feb 2001 08:41:04 GMT</last_modification_time>
760         </signal>
761         <label>_About...</label>
762         <right_justify>False</right_justify>
763       </widget>
764     </widget>
765   </widget>
766
767   <widget>
768     <class>GtkMenuItem</class>
769     <name>separator9</name>
770     <right_justify>False</right_justify>
771   </widget>
772
773   <widget>
774     <class>GtkMenuItem</class>
775     <name>popup_exit</name>
776     <signal>
777       <name>activate</name>
778       <handler>on_popup_exit_activate</handler>
779       <last_modification_time>Wed, 21 Feb 2001 08:31:57 GMT</last_modification_time>
780     </signal>
781     <label>E_xit</label>
782     <right_justify>False</right_justify>
783   </widget>
784 </widget>
785
786 <widget>
787   <class>GtkDialog</class>
788   <name>intf_about</name>
789   <border_width>5</border_width>
790   <title>About</title>
791   <type>GTK_WINDOW_TOPLEVEL</type>
792   <position>GTK_WIN_POS_CENTER</position>
793   <modal>False</modal>
794   <allow_shrink>False</allow_shrink>
795   <allow_grow>False</allow_grow>
796   <auto_shrink>False</auto_shrink>
797
798   <widget>
799     <class>GtkVBox</class>
800     <child_name>Dialog:vbox</child_name>
801     <name>dialog-vbox1</name>
802     <homogeneous>False</homogeneous>
803     <spacing>0</spacing>
804
805     <widget>
806       <class>GtkHBox</class>
807       <child_name>Dialog:action_area</child_name>
808       <name>dialog-action_area</name>
809       <border_width>10</border_width>
810       <homogeneous>True</homogeneous>
811       <spacing>5</spacing>
812       <child>
813         <padding>0</padding>
814         <expand>False</expand>
815         <fill>True</fill>
816         <pack>GTK_PACK_END</pack>
817       </child>
818
819       <widget>
820         <class>GtkButton</class>
821         <name>about_ok</name>
822         <can_default>True</can_default>
823         <has_default>True</has_default>
824         <can_focus>True</can_focus>
825         <signal>
826           <name>clicked</name>
827           <handler>on_about_ok_clicked</handler>
828           <last_modification_time>Wed, 21 Feb 2001 08:51:07 GMT</last_modification_time>
829         </signal>
830         <label>OK</label>
831         <relief>GTK_RELIEF_NORMAL</relief>
832         <child>
833           <padding>0</padding>
834           <expand>False</expand>
835           <fill>True</fill>
836         </child>
837       </widget>
838     </widget>
839
840     <widget>
841       <class>GtkVBox</class>
842       <name>vbox3</name>
843       <homogeneous>False</homogeneous>
844       <spacing>0</spacing>
845       <child>
846         <padding>0</padding>
847         <expand>True</expand>
848         <fill>True</fill>
849       </child>
850
851       <widget>
852         <class>GtkLabel</class>
853         <name>label14</name>
854         <label>VideoLAN Client</label>
855         <justify>GTK_JUSTIFY_CENTER</justify>
856         <wrap>False</wrap>
857         <xalign>0.5</xalign>
858         <yalign>0.5</yalign>
859         <xpad>0</xpad>
860         <ypad>10</ypad>
861         <child>
862           <padding>0</padding>
863           <expand>True</expand>
864           <fill>True</fill>
865         </child>
866       </widget>
867
868       <widget>
869         <class>GtkLabel</class>
870         <name>label18</name>
871         <label>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</label>
872         <justify>GTK_JUSTIFY_LEFT</justify>
873         <wrap>False</wrap>
874         <xalign>0.5</xalign>
875         <yalign>0.5</yalign>
876         <xpad>0</xpad>
877         <ypad>5</ypad>
878         <child>
879           <padding>0</padding>
880           <expand>False</expand>
881           <fill>False</fill>
882         </child>
883       </widget>
884
885       <widget>
886         <class>GtkFrame</class>
887         <name>frame1</name>
888         <label>Authors</label>
889         <label_xalign>0</label_xalign>
890         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
891         <child>
892           <padding>0</padding>
893           <expand>False</expand>
894           <fill>False</fill>
895         </child>
896
897         <widget>
898           <class>GtkLabel</class>
899           <name>label16</name>
900           <label>Régis Duchesne &lt;regis@via.ecp.fr&gt;
901 Michel Lespinasse &lt;walken@zoy.org&gt;
902 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
903 Pierre Baillet &lt;oct@zoy.org&gt;
904 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
905 Andres Krapf &lt;dae@via.ecp.fr&gt;
906 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
907 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
908 Benoit Steiner &lt;benny@via.ecp.fr&gt;
909 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
910 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
911 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
912 Samuel Hocevar &lt;sam@zoy.org&gt;
913 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
914 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
915 Stéphane Borel &lt;stef@via.ecp.fr&gt;
916 Renaud Dartus &lt;reno@via.ecp.fr&gt;
917 Henri Fallon &lt;henri@via.ecp.fr&gt;</label>
918           <justify>GTK_JUSTIFY_LEFT</justify>
919           <wrap>False</wrap>
920           <xalign>0.5</xalign>
921           <yalign>0</yalign>
922           <xpad>5</xpad>
923           <ypad>5</ypad>
924         </widget>
925       </widget>
926
927       <widget>
928         <class>GtkLabel</class>
929         <name>label17</name>
930         <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>
931         <justify>GTK_JUSTIFY_LEFT</justify>
932         <wrap>True</wrap>
933         <xalign>0.5</xalign>
934         <yalign>0.5</yalign>
935         <xpad>0</xpad>
936         <ypad>5</ypad>
937         <child>
938           <padding>0</padding>
939           <expand>False</expand>
940           <fill>False</fill>
941         </child>
942       </widget>
943     </widget>
944   </widget>
945 </widget>
946
947 <widget>
948   <class>GtkFileSelection</class>
949   <name>intf_fileopen</name>
950   <border_width>10</border_width>
951   <signal>
952     <name>destroy</name>
953     <handler>on_intf_fileopen_destroy</handler>
954     <last_modification_time>Wed, 21 Feb 2001 08:53:18 GMT</last_modification_time>
955   </signal>
956   <title>Select File</title>
957   <type>GTK_WINDOW_TOPLEVEL</type>
958   <position>GTK_WIN_POS_NONE</position>
959   <modal>True</modal>
960   <allow_shrink>False</allow_shrink>
961   <allow_grow>True</allow_grow>
962   <auto_shrink>False</auto_shrink>
963   <show_file_op_buttons>True</show_file_op_buttons>
964
965   <widget>
966     <class>GtkButton</class>
967     <child_name>FileSel:ok_button</child_name>
968     <name>fileopen_ok</name>
969     <can_default>True</can_default>
970     <can_focus>True</can_focus>
971     <signal>
972       <name>clicked</name>
973       <handler>on_fileopen_ok_clicked</handler>
974       <last_modification_time>Wed, 21 Feb 2001 08:55:12 GMT</last_modification_time>
975     </signal>
976     <label>OK</label>
977     <relief>GTK_RELIEF_NORMAL</relief>
978   </widget>
979
980   <widget>
981     <class>GtkButton</class>
982     <child_name>FileSel:cancel_button</child_name>
983     <name>fileopen_cancel</name>
984     <can_default>True</can_default>
985     <can_focus>True</can_focus>
986     <signal>
987       <name>clicked</name>
988       <handler>on_fileopen_cancel_clicked</handler>
989       <last_modification_time>Wed, 21 Feb 2001 08:55:06 GMT</last_modification_time>
990     </signal>
991     <label>Cancel</label>
992     <relief>GTK_RELIEF_NORMAL</relief>
993   </widget>
994 </widget>
995
996 <widget>
997   <class>GtkDialog</class>
998   <name>intf_disc</name>
999   <title>Open Disc</title>
1000   <type>GTK_WINDOW_TOPLEVEL</type>
1001   <position>GTK_WIN_POS_NONE</position>
1002   <modal>True</modal>
1003   <allow_shrink>False</allow_shrink>
1004   <allow_grow>False</allow_grow>
1005   <auto_shrink>False</auto_shrink>
1006
1007   <widget>
1008     <class>GtkVBox</class>
1009     <child_name>Dialog:vbox</child_name>
1010     <name>dialog-vbox2</name>
1011     <border_width>5</border_width>
1012     <homogeneous>False</homogeneous>
1013     <spacing>0</spacing>
1014
1015     <widget>
1016       <class>GtkHBox</class>
1017       <child_name>Dialog:action_area</child_name>
1018       <name>dialog-action_area1</name>
1019       <border_width>5</border_width>
1020       <homogeneous>True</homogeneous>
1021       <spacing>5</spacing>
1022       <child>
1023         <padding>0</padding>
1024         <expand>False</expand>
1025         <fill>True</fill>
1026         <pack>GTK_PACK_END</pack>
1027       </child>
1028
1029       <widget>
1030         <class>GtkHBox</class>
1031         <name>hbox1</name>
1032         <homogeneous>True</homogeneous>
1033         <spacing>5</spacing>
1034         <child>
1035           <padding>0</padding>
1036           <expand>False</expand>
1037           <fill>True</fill>
1038           <pack>GTK_PACK_END</pack>
1039         </child>
1040
1041         <widget>
1042           <class>GtkButton</class>
1043           <name>disc_ok</name>
1044           <can_focus>True</can_focus>
1045           <signal>
1046             <name>clicked</name>
1047             <handler>on_disc_ok_clicked</handler>
1048             <last_modification_time>Sun, 04 Mar 2001 02:45:24 GMT</last_modification_time>
1049           </signal>
1050           <label>OK</label>
1051           <relief>GTK_RELIEF_NORMAL</relief>
1052           <child>
1053             <padding>0</padding>
1054             <expand>False</expand>
1055             <fill>True</fill>
1056           </child>
1057         </widget>
1058
1059         <widget>
1060           <class>GtkButton</class>
1061           <name>disc_cancel</name>
1062           <can_focus>True</can_focus>
1063           <signal>
1064             <name>clicked</name>
1065             <handler>on_disc_cancel_clicked</handler>
1066             <last_modification_time>Sun, 04 Mar 2001 02:45:45 GMT</last_modification_time>
1067           </signal>
1068           <label>Cancel</label>
1069           <relief>GTK_RELIEF_NORMAL</relief>
1070           <child>
1071             <padding>0</padding>
1072             <expand>False</expand>
1073             <fill>True</fill>
1074           </child>
1075         </widget>
1076       </widget>
1077     </widget>
1078
1079     <widget>
1080       <class>GtkVBox</class>
1081       <name>vbox4</name>
1082       <border_width>5</border_width>
1083       <homogeneous>False</homogeneous>
1084       <spacing>5</spacing>
1085       <child>
1086         <padding>0</padding>
1087         <expand>True</expand>
1088         <fill>True</fill>
1089       </child>
1090
1091       <widget>
1092         <class>GtkHBox</class>
1093         <name>hbox3</name>
1094         <homogeneous>False</homogeneous>
1095         <spacing>5</spacing>
1096         <child>
1097           <padding>0</padding>
1098           <expand>True</expand>
1099           <fill>True</fill>
1100         </child>
1101
1102         <widget>
1103           <class>GtkFrame</class>
1104           <name>frame2</name>
1105           <label>Disc type</label>
1106           <label_xalign>0</label_xalign>
1107           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1108           <child>
1109             <padding>0</padding>
1110             <expand>True</expand>
1111             <fill>True</fill>
1112           </child>
1113
1114           <widget>
1115             <class>GtkVBox</class>
1116             <name>vbox5</name>
1117             <homogeneous>False</homogeneous>
1118             <spacing>0</spacing>
1119
1120             <widget>
1121               <class>GtkRadioButton</class>
1122               <name>disc_dvd</name>
1123               <can_focus>True</can_focus>
1124               <signal>
1125                 <name>toggled</name>
1126                 <handler>on_disc_dvd_toggled</handler>
1127                 <last_modification_time>Sun, 04 Mar 2001 02:50:56 GMT</last_modification_time>
1128               </signal>
1129               <label>DVD</label>
1130               <active>False</active>
1131               <draw_indicator>True</draw_indicator>
1132               <group>disc</group>
1133               <child>
1134                 <padding>0</padding>
1135                 <expand>False</expand>
1136                 <fill>False</fill>
1137               </child>
1138             </widget>
1139
1140             <widget>
1141               <class>GtkRadioButton</class>
1142               <name>disc_vcd</name>
1143               <sensitive>False</sensitive>
1144               <can_focus>True</can_focus>
1145               <signal>
1146                 <name>toggled</name>
1147                 <handler>on_disc_vcd_toggled</handler>
1148                 <last_modification_time>Sun, 04 Mar 2001 02:51:00 GMT</last_modification_time>
1149               </signal>
1150               <label>VCD</label>
1151               <active>False</active>
1152               <draw_indicator>True</draw_indicator>
1153               <group>disc</group>
1154               <child>
1155                 <padding>0</padding>
1156                 <expand>False</expand>
1157                 <fill>False</fill>
1158               </child>
1159             </widget>
1160           </widget>
1161         </widget>
1162
1163         <widget>
1164           <class>GtkFrame</class>
1165           <name>frame3</name>
1166           <label>Starting position</label>
1167           <label_xalign>0</label_xalign>
1168           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1169           <child>
1170             <padding>0</padding>
1171             <expand>True</expand>
1172             <fill>True</fill>
1173           </child>
1174
1175           <widget>
1176             <class>GtkTable</class>
1177             <name>table1</name>
1178             <border_width>5</border_width>
1179             <rows>2</rows>
1180             <columns>2</columns>
1181             <homogeneous>False</homogeneous>
1182             <row_spacing>5</row_spacing>
1183             <column_spacing>5</column_spacing>
1184
1185             <widget>
1186               <class>GtkSpinButton</class>
1187               <name>disc_title</name>
1188               <can_focus>True</can_focus>
1189               <climb_rate>1</climb_rate>
1190               <digits>0</digits>
1191               <numeric>False</numeric>
1192               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1193               <snap>False</snap>
1194               <wrap>False</wrap>
1195               <value>1</value>
1196               <lower>1</lower>
1197               <upper>65536</upper>
1198               <step>1</step>
1199               <page>10</page>
1200               <page_size>10</page_size>
1201               <child>
1202                 <left_attach>1</left_attach>
1203                 <right_attach>2</right_attach>
1204                 <top_attach>0</top_attach>
1205                 <bottom_attach>1</bottom_attach>
1206                 <xpad>0</xpad>
1207                 <ypad>0</ypad>
1208                 <xexpand>True</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
1217             <widget>
1218               <class>GtkSpinButton</class>
1219               <name>disc_chapter</name>
1220               <can_focus>True</can_focus>
1221               <climb_rate>1</climb_rate>
1222               <digits>0</digits>
1223               <numeric>False</numeric>
1224               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1225               <snap>False</snap>
1226               <wrap>False</wrap>
1227               <value>1</value>
1228               <lower>1</lower>
1229               <upper>65536</upper>
1230               <step>1</step>
1231               <page>10</page>
1232               <page_size>10</page_size>
1233               <child>
1234                 <left_attach>1</left_attach>
1235                 <right_attach>2</right_attach>
1236                 <top_attach>1</top_attach>
1237                 <bottom_attach>2</bottom_attach>
1238                 <xpad>0</xpad>
1239                 <ypad>0</ypad>
1240                 <xexpand>True</xexpand>
1241                 <yexpand>False</yexpand>
1242                 <xshrink>False</xshrink>
1243                 <yshrink>False</yshrink>
1244                 <xfill>True</xfill>
1245                 <yfill>False</yfill>
1246               </child>
1247             </widget>
1248
1249             <widget>
1250               <class>GtkLabel</class>
1251               <name>label20</name>
1252               <label>Chapter</label>
1253               <justify>GTK_JUSTIFY_CENTER</justify>
1254               <wrap>False</wrap>
1255               <xalign>0</xalign>
1256               <yalign>0.5</yalign>
1257               <xpad>0</xpad>
1258               <ypad>0</ypad>
1259               <child>
1260                 <left_attach>0</left_attach>
1261                 <right_attach>1</right_attach>
1262                 <top_attach>1</top_attach>
1263                 <bottom_attach>2</bottom_attach>
1264                 <xpad>0</xpad>
1265                 <ypad>0</ypad>
1266                 <xexpand>False</xexpand>
1267                 <yexpand>False</yexpand>
1268                 <xshrink>False</xshrink>
1269                 <yshrink>False</yshrink>
1270                 <xfill>True</xfill>
1271                 <yfill>False</yfill>
1272               </child>
1273             </widget>
1274
1275             <widget>
1276               <class>GtkLabel</class>
1277               <name>label21</name>
1278               <label>Title</label>
1279               <justify>GTK_JUSTIFY_CENTER</justify>
1280               <wrap>False</wrap>
1281               <xalign>0</xalign>
1282               <yalign>0.5</yalign>
1283               <xpad>0</xpad>
1284               <ypad>0</ypad>
1285               <child>
1286                 <left_attach>0</left_attach>
1287                 <right_attach>1</right_attach>
1288                 <top_attach>0</top_attach>
1289                 <bottom_attach>1</bottom_attach>
1290                 <xpad>0</xpad>
1291                 <ypad>0</ypad>
1292                 <xexpand>False</xexpand>
1293                 <yexpand>False</yexpand>
1294                 <xshrink>False</xshrink>
1295                 <yshrink>False</yshrink>
1296                 <xfill>True</xfill>
1297                 <yfill>False</yfill>
1298               </child>
1299             </widget>
1300           </widget>
1301         </widget>
1302       </widget>
1303
1304       <widget>
1305         <class>GtkHBox</class>
1306         <name>hbox2</name>
1307         <homogeneous>False</homogeneous>
1308         <spacing>5</spacing>
1309         <child>
1310           <padding>0</padding>
1311           <expand>True</expand>
1312           <fill>True</fill>
1313         </child>
1314
1315         <widget>
1316           <class>GtkLabel</class>
1317           <name>label19</name>
1318           <label>Device name</label>
1319           <justify>GTK_JUSTIFY_CENTER</justify>
1320           <wrap>False</wrap>
1321           <xalign>0.5</xalign>
1322           <yalign>0.5</yalign>
1323           <xpad>0</xpad>
1324           <ypad>0</ypad>
1325           <child>
1326             <padding>0</padding>
1327             <expand>False</expand>
1328             <fill>False</fill>
1329           </child>
1330         </widget>
1331
1332         <widget>
1333           <class>GtkEntry</class>
1334           <name>disc_name</name>
1335           <can_focus>True</can_focus>
1336           <editable>True</editable>
1337           <text_visible>True</text_visible>
1338           <text_max_length>0</text_max_length>
1339           <text>/dev/dvd</text>
1340           <child>
1341             <padding>0</padding>
1342             <expand>True</expand>
1343             <fill>True</fill>
1344           </child>
1345         </widget>
1346       </widget>
1347     </widget>
1348   </widget>
1349 </widget>
1350
1351 <widget>
1352   <class>GtkWindow</class>
1353   <name>intf_playlist</name>
1354   <signal>
1355     <name>delete_event</name>
1356     <handler>on_intf_playlist_destroy_event</handler>
1357     <last_modification_time>Thu, 08 Mar 2001 10:16:44 GMT</last_modification_time>
1358   </signal>
1359   <title>Playlist</title>
1360   <type>GTK_WINDOW_TOPLEVEL</type>
1361   <position>GTK_WIN_POS_NONE</position>
1362   <modal>False</modal>
1363   <default_width>386</default_width>
1364   <default_height>200</default_height>
1365   <allow_shrink>False</allow_shrink>
1366   <allow_grow>True</allow_grow>
1367   <auto_shrink>False</auto_shrink>
1368
1369   <widget>
1370     <class>GtkVBox</class>
1371     <name>vbox6</name>
1372     <homogeneous>False</homogeneous>
1373     <spacing>0</spacing>
1374
1375     <widget>
1376       <class>GtkMenuBar</class>
1377       <name>menubar2</name>
1378       <shadow_type>GTK_SHADOW_OUT</shadow_type>
1379       <child>
1380         <padding>0</padding>
1381         <expand>False</expand>
1382         <fill>False</fill>
1383       </child>
1384
1385       <widget>
1386         <class>GtkMenuItem</class>
1387         <name>add1</name>
1388         <label>Add</label>
1389         <right_justify>False</right_justify>
1390       </widget>
1391
1392       <widget>
1393         <class>GtkMenuItem</class>
1394         <name>delete1</name>
1395         <label>Delete</label>
1396         <right_justify>False</right_justify>
1397
1398         <widget>
1399           <class>GtkMenu</class>
1400           <name>delete1_menu</name>
1401
1402           <widget>
1403             <class>GtkMenuItem</class>
1404             <name>crop1</name>
1405             <signal>
1406               <name>activate</name>
1407               <handler>on_crop_activate</handler>
1408               <last_modification_time>Thu, 08 Mar 2001 15:12:17 GMT</last_modification_time>
1409             </signal>
1410             <label>_crop</label>
1411             <right_justify>False</right_justify>
1412           </widget>
1413
1414           <widget>
1415             <class>GtkMenuItem</class>
1416             <name>invert1</name>
1417             <signal>
1418               <name>activate</name>
1419               <handler>on_invertselection_clicked</handler>
1420               <last_modification_time>Thu, 08 Mar 2001 15:12:17 GMT</last_modification_time>
1421             </signal>
1422             <label>_invert</label>
1423             <right_justify>False</right_justify>
1424           </widget>
1425
1426           <widget>
1427             <class>GtkMenuItem</class>
1428             <name>selection</name>
1429             <signal>
1430               <name>activate</name>
1431               <handler>on_delete_clicked</handler>
1432               <last_modification_time>Thu, 08 Mar 2001 11:12:03 GMT</last_modification_time>
1433             </signal>
1434             <label>_selection</label>
1435             <right_justify>False</right_justify>
1436           </widget>
1437         </widget>
1438       </widget>
1439
1440       <widget>
1441         <class>GtkMenuItem</class>
1442         <name>selection1</name>
1443         <label>Selection</label>
1444         <right_justify>False</right_justify>
1445       </widget>
1446     </widget>
1447
1448     <widget>
1449       <class>GtkScrolledWindow</class>
1450       <name>scrolledwindow1</name>
1451       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
1452       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
1453       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1454       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1455       <child>
1456         <padding>0</padding>
1457         <expand>True</expand>
1458         <fill>True</fill>
1459       </child>
1460
1461       <widget>
1462         <class>GtkCList</class>
1463         <name>playlist_clist</name>
1464         <border_width>1</border_width>
1465         <can_focus>True</can_focus>
1466         <signal>
1467           <name>event</name>
1468           <handler>on_playlist_clist_event</handler>
1469           <last_modification_time>Thu, 08 Mar 2001 22:18:03 GMT</last_modification_time>
1470         </signal>
1471         <signal>
1472           <name>drag_data_received</name>
1473           <handler>on_intf_playlist_drag_data_received</handler>
1474           <last_modification_time>Thu, 08 Mar 2001 12:00:13 GMT</last_modification_time>
1475         </signal>
1476         <signal>
1477           <name>drag_motion</name>
1478           <handler>on_playlist_clist_drag_motion</handler>
1479           <last_modification_time>Fri, 09 Mar 2001 18:32:47 GMT</last_modification_time>
1480         </signal>
1481         <columns>2</columns>
1482         <column_widths>257,80</column_widths>
1483         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
1484         <show_titles>True</show_titles>
1485         <shadow_type>GTK_SHADOW_OUT</shadow_type>
1486
1487         <widget>
1488           <class>GtkLabel</class>
1489           <child_name>CList:title</child_name>
1490           <name>label22</name>
1491           <label>File</label>
1492           <justify>GTK_JUSTIFY_CENTER</justify>
1493           <wrap>False</wrap>
1494           <xalign>0.5</xalign>
1495           <yalign>0.5</yalign>
1496           <xpad>0</xpad>
1497           <ypad>0</ypad>
1498         </widget>
1499
1500         <widget>
1501           <class>GtkLabel</class>
1502           <child_name>CList:title</child_name>
1503           <name>label23</name>
1504           <label>Duration</label>
1505           <justify>GTK_JUSTIFY_CENTER</justify>
1506           <wrap>False</wrap>
1507           <xalign>0.5</xalign>
1508           <yalign>0.5</yalign>
1509           <xpad>0</xpad>
1510           <ypad>0</ypad>
1511         </widget>
1512       </widget>
1513     </widget>
1514   </widget>
1515 </widget>
1516
1517 <widget>
1518   <class>GtkDialog</class>
1519   <name>intf_network</name>
1520   <signal>
1521     <name>destroy</name>
1522     <handler>on_intf_network_destroy</handler>
1523     <last_modification_time>Mon, 12 Mar 2001 21:45:22 GMT</last_modification_time>
1524   </signal>
1525   <title>Open Disc</title>
1526   <type>GTK_WINDOW_TOPLEVEL</type>
1527   <position>GTK_WIN_POS_NONE</position>
1528   <modal>True</modal>
1529   <allow_shrink>False</allow_shrink>
1530   <allow_grow>False</allow_grow>
1531   <auto_shrink>False</auto_shrink>
1532
1533   <widget>
1534     <class>GtkVBox</class>
1535     <child_name>Dialog:vbox</child_name>
1536     <name>vbox7</name>
1537     <border_width>5</border_width>
1538     <homogeneous>False</homogeneous>
1539     <spacing>0</spacing>
1540
1541     <widget>
1542       <class>GtkHBox</class>
1543       <child_name>Dialog:action_area</child_name>
1544       <name>hbox4</name>
1545       <border_width>5</border_width>
1546       <homogeneous>True</homogeneous>
1547       <spacing>5</spacing>
1548       <child>
1549         <padding>0</padding>
1550         <expand>False</expand>
1551         <fill>True</fill>
1552         <pack>GTK_PACK_END</pack>
1553       </child>
1554
1555       <widget>
1556         <class>GtkHBox</class>
1557         <name>hbox5</name>
1558         <homogeneous>True</homogeneous>
1559         <spacing>5</spacing>
1560         <child>
1561           <padding>0</padding>
1562           <expand>False</expand>
1563           <fill>True</fill>
1564           <pack>GTK_PACK_END</pack>
1565         </child>
1566
1567         <widget>
1568           <class>GtkButton</class>
1569           <name>network_ok</name>
1570           <can_focus>True</can_focus>
1571           <signal>
1572             <name>clicked</name>
1573             <handler>on_network_ok_clicked</handler>
1574             <last_modification_time>Mon, 12 Mar 2001 21:45:01 GMT</last_modification_time>
1575           </signal>
1576           <label>OK</label>
1577           <relief>GTK_RELIEF_NORMAL</relief>
1578           <child>
1579             <padding>0</padding>
1580             <expand>False</expand>
1581             <fill>True</fill>
1582           </child>
1583         </widget>
1584
1585         <widget>
1586           <class>GtkButton</class>
1587           <name>network_cancel</name>
1588           <can_focus>True</can_focus>
1589           <signal>
1590             <name>clicked</name>
1591             <handler>on_network_cancel_clicked</handler>
1592             <last_modification_time>Mon, 12 Mar 2001 21:44:52 GMT</last_modification_time>
1593           </signal>
1594           <label>Cancel</label>
1595           <relief>GTK_RELIEF_NORMAL</relief>
1596           <child>
1597             <padding>0</padding>
1598             <expand>False</expand>
1599             <fill>True</fill>
1600           </child>
1601         </widget>
1602       </widget>
1603     </widget>
1604
1605     <widget>
1606       <class>GtkVBox</class>
1607       <name>vbox8</name>
1608       <border_width>5</border_width>
1609       <homogeneous>False</homogeneous>
1610       <spacing>5</spacing>
1611       <child>
1612         <padding>0</padding>
1613         <expand>True</expand>
1614         <fill>True</fill>
1615       </child>
1616
1617       <widget>
1618         <class>GtkHBox</class>
1619         <name>hbox6</name>
1620         <homogeneous>False</homogeneous>
1621         <spacing>5</spacing>
1622         <child>
1623           <padding>0</padding>
1624           <expand>True</expand>
1625           <fill>True</fill>
1626         </child>
1627
1628         <widget>
1629           <class>GtkFrame</class>
1630           <name>frame4</name>
1631           <label>Protocol</label>
1632           <label_xalign>0</label_xalign>
1633           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1634           <child>
1635             <padding>0</padding>
1636             <expand>True</expand>
1637             <fill>True</fill>
1638           </child>
1639
1640           <widget>
1641             <class>GtkVBox</class>
1642             <name>vbox9</name>
1643             <homogeneous>False</homogeneous>
1644             <spacing>0</spacing>
1645
1646             <widget>
1647               <class>GtkRadioButton</class>
1648               <name>network_ts</name>
1649               <can_focus>True</can_focus>
1650               <signal>
1651                 <name>toggled</name>
1652                 <handler>on_disc_dvd_toggled</handler>
1653                 <last_modification_time>Sun, 04 Mar 2001 02:50:56 GMT</last_modification_time>
1654               </signal>
1655               <label>TS</label>
1656               <active>False</active>
1657               <draw_indicator>True</draw_indicator>
1658               <group>network</group>
1659               <child>
1660                 <padding>0</padding>
1661                 <expand>False</expand>
1662                 <fill>False</fill>
1663               </child>
1664             </widget>
1665
1666             <widget>
1667               <class>GtkRadioButton</class>
1668               <name>network_rtp</name>
1669               <sensitive>False</sensitive>
1670               <can_focus>True</can_focus>
1671               <signal>
1672                 <name>toggled</name>
1673                 <handler>on_disc_vcd_toggled</handler>
1674                 <last_modification_time>Sun, 04 Mar 2001 02:51:00 GMT</last_modification_time>
1675               </signal>
1676               <label>RTP</label>
1677               <active>False</active>
1678               <draw_indicator>True</draw_indicator>
1679               <group>network</group>
1680               <child>
1681                 <padding>0</padding>
1682                 <expand>False</expand>
1683                 <fill>False</fill>
1684               </child>
1685             </widget>
1686
1687             <widget>
1688               <class>GtkRadioButton</class>
1689               <name>network_http</name>
1690               <sensitive>False</sensitive>
1691               <can_focus>True</can_focus>
1692               <label>HTTP</label>
1693               <active>False</active>
1694               <draw_indicator>True</draw_indicator>
1695               <group>network</group>
1696               <child>
1697                 <padding>0</padding>
1698                 <expand>False</expand>
1699                 <fill>False</fill>
1700               </child>
1701             </widget>
1702           </widget>
1703         </widget>
1704
1705         <widget>
1706           <class>GtkFrame</class>
1707           <name>frame5</name>
1708           <label>Server</label>
1709           <label_xalign>0</label_xalign>
1710           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1711           <child>
1712             <padding>0</padding>
1713             <expand>True</expand>
1714             <fill>True</fill>
1715           </child>
1716
1717           <widget>
1718             <class>GtkTable</class>
1719             <name>table2</name>
1720             <border_width>5</border_width>
1721             <rows>2</rows>
1722             <columns>2</columns>
1723             <homogeneous>False</homogeneous>
1724             <row_spacing>5</row_spacing>
1725             <column_spacing>5</column_spacing>
1726
1727             <widget>
1728               <class>GtkSpinButton</class>
1729               <name>network_port</name>
1730               <can_focus>True</can_focus>
1731               <climb_rate>1</climb_rate>
1732               <digits>0</digits>
1733               <numeric>False</numeric>
1734               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1735               <snap>False</snap>
1736               <wrap>False</wrap>
1737               <value>1234</value>
1738               <lower>0</lower>
1739               <upper>65535</upper>
1740               <step>1</step>
1741               <page>10</page>
1742               <page_size>10</page_size>
1743               <child>
1744                 <left_attach>1</left_attach>
1745                 <right_attach>2</right_attach>
1746                 <top_attach>1</top_attach>
1747                 <bottom_attach>2</bottom_attach>
1748                 <xpad>0</xpad>
1749                 <ypad>0</ypad>
1750                 <xexpand>True</xexpand>
1751                 <yexpand>False</yexpand>
1752                 <xshrink>False</xshrink>
1753                 <yshrink>False</yshrink>
1754                 <xfill>True</xfill>
1755                 <yfill>False</yfill>
1756               </child>
1757             </widget>
1758
1759             <widget>
1760               <class>GtkLabel</class>
1761               <name>label24</name>
1762               <label>Port</label>
1763               <justify>GTK_JUSTIFY_CENTER</justify>
1764               <wrap>False</wrap>
1765               <xalign>0</xalign>
1766               <yalign>0.5</yalign>
1767               <xpad>0</xpad>
1768               <ypad>0</ypad>
1769               <child>
1770                 <left_attach>0</left_attach>
1771                 <right_attach>1</right_attach>
1772                 <top_attach>1</top_attach>
1773                 <bottom_attach>2</bottom_attach>
1774                 <xpad>0</xpad>
1775                 <ypad>0</ypad>
1776                 <xexpand>False</xexpand>
1777                 <yexpand>False</yexpand>
1778                 <xshrink>False</xshrink>
1779                 <yshrink>False</yshrink>
1780                 <xfill>True</xfill>
1781                 <yfill>False</yfill>
1782               </child>
1783             </widget>
1784
1785             <widget>
1786               <class>GtkLabel</class>
1787               <name>label25</name>
1788               <label>Address</label>
1789               <justify>GTK_JUSTIFY_CENTER</justify>
1790               <wrap>False</wrap>
1791               <xalign>0</xalign>
1792               <yalign>0.5</yalign>
1793               <xpad>0</xpad>
1794               <ypad>0</ypad>
1795               <child>
1796                 <left_attach>0</left_attach>
1797                 <right_attach>1</right_attach>
1798                 <top_attach>0</top_attach>
1799                 <bottom_attach>1</bottom_attach>
1800                 <xpad>0</xpad>
1801                 <ypad>0</ypad>
1802                 <xexpand>False</xexpand>
1803                 <yexpand>False</yexpand>
1804                 <xshrink>False</xshrink>
1805                 <yshrink>False</yshrink>
1806                 <xfill>True</xfill>
1807                 <yfill>False</yfill>
1808               </child>
1809             </widget>
1810
1811             <widget>
1812               <class>GtkEntry</class>
1813               <name>network_server</name>
1814               <can_focus>True</can_focus>
1815               <editable>True</editable>
1816               <text_visible>True</text_visible>
1817               <text_max_length>0</text_max_length>
1818               <text>vls</text>
1819               <child>
1820                 <left_attach>1</left_attach>
1821                 <right_attach>2</right_attach>
1822                 <top_attach>0</top_attach>
1823                 <bottom_attach>1</bottom_attach>
1824                 <xpad>0</xpad>
1825                 <ypad>0</ypad>
1826                 <xexpand>True</xexpand>
1827                 <yexpand>False</yexpand>
1828                 <xshrink>False</xshrink>
1829                 <yshrink>False</yshrink>
1830                 <xfill>True</xfill>
1831                 <yfill>False</yfill>
1832               </child>
1833             </widget>
1834           </widget>
1835         </widget>
1836       </widget>
1837     </widget>
1838   </widget>
1839 </widget>
1840
1841 </GTK-Interface>