]> git.sesse.net Git - vlc/blob - modules/gui/gtk/gtk.glade
8621b170b3cba96cd5e6a07456f60f898d4fe7e9
[vlc] / modules / gui / gtk / 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>GtkWindowDrag</handler>
29     <last_modification_time>Tue, 09 Jul 2002 09:09:48 GMT</last_modification_time>
30   </signal>
31   <signal>
32     <name>delete_event</name>
33     <handler>GtkWindowDelete</handler>
34     <last_modification_time>Tue, 09 Jul 2002 09:09:53 GMT</last_modification_time>
35   </signal>
36   <title>VLC media player</title>
37   <type>GTK_WINDOW_TOPLEVEL</type>
38   <position>GTK_WIN_POS_NONE</position>
39   <modal>False</modal>
40   <allow_shrink>True</allow_shrink>
41   <allow_grow>True</allow_grow>
42   <auto_shrink>True</auto_shrink>
43
44   <widget>
45     <class>GtkVBox</class>
46     <child_name>GnomeDock:contents</child_name>
47     <name>window_vbox</name>
48     <homogeneous>False</homogeneous>
49     <spacing>0</spacing>
50
51     <widget>
52       <class>GtkHandleBox</class>
53       <name>menubar_handlebox</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>menubar</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>GtkFileOpenShow</handler>
90                 <last_modification_time>Mon, 14 May 2001 21:27:36 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 Disc Media</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>GtkDiscOpenShow</handler>
108                 <last_modification_time>Mon, 14 May 2001 21:27:47 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>GtkNetworkOpenShow</handler>
126                 <last_modification_time>Mon, 14 May 2001 21:28:06 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_eject</name>
141               <tooltip>Eject disc</tooltip>
142               <signal>
143                 <name>activate</name>
144                 <handler>GtkDiscEject</handler>
145                 <last_modification_time>Fri, 21 Dec 2001 12:51:34 GMT</last_modification_time>
146               </signal>
147               <label>_Eject Disc</label>
148               <right_justify>False</right_justify>
149             </widget>
150
151             <widget>
152               <class>GtkMenuItem</class>
153               <name>separator14</name>
154               <right_justify>False</right_justify>
155             </widget>
156
157             <widget>
158               <class>GtkMenuItem</class>
159               <name>menubar_close</name>
160               <tooltip>Close the window</tooltip>
161               <accelerator>
162                 <modifiers>GDK_CONTROL_MASK</modifiers>
163                 <key>GDK_W</key>
164                 <signal>activate</signal>
165               </accelerator>
166               <signal>
167                 <name>activate</name>
168                 <handler>GtkClose</handler>
169                 <last_modification_time>Mon, 15 Jul 2002 08:55:26 GMT</last_modification_time>
170               </signal>
171               <label>_Close</label>
172               <right_justify>False</right_justify>
173             </widget>
174
175             <widget>
176               <class>GtkMenuItem</class>
177               <name>menubar_exit</name>
178               <tooltip>Exit the program</tooltip>
179               <accelerator>
180                 <modifiers>GDK_CONTROL_MASK</modifiers>
181                 <key>GDK_Q</key>
182                 <signal>activate</signal>
183               </accelerator>
184               <signal>
185                 <name>activate</name>
186                 <handler>GtkExit</handler>
187                 <last_modification_time>Mon, 14 May 2001 21:28:20 GMT</last_modification_time>
188               </signal>
189               <label>E_xit</label>
190               <right_justify>False</right_justify>
191             </widget>
192           </widget>
193         </widget>
194
195         <widget>
196           <class>GtkMenuItem</class>
197           <name>menubar_view</name>
198           <label>_View</label>
199           <right_justify>False</right_justify>
200
201           <widget>
202             <class>GtkMenu</class>
203             <name>menubar_view_menu</name>
204
205             <widget>
206               <class>GtkMenuItem</class>
207               <name>menubar_interface_hide</name>
208               <tooltip>Hide the main interface window</tooltip>
209               <signal>
210                 <name>activate</name>
211                 <handler>GtkWindowToggle</handler>
212                 <last_modification_time>Mon, 14 May 2001 21:32:49 GMT</last_modification_time>
213               </signal>
214               <label>_Hide interface</label>
215               <right_justify>False</right_justify>
216             </widget>
217
218             <widget>
219               <class>GtkMenuItem</class>
220               <name>separator13</name>
221               <right_justify>False</right_justify>
222             </widget>
223
224             <widget>
225               <class>GtkMenuItem</class>
226               <name>menubar_program</name>
227               <sensitive>False</sensitive>
228               <tooltip>Choose the program</tooltip>
229               <label>Progr_am</label>
230               <right_justify>False</right_justify>
231             </widget>
232
233             <widget>
234               <class>GtkMenuItem</class>
235               <name>menubar_title</name>
236               <sensitive>False</sensitive>
237               <tooltip>Navigate through the stream</tooltip>
238               <label>_Title</label>
239               <right_justify>False</right_justify>
240             </widget>
241
242             <widget>
243               <class>GtkMenuItem</class>
244               <name>menubar_chapter</name>
245               <sensitive>False</sensitive>
246               <label>_Chapter</label>
247               <right_justify>False</right_justify>
248             </widget>
249
250             <widget>
251               <class>GtkMenuItem</class>
252               <name>separator11</name>
253               <right_justify>False</right_justify>
254             </widget>
255
256             <widget>
257               <class>GtkMenuItem</class>
258               <name>menubar_playlist</name>
259               <tooltip>Open the playlist window</tooltip>
260               <signal>
261                 <name>activate</name>
262                 <handler>GtkPlaylistShow</handler>
263                 <last_modification_time>Mon, 14 May 2001 21:29:34 GMT</last_modification_time>
264               </signal>
265               <label>_Playlist...</label>
266               <right_justify>False</right_justify>
267             </widget>
268
269             <widget>
270               <class>GtkMenuItem</class>
271               <name>menubar_modules</name>
272               <sensitive>False</sensitive>
273               <tooltip>Open the module manager</tooltip>
274               <signal>
275                 <name>activate</name>
276                 <handler>GtkModulesShow</handler>
277                 <last_modification_time>Mon, 14 May 2001 21:29:44 GMT</last_modification_time>
278               </signal>
279               <label>_Modules...</label>
280               <right_justify>False</right_justify>
281             </widget>
282
283             <widget>
284               <class>GtkMenuItem</class>
285               <name>menubar_messages</name>
286               <tooltip>Open the messages window</tooltip>
287               <signal>
288                 <name>activate</name>
289                 <handler>GtkMessagesShow</handler>
290                 <last_modification_time>Tue, 19 Feb 2002 02:03:47 GMT</last_modification_time>
291               </signal>
292               <label>Messages...</label>
293               <right_justify>False</right_justify>
294             </widget>
295           </widget>
296         </widget>
297
298         <widget>
299           <class>GtkMenuItem</class>
300           <name>menubar_settings</name>
301           <label>_Settings</label>
302           <right_justify>False</right_justify>
303
304           <widget>
305             <class>GtkMenu</class>
306             <name>menubar_settings_menu</name>
307
308             <widget>
309               <class>GtkMenuItem</class>
310               <name>menubar_preferences</name>
311               <tooltip>Configure the application</tooltip>
312               <signal>
313                 <name>activate</name>
314                 <handler>GtkPreferencesShow</handler>
315                 <last_modification_time>Mon, 14 May 2001 21:30:02 GMT</last_modification_time>
316               </signal>
317               <label>_Preferences...</label>
318               <right_justify>False</right_justify>
319             </widget>
320           </widget>
321         </widget>
322
323         <widget>
324           <class>GtkMenuItem</class>
325           <name>menubar_config_audio</name>
326           <label>_Audio</label>
327           <right_justify>False</right_justify>
328
329           <widget>
330             <class>GtkMenu</class>
331             <name>menubar_config_audio_menu</name>
332
333             <widget>
334               <class>GtkMenuItem</class>
335               <name>menubar_audio</name>
336               <sensitive>False</sensitive>
337               <tooltip>Select audio channel</tooltip>
338               <label>_Language</label>
339               <right_justify>False</right_justify>
340             </widget>
341
342             <widget>
343               <class>GtkMenuItem</class>
344               <name>separator18</name>
345               <right_justify>False</right_justify>
346             </widget>
347
348             <widget>
349               <class>GtkMenuItem</class>
350               <name>menubar_volume_up</name>
351               <signal>
352                 <name>activate</name>
353                 <handler>GtkVolumeUp</handler>
354                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
355               </signal>
356               <label>Volume Up</label>
357               <right_justify>False</right_justify>
358             </widget>
359
360             <widget>
361               <class>GtkMenuItem</class>
362               <name>menubar_volume_down</name>
363               <signal>
364                 <name>activate</name>
365                 <handler>GtkVolumeDown</handler>
366                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
367               </signal>
368               <label>Volume Down</label>
369               <right_justify>False</right_justify>
370             </widget>
371
372             <widget>
373               <class>GtkMenuItem</class>
374               <name>menubar_volume_mute</name>
375               <signal>
376                 <name>activate</name>
377                 <handler>GtkVolumeMute</handler>
378                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
379               </signal>
380               <label>Mute</label>
381               <right_justify>False</right_justify>
382             </widget>
383
384             <widget>
385               <class>GtkMenuItem</class>
386               <name>separator15</name>
387               <right_justify>False</right_justify>
388             </widget>
389
390             <widget>
391               <class>GtkMenuItem</class>
392               <name>menubar_audio_channels</name>
393               <label>Channels</label>
394               <right_justify>False</right_justify>
395             </widget>
396
397             <widget>
398               <class>GtkMenuItem</class>
399               <name>menubar_audio_device</name>
400               <label>Device</label>
401               <right_justify>False</right_justify>
402             </widget>
403           </widget>
404         </widget>
405
406         <widget>
407           <class>GtkMenuItem</class>
408           <name>menubar_config_video</name>
409           <label>_Video</label>
410           <right_justify>False</right_justify>
411
412           <widget>
413             <class>GtkMenu</class>
414             <name>menubar_config_video_menu</name>
415
416             <widget>
417               <class>GtkMenuItem</class>
418               <name>menubar_subpictures</name>
419               <sensitive>False</sensitive>
420               <tooltip>Select subtitles channel</tooltip>
421               <label>_Subtitles</label>
422               <right_justify>False</right_justify>
423             </widget>
424
425             <widget>
426               <class>GtkMenuItem</class>
427               <name>separator25</name>
428               <right_justify>False</right_justify>
429             </widget>
430
431             <widget>
432               <class>GtkMenuItem</class>
433               <name>menubar_fullscreen</name>
434               <signal>
435                 <name>activate</name>
436                 <handler>GtkFullscreen</handler>
437                 <last_modification_time>Mon, 14 May 2001 21:29:21 GMT</last_modification_time>
438               </signal>
439               <label>_Fullscreen</label>
440               <right_justify>False</right_justify>
441             </widget>
442
443             <widget>
444               <class>GtkMenuItem</class>
445               <name>separator24</name>
446               <right_justify>False</right_justify>
447             </widget>
448
449             <widget>
450               <class>GtkMenuItem</class>
451               <name>menubar_deinterlace</name>
452               <label>Deinterlace</label>
453               <right_justify>False</right_justify>
454             </widget>
455
456             <widget>
457               <class>GtkMenuItem</class>
458               <name>menubar_video_device</name>
459               <label>Screen</label>
460               <right_justify>False</right_justify>
461             </widget>
462           </widget>
463         </widget>
464
465         <widget>
466           <class>GtkMenuItem</class>
467           <name>menubar_help</name>
468           <label>_Help</label>
469           <right_justify>False</right_justify>
470
471           <widget>
472             <class>GtkMenu</class>
473             <name>menubar_help_menu</name>
474
475             <widget>
476               <class>GtkMenuItem</class>
477               <name>menubar_about</name>
478               <tooltip>About this application</tooltip>
479               <signal>
480                 <name>activate</name>
481                 <handler>GtkAboutShow</handler>
482                 <last_modification_time>Mon, 14 May 2001 21:30:15 GMT</last_modification_time>
483               </signal>
484               <label>_About...</label>
485               <right_justify>False</right_justify>
486             </widget>
487           </widget>
488         </widget>
489       </widget>
490     </widget>
491
492     <widget>
493       <class>GtkHandleBox</class>
494       <name>toolbar_handlebox</name>
495       <shadow_type>GTK_SHADOW_OUT</shadow_type>
496       <handle_position>GTK_POS_LEFT</handle_position>
497       <snap_edge>GTK_POS_TOP</snap_edge>
498       <child>
499         <padding>0</padding>
500         <expand>False</expand>
501         <fill>True</fill>
502       </child>
503
504       <widget>
505         <class>GtkToolbar</class>
506         <name>toolbar</name>
507         <border_width>1</border_width>
508         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
509         <type>GTK_TOOLBAR_BOTH</type>
510         <space_size>16</space_size>
511         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
512         <relief>GTK_RELIEF_NONE</relief>
513         <tooltips>True</tooltips>
514
515         <widget>
516           <class>GtkButton</class>
517           <child_name>Toolbar:button</child_name>
518           <name>toolbar_open</name>
519           <tooltip>Open a file</tooltip>
520           <signal>
521             <name>clicked</name>
522             <handler>GtkFileOpenShow</handler>
523             <last_modification_time>Mon, 08 Jul 2002 16:14:58 GMT</last_modification_time>
524           </signal>
525           <label>File</label>
526         </widget>
527
528         <widget>
529           <class>GtkButton</class>
530           <child_name>Toolbar:button</child_name>
531           <name>toolbar_disc</name>
532           <tooltip>Open Disc Media</tooltip>
533           <signal>
534             <name>clicked</name>
535             <handler>GtkDiscOpenShow</handler>
536             <last_modification_time>Sun, 13 May 2001 15:10:30 GMT</last_modification_time>
537           </signal>
538           <label>Disc</label>
539         </widget>
540
541         <widget>
542           <class>GtkButton</class>
543           <child_name>Toolbar:button</child_name>
544           <name>toolbar_network</name>
545           <tooltip>Select a network stream</tooltip>
546           <signal>
547             <name>clicked</name>
548             <handler>GtkNetworkOpenShow</handler>
549             <last_modification_time>Sun, 13 May 2001 15:10:37 GMT</last_modification_time>
550           </signal>
551           <label>Net</label>
552         </widget>
553
554         <widget>
555           <class>GtkButton</class>
556           <child_name>Toolbar:button</child_name>
557           <name>toolbar_sat</name>
558           <tooltip>Open a Satellite Card</tooltip>
559           <signal>
560             <name>clicked</name>
561             <handler>GtkSatOpenShow</handler>
562             <last_modification_time>Sun, 24 Mar 2002 15:08:57 GMT</last_modification_time>
563           </signal>
564           <label>Sat</label>
565         </widget>
566
567         <widget>
568           <class>GtkButton</class>
569           <child_name>Toolbar:button</child_name>
570           <name>toolbar_back</name>
571           <sensitive>False</sensitive>
572           <tooltip>Go Backward</tooltip>
573           <signal>
574             <name>clicked</name>
575             <handler>GtkControlBack</handler>
576             <last_modification_time>Sun, 13 May 2001 15:10:47 GMT</last_modification_time>
577           </signal>
578           <label>Back</label>
579           <child>
580             <new_group>True</new_group>
581           </child>
582         </widget>
583
584         <widget>
585           <class>GtkButton</class>
586           <child_name>Toolbar:button</child_name>
587           <name>toolbar_stop</name>
588           <tooltip>Stop Stream</tooltip>
589           <signal>
590             <name>clicked</name>
591             <handler>GtkControlStop</handler>
592             <last_modification_time>Sun, 13 May 2001 15:10:57 GMT</last_modification_time>
593           </signal>
594           <label>Stop</label>
595         </widget>
596
597         <widget>
598           <class>GtkButton</class>
599           <child_name>Toolbar:button</child_name>
600           <name>toolbar_eject</name>
601           <signal>
602             <name>clicked</name>
603             <handler>GtkDiscEject</handler>
604             <last_modification_time>Fri, 21 Dec 2001 15:33:26 GMT</last_modification_time>
605           </signal>
606           <label>Eject</label>
607         </widget>
608
609         <widget>
610           <class>GtkButton</class>
611           <child_name>Toolbar:button</child_name>
612           <name>toolbar_play</name>
613           <tooltip>Play Stream</tooltip>
614           <signal>
615             <name>clicked</name>
616             <handler>GtkControlPlay</handler>
617             <last_modification_time>Sun, 13 May 2001 15:11:06 GMT</last_modification_time>
618           </signal>
619           <label>Play</label>
620         </widget>
621
622         <widget>
623           <class>GtkButton</class>
624           <child_name>Toolbar:button</child_name>
625           <name>toolbar_pause</name>
626           <sensitive>False</sensitive>
627           <tooltip>Pause Stream</tooltip>
628           <signal>
629             <name>clicked</name>
630             <handler>GtkControlPause</handler>
631             <last_modification_time>Sun, 13 May 2001 15:11:13 GMT</last_modification_time>
632           </signal>
633           <label>Pause</label>
634         </widget>
635
636         <widget>
637           <class>GtkButton</class>
638           <child_name>Toolbar:button</child_name>
639           <name>toolbar_slow</name>
640           <sensitive>False</sensitive>
641           <tooltip>Play Slower</tooltip>
642           <signal>
643             <name>clicked</name>
644             <handler>GtkControlSlow</handler>
645             <last_modification_time>Sun, 13 May 2001 15:11:20 GMT</last_modification_time>
646           </signal>
647           <label>Slow</label>
648           <child>
649             <new_group>True</new_group>
650           </child>
651         </widget>
652
653         <widget>
654           <class>GtkButton</class>
655           <child_name>Toolbar:button</child_name>
656           <name>toolbar_fast</name>
657           <sensitive>False</sensitive>
658           <tooltip>Play Faster</tooltip>
659           <signal>
660             <name>clicked</name>
661             <handler>GtkControlFast</handler>
662             <last_modification_time>Sun, 13 May 2001 15:11:31 GMT</last_modification_time>
663           </signal>
664           <label>Fast</label>
665         </widget>
666
667         <widget>
668           <class>GtkButton</class>
669           <child_name>Toolbar:button</child_name>
670           <name>toolbar_playlist</name>
671           <tooltip>Open Playlist</tooltip>
672           <signal>
673             <name>clicked</name>
674             <handler>GtkPlaylistShow</handler>
675             <last_modification_time>Sun, 13 May 2001 15:11:38 GMT</last_modification_time>
676           </signal>
677           <label>Playlist</label>
678         </widget>
679
680         <widget>
681           <class>GtkButton</class>
682           <child_name>Toolbar:button</child_name>
683           <name>toolbar_prev</name>
684           <tooltip>Previous file</tooltip>
685           <signal>
686             <name>clicked</name>
687             <handler>GtkPlaylistPrev</handler>
688             <last_modification_time>Sun, 13 May 2001 15:11:45 GMT</last_modification_time>
689           </signal>
690           <label>Prev</label>
691         </widget>
692
693         <widget>
694           <class>GtkButton</class>
695           <child_name>Toolbar:button</child_name>
696           <name>toolbar_next</name>
697           <tooltip>Next File</tooltip>
698           <signal>
699             <name>clicked</name>
700             <handler>GtkPlaylistNext</handler>
701             <last_modification_time>Sun, 13 May 2001 15:11:58 GMT</last_modification_time>
702           </signal>
703           <label>Next</label>
704         </widget>
705       </widget>
706     </widget>
707
708     <widget>
709       <class>GtkFrame</class>
710       <name>slider_frame</name>
711       <visible>False</visible>
712       <label>-:--:--</label>
713       <label_xalign>0.05</label_xalign>
714       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
715       <child>
716         <padding>0</padding>
717         <expand>True</expand>
718         <fill>True</fill>
719       </child>
720
721       <widget>
722         <class>GtkHScale</class>
723         <name>slider</name>
724         <width>500</width>
725         <height>15</height>
726         <can_focus>True</can_focus>
727         <signal>
728           <name>button_release_event</name>
729           <handler>GtkSliderRelease</handler>
730           <last_modification_time>Sun, 13 May 2001 14:40:22 GMT</last_modification_time>
731         </signal>
732         <signal>
733           <name>button_press_event</name>
734           <handler>GtkSliderPress</handler>
735           <last_modification_time>Sun, 13 May 2001 14:40:38 GMT</last_modification_time>
736         </signal>
737         <draw_value>False</draw_value>
738         <value_pos>GTK_POS_TOP</value_pos>
739         <digits>3</digits>
740         <policy>GTK_UPDATE_CONTINUOUS</policy>
741         <value>0</value>
742         <lower>0</lower>
743         <upper>100</upper>
744         <step>1</step>
745         <page>6.25</page>
746         <page_size>0</page_size>
747       </widget>
748     </widget>
749
750     <widget>
751       <class>GtkHBox</class>
752       <name>file_box</name>
753       <width>500</width>
754       <height>24</height>
755       <homogeneous>False</homogeneous>
756       <spacing>0</spacing>
757       <child>
758         <padding>0</padding>
759         <expand>True</expand>
760         <fill>True</fill>
761       </child>
762
763       <widget>
764         <class>GtkLabel</class>
765         <name>label_status</name>
766         <label></label>
767         <justify>GTK_JUSTIFY_CENTER</justify>
768         <wrap>False</wrap>
769         <xalign>0.5</xalign>
770         <yalign>0.5</yalign>
771         <xpad>0</xpad>
772         <ypad>0</ypad>
773         <child>
774           <padding>0</padding>
775           <expand>True</expand>
776           <fill>True</fill>
777         </child>
778       </widget>
779     </widget>
780
781     <widget>
782       <class>GtkHBox</class>
783       <name>dvd_box</name>
784       <width>500</width>
785       <height>24</height>
786       <visible>False</visible>
787       <homogeneous>False</homogeneous>
788       <spacing>0</spacing>
789       <child>
790         <padding>0</padding>
791         <expand>True</expand>
792         <fill>True</fill>
793       </child>
794
795       <widget>
796         <class>GtkLabel</class>
797         <name>dvd_label</name>
798         <label>Disc</label>
799         <justify>GTK_JUSTIFY_CENTER</justify>
800         <wrap>False</wrap>
801         <xalign>0.5</xalign>
802         <yalign>0.5</yalign>
803         <xpad>0</xpad>
804         <ypad>0</ypad>
805         <child>
806           <padding>0</padding>
807           <expand>True</expand>
808           <fill>False</fill>
809         </child>
810       </widget>
811
812       <widget>
813         <class>GtkHBox</class>
814         <name>title_box</name>
815         <homogeneous>False</homogeneous>
816         <spacing>0</spacing>
817         <child>
818           <padding>0</padding>
819           <expand>True</expand>
820           <fill>True</fill>
821         </child>
822
823         <widget>
824           <class>GtkLabel</class>
825           <name>title</name>
826           <label>Title:</label>
827           <justify>GTK_JUSTIFY_CENTER</justify>
828           <wrap>False</wrap>
829           <xalign>0.5</xalign>
830           <yalign>0.5</yalign>
831           <xpad>0</xpad>
832           <ypad>0</ypad>
833           <child>
834             <padding>5</padding>
835             <expand>False</expand>
836             <fill>False</fill>
837           </child>
838         </widget>
839
840         <widget>
841           <class>GtkLabel</class>
842           <name>title_label</name>
843           <label>--</label>
844           <justify>GTK_JUSTIFY_CENTER</justify>
845           <wrap>False</wrap>
846           <xalign>0.5</xalign>
847           <yalign>0.5</yalign>
848           <xpad>0</xpad>
849           <ypad>0</ypad>
850           <child>
851             <padding>5</padding>
852             <expand>False</expand>
853             <fill>False</fill>
854           </child>
855         </widget>
856
857         <widget>
858           <class>GtkButton</class>
859           <name>title_prev_button</name>
860           <can_focus>True</can_focus>
861           <signal>
862             <name>clicked</name>
863             <handler>GtkTitlePrev</handler>
864             <last_modification_time>Sun, 13 May 2001 14:41:41 GMT</last_modification_time>
865           </signal>
866           <label>Prev</label>
867           <relief>GTK_RELIEF_NONE</relief>
868           <child>
869             <padding>5</padding>
870             <expand>False</expand>
871             <fill>False</fill>
872           </child>
873         </widget>
874
875         <widget>
876           <class>GtkButton</class>
877           <name>title_next_button</name>
878           <can_focus>True</can_focus>
879           <signal>
880             <name>clicked</name>
881             <handler>GtkTitleNext</handler>
882             <last_modification_time>Sun, 13 May 2001 14:42:00 GMT</last_modification_time>
883           </signal>
884           <label>Next</label>
885           <relief>GTK_RELIEF_NONE</relief>
886           <child>
887             <padding>5</padding>
888             <expand>False</expand>
889             <fill>False</fill>
890           </child>
891         </widget>
892       </widget>
893
894       <widget>
895         <class>GtkVSeparator</class>
896         <name>dvd_separator</name>
897         <child>
898           <padding>0</padding>
899           <expand>True</expand>
900           <fill>True</fill>
901         </child>
902       </widget>
903
904       <widget>
905         <class>GtkHBox</class>
906         <name>chapter_box</name>
907         <homogeneous>False</homogeneous>
908         <spacing>0</spacing>
909         <child>
910           <padding>0</padding>
911           <expand>True</expand>
912           <fill>True</fill>
913         </child>
914
915         <widget>
916           <class>GtkLabel</class>
917           <name>chapter</name>
918           <label>Chapter:</label>
919           <justify>GTK_JUSTIFY_CENTER</justify>
920           <wrap>False</wrap>
921           <xalign>0.5</xalign>
922           <yalign>0.5</yalign>
923           <xpad>0</xpad>
924           <ypad>0</ypad>
925           <child>
926             <padding>5</padding>
927             <expand>False</expand>
928             <fill>False</fill>
929           </child>
930         </widget>
931
932         <widget>
933           <class>GtkLabel</class>
934           <name>chapter_label</name>
935           <label>---</label>
936           <justify>GTK_JUSTIFY_CENTER</justify>
937           <wrap>False</wrap>
938           <xalign>0.5</xalign>
939           <yalign>0.5</yalign>
940           <xpad>0</xpad>
941           <ypad>0</ypad>
942           <child>
943             <padding>5</padding>
944             <expand>False</expand>
945             <fill>False</fill>
946           </child>
947         </widget>
948
949         <widget>
950           <class>GtkButton</class>
951           <name>chapter_prev_button</name>
952           <can_focus>True</can_focus>
953           <signal>
954             <name>clicked</name>
955             <handler>GtkChapterPrev</handler>
956             <last_modification_time>Sun, 13 May 2001 14:42:25 GMT</last_modification_time>
957           </signal>
958           <label>Prev</label>
959           <relief>GTK_RELIEF_NONE</relief>
960           <child>
961             <padding>5</padding>
962             <expand>False</expand>
963             <fill>False</fill>
964           </child>
965         </widget>
966
967         <widget>
968           <class>GtkButton</class>
969           <name>chapter_next_button</name>
970           <can_focus>True</can_focus>
971           <signal>
972             <name>clicked</name>
973             <handler>GtkChapterNext</handler>
974             <last_modification_time>Sun, 13 May 2001 14:42:42 GMT</last_modification_time>
975           </signal>
976           <label>Next</label>
977           <relief>GTK_RELIEF_NONE</relief>
978           <child>
979             <padding>5</padding>
980             <expand>False</expand>
981             <fill>False</fill>
982           </child>
983         </widget>
984       </widget>
985     </widget>
986
987     <widget>
988       <class>GtkHBox</class>
989       <name>network_box</name>
990       <width>500</width>
991       <height>24</height>
992       <visible>False</visible>
993       <homogeneous>False</homogeneous>
994       <spacing>0</spacing>
995       <child>
996         <padding>0</padding>
997         <expand>True</expand>
998         <fill>True</fill>
999       </child>
1000
1001       <widget>
1002         <class>GtkLabel</class>
1003         <name>network_address_label</name>
1004         <label>No server</label>
1005         <justify>GTK_JUSTIFY_CENTER</justify>
1006         <wrap>False</wrap>
1007         <xalign>0.5</xalign>
1008         <yalign>0.5</yalign>
1009         <xpad>0</xpad>
1010         <ypad>0</ypad>
1011         <child>
1012           <padding>0</padding>
1013           <expand>True</expand>
1014           <fill>True</fill>
1015         </child>
1016       </widget>
1017     </widget>
1018
1019     <widget>
1020       <class>GtkStatusbar</class>
1021       <name>intf_statusbar</name>
1022       <child>
1023         <padding>0</padding>
1024         <expand>False</expand>
1025         <fill>False</fill>
1026       </child>
1027     </widget>
1028   </widget>
1029 </widget>
1030
1031 <widget>
1032   <class>GtkMenu</class>
1033   <name>intf_popup</name>
1034
1035   <widget>
1036     <class>GtkMenuItem</class>
1037     <name>popup_play</name>
1038     <signal>
1039       <name>activate</name>
1040       <handler>GtkControlPlay</handler>
1041       <last_modification_time>Tue, 15 May 2001 13:53:43 GMT</last_modification_time>
1042     </signal>
1043     <label>_Play</label>
1044     <right_justify>False</right_justify>
1045   </widget>
1046
1047   <widget>
1048     <class>GtkMenuItem</class>
1049     <name>popup_pause</name>
1050     <sensitive>False</sensitive>
1051     <signal>
1052       <name>activate</name>
1053       <handler>GtkControlPause</handler>
1054       <last_modification_time>Tue, 15 May 2001 13:53:37 GMT</last_modification_time>
1055     </signal>
1056     <label>Pause</label>
1057     <right_justify>False</right_justify>
1058   </widget>
1059
1060   <widget>
1061     <class>GtkMenuItem</class>
1062     <name>popup_stop</name>
1063     <signal>
1064       <name>activate</name>
1065       <handler>GtkControlStop</handler>
1066       <last_modification_time>Tue, 15 May 2001 13:53:29 GMT</last_modification_time>
1067     </signal>
1068     <label>Stop</label>
1069     <right_justify>False</right_justify>
1070   </widget>
1071
1072   <widget>
1073     <class>GtkMenuItem</class>
1074     <name>popup_back</name>
1075     <sensitive>False</sensitive>
1076     <signal>
1077       <name>activate</name>
1078       <handler>GtkControlBack</handler>
1079       <last_modification_time>Tue, 15 May 2001 13:53:21 GMT</last_modification_time>
1080     </signal>
1081     <label>Back</label>
1082     <right_justify>False</right_justify>
1083   </widget>
1084
1085   <widget>
1086     <class>GtkMenuItem</class>
1087     <name>popup_slow</name>
1088     <sensitive>False</sensitive>
1089     <signal>
1090       <name>activate</name>
1091       <handler>GtkControlSlow</handler>
1092       <last_modification_time>Tue, 15 May 2001 13:53:15 GMT</last_modification_time>
1093     </signal>
1094     <label>Slow</label>
1095     <right_justify>False</right_justify>
1096   </widget>
1097
1098   <widget>
1099     <class>GtkMenuItem</class>
1100     <name>popup_fast</name>
1101     <sensitive>False</sensitive>
1102     <signal>
1103       <name>activate</name>
1104       <handler>GtkControlFast</handler>
1105       <last_modification_time>Tue, 15 May 2001 13:53:07 GMT</last_modification_time>
1106     </signal>
1107     <label>Fast</label>
1108     <right_justify>False</right_justify>
1109   </widget>
1110
1111   <widget>
1112     <class>GtkMenuItem</class>
1113     <name>separator16</name>
1114     <right_justify>False</right_justify>
1115   </widget>
1116
1117   <widget>
1118     <class>GtkMenuItem</class>
1119     <name>popup_next</name>
1120     <signal>
1121       <name>activate</name>
1122       <handler>GtkPlaylistNext</handler>
1123       <last_modification_time>Tue, 15 May 2001 13:52:31 GMT</last_modification_time>
1124     </signal>
1125     <label>Next</label>
1126     <right_justify>False</right_justify>
1127   </widget>
1128
1129   <widget>
1130     <class>GtkMenuItem</class>
1131     <name>popup_prev</name>
1132     <signal>
1133       <name>activate</name>
1134       <handler>GtkPlaylistPrev</handler>
1135       <last_modification_time>Tue, 15 May 2001 13:52:23 GMT</last_modification_time>
1136     </signal>
1137     <label>Prev</label>
1138     <right_justify>False</right_justify>
1139   </widget>
1140
1141   <widget>
1142     <class>GtkMenuItem</class>
1143     <name>popup_jump</name>
1144     <signal>
1145       <name>activate</name>
1146       <handler>GtkJumpShow</handler>
1147       <last_modification_time>Tue, 15 May 2001 13:52:13 GMT</last_modification_time>
1148     </signal>
1149     <label>_Jump...</label>
1150     <right_justify>False</right_justify>
1151   </widget>
1152
1153   <widget>
1154     <class>GtkMenuItem</class>
1155     <name>separator27</name>
1156     <right_justify>False</right_justify>
1157   </widget>
1158
1159   <widget>
1160     <class>GtkMenuItem</class>
1161     <name>popup_program</name>
1162     <sensitive>False</sensitive>
1163     <label>Program</label>
1164     <right_justify>False</right_justify>
1165   </widget>
1166
1167   <widget>
1168     <class>GtkMenuItem</class>
1169     <name>popup_navigation</name>
1170     <sensitive>False</sensitive>
1171     <label>_Navigation</label>
1172     <right_justify>False</right_justify>
1173   </widget>
1174
1175   <widget>
1176     <class>GtkMenuItem</class>
1177     <name>popup_audio</name>
1178     <label>Audio</label>
1179     <right_justify>False</right_justify>
1180
1181     <widget>
1182       <class>GtkMenu</class>
1183       <name>popup_audio_menu</name>
1184
1185       <widget>
1186         <class>GtkMenuItem</class>
1187         <name>popup_language</name>
1188         <sensitive>False</sensitive>
1189         <label>_Language</label>
1190         <right_justify>False</right_justify>
1191       </widget>
1192
1193       <widget>
1194         <class>GtkMenuItem</class>
1195         <name>separator19</name>
1196         <right_justify>False</right_justify>
1197       </widget>
1198
1199       <widget>
1200         <class>GtkMenuItem</class>
1201         <name>popup_volume_up</name>
1202         <signal>
1203           <name>activate</name>
1204           <handler>GtkVolumeUp</handler>
1205           <last_modification_time>Mon, 20 Jan 2003 10:16:02 GMT</last_modification_time>
1206         </signal>
1207         <label>Volume Up</label>
1208         <right_justify>False</right_justify>
1209       </widget>
1210
1211       <widget>
1212         <class>GtkMenuItem</class>
1213         <name>popup_volume_down</name>
1214         <signal>
1215           <name>activate</name>
1216           <handler>GtkVolumeDown</handler>
1217           <last_modification_time>Mon, 20 Jan 2003 10:18:25 GMT</last_modification_time>
1218         </signal>
1219         <label>Volume Down</label>
1220         <right_justify>False</right_justify>
1221       </widget>
1222
1223       <widget>
1224         <class>GtkMenuItem</class>
1225         <name>popup_volume_mute</name>
1226         <signal>
1227           <name>activate</name>
1228           <handler>GtkVolumeMute</handler>
1229           <last_modification_time>Mon, 20 Jan 2003 10:18:25 GMT</last_modification_time>
1230         </signal>
1231         <label>Mute</label>
1232         <right_justify>False</right_justify>
1233       </widget>
1234
1235       <widget>
1236         <class>GtkMenuItem</class>
1237         <name>separator20</name>
1238         <right_justify>False</right_justify>
1239       </widget>
1240
1241       <widget>
1242         <class>GtkMenuItem</class>
1243         <name>popup_audio_channels</name>
1244         <label>Channels</label>
1245         <right_justify>False</right_justify>
1246       </widget>
1247
1248       <widget>
1249         <class>GtkMenuItem</class>
1250         <name>popup_audio_device</name>
1251         <label>Device</label>
1252         <right_justify>False</right_justify>
1253       </widget>
1254     </widget>
1255   </widget>
1256
1257   <widget>
1258     <class>GtkMenuItem</class>
1259     <name>popup_video</name>
1260     <label>Video</label>
1261     <right_justify>False</right_justify>
1262
1263     <widget>
1264       <class>GtkMenu</class>
1265       <name>popup_video_menu</name>
1266
1267       <widget>
1268         <class>GtkMenuItem</class>
1269         <name>popup_subpictures</name>
1270         <sensitive>False</sensitive>
1271         <label>_Subtitles</label>
1272         <right_justify>False</right_justify>
1273       </widget>
1274
1275       <widget>
1276         <class>GtkMenuItem</class>
1277         <name>separator21</name>
1278         <right_justify>False</right_justify>
1279       </widget>
1280
1281       <widget>
1282         <class>GtkMenuItem</class>
1283         <name>popup_fullscreen</name>
1284         <signal>
1285           <name>activate</name>
1286           <handler>GtkFullscreen</handler>
1287           <last_modification_time>Tue, 15 May 2001 13:52:38 GMT</last_modification_time>
1288         </signal>
1289         <label>_Fullscreen</label>
1290         <right_justify>False</right_justify>
1291       </widget>
1292
1293       <widget>
1294         <class>GtkMenuItem</class>
1295         <name>separator23</name>
1296         <right_justify>False</right_justify>
1297       </widget>
1298
1299       <widget>
1300         <class>GtkMenuItem</class>
1301         <name>popup_deinterlace</name>
1302         <label>Deinterlace</label>
1303         <right_justify>False</right_justify>
1304       </widget>
1305
1306       <widget>
1307         <class>GtkMenuItem</class>
1308         <name>popup_video_device</name>
1309         <label>Screen</label>
1310         <right_justify>False</right_justify>
1311       </widget>
1312     </widget>
1313   </widget>
1314
1315   <widget>
1316     <class>GtkMenuItem</class>
1317     <name>separator26</name>
1318     <right_justify>False</right_justify>
1319   </widget>
1320
1321   <widget>
1322     <class>GtkMenuItem</class>
1323     <name>popup_open</name>
1324     <label>_File</label>
1325     <right_justify>False</right_justify>
1326
1327     <widget>
1328       <class>GtkMenu</class>
1329       <name>popup_open_menu</name>
1330
1331       <widget>
1332         <class>GtkMenuItem</class>
1333         <name>popup_file</name>
1334         <tooltip>Open a file</tooltip>
1335         <signal>
1336           <name>activate</name>
1337           <handler>GtkFileOpenShow</handler>
1338           <last_modification_time>Mon, 14 May 2001 21:33:55 GMT</last_modification_time>
1339         </signal>
1340         <label>_Open File...</label>
1341         <right_justify>False</right_justify>
1342       </widget>
1343
1344       <widget>
1345         <class>GtkMenuItem</class>
1346         <name>popup_disc</name>
1347         <tooltip>Open Disc Media</tooltip>
1348         <signal>
1349           <name>activate</name>
1350           <handler>GtkDiscOpenShow</handler>
1351           <last_modification_time>Mon, 14 May 2001 21:34:09 GMT</last_modification_time>
1352         </signal>
1353         <label>Open _Disc...</label>
1354         <right_justify>False</right_justify>
1355       </widget>
1356
1357       <widget>
1358         <class>GtkMenuItem</class>
1359         <name>popup_network</name>
1360         <tooltip>Select a network stream</tooltip>
1361         <signal>
1362           <name>activate</name>
1363           <handler>GtkNetworkOpenShow</handler>
1364           <last_modification_time>Mon, 14 May 2001 21:34:23 GMT</last_modification_time>
1365         </signal>
1366         <label>_Network Stream...</label>
1367         <right_justify>False</right_justify>
1368       </widget>
1369
1370       <widget>
1371         <class>GtkMenuItem</class>
1372         <name>separator12</name>
1373         <right_justify>False</right_justify>
1374       </widget>
1375
1376       <widget>
1377         <class>GtkMenuItem</class>
1378         <name>popup_about</name>
1379         <signal>
1380           <name>activate</name>
1381           <handler>GtkAboutShow</handler>
1382           <last_modification_time>Mon, 14 May 2001 21:34:54 GMT</last_modification_time>
1383         </signal>
1384         <label>_About...</label>
1385         <right_justify>False</right_justify>
1386       </widget>
1387     </widget>
1388   </widget>
1389
1390   <widget>
1391     <class>GtkMenuItem</class>
1392     <name>popup_interface_toggle</name>
1393     <signal>
1394       <name>activate</name>
1395       <handler>GtkWindowToggle</handler>
1396       <last_modification_time>Tue, 15 May 2001 13:53:00 GMT</last_modification_time>
1397     </signal>
1398     <label>Toggle _Interface</label>
1399     <right_justify>False</right_justify>
1400   </widget>
1401
1402   <widget>
1403     <class>GtkMenuItem</class>
1404     <name>popup_playlist</name>
1405     <signal>
1406       <name>activate</name>
1407       <handler>GtkPlaylistShow</handler>
1408       <last_modification_time>Tue, 15 May 2001 13:51:55 GMT</last_modification_time>
1409     </signal>
1410     <label>Playlist...</label>
1411     <right_justify>False</right_justify>
1412   </widget>
1413
1414   <widget>
1415     <class>GtkMenuItem</class>
1416     <name>popup_preferences</name>
1417     <signal>
1418       <name>activate</name>
1419       <handler>GtkPreferencesShow</handler>
1420       <last_modification_time>Tue, 15 May 2001 13:51:46 GMT</last_modification_time>
1421     </signal>
1422     <label>_Preferences...</label>
1423     <right_justify>False</right_justify>
1424   </widget>
1425
1426   <widget>
1427     <class>GtkMenuItem</class>
1428     <name>separator9</name>
1429     <right_justify>False</right_justify>
1430   </widget>
1431
1432   <widget>
1433     <class>GtkMenuItem</class>
1434     <name>popup_exit</name>
1435     <signal>
1436       <name>activate</name>
1437       <handler>GtkExit</handler>
1438       <last_modification_time>Tue, 15 May 2001 13:52:03 GMT</last_modification_time>
1439     </signal>
1440     <label>E_xit</label>
1441     <right_justify>False</right_justify>
1442   </widget>
1443 </widget>
1444
1445 <widget>
1446   <class>GtkDialog</class>
1447   <name>intf_about</name>
1448   <border_width>5</border_width>
1449   <title>About</title>
1450   <type>GTK_WINDOW_TOPLEVEL</type>
1451   <position>GTK_WIN_POS_CENTER</position>
1452   <modal>False</modal>
1453   <allow_shrink>False</allow_shrink>
1454   <allow_grow>False</allow_grow>
1455   <auto_shrink>False</auto_shrink>
1456
1457   <widget>
1458     <class>GtkVBox</class>
1459     <child_name>Dialog:vbox</child_name>
1460     <name>dialog-vbox1</name>
1461     <homogeneous>False</homogeneous>
1462     <spacing>0</spacing>
1463
1464     <widget>
1465       <class>GtkHBox</class>
1466       <child_name>Dialog:action_area</child_name>
1467       <name>dialog-action_area</name>
1468       <border_width>10</border_width>
1469       <homogeneous>True</homogeneous>
1470       <spacing>5</spacing>
1471       <child>
1472         <padding>0</padding>
1473         <expand>False</expand>
1474         <fill>True</fill>
1475         <pack>GTK_PACK_END</pack>
1476       </child>
1477
1478       <widget>
1479         <class>GtkButton</class>
1480         <name>about_ok</name>
1481         <can_default>True</can_default>
1482         <has_default>True</has_default>
1483         <can_focus>True</can_focus>
1484         <signal>
1485           <name>clicked</name>
1486           <handler>GtkAboutOk</handler>
1487           <last_modification_time>Sun, 13 May 2001 14:47:20 GMT</last_modification_time>
1488         </signal>
1489         <label>OK</label>
1490         <relief>GTK_RELIEF_NORMAL</relief>
1491         <child>
1492           <padding>0</padding>
1493           <expand>False</expand>
1494           <fill>True</fill>
1495         </child>
1496       </widget>
1497     </widget>
1498
1499     <widget>
1500       <class>GtkVBox</class>
1501       <name>vbox3</name>
1502       <homogeneous>False</homogeneous>
1503       <spacing>0</spacing>
1504       <child>
1505         <padding>0</padding>
1506         <expand>True</expand>
1507         <fill>True</fill>
1508       </child>
1509
1510       <widget>
1511         <class>GtkLabel</class>
1512         <name>label14</name>
1513         <label>VLC media player</label>
1514         <justify>GTK_JUSTIFY_CENTER</justify>
1515         <wrap>False</wrap>
1516         <xalign>0.5</xalign>
1517         <yalign>0.5</yalign>
1518         <xpad>0</xpad>
1519         <ypad>10</ypad>
1520         <child>
1521           <padding>0</padding>
1522           <expand>True</expand>
1523           <fill>True</fill>
1524         </child>
1525       </widget>
1526
1527       <widget>
1528         <class>GtkLabel</class>
1529         <name>label18</name>
1530         <label>(c) 1996-2003 the VideoLAN team</label>
1531         <justify>GTK_JUSTIFY_LEFT</justify>
1532         <wrap>False</wrap>
1533         <xalign>0.5</xalign>
1534         <yalign>0.5</yalign>
1535         <xpad>0</xpad>
1536         <ypad>5</ypad>
1537         <child>
1538           <padding>0</padding>
1539           <expand>False</expand>
1540           <fill>False</fill>
1541         </child>
1542       </widget>
1543
1544       <widget>
1545         <class>GtkFrame</class>
1546         <name>frame1</name>
1547         <label>Authors</label>
1548         <label_xalign>0</label_xalign>
1549         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1550         <child>
1551           <padding>0</padding>
1552           <expand>False</expand>
1553           <fill>False</fill>
1554         </child>
1555
1556         <widget>
1557           <class>GtkVBox</class>
1558           <name>vbox17</name>
1559           <homogeneous>False</homogeneous>
1560           <spacing>0</spacing>
1561
1562           <widget>
1563             <class>GtkLabel</class>
1564             <name>label16</name>
1565             <label>the VideoLAN team &lt;videolan@videolan.org&gt;</label>
1566             <justify>GTK_JUSTIFY_LEFT</justify>
1567             <wrap>False</wrap>
1568             <xalign>0.5</xalign>
1569             <yalign>0</yalign>
1570             <xpad>5</xpad>
1571             <ypad>0</ypad>
1572             <child>
1573               <padding>0</padding>
1574               <expand>False</expand>
1575               <fill>False</fill>
1576             </child>
1577           </widget>
1578
1579           <widget>
1580             <class>GtkLabel</class>
1581             <name>label39</name>
1582             <label>http://www.videolan.org/</label>
1583             <justify>GTK_JUSTIFY_LEFT</justify>
1584             <wrap>False</wrap>
1585             <xalign>0.5</xalign>
1586             <yalign>0</yalign>
1587             <xpad>5</xpad>
1588             <ypad>0</ypad>
1589             <child>
1590               <padding>0</padding>
1591               <expand>False</expand>
1592               <fill>False</fill>
1593             </child>
1594           </widget>
1595         </widget>
1596       </widget>
1597
1598       <widget>
1599         <class>GtkLabel</class>
1600         <name>label17</name>
1601         <label>This is the VideoLAN Client, a DVD, MPEG and DivX player. It can play MPEG and MPEG2 files from a file or from a network source.</label>
1602         <justify>GTK_JUSTIFY_LEFT</justify>
1603         <wrap>True</wrap>
1604         <xalign>0.5</xalign>
1605         <yalign>0.5</yalign>
1606         <xpad>0</xpad>
1607         <ypad>5</ypad>
1608         <child>
1609           <padding>0</padding>
1610           <expand>False</expand>
1611           <fill>False</fill>
1612         </child>
1613       </widget>
1614     </widget>
1615   </widget>
1616 </widget>
1617
1618 <widget>
1619   <class>GtkDialog</class>
1620   <name>intf_open</name>
1621   <border_width>5</border_width>
1622   <signal>
1623     <name>delete_event</name>
1624     <handler>gtk_widget_hide</handler>
1625     <last_modification_time>Mon, 16 Sep 2002 07:48:17 GMT</last_modification_time>
1626   </signal>
1627   <title>Open Target</title>
1628   <type>GTK_WINDOW_TOPLEVEL</type>
1629   <position>GTK_WIN_POS_NONE</position>
1630   <modal>False</modal>
1631   <allow_shrink>False</allow_shrink>
1632   <allow_grow>True</allow_grow>
1633   <auto_shrink>True</auto_shrink>
1634
1635   <widget>
1636     <class>GtkVBox</class>
1637     <child_name>Dialog:vbox</child_name>
1638     <name>dialog-vbox7</name>
1639     <homogeneous>False</homogeneous>
1640     <spacing>0</spacing>
1641
1642     <widget>
1643       <class>GtkHBox</class>
1644       <child_name>Dialog:action_area</child_name>
1645       <name>dialog-action_area6</name>
1646       <border_width>5</border_width>
1647       <homogeneous>True</homogeneous>
1648       <spacing>5</spacing>
1649       <child>
1650         <padding>0</padding>
1651         <expand>False</expand>
1652         <fill>True</fill>
1653         <pack>GTK_PACK_END</pack>
1654       </child>
1655
1656       <widget>
1657         <class>GtkHBox</class>
1658         <name>hbox18</name>
1659         <homogeneous>True</homogeneous>
1660         <spacing>5</spacing>
1661         <child>
1662           <padding>0</padding>
1663           <expand>True</expand>
1664           <fill>True</fill>
1665         </child>
1666
1667         <widget>
1668           <class>GtkHBox</class>
1669           <name>hbox19</name>
1670           <homogeneous>True</homogeneous>
1671           <spacing>5</spacing>
1672           <child>
1673             <padding>0</padding>
1674             <expand>False</expand>
1675             <fill>True</fill>
1676             <pack>GTK_PACK_END</pack>
1677           </child>
1678
1679           <widget>
1680             <class>GtkButton</class>
1681             <name>open_ok</name>
1682             <can_focus>True</can_focus>
1683             <signal>
1684               <name>clicked</name>
1685               <handler>GtkOpenOk</handler>
1686               <last_modification_time>Mon, 08 Jul 2002 14:52:19 GMT</last_modification_time>
1687             </signal>
1688             <label>OK</label>
1689             <relief>GTK_RELIEF_NORMAL</relief>
1690             <child>
1691               <padding>0</padding>
1692               <expand>False</expand>
1693               <fill>True</fill>
1694             </child>
1695           </widget>
1696
1697           <widget>
1698             <class>GtkButton</class>
1699             <name>open_cancel</name>
1700             <can_focus>True</can_focus>
1701             <accelerator>
1702               <modifiers>0</modifiers>
1703               <key>GDK_Escape</key>
1704               <signal>clicked</signal>
1705             </accelerator>
1706             <signal>
1707               <name>clicked</name>
1708               <handler>GtkOpenCancel</handler>
1709               <last_modification_time>Mon, 08 Jul 2002 14:52:36 GMT</last_modification_time>
1710             </signal>
1711             <label>Cancel</label>
1712             <relief>GTK_RELIEF_NORMAL</relief>
1713             <child>
1714               <padding>0</padding>
1715               <expand>False</expand>
1716               <fill>True</fill>
1717             </child>
1718           </widget>
1719         </widget>
1720       </widget>
1721     </widget>
1722
1723     <widget>
1724       <class>GtkVBox</class>
1725       <name>open_vbox</name>
1726       <homogeneous>False</homogeneous>
1727       <spacing>5</spacing>
1728       <child>
1729         <padding>0</padding>
1730         <expand>True</expand>
1731         <fill>True</fill>
1732       </child>
1733
1734       <widget>
1735         <class>GtkFrame</class>
1736         <name>frame10</name>
1737         <label>Media Resource Locator (MRL)</label>
1738         <label_xalign>0</label_xalign>
1739         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1740         <child>
1741           <padding>0</padding>
1742           <expand>False</expand>
1743           <fill>True</fill>
1744         </child>
1745
1746         <widget>
1747           <class>GtkHBox</class>
1748           <name>hbox21</name>
1749           <border_width>5</border_width>
1750           <homogeneous>False</homogeneous>
1751           <spacing>5</spacing>
1752
1753           <widget>
1754             <class>GtkHBox</class>
1755             <name>hbox22</name>
1756             <homogeneous>False</homogeneous>
1757             <spacing>0</spacing>
1758             <child>
1759               <padding>0</padding>
1760               <expand>False</expand>
1761               <fill>True</fill>
1762             </child>
1763
1764             <widget>
1765               <class>GtkLabel</class>
1766               <name>label34</name>
1767               <label>Open Target:</label>
1768               <justify>GTK_JUSTIFY_CENTER</justify>
1769               <wrap>False</wrap>
1770               <xalign>0.5</xalign>
1771               <yalign>0.5</yalign>
1772               <xpad>0</xpad>
1773               <ypad>0</ypad>
1774               <child>
1775                 <padding>0</padding>
1776                 <expand>False</expand>
1777                 <fill>False</fill>
1778               </child>
1779             </widget>
1780           </widget>
1781
1782           <widget>
1783             <class>GtkCombo</class>
1784             <name>combo2</name>
1785             <value_in_list>False</value_in_list>
1786             <ok_if_empty>True</ok_if_empty>
1787             <case_sensitive>False</case_sensitive>
1788             <use_arrows>True</use_arrows>
1789             <use_arrows_always>False</use_arrows_always>
1790             <items></items>
1791             <child>
1792               <padding>0</padding>
1793               <expand>True</expand>
1794               <fill>True</fill>
1795             </child>
1796
1797             <widget>
1798               <class>GtkEntry</class>
1799               <child_name>GtkCombo:entry</child_name>
1800               <name>entry_open</name>
1801               <can_focus>True</can_focus>
1802               <editable>True</editable>
1803               <text_visible>True</text_visible>
1804               <text_max_length>0</text_max_length>
1805               <text></text>
1806             </widget>
1807           </widget>
1808         </widget>
1809       </widget>
1810
1811       <widget>
1812         <class>GtkLabel</class>
1813         <name>label36</name>
1814         <label>Alternatively, you can build an MRL using one of the following predefined targets:</label>
1815         <justify>GTK_JUSTIFY_LEFT</justify>
1816         <wrap>False</wrap>
1817         <xalign>0</xalign>
1818         <yalign>1</yalign>
1819         <xpad>0</xpad>
1820         <ypad>0</ypad>
1821         <child>
1822           <padding>0</padding>
1823           <expand>True</expand>
1824           <fill>True</fill>
1825         </child>
1826       </widget>
1827
1828       <widget>
1829         <class>GtkNotebook</class>
1830         <name>open_notebook</name>
1831         <can_focus>True</can_focus>
1832         <signal>
1833           <name>switch_page</name>
1834           <handler>GtkOpenNotebookChanged</handler>
1835           <after>True</after>
1836           <last_modification_time>Tue, 09 Jul 2002 14:01:19 GMT</last_modification_time>
1837         </signal>
1838         <show_tabs>True</show_tabs>
1839         <show_border>True</show_border>
1840         <tab_pos>GTK_POS_TOP</tab_pos>
1841         <scrollable>False</scrollable>
1842         <tab_hborder>2</tab_hborder>
1843         <tab_vborder>2</tab_vborder>
1844         <popup_enable>False</popup_enable>
1845         <child>
1846           <padding>0</padding>
1847           <expand>True</expand>
1848           <fill>True</fill>
1849         </child>
1850
1851         <widget>
1852           <class>GtkHBox</class>
1853           <name>hbox20</name>
1854           <border_width>5</border_width>
1855           <homogeneous>False</homogeneous>
1856           <spacing>5</spacing>
1857
1858           <widget>
1859             <class>GtkCombo</class>
1860             <name>combo1</name>
1861             <value_in_list>False</value_in_list>
1862             <ok_if_empty>True</ok_if_empty>
1863             <case_sensitive>False</case_sensitive>
1864             <use_arrows>True</use_arrows>
1865             <use_arrows_always>False</use_arrows_always>
1866             <items></items>
1867             <child>
1868               <padding>0</padding>
1869               <expand>False</expand>
1870               <fill>True</fill>
1871             </child>
1872
1873             <widget>
1874               <class>GtkEntry</class>
1875               <child_name>GtkCombo:entry</child_name>
1876               <name>entry_file</name>
1877               <can_focus>True</can_focus>
1878               <signal>
1879                 <name>changed</name>
1880                 <handler>GtkOpenChanged</handler>
1881                 <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
1882               </signal>
1883               <editable>True</editable>
1884               <text_visible>True</text_visible>
1885               <text_max_length>0</text_max_length>
1886               <text></text>
1887             </widget>
1888           </widget>
1889
1890           <widget>
1891             <class>GtkVBox</class>
1892             <name>vbox13</name>
1893             <homogeneous>True</homogeneous>
1894             <spacing>0</spacing>
1895             <child>
1896               <padding>0</padding>
1897               <expand>False</expand>
1898               <fill>False</fill>
1899             </child>
1900
1901             <widget>
1902               <class>Placeholder</class>
1903             </widget>
1904
1905             <widget>
1906               <class>GtkButton</class>
1907               <name>open_browse</name>
1908               <can_focus>True</can_focus>
1909               <signal>
1910                 <name>clicked</name>
1911                 <handler>GtkFileShow</handler>
1912                 <data>&quot;entry_file&quot;</data>
1913                 <last_modification_time>Mon, 20 Jan 2003 21:45:39 GMT</last_modification_time>
1914               </signal>
1915               <label>Browse...</label>
1916               <relief>GTK_RELIEF_NORMAL</relief>
1917               <child>
1918                 <padding>0</padding>
1919                 <expand>False</expand>
1920                 <fill>False</fill>
1921               </child>
1922             </widget>
1923
1924             <widget>
1925               <class>Placeholder</class>
1926             </widget>
1927           </widget>
1928         </widget>
1929
1930         <widget>
1931           <class>GtkLabel</class>
1932           <child_name>Notebook:tab</child_name>
1933           <name>open_file</name>
1934           <label>File</label>
1935           <justify>GTK_JUSTIFY_CENTER</justify>
1936           <wrap>False</wrap>
1937           <xalign>0.5</xalign>
1938           <yalign>0.5</yalign>
1939           <xpad>0</xpad>
1940           <ypad>0</ypad>
1941         </widget>
1942
1943         <widget>
1944           <class>GtkTable</class>
1945           <name>table5</name>
1946           <border_width>5</border_width>
1947           <rows>5</rows>
1948           <columns>2</columns>
1949           <homogeneous>False</homogeneous>
1950           <row_spacing>5</row_spacing>
1951           <column_spacing>5</column_spacing>
1952
1953           <widget>
1954             <class>GtkLabel</class>
1955             <name>label35</name>
1956             <label>Disc type</label>
1957             <justify>GTK_JUSTIFY_CENTER</justify>
1958             <wrap>False</wrap>
1959             <xalign>0</xalign>
1960             <yalign>0.5</yalign>
1961             <xpad>0</xpad>
1962             <ypad>0</ypad>
1963             <child>
1964               <left_attach>0</left_attach>
1965               <right_attach>1</right_attach>
1966               <top_attach>0</top_attach>
1967               <bottom_attach>1</bottom_attach>
1968               <xpad>0</xpad>
1969               <ypad>0</ypad>
1970               <xexpand>False</xexpand>
1971               <yexpand>False</yexpand>
1972               <xshrink>False</xshrink>
1973               <yshrink>False</yshrink>
1974               <xfill>True</xfill>
1975               <yfill>False</yfill>
1976             </child>
1977           </widget>
1978
1979           <widget>
1980             <class>GtkHBox</class>
1981             <name>hbox24</name>
1982             <homogeneous>False</homogeneous>
1983             <spacing>0</spacing>
1984             <child>
1985               <left_attach>1</left_attach>
1986               <right_attach>2</right_attach>
1987               <top_attach>0</top_attach>
1988               <bottom_attach>1</bottom_attach>
1989               <xpad>0</xpad>
1990               <ypad>0</ypad>
1991               <xexpand>False</xexpand>
1992               <yexpand>False</yexpand>
1993               <xshrink>False</xshrink>
1994               <yshrink>False</yshrink>
1995               <xfill>True</xfill>
1996               <yfill>True</yfill>
1997             </child>
1998
1999             <widget>
2000               <class>GtkRadioButton</class>
2001               <name>disc_dvd</name>
2002               <can_focus>True</can_focus>
2003               <signal>
2004                 <name>toggled</name>
2005                 <handler>GtkDiscOpenDvd</handler>
2006                 <last_modification_time>Sun, 13 May 2001 14:48:29 GMT</last_modification_time>
2007               </signal>
2008               <label>DVD</label>
2009               <active>False</active>
2010               <draw_indicator>True</draw_indicator>
2011               <group>disc</group>
2012               <child>
2013                 <padding>0</padding>
2014                 <expand>False</expand>
2015                 <fill>False</fill>
2016               </child>
2017             </widget>
2018
2019             <widget>
2020               <class>GtkRadioButton</class>
2021               <name>disc_vcd</name>
2022               <can_focus>True</can_focus>
2023               <signal>
2024                 <name>toggled</name>
2025                 <handler>GtkDiscOpenVcd</handler>
2026                 <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
2027               </signal>
2028               <label>VCD</label>
2029               <active>False</active>
2030               <draw_indicator>True</draw_indicator>
2031               <group>disc</group>
2032               <child>
2033                 <padding>0</padding>
2034                 <expand>False</expand>
2035                 <fill>False</fill>
2036               </child>
2037             </widget>
2038
2039             <widget>
2040               <class>GtkRadioButton</class>
2041               <name>disc_cdda</name>
2042               <can_focus>True</can_focus>
2043               <signal>
2044                 <name>toggled</name>
2045                 <handler>GtkDiscOpenCDDA</handler>
2046                 <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
2047               </signal>
2048               <label>Audio CD</label>
2049               <active>False</active>
2050               <draw_indicator>True</draw_indicator>
2051               <group>disc</group>
2052               <child>
2053                 <padding>0</padding>
2054                 <expand>False</expand>
2055                 <fill>False</fill>
2056               </child>
2057             </widget>
2058           </widget>
2059
2060           <widget>
2061             <class>GtkLabel</class>
2062             <name>label19</name>
2063             <label>Device name</label>
2064             <justify>GTK_JUSTIFY_CENTER</justify>
2065             <wrap>False</wrap>
2066             <xalign>0</xalign>
2067             <yalign>0.5</yalign>
2068             <xpad>0</xpad>
2069             <ypad>0</ypad>
2070             <child>
2071               <left_attach>0</left_attach>
2072               <right_attach>1</right_attach>
2073               <top_attach>1</top_attach>
2074               <bottom_attach>2</bottom_attach>
2075               <xpad>0</xpad>
2076               <ypad>0</ypad>
2077               <xexpand>False</xexpand>
2078               <yexpand>False</yexpand>
2079               <xshrink>False</xshrink>
2080               <yshrink>False</yshrink>
2081               <xfill>True</xfill>
2082               <yfill>False</yfill>
2083             </child>
2084           </widget>
2085
2086           <widget>
2087             <class>GtkLabel</class>
2088             <name>disc_chapter_label</name>
2089             <label>Chapter</label>
2090             <justify>GTK_JUSTIFY_CENTER</justify>
2091             <wrap>False</wrap>
2092             <xalign>0</xalign>
2093             <yalign>0.5</yalign>
2094             <xpad>0</xpad>
2095             <ypad>0</ypad>
2096             <child>
2097               <left_attach>0</left_attach>
2098               <right_attach>1</right_attach>
2099               <top_attach>4</top_attach>
2100               <bottom_attach>5</bottom_attach>
2101               <xpad>0</xpad>
2102               <ypad>0</ypad>
2103               <xexpand>False</xexpand>
2104               <yexpand>False</yexpand>
2105               <xshrink>False</xshrink>
2106               <yshrink>False</yshrink>
2107               <xfill>True</xfill>
2108               <yfill>False</yfill>
2109             </child>
2110           </widget>
2111
2112           <widget>
2113             <class>GtkLabel</class>
2114             <name>disc_title_label</name>
2115             <label>Title</label>
2116             <justify>GTK_JUSTIFY_CENTER</justify>
2117             <wrap>False</wrap>
2118             <xalign>0</xalign>
2119             <yalign>0.5</yalign>
2120             <xpad>0</xpad>
2121             <ypad>0</ypad>
2122             <child>
2123               <left_attach>0</left_attach>
2124               <right_attach>1</right_attach>
2125               <top_attach>3</top_attach>
2126               <bottom_attach>4</bottom_attach>
2127               <xpad>0</xpad>
2128               <ypad>0</ypad>
2129               <xexpand>False</xexpand>
2130               <yexpand>False</yexpand>
2131               <xshrink>False</xshrink>
2132               <yshrink>False</yshrink>
2133               <xfill>True</xfill>
2134               <yfill>False</yfill>
2135             </child>
2136           </widget>
2137
2138           <widget>
2139             <class>GtkEntry</class>
2140             <name>disc_name</name>
2141             <can_focus>True</can_focus>
2142             <signal>
2143               <name>changed</name>
2144               <handler>GtkOpenChanged</handler>
2145               <last_modification_time>Tue, 09 Jul 2002 13:46:05 GMT</last_modification_time>
2146             </signal>
2147             <editable>True</editable>
2148             <text_visible>True</text_visible>
2149             <text_max_length>0</text_max_length>
2150             <text>/dev/dvd</text>
2151             <child>
2152               <left_attach>1</left_attach>
2153               <right_attach>2</right_attach>
2154               <top_attach>1</top_attach>
2155               <bottom_attach>2</bottom_attach>
2156               <xpad>0</xpad>
2157               <ypad>0</ypad>
2158               <xexpand>False</xexpand>
2159               <yexpand>False</yexpand>
2160               <xshrink>False</xshrink>
2161               <yshrink>False</yshrink>
2162               <xfill>True</xfill>
2163               <yfill>False</yfill>
2164             </child>
2165           </widget>
2166
2167           <widget>
2168             <class>GtkSpinButton</class>
2169             <name>disc_title</name>
2170             <can_focus>True</can_focus>
2171             <signal>
2172               <name>changed</name>
2173               <handler>GtkOpenChanged</handler>
2174               <last_modification_time>Tue, 09 Jul 2002 13:45:04 GMT</last_modification_time>
2175             </signal>
2176             <climb_rate>1</climb_rate>
2177             <digits>0</digits>
2178             <numeric>False</numeric>
2179             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2180             <snap>False</snap>
2181             <wrap>False</wrap>
2182             <value>1</value>
2183             <lower>1</lower>
2184             <upper>65536</upper>
2185             <step>1</step>
2186             <page>10</page>
2187             <page_size>10</page_size>
2188             <child>
2189               <left_attach>1</left_attach>
2190               <right_attach>2</right_attach>
2191               <top_attach>3</top_attach>
2192               <bottom_attach>4</bottom_attach>
2193               <xpad>0</xpad>
2194               <ypad>0</ypad>
2195               <xexpand>False</xexpand>
2196               <yexpand>False</yexpand>
2197               <xshrink>False</xshrink>
2198               <yshrink>False</yshrink>
2199               <xfill>True</xfill>
2200               <yfill>False</yfill>
2201             </child>
2202           </widget>
2203
2204           <widget>
2205             <class>GtkSpinButton</class>
2206             <name>disc_chapter</name>
2207             <can_focus>True</can_focus>
2208             <signal>
2209               <name>changed</name>
2210               <handler>GtkOpenChanged</handler>
2211               <last_modification_time>Tue, 09 Jul 2002 13:45:38 GMT</last_modification_time>
2212             </signal>
2213             <climb_rate>1</climb_rate>
2214             <digits>0</digits>
2215             <numeric>False</numeric>
2216             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2217             <snap>False</snap>
2218             <wrap>False</wrap>
2219             <value>1</value>
2220             <lower>1</lower>
2221             <upper>65536</upper>
2222             <step>1</step>
2223             <page>10</page>
2224             <page_size>10</page_size>
2225             <child>
2226               <left_attach>1</left_attach>
2227               <right_attach>2</right_attach>
2228               <top_attach>4</top_attach>
2229               <bottom_attach>5</bottom_attach>
2230               <xpad>0</xpad>
2231               <ypad>0</ypad>
2232               <xexpand>False</xexpand>
2233               <yexpand>False</yexpand>
2234               <xshrink>False</xshrink>
2235               <yshrink>False</yshrink>
2236               <xfill>True</xfill>
2237               <yfill>False</yfill>
2238             </child>
2239           </widget>
2240
2241           <widget>
2242             <class>GtkCheckButton</class>
2243             <name>disc_dvd_use_menu</name>
2244             <can_focus>True</can_focus>
2245             <signal>
2246               <name>toggled</name>
2247               <handler>GtkOpenChanged</handler>
2248               <last_modification_time>Tue, 21 Jan 2003 13:27:40 GMT</last_modification_time>
2249             </signal>
2250             <label>Use DVD menus</label>
2251             <active>False</active>
2252             <draw_indicator>True</draw_indicator>
2253             <child>
2254               <left_attach>1</left_attach>
2255               <right_attach>2</right_attach>
2256               <top_attach>2</top_attach>
2257               <bottom_attach>3</bottom_attach>
2258               <xpad>0</xpad>
2259               <ypad>0</ypad>
2260               <xexpand>False</xexpand>
2261               <yexpand>False</yexpand>
2262               <xshrink>False</xshrink>
2263               <yshrink>False</yshrink>
2264               <xfill>True</xfill>
2265               <yfill>False</yfill>
2266             </child>
2267           </widget>
2268         </widget>
2269
2270         <widget>
2271           <class>GtkLabel</class>
2272           <child_name>Notebook:tab</child_name>
2273           <name>open_disc</name>
2274           <label>Disc</label>
2275           <justify>GTK_JUSTIFY_CENTER</justify>
2276           <wrap>False</wrap>
2277           <xalign>0.5</xalign>
2278           <yalign>0.5</yalign>
2279           <xpad>0</xpad>
2280           <ypad>0</ypad>
2281         </widget>
2282
2283         <widget>
2284           <class>GtkTable</class>
2285           <name>table4</name>
2286           <border_width>5</border_width>
2287           <rows>3</rows>
2288           <columns>6</columns>
2289           <homogeneous>False</homogeneous>
2290           <row_spacing>5</row_spacing>
2291           <column_spacing>5</column_spacing>
2292
2293           <widget>
2294             <class>GtkRadioButton</class>
2295             <name>network_udp</name>
2296             <can_focus>True</can_focus>
2297             <signal>
2298               <name>toggled</name>
2299               <handler>GtkNetworkOpenUDP</handler>
2300               <last_modification_time>Thu, 16 May 2002 00:47:18 GMT</last_modification_time>
2301             </signal>
2302             <label>UDP/RTP</label>
2303             <active>False</active>
2304             <draw_indicator>True</draw_indicator>
2305             <child>
2306               <left_attach>0</left_attach>
2307               <right_attach>1</right_attach>
2308               <top_attach>0</top_attach>
2309               <bottom_attach>1</bottom_attach>
2310               <xpad>0</xpad>
2311               <ypad>0</ypad>
2312               <xexpand>False</xexpand>
2313               <yexpand>False</yexpand>
2314               <xshrink>False</xshrink>
2315               <yshrink>False</yshrink>
2316               <xfill>True</xfill>
2317               <yfill>False</yfill>
2318             </child>
2319           </widget>
2320
2321           <widget>
2322             <class>GtkRadioButton</class>
2323             <name>network_multicast</name>
2324             <can_focus>True</can_focus>
2325             <signal>
2326               <name>toggled</name>
2327               <handler>GtkNetworkOpenMulticast</handler>
2328               <last_modification_time>Thu, 16 May 2002 00:47:05 GMT</last_modification_time>
2329             </signal>
2330             <label>UDP/RTP Multicast</label>
2331             <active>False</active>
2332             <draw_indicator>True</draw_indicator>
2333             <child>
2334               <left_attach>0</left_attach>
2335               <right_attach>1</right_attach>
2336               <top_attach>1</top_attach>
2337               <bottom_attach>2</bottom_attach>
2338               <xpad>0</xpad>
2339               <ypad>0</ypad>
2340               <xexpand>False</xexpand>
2341               <yexpand>False</yexpand>
2342               <xshrink>False</xshrink>
2343               <yshrink>False</yshrink>
2344               <xfill>True</xfill>
2345               <yfill>False</yfill>
2346             </child>
2347           </widget>
2348
2349           <widget>
2350             <class>GtkRadioButton</class>
2351             <name>network_http</name>
2352             <can_focus>True</can_focus>
2353             <signal>
2354               <name>toggled</name>
2355               <handler>GtkNetworkOpenHTTP</handler>
2356               <last_modification_time>Thu, 16 May 2002 00:47:42 GMT</last_modification_time>
2357             </signal>
2358             <label>HTTP/FTP/MMS</label>
2359             <active>False</active>
2360             <draw_indicator>True</draw_indicator>
2361             <child>
2362               <left_attach>0</left_attach>
2363               <right_attach>1</right_attach>
2364               <top_attach>2</top_attach>
2365               <bottom_attach>3</bottom_attach>
2366               <xpad>0</xpad>
2367               <ypad>0</ypad>
2368               <xexpand>False</xexpand>
2369               <yexpand>False</yexpand>
2370               <xshrink>False</xshrink>
2371               <yshrink>False</yshrink>
2372               <xfill>True</xfill>
2373               <yfill>False</yfill>
2374             </child>
2375           </widget>
2376
2377           <widget>
2378             <class>GtkLabel</class>
2379             <name>network_udp_port_label</name>
2380             <label>Port</label>
2381             <justify>GTK_JUSTIFY_CENTER</justify>
2382             <wrap>False</wrap>
2383             <xalign>1</xalign>
2384             <yalign>0.5</yalign>
2385             <xpad>0</xpad>
2386             <ypad>0</ypad>
2387             <child>
2388               <left_attach>1</left_attach>
2389               <right_attach>2</right_attach>
2390               <top_attach>0</top_attach>
2391               <bottom_attach>1</bottom_attach>
2392               <xpad>0</xpad>
2393               <ypad>0</ypad>
2394               <xexpand>False</xexpand>
2395               <yexpand>False</yexpand>
2396               <xshrink>False</xshrink>
2397               <yshrink>False</yshrink>
2398               <xfill>True</xfill>
2399               <yfill>False</yfill>
2400             </child>
2401           </widget>
2402
2403           <widget>
2404             <class>GtkLabel</class>
2405             <name>network_multicast_address_label</name>
2406             <sensitive>False</sensitive>
2407             <label>Address</label>
2408             <justify>GTK_JUSTIFY_RIGHT</justify>
2409             <wrap>False</wrap>
2410             <xalign>1</xalign>
2411             <yalign>0.5</yalign>
2412             <xpad>0</xpad>
2413             <ypad>0</ypad>
2414             <child>
2415               <left_attach>1</left_attach>
2416               <right_attach>2</right_attach>
2417               <top_attach>1</top_attach>
2418               <bottom_attach>2</bottom_attach>
2419               <xpad>0</xpad>
2420               <ypad>0</ypad>
2421               <xexpand>False</xexpand>
2422               <yexpand>False</yexpand>
2423               <xshrink>False</xshrink>
2424               <yshrink>False</yshrink>
2425               <xfill>True</xfill>
2426               <yfill>False</yfill>
2427             </child>
2428           </widget>
2429
2430           <widget>
2431             <class>GtkLabel</class>
2432             <name>network_http_url_label</name>
2433             <sensitive>False</sensitive>
2434             <label>URL</label>
2435             <justify>GTK_JUSTIFY_CENTER</justify>
2436             <wrap>False</wrap>
2437             <xalign>1</xalign>
2438             <yalign>0.5</yalign>
2439             <xpad>0</xpad>
2440             <ypad>0</ypad>
2441             <child>
2442               <left_attach>1</left_attach>
2443               <right_attach>2</right_attach>
2444               <top_attach>2</top_attach>
2445               <bottom_attach>3</bottom_attach>
2446               <xpad>0</xpad>
2447               <ypad>0</ypad>
2448               <xexpand>False</xexpand>
2449               <yexpand>False</yexpand>
2450               <xshrink>False</xshrink>
2451               <yshrink>False</yshrink>
2452               <xfill>True</xfill>
2453               <yfill>False</yfill>
2454             </child>
2455           </widget>
2456
2457           <widget>
2458             <class>GtkCombo</class>
2459             <name>network_multicast_address_combo</name>
2460             <sensitive>False</sensitive>
2461             <value_in_list>False</value_in_list>
2462             <ok_if_empty>True</ok_if_empty>
2463             <case_sensitive>False</case_sensitive>
2464             <use_arrows>True</use_arrows>
2465             <use_arrows_always>False</use_arrows_always>
2466             <items></items>
2467             <child>
2468               <left_attach>2</left_attach>
2469               <right_attach>4</right_attach>
2470               <top_attach>1</top_attach>
2471               <bottom_attach>2</bottom_attach>
2472               <xpad>0</xpad>
2473               <ypad>0</ypad>
2474               <xexpand>True</xexpand>
2475               <yexpand>False</yexpand>
2476               <xshrink>False</xshrink>
2477               <yshrink>False</yshrink>
2478               <xfill>True</xfill>
2479               <yfill>False</yfill>
2480             </child>
2481
2482             <widget>
2483               <class>GtkEntry</class>
2484               <child_name>GtkCombo:entry</child_name>
2485               <name>network_multicast_address</name>
2486               <can_focus>True</can_focus>
2487               <signal>
2488                 <name>changed</name>
2489                 <handler>GtkOpenChanged</handler>
2490                 <last_modification_time>Tue, 09 Jul 2002 13:57:06 GMT</last_modification_time>
2491               </signal>
2492               <editable>True</editable>
2493               <text_visible>True</text_visible>
2494               <text_max_length>0</text_max_length>
2495               <text></text>
2496             </widget>
2497           </widget>
2498
2499           <widget>
2500             <class>GtkLabel</class>
2501             <name>network_multicast_port_label</name>
2502             <sensitive>False</sensitive>
2503             <label>Port</label>
2504             <justify>GTK_JUSTIFY_CENTER</justify>
2505             <wrap>False</wrap>
2506             <xalign>1</xalign>
2507             <yalign>0.5</yalign>
2508             <xpad>0</xpad>
2509             <ypad>0</ypad>
2510             <child>
2511               <left_attach>4</left_attach>
2512               <right_attach>5</right_attach>
2513               <top_attach>1</top_attach>
2514               <bottom_attach>2</bottom_attach>
2515               <xpad>0</xpad>
2516               <ypad>0</ypad>
2517               <xexpand>False</xexpand>
2518               <yexpand>False</yexpand>
2519               <xshrink>False</xshrink>
2520               <yshrink>False</yshrink>
2521               <xfill>True</xfill>
2522               <yfill>False</yfill>
2523             </child>
2524           </widget>
2525
2526           <widget>
2527             <class>GtkSpinButton</class>
2528             <name>network_multicast_port</name>
2529             <width>75</width>
2530             <sensitive>False</sensitive>
2531             <can_focus>True</can_focus>
2532             <signal>
2533               <name>changed</name>
2534               <handler>GtkOpenChanged</handler>
2535               <last_modification_time>Tue, 09 Jul 2002 13:57:36 GMT</last_modification_time>
2536             </signal>
2537             <climb_rate>1</climb_rate>
2538             <digits>0</digits>
2539             <numeric>False</numeric>
2540             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2541             <snap>False</snap>
2542             <wrap>False</wrap>
2543             <value>1234</value>
2544             <lower>0</lower>
2545             <upper>65535</upper>
2546             <step>1</step>
2547             <page>10</page>
2548             <page_size>10</page_size>
2549             <child>
2550               <left_attach>5</left_attach>
2551               <right_attach>6</right_attach>
2552               <top_attach>1</top_attach>
2553               <bottom_attach>2</bottom_attach>
2554               <xpad>0</xpad>
2555               <ypad>0</ypad>
2556               <xexpand>True</xexpand>
2557               <yexpand>False</yexpand>
2558               <xshrink>False</xshrink>
2559               <yshrink>False</yshrink>
2560               <xfill>True</xfill>
2561               <yfill>False</yfill>
2562             </child>
2563           </widget>
2564
2565           <widget>
2566             <class>GtkEntry</class>
2567             <name>network_http_url</name>
2568             <sensitive>False</sensitive>
2569             <can_focus>True</can_focus>
2570             <signal>
2571               <name>changed</name>
2572               <handler>GtkOpenChanged</handler>
2573               <last_modification_time>Tue, 09 Jul 2002 13:57:26 GMT</last_modification_time>
2574             </signal>
2575             <editable>True</editable>
2576             <text_visible>True</text_visible>
2577             <text_max_length>0</text_max_length>
2578             <text></text>
2579             <child>
2580               <left_attach>2</left_attach>
2581               <right_attach>6</right_attach>
2582               <top_attach>2</top_attach>
2583               <bottom_attach>3</bottom_attach>
2584               <xpad>0</xpad>
2585               <ypad>0</ypad>
2586               <xexpand>True</xexpand>
2587               <yexpand>False</yexpand>
2588               <xshrink>False</xshrink>
2589               <yshrink>False</yshrink>
2590               <xfill>True</xfill>
2591               <yfill>False</yfill>
2592             </child>
2593           </widget>
2594
2595           <widget>
2596             <class>GtkSpinButton</class>
2597             <name>network_udp_port</name>
2598             <width>1</width>
2599             <can_focus>True</can_focus>
2600             <signal>
2601               <name>changed</name>
2602               <handler>GtkOpenChanged</handler>
2603               <last_modification_time>Tue, 09 Jul 2002 13:56:55 GMT</last_modification_time>
2604             </signal>
2605             <climb_rate>1</climb_rate>
2606             <digits>0</digits>
2607             <numeric>False</numeric>
2608             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2609             <snap>False</snap>
2610             <wrap>False</wrap>
2611             <value>1234</value>
2612             <lower>0</lower>
2613             <upper>65535</upper>
2614             <step>1</step>
2615             <page>10</page>
2616             <page_size>10</page_size>
2617             <child>
2618               <left_attach>2</left_attach>
2619               <right_attach>3</right_attach>
2620               <top_attach>0</top_attach>
2621               <bottom_attach>1</bottom_attach>
2622               <xpad>0</xpad>
2623               <ypad>0</ypad>
2624               <xexpand>False</xexpand>
2625               <yexpand>False</yexpand>
2626               <xshrink>False</xshrink>
2627               <yshrink>False</yshrink>
2628               <xfill>True</xfill>
2629               <yfill>False</yfill>
2630             </child>
2631           </widget>
2632         </widget>
2633
2634         <widget>
2635           <class>GtkLabel</class>
2636           <child_name>Notebook:tab</child_name>
2637           <name>open_net</name>
2638           <label>Network</label>
2639           <justify>GTK_JUSTIFY_CENTER</justify>
2640           <wrap>False</wrap>
2641           <xalign>0.5</xalign>
2642           <yalign>0.5</yalign>
2643           <xpad>0</xpad>
2644           <ypad>0</ypad>
2645         </widget>
2646
2647         <widget>
2648           <class>GtkTable</class>
2649           <name>table3</name>
2650           <border_width>5</border_width>
2651           <rows>4</rows>
2652           <columns>2</columns>
2653           <homogeneous>False</homogeneous>
2654           <row_spacing>5</row_spacing>
2655           <column_spacing>5</column_spacing>
2656
2657           <widget>
2658             <class>GtkLabel</class>
2659             <name>label24</name>
2660             <label>Symbol Rate</label>
2661             <justify>GTK_JUSTIFY_CENTER</justify>
2662             <wrap>False</wrap>
2663             <xalign>0</xalign>
2664             <yalign>0.5</yalign>
2665             <xpad>0</xpad>
2666             <ypad>0</ypad>
2667             <child>
2668               <left_attach>0</left_attach>
2669               <right_attach>1</right_attach>
2670               <top_attach>1</top_attach>
2671               <bottom_attach>2</bottom_attach>
2672               <xpad>0</xpad>
2673               <ypad>0</ypad>
2674               <xexpand>False</xexpand>
2675               <yexpand>False</yexpand>
2676               <xshrink>False</xshrink>
2677               <yshrink>False</yshrink>
2678               <xfill>True</xfill>
2679               <yfill>False</yfill>
2680             </child>
2681           </widget>
2682
2683           <widget>
2684             <class>GtkLabel</class>
2685             <name>label25</name>
2686             <label>Frequency</label>
2687             <justify>GTK_JUSTIFY_CENTER</justify>
2688             <wrap>False</wrap>
2689             <xalign>0</xalign>
2690             <yalign>0.5</yalign>
2691             <xpad>0</xpad>
2692             <ypad>0</ypad>
2693             <child>
2694               <left_attach>0</left_attach>
2695               <right_attach>1</right_attach>
2696               <top_attach>0</top_attach>
2697               <bottom_attach>1</bottom_attach>
2698               <xpad>0</xpad>
2699               <ypad>0</ypad>
2700               <xexpand>False</xexpand>
2701               <yexpand>False</yexpand>
2702               <xshrink>False</xshrink>
2703               <yshrink>False</yshrink>
2704               <xfill>True</xfill>
2705               <yfill>False</yfill>
2706             </child>
2707           </widget>
2708
2709           <widget>
2710             <class>GtkLabel</class>
2711             <name>label26</name>
2712             <label>Polarization</label>
2713             <justify>GTK_JUSTIFY_CENTER</justify>
2714             <wrap>False</wrap>
2715             <xalign>0</xalign>
2716             <yalign>0.5</yalign>
2717             <xpad>0</xpad>
2718             <ypad>0</ypad>
2719             <child>
2720               <left_attach>0</left_attach>
2721               <right_attach>1</right_attach>
2722               <top_attach>2</top_attach>
2723               <bottom_attach>3</bottom_attach>
2724               <xpad>0</xpad>
2725               <ypad>0</ypad>
2726               <xexpand>False</xexpand>
2727               <yexpand>False</yexpand>
2728               <xshrink>False</xshrink>
2729               <yshrink>False</yshrink>
2730               <xfill>True</xfill>
2731               <yfill>False</yfill>
2732             </child>
2733           </widget>
2734
2735           <widget>
2736             <class>GtkSpinButton</class>
2737             <name>sat_freq</name>
2738             <can_focus>True</can_focus>
2739             <signal>
2740               <name>changed</name>
2741               <handler>GtkOpenChanged</handler>
2742               <last_modification_time>Tue, 09 Jul 2002 13:58:00 GMT</last_modification_time>
2743             </signal>
2744             <climb_rate>1</climb_rate>
2745             <digits>0</digits>
2746             <numeric>False</numeric>
2747             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2748             <snap>False</snap>
2749             <wrap>False</wrap>
2750             <value>11954000</value>
2751             <lower>10000000</lower>
2752             <upper>12999000</upper>
2753             <step>1</step>
2754             <page>10</page>
2755             <page_size>10</page_size>
2756             <child>
2757               <left_attach>1</left_attach>
2758               <right_attach>2</right_attach>
2759               <top_attach>0</top_attach>
2760               <bottom_attach>1</bottom_attach>
2761               <xpad>0</xpad>
2762               <ypad>0</ypad>
2763               <xexpand>False</xexpand>
2764               <yexpand>False</yexpand>
2765               <xshrink>False</xshrink>
2766               <yshrink>False</yshrink>
2767               <xfill>True</xfill>
2768               <yfill>False</yfill>
2769             </child>
2770           </widget>
2771
2772           <widget>
2773             <class>GtkLabel</class>
2774             <name>label27</name>
2775             <label>FEC</label>
2776             <justify>GTK_JUSTIFY_CENTER</justify>
2777             <wrap>False</wrap>
2778             <xalign>0</xalign>
2779             <yalign>0.5</yalign>
2780             <xpad>0</xpad>
2781             <ypad>0</ypad>
2782             <child>
2783               <left_attach>0</left_attach>
2784               <right_attach>1</right_attach>
2785               <top_attach>3</top_attach>
2786               <bottom_attach>4</bottom_attach>
2787               <xpad>0</xpad>
2788               <ypad>0</ypad>
2789               <xexpand>False</xexpand>
2790               <yexpand>False</yexpand>
2791               <xshrink>False</xshrink>
2792               <yshrink>False</yshrink>
2793               <xfill>True</xfill>
2794               <yfill>False</yfill>
2795             </child>
2796           </widget>
2797
2798           <widget>
2799             <class>GtkHBox</class>
2800             <name>hbox23</name>
2801             <homogeneous>False</homogeneous>
2802             <spacing>0</spacing>
2803             <child>
2804               <left_attach>1</left_attach>
2805               <right_attach>2</right_attach>
2806               <top_attach>2</top_attach>
2807               <bottom_attach>3</bottom_attach>
2808               <xpad>0</xpad>
2809               <ypad>0</ypad>
2810               <xexpand>False</xexpand>
2811               <yexpand>False</yexpand>
2812               <xshrink>False</xshrink>
2813               <yshrink>False</yshrink>
2814               <xfill>True</xfill>
2815               <yfill>True</yfill>
2816             </child>
2817
2818             <widget>
2819               <class>GtkRadioButton</class>
2820               <name>sat_pol_vert</name>
2821               <can_focus>True</can_focus>
2822               <signal>
2823                 <name>toggled</name>
2824                 <handler>GtkSatOpenToggle</handler>
2825                 <last_modification_time>Tue, 09 Jul 2002 15:16:25 GMT</last_modification_time>
2826               </signal>
2827               <label>Vertical</label>
2828               <active>False</active>
2829               <draw_indicator>True</draw_indicator>
2830               <group>pol</group>
2831               <child>
2832                 <padding>0</padding>
2833                 <expand>False</expand>
2834                 <fill>False</fill>
2835               </child>
2836             </widget>
2837
2838             <widget>
2839               <class>GtkRadioButton</class>
2840               <name>sat_pol_hor</name>
2841               <can_focus>True</can_focus>
2842               <signal>
2843                 <name>toggled</name>
2844                 <handler>GtkSatOpenToggle</handler>
2845                 <last_modification_time>Tue, 09 Jul 2002 15:16:36 GMT</last_modification_time>
2846               </signal>
2847               <label>Horizontal</label>
2848               <active>False</active>
2849               <draw_indicator>True</draw_indicator>
2850               <group>pol</group>
2851               <child>
2852                 <padding>0</padding>
2853                 <expand>False</expand>
2854                 <fill>False</fill>
2855               </child>
2856             </widget>
2857           </widget>
2858
2859           <widget>
2860             <class>GtkSpinButton</class>
2861             <name>sat_srate</name>
2862             <can_focus>True</can_focus>
2863             <signal>
2864               <name>changed</name>
2865               <handler>GtkOpenChanged</handler>
2866               <last_modification_time>Tue, 09 Jul 2002 13:58:09 GMT</last_modification_time>
2867             </signal>
2868             <climb_rate>1</climb_rate>
2869             <digits>0</digits>
2870             <numeric>False</numeric>
2871             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2872             <snap>False</snap>
2873             <wrap>False</wrap>
2874             <value>27500000</value>
2875             <lower>1000000</lower>
2876             <upper>30000000</upper>
2877             <step>1</step>
2878             <page>10</page>
2879             <page_size>10</page_size>
2880             <child>
2881               <left_attach>1</left_attach>
2882               <right_attach>2</right_attach>
2883               <top_attach>1</top_attach>
2884               <bottom_attach>2</bottom_attach>
2885               <xpad>0</xpad>
2886               <ypad>0</ypad>
2887               <xexpand>False</xexpand>
2888               <yexpand>False</yexpand>
2889               <xshrink>False</xshrink>
2890               <yshrink>False</yshrink>
2891               <xfill>True</xfill>
2892               <yfill>False</yfill>
2893             </child>
2894           </widget>
2895
2896           <widget>
2897             <class>GtkCombo</class>
2898             <name>sat_fec</name>
2899             <value_in_list>False</value_in_list>
2900             <ok_if_empty>True</ok_if_empty>
2901             <case_sensitive>False</case_sensitive>
2902             <use_arrows>True</use_arrows>
2903             <use_arrows_always>False</use_arrows_always>
2904             <items>1/2
2905 2/3
2906 3/4
2907 4/5
2908 5/6
2909 7/8
2910 </items>
2911             <child>
2912               <left_attach>1</left_attach>
2913               <right_attach>2</right_attach>
2914               <top_attach>3</top_attach>
2915               <bottom_attach>4</bottom_attach>
2916               <xpad>0</xpad>
2917               <ypad>0</ypad>
2918               <xexpand>False</xexpand>
2919               <yexpand>False</yexpand>
2920               <xshrink>False</xshrink>
2921               <yshrink>False</yshrink>
2922               <xfill>True</xfill>
2923               <yfill>False</yfill>
2924             </child>
2925
2926             <widget>
2927               <class>GtkEntry</class>
2928               <child_name>GtkCombo:entry</child_name>
2929               <name>combo-entry1</name>
2930               <can_focus>True</can_focus>
2931               <signal>
2932                 <name>changed</name>
2933                 <handler>GtkOpenChanged</handler>
2934                 <last_modification_time>Tue, 09 Jul 2002 13:58:26 GMT</last_modification_time>
2935               </signal>
2936               <editable>True</editable>
2937               <text_visible>True</text_visible>
2938               <text_max_length>0</text_max_length>
2939               <text>3/4</text>
2940             </widget>
2941           </widget>
2942         </widget>
2943
2944         <widget>
2945           <class>GtkLabel</class>
2946           <child_name>Notebook:tab</child_name>
2947           <name>open_sat</name>
2948           <label>Satellite</label>
2949           <justify>GTK_JUSTIFY_CENTER</justify>
2950           <wrap>False</wrap>
2951           <xalign>0.5</xalign>
2952           <yalign>0.5</yalign>
2953           <xpad>0</xpad>
2954           <ypad>0</ypad>
2955         </widget>
2956       </widget>
2957
2958       <widget>
2959         <class>GtkCheckButton</class>
2960         <name>show_subtitle</name>
2961         <tooltip>Use a subtitles file</tooltip>
2962         <can_focus>True</can_focus>
2963         <signal>
2964           <name>clicked</name>
2965           <handler>GtkOpenSubtitleShow</handler>
2966           <last_modification_time>Mon, 20 Jan 2003 21:09:27 GMT</last_modification_time>
2967         </signal>
2968         <label>Subtitle</label>
2969         <active>False</active>
2970         <draw_indicator>True</draw_indicator>
2971         <child>
2972           <padding>0</padding>
2973           <expand>False</expand>
2974           <fill>False</fill>
2975         </child>
2976       </widget>
2977
2978       <widget>
2979         <class>GtkHBox</class>
2980         <name>hbox_subtitle</name>
2981         <border_width>5</border_width>
2982         <homogeneous>False</homogeneous>
2983         <spacing>5</spacing>
2984         <child>
2985           <padding>0</padding>
2986           <expand>True</expand>
2987           <fill>True</fill>
2988         </child>
2989
2990         <widget>
2991           <class>GtkCombo</class>
2992           <name>combo3</name>
2993           <value_in_list>False</value_in_list>
2994           <ok_if_empty>True</ok_if_empty>
2995           <case_sensitive>False</case_sensitive>
2996           <use_arrows>True</use_arrows>
2997           <use_arrows_always>False</use_arrows_always>
2998           <items></items>
2999           <child>
3000             <padding>0</padding>
3001             <expand>False</expand>
3002             <fill>True</fill>
3003           </child>
3004
3005           <widget>
3006             <class>GtkEntry</class>
3007             <child_name>GtkCombo:entry</child_name>
3008             <name>entry_subtitle</name>
3009             <tooltip>Select a subtitles file</tooltip>
3010             <can_focus>True</can_focus>
3011             <signal>
3012               <name>changed</name>
3013               <handler>GtkOpenChanged</handler>
3014               <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
3015             </signal>
3016             <editable>True</editable>
3017             <text_visible>True</text_visible>
3018             <text_max_length>0</text_max_length>
3019             <text></text>
3020           </widget>
3021         </widget>
3022
3023         <widget>
3024           <class>GtkVBox</class>
3025           <name>vbox14</name>
3026           <homogeneous>True</homogeneous>
3027           <spacing>0</spacing>
3028           <child>
3029             <padding>0</padding>
3030             <expand>False</expand>
3031             <fill>False</fill>
3032           </child>
3033
3034           <widget>
3035             <class>GtkButton</class>
3036             <name>open_browse_subtitle</name>
3037             <can_focus>True</can_focus>
3038             <signal>
3039               <name>clicked</name>
3040               <handler>GtkFileShow</handler>
3041               <data>&quot;entry_subtitle&quot;</data>
3042               <last_modification_time>Mon, 20 Jan 2003 21:46:24 GMT</last_modification_time>
3043             </signal>
3044             <label>Browse...</label>
3045             <relief>GTK_RELIEF_NORMAL</relief>
3046             <child>
3047               <padding>0</padding>
3048               <expand>False</expand>
3049               <fill>False</fill>
3050             </child>
3051           </widget>
3052         </widget>
3053
3054         <widget>
3055           <class>GtkLabel</class>
3056           <name>label37</name>
3057           <label>delay</label>
3058           <justify>GTK_JUSTIFY_CENTER</justify>
3059           <wrap>False</wrap>
3060           <xalign>0.5</xalign>
3061           <yalign>0.5</yalign>
3062           <xpad>0</xpad>
3063           <ypad>0</ypad>
3064           <child>
3065             <padding>0</padding>
3066             <expand>True</expand>
3067             <fill>True</fill>
3068           </child>
3069         </widget>
3070
3071         <widget>
3072           <class>GtkSpinButton</class>
3073           <name>subtitle_delay</name>
3074           <tooltip>Set the delay (in seconds)</tooltip>
3075           <can_focus>True</can_focus>
3076           <signal>
3077             <name>changed</name>
3078             <handler>GtkOpenChanged</handler>
3079             <last_modification_time>Tue, 21 Jan 2003 00:09:20 GMT</last_modification_time>
3080           </signal>
3081           <climb_rate>1</climb_rate>
3082           <digits>1</digits>
3083           <numeric>False</numeric>
3084           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3085           <snap>False</snap>
3086           <wrap>False</wrap>
3087           <value>0</value>
3088           <lower>-1000</lower>
3089           <upper>1000</upper>
3090           <step>0.1</step>
3091           <page>10</page>
3092           <page_size>10</page_size>
3093           <child>
3094             <padding>0</padding>
3095             <expand>True</expand>
3096             <fill>True</fill>
3097           </child>
3098         </widget>
3099
3100         <widget>
3101           <class>GtkLabel</class>
3102           <name>label3</name>
3103           <label>fps</label>
3104           <justify>GTK_JUSTIFY_CENTER</justify>
3105           <wrap>False</wrap>
3106           <xalign>0.5</xalign>
3107           <yalign>0.5</yalign>
3108           <xpad>0</xpad>
3109           <ypad>0</ypad>
3110           <child>
3111             <padding>0</padding>
3112             <expand>True</expand>
3113             <fill>True</fill>
3114           </child>
3115         </widget>
3116
3117         <widget>
3118           <class>GtkSpinButton</class>
3119           <name>subtitle_fps</name>
3120           <tooltip>Set the number of Frames Per Second</tooltip>
3121           <can_focus>True</can_focus>
3122           <climb_rate>1</climb_rate>
3123           <digits>1</digits>
3124           <numeric>False</numeric>
3125           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3126           <snap>False</snap>
3127           <wrap>False</wrap>
3128           <value>0</value>
3129           <lower>0</lower>
3130           <upper>100</upper>
3131           <step>0.1</step>
3132           <page>10</page>
3133           <page_size>10</page_size>
3134           <child>
3135             <padding>0</padding>
3136             <expand>True</expand>
3137             <fill>True</fill>
3138           </child>
3139         </widget>
3140       </widget>
3141     </widget>
3142
3143     <widget>
3144       <class>GtkHBox</class>
3145       <name>hbox30</name>
3146       <homogeneous>False</homogeneous>
3147       <spacing>0</spacing>
3148       <child>
3149         <padding>3</padding>
3150         <expand>False</expand>
3151         <fill>False</fill>
3152       </child>
3153
3154       <widget>
3155         <class>GtkCheckButton</class>
3156         <name>show_sout_settings</name>
3157         <tooltip>Use stream output</tooltip>
3158         <can_focus>True</can_focus>
3159         <signal>
3160           <name>clicked</name>
3161           <handler>GtkOpenSoutShow</handler>
3162           <last_modification_time>Sun, 26 Jan 2003 07:01:23 GMT</last_modification_time>
3163         </signal>
3164         <label>Stream output</label>
3165         <active>False</active>
3166         <draw_indicator>True</draw_indicator>
3167         <child>
3168           <padding>0</padding>
3169           <expand>False</expand>
3170           <fill>False</fill>
3171         </child>
3172       </widget>
3173
3174       <widget>
3175         <class>GtkButton</class>
3176         <name>sout_settings</name>
3177         <tooltip>Stream output configuration </tooltip>
3178         <can_focus>True</can_focus>
3179         <signal>
3180           <name>clicked</name>
3181           <handler>GtkSoutSettings</handler>
3182           <last_modification_time>Sun, 26 Jan 2003 04:22:08 GMT</last_modification_time>
3183         </signal>
3184         <label>Settings...</label>
3185         <relief>GTK_RELIEF_NORMAL</relief>
3186         <child>
3187           <padding>20</padding>
3188           <expand>False</expand>
3189           <fill>False</fill>
3190         </child>
3191       </widget>
3192     </widget>
3193   </widget>
3194 </widget>
3195
3196 <widget>
3197   <class>GtkFileSelection</class>
3198   <name>intf_file</name>
3199   <border_width>10</border_width>
3200   <title>Select File</title>
3201   <type>GTK_WINDOW_TOPLEVEL</type>
3202   <position>GTK_WIN_POS_NONE</position>
3203   <modal>True</modal>
3204   <allow_shrink>False</allow_shrink>
3205   <allow_grow>True</allow_grow>
3206   <auto_shrink>False</auto_shrink>
3207   <show_file_op_buttons>True</show_file_op_buttons>
3208
3209   <widget>
3210     <class>GtkButton</class>
3211     <child_name>FileSel:ok_button</child_name>
3212     <name>file_ok</name>
3213     <can_default>True</can_default>
3214     <can_focus>True</can_focus>
3215     <signal>
3216       <name>clicked</name>
3217       <handler>GtkFileOk</handler>
3218       <last_modification_time>Wed, 10 Jul 2002 11:32:18 GMT</last_modification_time>
3219     </signal>
3220     <label>OK</label>
3221     <relief>GTK_RELIEF_NORMAL</relief>
3222   </widget>
3223
3224   <widget>
3225     <class>GtkButton</class>
3226     <child_name>FileSel:cancel_button</child_name>
3227     <name>file_cancel</name>
3228     <can_default>True</can_default>
3229     <can_focus>True</can_focus>
3230     <signal>
3231       <name>clicked</name>
3232       <handler>GtkFileCancel</handler>
3233       <last_modification_time>Wed, 10 Jul 2002 11:32:23 GMT</last_modification_time>
3234     </signal>
3235     <label>Cancel</label>
3236     <relief>GTK_RELIEF_NORMAL</relief>
3237   </widget>
3238 </widget>
3239
3240 <widget>
3241   <class>GtkDialog</class>
3242   <name>intf_jump</name>
3243   <title>Jump</title>
3244   <type>GTK_WINDOW_TOPLEVEL</type>
3245   <position>GTK_WIN_POS_NONE</position>
3246   <modal>False</modal>
3247   <allow_shrink>True</allow_shrink>
3248   <allow_grow>True</allow_grow>
3249   <auto_shrink>False</auto_shrink>
3250
3251   <widget>
3252     <class>GtkVBox</class>
3253     <child_name>Dialog:vbox</child_name>
3254     <name>dialog-vbox3</name>
3255     <homogeneous>False</homogeneous>
3256     <spacing>0</spacing>
3257
3258     <widget>
3259       <class>GtkHBox</class>
3260       <child_name>Dialog:action_area</child_name>
3261       <name>dialog-action_area2</name>
3262       <border_width>10</border_width>
3263       <homogeneous>True</homogeneous>
3264       <spacing>5</spacing>
3265       <child>
3266         <padding>0</padding>
3267         <expand>False</expand>
3268         <fill>True</fill>
3269         <pack>GTK_PACK_END</pack>
3270       </child>
3271
3272       <widget>
3273         <class>GtkButton</class>
3274         <name>jump_ok_button</name>
3275         <can_focus>True</can_focus>
3276         <signal>
3277           <name>clicked</name>
3278           <handler>GtkJumpOk</handler>
3279           <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
3280         </signal>
3281         <label>OK</label>
3282         <relief>GTK_RELIEF_NORMAL</relief>
3283         <child>
3284           <padding>0</padding>
3285           <expand>True</expand>
3286           <fill>True</fill>
3287         </child>
3288       </widget>
3289
3290       <widget>
3291         <class>GtkButton</class>
3292         <name>jump_cancel_button</name>
3293         <can_focus>True</can_focus>
3294         <signal>
3295           <name>clicked</name>
3296           <handler>GtkJumpCancel</handler>
3297           <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
3298         </signal>
3299         <label>Cancel</label>
3300         <relief>GTK_RELIEF_NORMAL</relief>
3301         <child>
3302           <padding>0</padding>
3303           <expand>True</expand>
3304           <fill>True</fill>
3305         </child>
3306       </widget>
3307     </widget>
3308
3309     <widget>
3310       <class>GtkFrame</class>
3311       <name>jump_frame</name>
3312       <border_width>5</border_width>
3313       <label>Go to:</label>
3314       <label_xalign>0.05</label_xalign>
3315       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3316       <child>
3317         <padding>0</padding>
3318         <expand>True</expand>
3319         <fill>True</fill>
3320       </child>
3321
3322       <widget>
3323         <class>GtkHBox</class>
3324         <name>hbox13</name>
3325         <homogeneous>False</homogeneous>
3326         <spacing>0</spacing>
3327
3328         <widget>
3329           <class>GtkLabel</class>
3330           <name>jump_second_label</name>
3331           <label>s.</label>
3332           <justify>GTK_JUSTIFY_CENTER</justify>
3333           <wrap>False</wrap>
3334           <xalign>0.5</xalign>
3335           <yalign>0.5</yalign>
3336           <xpad>0</xpad>
3337           <ypad>0</ypad>
3338           <child>
3339             <padding>5</padding>
3340             <expand>False</expand>
3341             <fill>False</fill>
3342             <pack>GTK_PACK_END</pack>
3343           </child>
3344         </widget>
3345
3346         <widget>
3347           <class>GtkSpinButton</class>
3348           <name>jump_second_spinbutton</name>
3349           <can_focus>True</can_focus>
3350           <climb_rate>1</climb_rate>
3351           <digits>0</digits>
3352           <numeric>False</numeric>
3353           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3354           <snap>False</snap>
3355           <wrap>False</wrap>
3356           <value>0</value>
3357           <lower>0</lower>
3358           <upper>60</upper>
3359           <step>1</step>
3360           <page>10</page>
3361           <page_size>10</page_size>
3362           <child>
3363             <padding>0</padding>
3364             <expand>False</expand>
3365             <fill>True</fill>
3366             <pack>GTK_PACK_END</pack>
3367           </child>
3368         </widget>
3369
3370         <widget>
3371           <class>GtkLabel</class>
3372           <name>jump_minute_label</name>
3373           <label>m:</label>
3374           <justify>GTK_JUSTIFY_CENTER</justify>
3375           <wrap>False</wrap>
3376           <xalign>0.5</xalign>
3377           <yalign>0.5</yalign>
3378           <xpad>0</xpad>
3379           <ypad>0</ypad>
3380           <child>
3381             <padding>5</padding>
3382             <expand>False</expand>
3383             <fill>False</fill>
3384             <pack>GTK_PACK_END</pack>
3385           </child>
3386         </widget>
3387
3388         <widget>
3389           <class>GtkSpinButton</class>
3390           <name>jump_minute_spinbutton</name>
3391           <can_focus>True</can_focus>
3392           <climb_rate>1</climb_rate>
3393           <digits>0</digits>
3394           <numeric>False</numeric>
3395           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3396           <snap>False</snap>
3397           <wrap>False</wrap>
3398           <value>0</value>
3399           <lower>0</lower>
3400           <upper>60</upper>
3401           <step>1</step>
3402           <page>10</page>
3403           <page_size>10</page_size>
3404           <child>
3405             <padding>0</padding>
3406             <expand>False</expand>
3407             <fill>True</fill>
3408             <pack>GTK_PACK_END</pack>
3409           </child>
3410         </widget>
3411
3412         <widget>
3413           <class>GtkLabel</class>
3414           <name>jump_hour_label</name>
3415           <label>h:</label>
3416           <justify>GTK_JUSTIFY_CENTER</justify>
3417           <wrap>False</wrap>
3418           <xalign>0.5</xalign>
3419           <yalign>0.5</yalign>
3420           <xpad>0</xpad>
3421           <ypad>0</ypad>
3422           <child>
3423             <padding>5</padding>
3424             <expand>False</expand>
3425             <fill>False</fill>
3426             <pack>GTK_PACK_END</pack>
3427           </child>
3428         </widget>
3429
3430         <widget>
3431           <class>GtkSpinButton</class>
3432           <name>jump_hour_spinbutton</name>
3433           <can_focus>True</can_focus>
3434           <climb_rate>1</climb_rate>
3435           <digits>0</digits>
3436           <numeric>False</numeric>
3437           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3438           <snap>False</snap>
3439           <wrap>False</wrap>
3440           <value>0</value>
3441           <lower>0</lower>
3442           <upper>12</upper>
3443           <step>1</step>
3444           <page>10</page>
3445           <page_size>10</page_size>
3446           <child>
3447             <padding>0</padding>
3448             <expand>False</expand>
3449             <fill>True</fill>
3450             <pack>GTK_PACK_END</pack>
3451           </child>
3452         </widget>
3453       </widget>
3454     </widget>
3455   </widget>
3456 </widget>
3457
3458 <widget>
3459   <class>GtkDialog</class>
3460   <name>intf_playlist</name>
3461   <signal>
3462     <name>destroy</name>
3463     <handler>gtk_widget_hide</handler>
3464     <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
3465   </signal>
3466   <signal>
3467     <name>delete_event</name>
3468     <handler>gtk_widget_hide</handler>
3469     <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
3470   </signal>
3471   <title>Playlist</title>
3472   <type>GTK_WINDOW_TOPLEVEL</type>
3473   <position>GTK_WIN_POS_NONE</position>
3474   <modal>False</modal>
3475   <default_width>400</default_width>
3476   <default_height>300</default_height>
3477   <allow_shrink>True</allow_shrink>
3478   <allow_grow>True</allow_grow>
3479   <auto_shrink>False</auto_shrink>
3480
3481   <widget>
3482     <class>GtkVBox</class>
3483     <child_name>Dialog:vbox</child_name>
3484     <name>dialog-vbox4</name>
3485     <homogeneous>False</homogeneous>
3486     <spacing>5</spacing>
3487
3488     <widget>
3489       <class>GtkHBox</class>
3490       <child_name>Dialog:action_area</child_name>
3491       <name>dialog-action_area3</name>
3492       <border_width>10</border_width>
3493       <homogeneous>True</homogeneous>
3494       <spacing>5</spacing>
3495       <child>
3496         <padding>0</padding>
3497         <expand>False</expand>
3498         <fill>True</fill>
3499         <pack>GTK_PACK_END</pack>
3500       </child>
3501
3502       <widget>
3503         <class>GtkButton</class>
3504         <name>playlist_ok_button</name>
3505         <can_focus>True</can_focus>
3506         <signal>
3507           <name>clicked</name>
3508           <handler>GtkPlaylistOk</handler>
3509           <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
3510         </signal>
3511         <label>OK</label>
3512         <relief>GTK_RELIEF_NORMAL</relief>
3513         <child>
3514           <padding>0</padding>
3515           <expand>True</expand>
3516           <fill>True</fill>
3517         </child>
3518       </widget>
3519
3520       <widget>
3521         <class>GtkButton</class>
3522         <name>playlist_cancel_button</name>
3523         <can_focus>True</can_focus>
3524         <signal>
3525           <name>clicked</name>
3526           <handler>GtkPlaylistCancel</handler>
3527           <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
3528         </signal>
3529         <label>Cancel</label>
3530         <relief>GTK_RELIEF_NORMAL</relief>
3531         <child>
3532           <padding>0</padding>
3533           <expand>True</expand>
3534           <fill>True</fill>
3535         </child>
3536       </widget>
3537     </widget>
3538
3539     <widget>
3540       <class>GtkMenuBar</class>
3541       <name>playlist_menubar</name>
3542       <shadow_type>GTK_SHADOW_OUT</shadow_type>
3543       <child>
3544         <padding>0</padding>
3545         <expand>False</expand>
3546         <fill>False</fill>
3547       </child>
3548
3549       <widget>
3550         <class>GtkMenuItem</class>
3551         <name>playlist_add</name>
3552         <label>Add</label>
3553         <right_justify>False</right_justify>
3554
3555         <widget>
3556           <class>GtkMenu</class>
3557           <name>playlist_add_menu</name>
3558
3559           <widget>
3560             <class>GtkMenuItem</class>
3561             <name>playlist_add_disc</name>
3562             <signal>
3563               <name>activate</name>
3564               <handler>GtkDiscOpenShow</handler>
3565               <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
3566             </signal>
3567             <label>Disc</label>
3568             <right_justify>False</right_justify>
3569           </widget>
3570
3571           <widget>
3572             <class>GtkMenuItem</class>
3573             <name>playlist_add_file</name>
3574             <signal>
3575               <name>activate</name>
3576               <handler>GtkFileOpenShow</handler>
3577               <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
3578             </signal>
3579             <label>File</label>
3580             <right_justify>False</right_justify>
3581           </widget>
3582
3583           <widget>
3584             <class>GtkMenuItem</class>
3585             <name>playlist_add_network</name>
3586             <signal>
3587               <name>activate</name>
3588               <handler>GtkNetworkOpenShow</handler>
3589               <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
3590             </signal>
3591             <label>Network</label>
3592             <right_justify>False</right_justify>
3593           </widget>
3594
3595           <widget>
3596             <class>GtkMenuItem</class>
3597             <name>playlist_add_url</name>
3598             <signal>
3599               <name>activate</name>
3600               <handler>GtkPlaylistAddUrl</handler>
3601               <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
3602             </signal>
3603             <label>Url</label>
3604             <right_justify>False</right_justify>
3605           </widget>
3606         </widget>
3607       </widget>
3608
3609       <widget>
3610         <class>GtkMenuItem</class>
3611         <name>playlist_delete</name>
3612         <label>Delete</label>
3613         <right_justify>False</right_justify>
3614
3615         <widget>
3616           <class>GtkMenu</class>
3617           <name>playlist_delete_menu</name>
3618
3619           <widget>
3620             <class>GtkMenuItem</class>
3621             <name>playlist_delete_all</name>
3622             <signal>
3623               <name>activate</name>
3624               <handler>GtkPlaylistDeleteAll</handler>
3625               <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
3626             </signal>
3627             <label>All</label>
3628             <right_justify>False</right_justify>
3629           </widget>
3630
3631           <widget>
3632             <class>GtkMenuItem</class>
3633             <name>playlist_delete_selected</name>
3634             <signal>
3635               <name>activate</name>
3636               <handler>GtkPlaylistDeleteSelected</handler>
3637               <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
3638             </signal>
3639             <label>Selected</label>
3640             <right_justify>False</right_justify>
3641           </widget>
3642         </widget>
3643       </widget>
3644
3645       <widget>
3646         <class>GtkMenuItem</class>
3647         <name>playlist_selection</name>
3648         <label>Selection</label>
3649         <right_justify>False</right_justify>
3650
3651         <widget>
3652           <class>GtkMenu</class>
3653           <name>playlist_selection_menu</name>
3654
3655           <widget>
3656             <class>GtkMenuItem</class>
3657             <name>playlist_selection_crop</name>
3658             <signal>
3659               <name>activate</name>
3660               <handler>GtkPlaylistCrop</handler>
3661               <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
3662             </signal>
3663             <label>_Crop</label>
3664             <right_justify>False</right_justify>
3665           </widget>
3666
3667           <widget>
3668             <class>GtkMenuItem</class>
3669             <name>playlist_selection_invert</name>
3670             <signal>
3671               <name>activate</name>
3672               <handler>GtkPlaylistInvert</handler>
3673               <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
3674             </signal>
3675             <label>_Invert</label>
3676             <right_justify>False</right_justify>
3677           </widget>
3678
3679           <widget>
3680             <class>GtkMenuItem</class>
3681             <name>playlist_selection_select</name>
3682             <signal>
3683               <name>activate</name>
3684               <handler>GtkPlaylistSelect</handler>
3685               <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
3686             </signal>
3687             <label>_Select</label>
3688             <right_justify>False</right_justify>
3689           </widget>
3690         </widget>
3691       </widget>
3692     </widget>
3693
3694     <widget>
3695       <class>GtkScrolledWindow</class>
3696       <name>scrolledwindow1</name>
3697       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
3698       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
3699       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3700       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3701       <child>
3702         <padding>0</padding>
3703         <expand>True</expand>
3704         <fill>True</fill>
3705       </child>
3706
3707       <widget>
3708         <class>GtkCList</class>
3709         <name>playlist_clist</name>
3710         <border_width>5</border_width>
3711         <can_focus>True</can_focus>
3712         <signal>
3713           <name>event</name>
3714           <handler>GtkPlaylistEvent</handler>
3715           <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
3716         </signal>
3717         <signal>
3718           <name>drag_data_received</name>
3719           <handler>GtkPlaylistDragData</handler>
3720           <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
3721         </signal>
3722         <signal>
3723           <name>drag_motion</name>
3724           <handler>GtkPlaylistDragMotion</handler>
3725           <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
3726         </signal>
3727         <columns>2</columns>
3728         <column_widths>257,80</column_widths>
3729         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
3730         <show_titles>True</show_titles>
3731         <shadow_type>GTK_SHADOW_OUT</shadow_type>
3732
3733         <widget>
3734           <class>GtkLabel</class>
3735           <child_name>CList:title</child_name>
3736           <name>label22</name>
3737           <label>File</label>
3738           <justify>GTK_JUSTIFY_CENTER</justify>
3739           <wrap>False</wrap>
3740           <xalign>0.5</xalign>
3741           <yalign>0.5</yalign>
3742           <xpad>0</xpad>
3743           <ypad>0</ypad>
3744         </widget>
3745
3746         <widget>
3747           <class>GtkLabel</class>
3748           <child_name>CList:title</child_name>
3749           <name>label23</name>
3750           <label>Duration</label>
3751           <justify>GTK_JUSTIFY_CENTER</justify>
3752           <wrap>False</wrap>
3753           <xalign>0.5</xalign>
3754           <yalign>0.5</yalign>
3755           <xpad>0</xpad>
3756           <ypad>0</ypad>
3757         </widget>
3758       </widget>
3759     </widget>
3760   </widget>
3761 </widget>
3762
3763 <widget>
3764   <class>GtkDialog</class>
3765   <name>intf_messages</name>
3766   <signal>
3767     <name>delete_event</name>
3768     <handler>GtkMessagesDelete</handler>
3769     <last_modification_time>Tue, 19 Feb 2002 02:39:16 GMT</last_modification_time>
3770   </signal>
3771   <title>Messages</title>
3772   <type>GTK_WINDOW_TOPLEVEL</type>
3773   <position>GTK_WIN_POS_NONE</position>
3774   <modal>False</modal>
3775   <default_width>600</default_width>
3776   <default_height>400</default_height>
3777   <allow_shrink>True</allow_shrink>
3778   <allow_grow>True</allow_grow>
3779   <auto_shrink>False</auto_shrink>
3780
3781   <widget>
3782     <class>GtkVBox</class>
3783     <child_name>Dialog:vbox</child_name>
3784     <name>dialog-vbox6</name>
3785     <homogeneous>False</homogeneous>
3786     <spacing>0</spacing>
3787
3788     <widget>
3789       <class>GtkHBox</class>
3790       <child_name>Dialog:action_area</child_name>
3791       <name>dialog-action_area5</name>
3792       <border_width>5</border_width>
3793       <homogeneous>True</homogeneous>
3794       <spacing>5</spacing>
3795       <child>
3796         <padding>0</padding>
3797         <expand>False</expand>
3798         <fill>True</fill>
3799         <pack>GTK_PACK_END</pack>
3800       </child>
3801
3802       <widget>
3803         <class>GtkButton</class>
3804         <name>messages_ok</name>
3805         <can_default>True</can_default>
3806         <has_default>True</has_default>
3807         <can_focus>True</can_focus>
3808         <signal>
3809           <name>clicked</name>
3810           <handler>GtkMessagesOk</handler>
3811           <last_modification_time>Tue, 19 Feb 2002 02:07:37 GMT</last_modification_time>
3812         </signal>
3813         <label>OK</label>
3814         <relief>GTK_RELIEF_NORMAL</relief>
3815         <child>
3816           <padding>0</padding>
3817           <expand>False</expand>
3818           <fill>True</fill>
3819         </child>
3820       </widget>
3821     </widget>
3822
3823     <widget>
3824       <class>GtkScrolledWindow</class>
3825       <name>scrolledwindow2</name>
3826       <border_width>5</border_width>
3827       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
3828       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
3829       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3830       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3831       <child>
3832         <padding>0</padding>
3833         <expand>True</expand>
3834         <fill>True</fill>
3835       </child>
3836
3837       <widget>
3838         <class>GtkText</class>
3839         <name>messages_textbox</name>
3840         <can_focus>True</can_focus>
3841         <editable>False</editable>
3842         <text></text>
3843       </widget>
3844     </widget>
3845   </widget>
3846 </widget>
3847
3848 <widget>
3849   <class>GtkWindow</class>
3850   <name>intf_sout</name>
3851   <border_width>5</border_width>
3852   <title>Stream output</title>
3853   <type>GTK_WINDOW_TOPLEVEL</type>
3854   <position>GTK_WIN_POS_NONE</position>
3855   <modal>True</modal>
3856   <allow_shrink>False</allow_shrink>
3857   <allow_grow>True</allow_grow>
3858   <auto_shrink>False</auto_shrink>
3859
3860   <widget>
3861     <class>GtkVBox</class>
3862     <name>vbox15</name>
3863     <homogeneous>False</homogeneous>
3864     <spacing>0</spacing>
3865
3866     <widget>
3867       <class>GtkVBox</class>
3868       <name>vbox16</name>
3869       <homogeneous>False</homogeneous>
3870       <spacing>0</spacing>
3871       <child>
3872         <padding>0</padding>
3873         <expand>True</expand>
3874         <fill>True</fill>
3875       </child>
3876
3877       <widget>
3878         <class>GtkFrame</class>
3879         <name>frame11</name>
3880         <label>Stream output (MRL)</label>
3881         <label_xalign>0</label_xalign>
3882         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3883         <child>
3884           <padding>0</padding>
3885           <expand>False</expand>
3886           <fill>True</fill>
3887         </child>
3888
3889         <widget>
3890           <class>GtkHBox</class>
3891           <name>hbox28</name>
3892           <border_width>5</border_width>
3893           <homogeneous>False</homogeneous>
3894           <spacing>0</spacing>
3895
3896           <widget>
3897             <class>GtkLabel</class>
3898             <name>label38</name>
3899             <label>Destination Target: </label>
3900             <justify>GTK_JUSTIFY_CENTER</justify>
3901             <wrap>False</wrap>
3902             <xalign>0.5</xalign>
3903             <yalign>0.5</yalign>
3904             <xpad>0</xpad>
3905             <ypad>0</ypad>
3906             <child>
3907               <padding>0</padding>
3908               <expand>False</expand>
3909               <fill>False</fill>
3910             </child>
3911           </widget>
3912
3913           <widget>
3914             <class>GtkCombo</class>
3915             <name>combo4</name>
3916             <value_in_list>False</value_in_list>
3917             <ok_if_empty>True</ok_if_empty>
3918             <case_sensitive>False</case_sensitive>
3919             <use_arrows>True</use_arrows>
3920             <use_arrows_always>False</use_arrows_always>
3921             <items></items>
3922             <child>
3923               <padding>0</padding>
3924               <expand>True</expand>
3925               <fill>True</fill>
3926             </child>
3927
3928             <widget>
3929               <class>GtkEntry</class>
3930               <child_name>GtkCombo:entry</child_name>
3931               <name>sout_entry_target</name>
3932               <can_focus>True</can_focus>
3933               <editable>True</editable>
3934               <text_visible>True</text_visible>
3935               <text_max_length>0</text_max_length>
3936               <text></text>
3937             </widget>
3938           </widget>
3939         </widget>
3940       </widget>
3941
3942       <widget>
3943         <class>GtkFrame</class>
3944         <name>frame12</name>
3945         <label_xalign>0</label_xalign>
3946         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3947         <child>
3948           <padding>0</padding>
3949           <expand>True</expand>
3950           <fill>True</fill>
3951         </child>
3952
3953         <widget>
3954           <class>GtkTable</class>
3955           <name>table6</name>
3956           <rows>3</rows>
3957           <columns>5</columns>
3958           <homogeneous>False</homogeneous>
3959           <row_spacing>5</row_spacing>
3960           <column_spacing>5</column_spacing>
3961
3962           <widget>
3963             <class>GtkRadioButton</class>
3964             <name>sout_access_file</name>
3965             <can_focus>True</can_focus>
3966             <signal>
3967               <name>toggled</name>
3968               <handler>GtkSoutSettingsAccessFile</handler>
3969               <last_modification_time>Sun, 26 Jan 2003 05:40:41 GMT</last_modification_time>
3970             </signal>
3971             <label>File</label>
3972             <active>False</active>
3973             <draw_indicator>True</draw_indicator>
3974             <group>sout_access</group>
3975             <child>
3976               <left_attach>0</left_attach>
3977               <right_attach>1</right_attach>
3978               <top_attach>0</top_attach>
3979               <bottom_attach>1</bottom_attach>
3980               <xpad>0</xpad>
3981               <ypad>0</ypad>
3982               <xexpand>False</xexpand>
3983               <yexpand>False</yexpand>
3984               <xshrink>False</xshrink>
3985               <yshrink>False</yshrink>
3986               <xfill>True</xfill>
3987               <yfill>False</yfill>
3988             </child>
3989           </widget>
3990
3991           <widget>
3992             <class>GtkRadioButton</class>
3993             <name>sout_access_udp</name>
3994             <can_focus>True</can_focus>
3995             <signal>
3996               <name>toggled</name>
3997               <handler>GtkSoutSettingsAccessUdp</handler>
3998               <last_modification_time>Sun, 26 Jan 2003 05:40:51 GMT</last_modification_time>
3999             </signal>
4000             <label>UDP</label>
4001             <active>False</active>
4002             <draw_indicator>True</draw_indicator>
4003             <group>sout_access</group>
4004             <child>
4005               <left_attach>0</left_attach>
4006               <right_attach>1</right_attach>
4007               <top_attach>1</top_attach>
4008               <bottom_attach>2</bottom_attach>
4009               <xpad>0</xpad>
4010               <ypad>0</ypad>
4011               <xexpand>False</xexpand>
4012               <yexpand>False</yexpand>
4013               <xshrink>False</xshrink>
4014               <yshrink>False</yshrink>
4015               <xfill>True</xfill>
4016               <yfill>False</yfill>
4017             </child>
4018           </widget>
4019
4020           <widget>
4021             <class>GtkRadioButton</class>
4022             <name>sout_access_rtp</name>
4023             <can_focus>True</can_focus>
4024             <signal>
4025               <name>toggled</name>
4026               <handler>GtkSoutSettingsAccessUdp</handler>
4027               <last_modification_time>Sun, 26 Jan 2003 05:50:02 GMT</last_modification_time>
4028             </signal>
4029             <label>RTP</label>
4030             <active>False</active>
4031             <draw_indicator>True</draw_indicator>
4032             <group>sout_access</group>
4033             <child>
4034               <left_attach>0</left_attach>
4035               <right_attach>1</right_attach>
4036               <top_attach>2</top_attach>
4037               <bottom_attach>3</bottom_attach>
4038               <xpad>0</xpad>
4039               <ypad>0</ypad>
4040               <xexpand>False</xexpand>
4041               <yexpand>False</yexpand>
4042               <xshrink>False</xshrink>
4043               <yshrink>False</yshrink>
4044               <xfill>True</xfill>
4045               <yfill>False</yfill>
4046             </child>
4047           </widget>
4048
4049           <widget>
4050             <class>GtkLabel</class>
4051             <name>sout_file_path_label</name>
4052             <label>Path:</label>
4053             <justify>GTK_JUSTIFY_CENTER</justify>
4054             <wrap>False</wrap>
4055             <xalign>0</xalign>
4056             <yalign>0.5</yalign>
4057             <xpad>0</xpad>
4058             <ypad>0</ypad>
4059             <child>
4060               <left_attach>1</left_attach>
4061               <right_attach>2</right_attach>
4062               <top_attach>0</top_attach>
4063               <bottom_attach>1</bottom_attach>
4064               <xpad>0</xpad>
4065               <ypad>0</ypad>
4066               <xexpand>False</xexpand>
4067               <yexpand>False</yexpand>
4068               <xshrink>False</xshrink>
4069               <yshrink>False</yshrink>
4070               <xfill>True</xfill>
4071               <yfill>False</yfill>
4072             </child>
4073           </widget>
4074
4075           <widget>
4076             <class>GtkCombo</class>
4077             <name>combo6</name>
4078             <value_in_list>False</value_in_list>
4079             <ok_if_empty>True</ok_if_empty>
4080             <case_sensitive>False</case_sensitive>
4081             <use_arrows>True</use_arrows>
4082             <use_arrows_always>False</use_arrows_always>
4083             <items></items>
4084             <child>
4085               <left_attach>2</left_attach>
4086               <right_attach>5</right_attach>
4087               <top_attach>0</top_attach>
4088               <bottom_attach>1</bottom_attach>
4089               <xpad>0</xpad>
4090               <ypad>0</ypad>
4091               <xexpand>True</xexpand>
4092               <yexpand>False</yexpand>
4093               <xshrink>False</xshrink>
4094               <yshrink>False</yshrink>
4095               <xfill>True</xfill>
4096               <yfill>False</yfill>
4097             </child>
4098
4099             <widget>
4100               <class>GtkEntry</class>
4101               <child_name>GtkCombo:entry</child_name>
4102               <name>sout_file_path</name>
4103               <can_focus>True</can_focus>
4104               <signal>
4105                 <name>changed</name>
4106                 <handler>GtkSoutSettingsChanged</handler>
4107                 <last_modification_time>Sun, 26 Jan 2003 04:54:22 GMT</last_modification_time>
4108               </signal>
4109               <editable>True</editable>
4110               <text_visible>True</text_visible>
4111               <text_max_length>0</text_max_length>
4112               <text></text>
4113             </widget>
4114           </widget>
4115
4116           <widget>
4117             <class>GtkLabel</class>
4118             <name>sout_udp_address_label</name>
4119             <label>Address:</label>
4120             <justify>GTK_JUSTIFY_CENTER</justify>
4121             <wrap>False</wrap>
4122             <xalign>0</xalign>
4123             <yalign>0.5</yalign>
4124             <xpad>0</xpad>
4125             <ypad>0</ypad>
4126             <child>
4127               <left_attach>1</left_attach>
4128               <right_attach>2</right_attach>
4129               <top_attach>1</top_attach>
4130               <bottom_attach>2</bottom_attach>
4131               <xpad>0</xpad>
4132               <ypad>0</ypad>
4133               <xexpand>False</xexpand>
4134               <yexpand>False</yexpand>
4135               <xshrink>False</xshrink>
4136               <yshrink>False</yshrink>
4137               <xfill>True</xfill>
4138               <yfill>False</yfill>
4139             </child>
4140           </widget>
4141
4142           <widget>
4143             <class>GtkCombo</class>
4144             <name>sout_udp_address_combo</name>
4145             <value_in_list>False</value_in_list>
4146             <ok_if_empty>True</ok_if_empty>
4147             <case_sensitive>False</case_sensitive>
4148             <use_arrows>True</use_arrows>
4149             <use_arrows_always>False</use_arrows_always>
4150             <items></items>
4151             <child>
4152               <left_attach>2</left_attach>
4153               <right_attach>3</right_attach>
4154               <top_attach>1</top_attach>
4155               <bottom_attach>2</bottom_attach>
4156               <xpad>0</xpad>
4157               <ypad>0</ypad>
4158               <xexpand>True</xexpand>
4159               <yexpand>False</yexpand>
4160               <xshrink>False</xshrink>
4161               <yshrink>False</yshrink>
4162               <xfill>True</xfill>
4163               <yfill>False</yfill>
4164             </child>
4165
4166             <widget>
4167               <class>GtkEntry</class>
4168               <child_name>GtkCombo:entry</child_name>
4169               <name>sout_udp_address</name>
4170               <can_focus>True</can_focus>
4171               <signal>
4172                 <name>changed</name>
4173                 <handler>GtkSoutSettingsChanged</handler>
4174                 <last_modification_time>Sun, 26 Jan 2003 04:54:29 GMT</last_modification_time>
4175               </signal>
4176               <editable>True</editable>
4177               <text_visible>True</text_visible>
4178               <text_max_length>0</text_max_length>
4179               <text></text>
4180             </widget>
4181           </widget>
4182
4183           <widget>
4184             <class>GtkSpinButton</class>
4185             <name>sout_udp_port</name>
4186             <can_focus>True</can_focus>
4187             <signal>
4188               <name>changed</name>
4189               <handler>GtkSoutSettingsChanged</handler>
4190               <last_modification_time>Sun, 26 Jan 2003 10:27:52 GMT</last_modification_time>
4191             </signal>
4192             <climb_rate>1</climb_rate>
4193             <digits>0</digits>
4194             <numeric>False</numeric>
4195             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4196             <snap>False</snap>
4197             <wrap>False</wrap>
4198             <value>1234</value>
4199             <lower>0</lower>
4200             <upper>65535</upper>
4201             <step>1</step>
4202             <page>10</page>
4203             <page_size>10</page_size>
4204             <child>
4205               <left_attach>4</left_attach>
4206               <right_attach>5</right_attach>
4207               <top_attach>1</top_attach>
4208               <bottom_attach>2</bottom_attach>
4209               <xpad>0</xpad>
4210               <ypad>0</ypad>
4211               <xexpand>True</xexpand>
4212               <yexpand>False</yexpand>
4213               <xshrink>False</xshrink>
4214               <yshrink>False</yshrink>
4215               <xfill>True</xfill>
4216               <yfill>False</yfill>
4217             </child>
4218           </widget>
4219
4220           <widget>
4221             <class>GtkHBox</class>
4222             <name>hbox29</name>
4223             <homogeneous>False</homogeneous>
4224             <spacing>0</spacing>
4225             <child>
4226               <left_attach>4</left_attach>
4227               <right_attach>5</right_attach>
4228               <top_attach>2</top_attach>
4229               <bottom_attach>3</bottom_attach>
4230               <xpad>0</xpad>
4231               <ypad>0</ypad>
4232               <xexpand>False</xexpand>
4233               <yexpand>False</yexpand>
4234               <xshrink>False</xshrink>
4235               <yshrink>False</yshrink>
4236               <xfill>True</xfill>
4237               <yfill>True</yfill>
4238             </child>
4239
4240             <widget>
4241               <class>GtkRadioButton</class>
4242               <name>sout_mux_ts</name>
4243               <can_focus>True</can_focus>
4244               <signal>
4245                 <name>toggled</name>
4246                 <handler>GtkSoutSettingsChanged</handler>
4247                 <last_modification_time>Sun, 26 Jan 2003 06:42:47 GMT</last_modification_time>
4248               </signal>
4249               <label>TS</label>
4250               <active>False</active>
4251               <draw_indicator>True</draw_indicator>
4252               <group>sout_mux</group>
4253               <child>
4254                 <padding>0</padding>
4255                 <expand>False</expand>
4256                 <fill>False</fill>
4257               </child>
4258             </widget>
4259
4260             <widget>
4261               <class>GtkRadioButton</class>
4262               <name>sout_mux_ps</name>
4263               <can_focus>True</can_focus>
4264               <signal>
4265                 <name>toggled</name>
4266                 <handler>GtkSoutSettingsChanged</handler>
4267                 <last_modification_time>Sun, 26 Jan 2003 06:42:53 GMT</last_modification_time>
4268               </signal>
4269               <label>PS</label>
4270               <active>False</active>
4271               <draw_indicator>True</draw_indicator>
4272               <group>sout_mux</group>
4273               <child>
4274                 <padding>0</padding>
4275                 <expand>False</expand>
4276                 <fill>False</fill>
4277               </child>
4278             </widget>
4279
4280             <widget>
4281               <class>GtkRadioButton</class>
4282               <name>sout_mux_avi</name>
4283               <can_focus>True</can_focus>
4284               <signal>
4285                 <name>toggled</name>
4286                 <handler>GtkSoutSettingsChanged</handler>
4287                 <last_modification_time>Sun, 26 Jan 2003 06:42:58 GMT</last_modification_time>
4288               </signal>
4289               <label>AVI</label>
4290               <active>False</active>
4291               <draw_indicator>True</draw_indicator>
4292               <group>sout_mux</group>
4293               <child>
4294                 <padding>0</padding>
4295                 <expand>False</expand>
4296                 <fill>False</fill>
4297               </child>
4298             </widget>
4299           </widget>
4300
4301           <widget>
4302             <class>GtkLabel</class>
4303             <name>sout_udp_port_label</name>
4304             <label>Port</label>
4305             <justify>GTK_JUSTIFY_CENTER</justify>
4306             <wrap>False</wrap>
4307             <xalign>0</xalign>
4308             <yalign>0.5</yalign>
4309             <xpad>0</xpad>
4310             <ypad>0</ypad>
4311             <child>
4312               <left_attach>3</left_attach>
4313               <right_attach>4</right_attach>
4314               <top_attach>1</top_attach>
4315               <bottom_attach>2</bottom_attach>
4316               <xpad>0</xpad>
4317               <ypad>0</ypad>
4318               <xexpand>False</xexpand>
4319               <yexpand>False</yexpand>
4320               <xshrink>False</xshrink>
4321               <yshrink>False</yshrink>
4322               <xfill>True</xfill>
4323               <yfill>False</yfill>
4324             </child>
4325           </widget>
4326         </widget>
4327       </widget>
4328     </widget>
4329
4330     <widget>
4331       <class>GtkHBox</class>
4332       <name>hbox25</name>
4333       <border_width>5</border_width>
4334       <homogeneous>False</homogeneous>
4335       <spacing>0</spacing>
4336       <child>
4337         <padding>0</padding>
4338         <expand>False</expand>
4339         <fill>True</fill>
4340         <pack>GTK_PACK_END</pack>
4341       </child>
4342
4343       <widget>
4344         <class>GtkHBox</class>
4345         <name>hbox26</name>
4346         <homogeneous>False</homogeneous>
4347         <spacing>0</spacing>
4348         <child>
4349           <padding>3</padding>
4350           <expand>True</expand>
4351           <fill>True</fill>
4352           <pack>GTK_PACK_END</pack>
4353         </child>
4354
4355         <widget>
4356           <class>GtkButton</class>
4357           <name>button1</name>
4358           <can_focus>True</can_focus>
4359           <signal>
4360             <name>clicked</name>
4361             <handler>GtkSoutSettingsOk</handler>
4362             <last_modification_time>Sun, 26 Jan 2003 04:52:18 GMT</last_modification_time>
4363           </signal>
4364           <label>OK</label>
4365           <relief>GTK_RELIEF_NORMAL</relief>
4366           <child>
4367             <padding>2</padding>
4368             <expand>True</expand>
4369             <fill>True</fill>
4370           </child>
4371         </widget>
4372
4373         <widget>
4374           <class>GtkButton</class>
4375           <name>button2</name>
4376           <can_focus>True</can_focus>
4377           <signal>
4378             <name>clicked</name>
4379             <handler>GtkSoutSettingsCancel</handler>
4380             <last_modification_time>Sun, 26 Jan 2003 04:32:24 GMT</last_modification_time>
4381           </signal>
4382           <label>Cancel</label>
4383           <relief>GTK_RELIEF_NORMAL</relief>
4384           <child>
4385             <padding>2</padding>
4386             <expand>True</expand>
4387             <fill>True</fill>
4388           </child>
4389         </widget>
4390       </widget>
4391     </widget>
4392   </widget>
4393 </widget>
4394
4395 </GTK-Interface>