]> git.sesse.net Git - vlc/blob - modules/gui/gtk/gtk.glade
* got rid of this useless error message
[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 a DVD or VCD</tooltip>
100               <accelerator>
101                 <modifiers>0</modifiers>
102                 <key>GDK_F4</key>
103                 <signal>activate</signal>
104               </accelerator>
105               <signal>
106                 <name>activate</name>
107                 <handler>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 a DVD or VCD</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 a DVD or VCD</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           </widget>
2039
2040           <widget>
2041             <class>GtkLabel</class>
2042             <name>label19</name>
2043             <label>Device name</label>
2044             <justify>GTK_JUSTIFY_CENTER</justify>
2045             <wrap>False</wrap>
2046             <xalign>0</xalign>
2047             <yalign>0.5</yalign>
2048             <xpad>0</xpad>
2049             <ypad>0</ypad>
2050             <child>
2051               <left_attach>0</left_attach>
2052               <right_attach>1</right_attach>
2053               <top_attach>1</top_attach>
2054               <bottom_attach>2</bottom_attach>
2055               <xpad>0</xpad>
2056               <ypad>0</ypad>
2057               <xexpand>False</xexpand>
2058               <yexpand>False</yexpand>
2059               <xshrink>False</xshrink>
2060               <yshrink>False</yshrink>
2061               <xfill>True</xfill>
2062               <yfill>False</yfill>
2063             </child>
2064           </widget>
2065
2066           <widget>
2067             <class>GtkLabel</class>
2068             <name>disc_chapter_label</name>
2069             <label>Chapter</label>
2070             <justify>GTK_JUSTIFY_CENTER</justify>
2071             <wrap>False</wrap>
2072             <xalign>0</xalign>
2073             <yalign>0.5</yalign>
2074             <xpad>0</xpad>
2075             <ypad>0</ypad>
2076             <child>
2077               <left_attach>0</left_attach>
2078               <right_attach>1</right_attach>
2079               <top_attach>4</top_attach>
2080               <bottom_attach>5</bottom_attach>
2081               <xpad>0</xpad>
2082               <ypad>0</ypad>
2083               <xexpand>False</xexpand>
2084               <yexpand>False</yexpand>
2085               <xshrink>False</xshrink>
2086               <yshrink>False</yshrink>
2087               <xfill>True</xfill>
2088               <yfill>False</yfill>
2089             </child>
2090           </widget>
2091
2092           <widget>
2093             <class>GtkLabel</class>
2094             <name>disc_title_label</name>
2095             <label>Title</label>
2096             <justify>GTK_JUSTIFY_CENTER</justify>
2097             <wrap>False</wrap>
2098             <xalign>0</xalign>
2099             <yalign>0.5</yalign>
2100             <xpad>0</xpad>
2101             <ypad>0</ypad>
2102             <child>
2103               <left_attach>0</left_attach>
2104               <right_attach>1</right_attach>
2105               <top_attach>3</top_attach>
2106               <bottom_attach>4</bottom_attach>
2107               <xpad>0</xpad>
2108               <ypad>0</ypad>
2109               <xexpand>False</xexpand>
2110               <yexpand>False</yexpand>
2111               <xshrink>False</xshrink>
2112               <yshrink>False</yshrink>
2113               <xfill>True</xfill>
2114               <yfill>False</yfill>
2115             </child>
2116           </widget>
2117
2118           <widget>
2119             <class>GtkEntry</class>
2120             <name>disc_name</name>
2121             <can_focus>True</can_focus>
2122             <signal>
2123               <name>changed</name>
2124               <handler>GtkOpenChanged</handler>
2125               <last_modification_time>Tue, 09 Jul 2002 13:46:05 GMT</last_modification_time>
2126             </signal>
2127             <editable>True</editable>
2128             <text_visible>True</text_visible>
2129             <text_max_length>0</text_max_length>
2130             <text>/dev/dvd</text>
2131             <child>
2132               <left_attach>1</left_attach>
2133               <right_attach>2</right_attach>
2134               <top_attach>1</top_attach>
2135               <bottom_attach>2</bottom_attach>
2136               <xpad>0</xpad>
2137               <ypad>0</ypad>
2138               <xexpand>False</xexpand>
2139               <yexpand>False</yexpand>
2140               <xshrink>False</xshrink>
2141               <yshrink>False</yshrink>
2142               <xfill>True</xfill>
2143               <yfill>False</yfill>
2144             </child>
2145           </widget>
2146
2147           <widget>
2148             <class>GtkSpinButton</class>
2149             <name>disc_title</name>
2150             <can_focus>True</can_focus>
2151             <signal>
2152               <name>changed</name>
2153               <handler>GtkOpenChanged</handler>
2154               <last_modification_time>Tue, 09 Jul 2002 13:45:04 GMT</last_modification_time>
2155             </signal>
2156             <climb_rate>1</climb_rate>
2157             <digits>0</digits>
2158             <numeric>False</numeric>
2159             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2160             <snap>False</snap>
2161             <wrap>False</wrap>
2162             <value>1</value>
2163             <lower>1</lower>
2164             <upper>65536</upper>
2165             <step>1</step>
2166             <page>10</page>
2167             <page_size>10</page_size>
2168             <child>
2169               <left_attach>1</left_attach>
2170               <right_attach>2</right_attach>
2171               <top_attach>3</top_attach>
2172               <bottom_attach>4</bottom_attach>
2173               <xpad>0</xpad>
2174               <ypad>0</ypad>
2175               <xexpand>False</xexpand>
2176               <yexpand>False</yexpand>
2177               <xshrink>False</xshrink>
2178               <yshrink>False</yshrink>
2179               <xfill>True</xfill>
2180               <yfill>False</yfill>
2181             </child>
2182           </widget>
2183
2184           <widget>
2185             <class>GtkSpinButton</class>
2186             <name>disc_chapter</name>
2187             <can_focus>True</can_focus>
2188             <signal>
2189               <name>changed</name>
2190               <handler>GtkOpenChanged</handler>
2191               <last_modification_time>Tue, 09 Jul 2002 13:45:38 GMT</last_modification_time>
2192             </signal>
2193             <climb_rate>1</climb_rate>
2194             <digits>0</digits>
2195             <numeric>False</numeric>
2196             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2197             <snap>False</snap>
2198             <wrap>False</wrap>
2199             <value>1</value>
2200             <lower>1</lower>
2201             <upper>65536</upper>
2202             <step>1</step>
2203             <page>10</page>
2204             <page_size>10</page_size>
2205             <child>
2206               <left_attach>1</left_attach>
2207               <right_attach>2</right_attach>
2208               <top_attach>4</top_attach>
2209               <bottom_attach>5</bottom_attach>
2210               <xpad>0</xpad>
2211               <ypad>0</ypad>
2212               <xexpand>False</xexpand>
2213               <yexpand>False</yexpand>
2214               <xshrink>False</xshrink>
2215               <yshrink>False</yshrink>
2216               <xfill>True</xfill>
2217               <yfill>False</yfill>
2218             </child>
2219           </widget>
2220
2221           <widget>
2222             <class>GtkCheckButton</class>
2223             <name>disc_dvd_use_menu</name>
2224             <can_focus>True</can_focus>
2225             <signal>
2226               <name>toggled</name>
2227               <handler>GtkOpenChanged</handler>
2228               <last_modification_time>Tue, 21 Jan 2003 13:27:40 GMT</last_modification_time>
2229             </signal>
2230             <label>Use DVD menus</label>
2231             <active>False</active>
2232             <draw_indicator>True</draw_indicator>
2233             <child>
2234               <left_attach>1</left_attach>
2235               <right_attach>2</right_attach>
2236               <top_attach>2</top_attach>
2237               <bottom_attach>3</bottom_attach>
2238               <xpad>0</xpad>
2239               <ypad>0</ypad>
2240               <xexpand>False</xexpand>
2241               <yexpand>False</yexpand>
2242               <xshrink>False</xshrink>
2243               <yshrink>False</yshrink>
2244               <xfill>True</xfill>
2245               <yfill>False</yfill>
2246             </child>
2247           </widget>
2248         </widget>
2249
2250         <widget>
2251           <class>GtkLabel</class>
2252           <child_name>Notebook:tab</child_name>
2253           <name>open_disc</name>
2254           <label>Disc</label>
2255           <justify>GTK_JUSTIFY_CENTER</justify>
2256           <wrap>False</wrap>
2257           <xalign>0.5</xalign>
2258           <yalign>0.5</yalign>
2259           <xpad>0</xpad>
2260           <ypad>0</ypad>
2261         </widget>
2262
2263         <widget>
2264           <class>GtkTable</class>
2265           <name>table4</name>
2266           <border_width>5</border_width>
2267           <rows>3</rows>
2268           <columns>6</columns>
2269           <homogeneous>False</homogeneous>
2270           <row_spacing>5</row_spacing>
2271           <column_spacing>5</column_spacing>
2272
2273           <widget>
2274             <class>GtkRadioButton</class>
2275             <name>network_udp</name>
2276             <can_focus>True</can_focus>
2277             <signal>
2278               <name>toggled</name>
2279               <handler>GtkNetworkOpenUDP</handler>
2280               <last_modification_time>Thu, 16 May 2002 00:47:18 GMT</last_modification_time>
2281             </signal>
2282             <label>UDP/RTP</label>
2283             <active>False</active>
2284             <draw_indicator>True</draw_indicator>
2285             <child>
2286               <left_attach>0</left_attach>
2287               <right_attach>1</right_attach>
2288               <top_attach>0</top_attach>
2289               <bottom_attach>1</bottom_attach>
2290               <xpad>0</xpad>
2291               <ypad>0</ypad>
2292               <xexpand>False</xexpand>
2293               <yexpand>False</yexpand>
2294               <xshrink>False</xshrink>
2295               <yshrink>False</yshrink>
2296               <xfill>True</xfill>
2297               <yfill>False</yfill>
2298             </child>
2299           </widget>
2300
2301           <widget>
2302             <class>GtkRadioButton</class>
2303             <name>network_multicast</name>
2304             <can_focus>True</can_focus>
2305             <signal>
2306               <name>toggled</name>
2307               <handler>GtkNetworkOpenMulticast</handler>
2308               <last_modification_time>Thu, 16 May 2002 00:47:05 GMT</last_modification_time>
2309             </signal>
2310             <label>UDP/RTP Multicast</label>
2311             <active>False</active>
2312             <draw_indicator>True</draw_indicator>
2313             <child>
2314               <left_attach>0</left_attach>
2315               <right_attach>1</right_attach>
2316               <top_attach>1</top_attach>
2317               <bottom_attach>2</bottom_attach>
2318               <xpad>0</xpad>
2319               <ypad>0</ypad>
2320               <xexpand>False</xexpand>
2321               <yexpand>False</yexpand>
2322               <xshrink>False</xshrink>
2323               <yshrink>False</yshrink>
2324               <xfill>True</xfill>
2325               <yfill>False</yfill>
2326             </child>
2327           </widget>
2328
2329           <widget>
2330             <class>GtkRadioButton</class>
2331             <name>network_http</name>
2332             <can_focus>True</can_focus>
2333             <signal>
2334               <name>toggled</name>
2335               <handler>GtkNetworkOpenHTTP</handler>
2336               <last_modification_time>Thu, 16 May 2002 00:47:42 GMT</last_modification_time>
2337             </signal>
2338             <label>HTTP/FTP/MMS</label>
2339             <active>False</active>
2340             <draw_indicator>True</draw_indicator>
2341             <child>
2342               <left_attach>0</left_attach>
2343               <right_attach>1</right_attach>
2344               <top_attach>2</top_attach>
2345               <bottom_attach>3</bottom_attach>
2346               <xpad>0</xpad>
2347               <ypad>0</ypad>
2348               <xexpand>False</xexpand>
2349               <yexpand>False</yexpand>
2350               <xshrink>False</xshrink>
2351               <yshrink>False</yshrink>
2352               <xfill>True</xfill>
2353               <yfill>False</yfill>
2354             </child>
2355           </widget>
2356
2357           <widget>
2358             <class>GtkLabel</class>
2359             <name>network_udp_port_label</name>
2360             <label>Port</label>
2361             <justify>GTK_JUSTIFY_CENTER</justify>
2362             <wrap>False</wrap>
2363             <xalign>1</xalign>
2364             <yalign>0.5</yalign>
2365             <xpad>0</xpad>
2366             <ypad>0</ypad>
2367             <child>
2368               <left_attach>1</left_attach>
2369               <right_attach>2</right_attach>
2370               <top_attach>0</top_attach>
2371               <bottom_attach>1</bottom_attach>
2372               <xpad>0</xpad>
2373               <ypad>0</ypad>
2374               <xexpand>False</xexpand>
2375               <yexpand>False</yexpand>
2376               <xshrink>False</xshrink>
2377               <yshrink>False</yshrink>
2378               <xfill>True</xfill>
2379               <yfill>False</yfill>
2380             </child>
2381           </widget>
2382
2383           <widget>
2384             <class>GtkLabel</class>
2385             <name>network_multicast_address_label</name>
2386             <sensitive>False</sensitive>
2387             <label>Address</label>
2388             <justify>GTK_JUSTIFY_RIGHT</justify>
2389             <wrap>False</wrap>
2390             <xalign>1</xalign>
2391             <yalign>0.5</yalign>
2392             <xpad>0</xpad>
2393             <ypad>0</ypad>
2394             <child>
2395               <left_attach>1</left_attach>
2396               <right_attach>2</right_attach>
2397               <top_attach>1</top_attach>
2398               <bottom_attach>2</bottom_attach>
2399               <xpad>0</xpad>
2400               <ypad>0</ypad>
2401               <xexpand>False</xexpand>
2402               <yexpand>False</yexpand>
2403               <xshrink>False</xshrink>
2404               <yshrink>False</yshrink>
2405               <xfill>True</xfill>
2406               <yfill>False</yfill>
2407             </child>
2408           </widget>
2409
2410           <widget>
2411             <class>GtkLabel</class>
2412             <name>network_http_url_label</name>
2413             <sensitive>False</sensitive>
2414             <label>URL</label>
2415             <justify>GTK_JUSTIFY_CENTER</justify>
2416             <wrap>False</wrap>
2417             <xalign>1</xalign>
2418             <yalign>0.5</yalign>
2419             <xpad>0</xpad>
2420             <ypad>0</ypad>
2421             <child>
2422               <left_attach>1</left_attach>
2423               <right_attach>2</right_attach>
2424               <top_attach>2</top_attach>
2425               <bottom_attach>3</bottom_attach>
2426               <xpad>0</xpad>
2427               <ypad>0</ypad>
2428               <xexpand>False</xexpand>
2429               <yexpand>False</yexpand>
2430               <xshrink>False</xshrink>
2431               <yshrink>False</yshrink>
2432               <xfill>True</xfill>
2433               <yfill>False</yfill>
2434             </child>
2435           </widget>
2436
2437           <widget>
2438             <class>GtkCombo</class>
2439             <name>network_multicast_address_combo</name>
2440             <sensitive>False</sensitive>
2441             <value_in_list>False</value_in_list>
2442             <ok_if_empty>True</ok_if_empty>
2443             <case_sensitive>False</case_sensitive>
2444             <use_arrows>True</use_arrows>
2445             <use_arrows_always>False</use_arrows_always>
2446             <items></items>
2447             <child>
2448               <left_attach>2</left_attach>
2449               <right_attach>4</right_attach>
2450               <top_attach>1</top_attach>
2451               <bottom_attach>2</bottom_attach>
2452               <xpad>0</xpad>
2453               <ypad>0</ypad>
2454               <xexpand>True</xexpand>
2455               <yexpand>False</yexpand>
2456               <xshrink>False</xshrink>
2457               <yshrink>False</yshrink>
2458               <xfill>True</xfill>
2459               <yfill>False</yfill>
2460             </child>
2461
2462             <widget>
2463               <class>GtkEntry</class>
2464               <child_name>GtkCombo:entry</child_name>
2465               <name>network_multicast_address</name>
2466               <can_focus>True</can_focus>
2467               <signal>
2468                 <name>changed</name>
2469                 <handler>GtkOpenChanged</handler>
2470                 <last_modification_time>Tue, 09 Jul 2002 13:57:06 GMT</last_modification_time>
2471               </signal>
2472               <editable>True</editable>
2473               <text_visible>True</text_visible>
2474               <text_max_length>0</text_max_length>
2475               <text></text>
2476             </widget>
2477           </widget>
2478
2479           <widget>
2480             <class>GtkLabel</class>
2481             <name>network_multicast_port_label</name>
2482             <sensitive>False</sensitive>
2483             <label>Port</label>
2484             <justify>GTK_JUSTIFY_CENTER</justify>
2485             <wrap>False</wrap>
2486             <xalign>1</xalign>
2487             <yalign>0.5</yalign>
2488             <xpad>0</xpad>
2489             <ypad>0</ypad>
2490             <child>
2491               <left_attach>4</left_attach>
2492               <right_attach>5</right_attach>
2493               <top_attach>1</top_attach>
2494               <bottom_attach>2</bottom_attach>
2495               <xpad>0</xpad>
2496               <ypad>0</ypad>
2497               <xexpand>False</xexpand>
2498               <yexpand>False</yexpand>
2499               <xshrink>False</xshrink>
2500               <yshrink>False</yshrink>
2501               <xfill>True</xfill>
2502               <yfill>False</yfill>
2503             </child>
2504           </widget>
2505
2506           <widget>
2507             <class>GtkSpinButton</class>
2508             <name>network_multicast_port</name>
2509             <width>75</width>
2510             <sensitive>False</sensitive>
2511             <can_focus>True</can_focus>
2512             <signal>
2513               <name>changed</name>
2514               <handler>GtkOpenChanged</handler>
2515               <last_modification_time>Tue, 09 Jul 2002 13:57:36 GMT</last_modification_time>
2516             </signal>
2517             <climb_rate>1</climb_rate>
2518             <digits>0</digits>
2519             <numeric>False</numeric>
2520             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2521             <snap>False</snap>
2522             <wrap>False</wrap>
2523             <value>1234</value>
2524             <lower>0</lower>
2525             <upper>65535</upper>
2526             <step>1</step>
2527             <page>10</page>
2528             <page_size>10</page_size>
2529             <child>
2530               <left_attach>5</left_attach>
2531               <right_attach>6</right_attach>
2532               <top_attach>1</top_attach>
2533               <bottom_attach>2</bottom_attach>
2534               <xpad>0</xpad>
2535               <ypad>0</ypad>
2536               <xexpand>True</xexpand>
2537               <yexpand>False</yexpand>
2538               <xshrink>False</xshrink>
2539               <yshrink>False</yshrink>
2540               <xfill>True</xfill>
2541               <yfill>False</yfill>
2542             </child>
2543           </widget>
2544
2545           <widget>
2546             <class>GtkEntry</class>
2547             <name>network_http_url</name>
2548             <sensitive>False</sensitive>
2549             <can_focus>True</can_focus>
2550             <signal>
2551               <name>changed</name>
2552               <handler>GtkOpenChanged</handler>
2553               <last_modification_time>Tue, 09 Jul 2002 13:57:26 GMT</last_modification_time>
2554             </signal>
2555             <editable>True</editable>
2556             <text_visible>True</text_visible>
2557             <text_max_length>0</text_max_length>
2558             <text></text>
2559             <child>
2560               <left_attach>2</left_attach>
2561               <right_attach>6</right_attach>
2562               <top_attach>2</top_attach>
2563               <bottom_attach>3</bottom_attach>
2564               <xpad>0</xpad>
2565               <ypad>0</ypad>
2566               <xexpand>True</xexpand>
2567               <yexpand>False</yexpand>
2568               <xshrink>False</xshrink>
2569               <yshrink>False</yshrink>
2570               <xfill>True</xfill>
2571               <yfill>False</yfill>
2572             </child>
2573           </widget>
2574
2575           <widget>
2576             <class>GtkSpinButton</class>
2577             <name>network_udp_port</name>
2578             <width>1</width>
2579             <can_focus>True</can_focus>
2580             <signal>
2581               <name>changed</name>
2582               <handler>GtkOpenChanged</handler>
2583               <last_modification_time>Tue, 09 Jul 2002 13:56:55 GMT</last_modification_time>
2584             </signal>
2585             <climb_rate>1</climb_rate>
2586             <digits>0</digits>
2587             <numeric>False</numeric>
2588             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2589             <snap>False</snap>
2590             <wrap>False</wrap>
2591             <value>1234</value>
2592             <lower>0</lower>
2593             <upper>65535</upper>
2594             <step>1</step>
2595             <page>10</page>
2596             <page_size>10</page_size>
2597             <child>
2598               <left_attach>2</left_attach>
2599               <right_attach>3</right_attach>
2600               <top_attach>0</top_attach>
2601               <bottom_attach>1</bottom_attach>
2602               <xpad>0</xpad>
2603               <ypad>0</ypad>
2604               <xexpand>False</xexpand>
2605               <yexpand>False</yexpand>
2606               <xshrink>False</xshrink>
2607               <yshrink>False</yshrink>
2608               <xfill>True</xfill>
2609               <yfill>False</yfill>
2610             </child>
2611           </widget>
2612         </widget>
2613
2614         <widget>
2615           <class>GtkLabel</class>
2616           <child_name>Notebook:tab</child_name>
2617           <name>open_net</name>
2618           <label>Network</label>
2619           <justify>GTK_JUSTIFY_CENTER</justify>
2620           <wrap>False</wrap>
2621           <xalign>0.5</xalign>
2622           <yalign>0.5</yalign>
2623           <xpad>0</xpad>
2624           <ypad>0</ypad>
2625         </widget>
2626
2627         <widget>
2628           <class>GtkTable</class>
2629           <name>table3</name>
2630           <border_width>5</border_width>
2631           <rows>4</rows>
2632           <columns>2</columns>
2633           <homogeneous>False</homogeneous>
2634           <row_spacing>5</row_spacing>
2635           <column_spacing>5</column_spacing>
2636
2637           <widget>
2638             <class>GtkLabel</class>
2639             <name>label24</name>
2640             <label>Symbol Rate</label>
2641             <justify>GTK_JUSTIFY_CENTER</justify>
2642             <wrap>False</wrap>
2643             <xalign>0</xalign>
2644             <yalign>0.5</yalign>
2645             <xpad>0</xpad>
2646             <ypad>0</ypad>
2647             <child>
2648               <left_attach>0</left_attach>
2649               <right_attach>1</right_attach>
2650               <top_attach>1</top_attach>
2651               <bottom_attach>2</bottom_attach>
2652               <xpad>0</xpad>
2653               <ypad>0</ypad>
2654               <xexpand>False</xexpand>
2655               <yexpand>False</yexpand>
2656               <xshrink>False</xshrink>
2657               <yshrink>False</yshrink>
2658               <xfill>True</xfill>
2659               <yfill>False</yfill>
2660             </child>
2661           </widget>
2662
2663           <widget>
2664             <class>GtkLabel</class>
2665             <name>label25</name>
2666             <label>Frequency</label>
2667             <justify>GTK_JUSTIFY_CENTER</justify>
2668             <wrap>False</wrap>
2669             <xalign>0</xalign>
2670             <yalign>0.5</yalign>
2671             <xpad>0</xpad>
2672             <ypad>0</ypad>
2673             <child>
2674               <left_attach>0</left_attach>
2675               <right_attach>1</right_attach>
2676               <top_attach>0</top_attach>
2677               <bottom_attach>1</bottom_attach>
2678               <xpad>0</xpad>
2679               <ypad>0</ypad>
2680               <xexpand>False</xexpand>
2681               <yexpand>False</yexpand>
2682               <xshrink>False</xshrink>
2683               <yshrink>False</yshrink>
2684               <xfill>True</xfill>
2685               <yfill>False</yfill>
2686             </child>
2687           </widget>
2688
2689           <widget>
2690             <class>GtkLabel</class>
2691             <name>label26</name>
2692             <label>Polarization</label>
2693             <justify>GTK_JUSTIFY_CENTER</justify>
2694             <wrap>False</wrap>
2695             <xalign>0</xalign>
2696             <yalign>0.5</yalign>
2697             <xpad>0</xpad>
2698             <ypad>0</ypad>
2699             <child>
2700               <left_attach>0</left_attach>
2701               <right_attach>1</right_attach>
2702               <top_attach>2</top_attach>
2703               <bottom_attach>3</bottom_attach>
2704               <xpad>0</xpad>
2705               <ypad>0</ypad>
2706               <xexpand>False</xexpand>
2707               <yexpand>False</yexpand>
2708               <xshrink>False</xshrink>
2709               <yshrink>False</yshrink>
2710               <xfill>True</xfill>
2711               <yfill>False</yfill>
2712             </child>
2713           </widget>
2714
2715           <widget>
2716             <class>GtkSpinButton</class>
2717             <name>sat_freq</name>
2718             <can_focus>True</can_focus>
2719             <signal>
2720               <name>changed</name>
2721               <handler>GtkOpenChanged</handler>
2722               <last_modification_time>Tue, 09 Jul 2002 13:58:00 GMT</last_modification_time>
2723             </signal>
2724             <climb_rate>1</climb_rate>
2725             <digits>0</digits>
2726             <numeric>False</numeric>
2727             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2728             <snap>False</snap>
2729             <wrap>False</wrap>
2730             <value>11954</value>
2731             <lower>10000</lower>
2732             <upper>12999</upper>
2733             <step>1</step>
2734             <page>10</page>
2735             <page_size>10</page_size>
2736             <child>
2737               <left_attach>1</left_attach>
2738               <right_attach>2</right_attach>
2739               <top_attach>0</top_attach>
2740               <bottom_attach>1</bottom_attach>
2741               <xpad>0</xpad>
2742               <ypad>0</ypad>
2743               <xexpand>False</xexpand>
2744               <yexpand>False</yexpand>
2745               <xshrink>False</xshrink>
2746               <yshrink>False</yshrink>
2747               <xfill>True</xfill>
2748               <yfill>False</yfill>
2749             </child>
2750           </widget>
2751
2752           <widget>
2753             <class>GtkLabel</class>
2754             <name>label27</name>
2755             <label>FEC</label>
2756             <justify>GTK_JUSTIFY_CENTER</justify>
2757             <wrap>False</wrap>
2758             <xalign>0</xalign>
2759             <yalign>0.5</yalign>
2760             <xpad>0</xpad>
2761             <ypad>0</ypad>
2762             <child>
2763               <left_attach>0</left_attach>
2764               <right_attach>1</right_attach>
2765               <top_attach>3</top_attach>
2766               <bottom_attach>4</bottom_attach>
2767               <xpad>0</xpad>
2768               <ypad>0</ypad>
2769               <xexpand>False</xexpand>
2770               <yexpand>False</yexpand>
2771               <xshrink>False</xshrink>
2772               <yshrink>False</yshrink>
2773               <xfill>True</xfill>
2774               <yfill>False</yfill>
2775             </child>
2776           </widget>
2777
2778           <widget>
2779             <class>GtkHBox</class>
2780             <name>hbox23</name>
2781             <homogeneous>False</homogeneous>
2782             <spacing>0</spacing>
2783             <child>
2784               <left_attach>1</left_attach>
2785               <right_attach>2</right_attach>
2786               <top_attach>2</top_attach>
2787               <bottom_attach>3</bottom_attach>
2788               <xpad>0</xpad>
2789               <ypad>0</ypad>
2790               <xexpand>False</xexpand>
2791               <yexpand>False</yexpand>
2792               <xshrink>False</xshrink>
2793               <yshrink>False</yshrink>
2794               <xfill>True</xfill>
2795               <yfill>True</yfill>
2796             </child>
2797
2798             <widget>
2799               <class>GtkRadioButton</class>
2800               <name>sat_pol_vert</name>
2801               <can_focus>True</can_focus>
2802               <signal>
2803                 <name>toggled</name>
2804                 <handler>GtkSatOpenToggle</handler>
2805                 <last_modification_time>Tue, 09 Jul 2002 15:16:25 GMT</last_modification_time>
2806               </signal>
2807               <label>Vertical</label>
2808               <active>False</active>
2809               <draw_indicator>True</draw_indicator>
2810               <group>pol</group>
2811               <child>
2812                 <padding>0</padding>
2813                 <expand>False</expand>
2814                 <fill>False</fill>
2815               </child>
2816             </widget>
2817
2818             <widget>
2819               <class>GtkRadioButton</class>
2820               <name>sat_pol_hor</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:36 GMT</last_modification_time>
2826               </signal>
2827               <label>Horizontal</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           </widget>
2838
2839           <widget>
2840             <class>GtkSpinButton</class>
2841             <name>sat_srate</name>
2842             <can_focus>True</can_focus>
2843             <signal>
2844               <name>changed</name>
2845               <handler>GtkOpenChanged</handler>
2846               <last_modification_time>Tue, 09 Jul 2002 13:58:09 GMT</last_modification_time>
2847             </signal>
2848             <climb_rate>1</climb_rate>
2849             <digits>0</digits>
2850             <numeric>False</numeric>
2851             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2852             <snap>False</snap>
2853             <wrap>False</wrap>
2854             <value>27500</value>
2855             <lower>1000</lower>
2856             <upper>30000</upper>
2857             <step>1</step>
2858             <page>10</page>
2859             <page_size>10</page_size>
2860             <child>
2861               <left_attach>1</left_attach>
2862               <right_attach>2</right_attach>
2863               <top_attach>1</top_attach>
2864               <bottom_attach>2</bottom_attach>
2865               <xpad>0</xpad>
2866               <ypad>0</ypad>
2867               <xexpand>False</xexpand>
2868               <yexpand>False</yexpand>
2869               <xshrink>False</xshrink>
2870               <yshrink>False</yshrink>
2871               <xfill>True</xfill>
2872               <yfill>False</yfill>
2873             </child>
2874           </widget>
2875
2876           <widget>
2877             <class>GtkCombo</class>
2878             <name>sat_fec</name>
2879             <value_in_list>False</value_in_list>
2880             <ok_if_empty>True</ok_if_empty>
2881             <case_sensitive>False</case_sensitive>
2882             <use_arrows>True</use_arrows>
2883             <use_arrows_always>False</use_arrows_always>
2884             <items>1/2
2885 2/3
2886 3/4
2887 4/5
2888 5/6
2889 7/8
2890 </items>
2891             <child>
2892               <left_attach>1</left_attach>
2893               <right_attach>2</right_attach>
2894               <top_attach>3</top_attach>
2895               <bottom_attach>4</bottom_attach>
2896               <xpad>0</xpad>
2897               <ypad>0</ypad>
2898               <xexpand>False</xexpand>
2899               <yexpand>False</yexpand>
2900               <xshrink>False</xshrink>
2901               <yshrink>False</yshrink>
2902               <xfill>True</xfill>
2903               <yfill>False</yfill>
2904             </child>
2905
2906             <widget>
2907               <class>GtkEntry</class>
2908               <child_name>GtkCombo:entry</child_name>
2909               <name>combo-entry1</name>
2910               <can_focus>True</can_focus>
2911               <signal>
2912                 <name>changed</name>
2913                 <handler>GtkOpenChanged</handler>
2914                 <last_modification_time>Tue, 09 Jul 2002 13:58:26 GMT</last_modification_time>
2915               </signal>
2916               <editable>True</editable>
2917               <text_visible>True</text_visible>
2918               <text_max_length>0</text_max_length>
2919               <text>3/4</text>
2920             </widget>
2921           </widget>
2922         </widget>
2923
2924         <widget>
2925           <class>GtkLabel</class>
2926           <child_name>Notebook:tab</child_name>
2927           <name>open_sat</name>
2928           <label>Satellite</label>
2929           <justify>GTK_JUSTIFY_CENTER</justify>
2930           <wrap>False</wrap>
2931           <xalign>0.5</xalign>
2932           <yalign>0.5</yalign>
2933           <xpad>0</xpad>
2934           <ypad>0</ypad>
2935         </widget>
2936       </widget>
2937
2938       <widget>
2939         <class>GtkCheckButton</class>
2940         <name>show_subtitle</name>
2941         <tooltip>Use a subtitles file</tooltip>
2942         <can_focus>True</can_focus>
2943         <signal>
2944           <name>clicked</name>
2945           <handler>GtkOpenSubtitleShow</handler>
2946           <last_modification_time>Mon, 20 Jan 2003 21:09:27 GMT</last_modification_time>
2947         </signal>
2948         <label>Subtitle</label>
2949         <active>False</active>
2950         <draw_indicator>True</draw_indicator>
2951         <child>
2952           <padding>0</padding>
2953           <expand>False</expand>
2954           <fill>False</fill>
2955         </child>
2956       </widget>
2957
2958       <widget>
2959         <class>GtkHBox</class>
2960         <name>hbox_subtitle</name>
2961         <border_width>5</border_width>
2962         <homogeneous>False</homogeneous>
2963         <spacing>5</spacing>
2964         <child>
2965           <padding>0</padding>
2966           <expand>True</expand>
2967           <fill>True</fill>
2968         </child>
2969
2970         <widget>
2971           <class>GtkCombo</class>
2972           <name>combo3</name>
2973           <value_in_list>False</value_in_list>
2974           <ok_if_empty>True</ok_if_empty>
2975           <case_sensitive>False</case_sensitive>
2976           <use_arrows>True</use_arrows>
2977           <use_arrows_always>False</use_arrows_always>
2978           <items></items>
2979           <child>
2980             <padding>0</padding>
2981             <expand>False</expand>
2982             <fill>True</fill>
2983           </child>
2984
2985           <widget>
2986             <class>GtkEntry</class>
2987             <child_name>GtkCombo:entry</child_name>
2988             <name>entry_subtitle</name>
2989             <tooltip>Select a subtitles file</tooltip>
2990             <can_focus>True</can_focus>
2991             <signal>
2992               <name>changed</name>
2993               <handler>GtkOpenChanged</handler>
2994               <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
2995             </signal>
2996             <editable>True</editable>
2997             <text_visible>True</text_visible>
2998             <text_max_length>0</text_max_length>
2999             <text></text>
3000           </widget>
3001         </widget>
3002
3003         <widget>
3004           <class>GtkVBox</class>
3005           <name>vbox14</name>
3006           <homogeneous>True</homogeneous>
3007           <spacing>0</spacing>
3008           <child>
3009             <padding>0</padding>
3010             <expand>False</expand>
3011             <fill>False</fill>
3012           </child>
3013
3014           <widget>
3015             <class>GtkButton</class>
3016             <name>open_browse_subtitle</name>
3017             <can_focus>True</can_focus>
3018             <signal>
3019               <name>clicked</name>
3020               <handler>GtkFileShow</handler>
3021               <data>&quot;entry_subtitle&quot;</data>
3022               <last_modification_time>Mon, 20 Jan 2003 21:46:24 GMT</last_modification_time>
3023             </signal>
3024             <label>Browse...</label>
3025             <relief>GTK_RELIEF_NORMAL</relief>
3026             <child>
3027               <padding>0</padding>
3028               <expand>False</expand>
3029               <fill>False</fill>
3030             </child>
3031           </widget>
3032         </widget>
3033
3034         <widget>
3035           <class>GtkLabel</class>
3036           <name>label37</name>
3037           <label>delay</label>
3038           <justify>GTK_JUSTIFY_CENTER</justify>
3039           <wrap>False</wrap>
3040           <xalign>0.5</xalign>
3041           <yalign>0.5</yalign>
3042           <xpad>0</xpad>
3043           <ypad>0</ypad>
3044           <child>
3045             <padding>0</padding>
3046             <expand>True</expand>
3047             <fill>True</fill>
3048           </child>
3049         </widget>
3050
3051         <widget>
3052           <class>GtkSpinButton</class>
3053           <name>subtitle_delay</name>
3054           <tooltip>Set the delay (in seconds)</tooltip>
3055           <can_focus>True</can_focus>
3056           <signal>
3057             <name>changed</name>
3058             <handler>GtkOpenChanged</handler>
3059             <last_modification_time>Tue, 21 Jan 2003 00:09:20 GMT</last_modification_time>
3060           </signal>
3061           <climb_rate>1</climb_rate>
3062           <digits>1</digits>
3063           <numeric>False</numeric>
3064           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3065           <snap>False</snap>
3066           <wrap>False</wrap>
3067           <value>0</value>
3068           <lower>-1000</lower>
3069           <upper>1000</upper>
3070           <step>0.1</step>
3071           <page>10</page>
3072           <page_size>10</page_size>
3073           <child>
3074             <padding>0</padding>
3075             <expand>True</expand>
3076             <fill>True</fill>
3077           </child>
3078         </widget>
3079
3080         <widget>
3081           <class>GtkLabel</class>
3082           <name>label3</name>
3083           <label>fps</label>
3084           <justify>GTK_JUSTIFY_CENTER</justify>
3085           <wrap>False</wrap>
3086           <xalign>0.5</xalign>
3087           <yalign>0.5</yalign>
3088           <xpad>0</xpad>
3089           <ypad>0</ypad>
3090           <child>
3091             <padding>0</padding>
3092             <expand>True</expand>
3093             <fill>True</fill>
3094           </child>
3095         </widget>
3096
3097         <widget>
3098           <class>GtkSpinButton</class>
3099           <name>subtitle_fps</name>
3100           <tooltip>Set the number of Frames Per Second</tooltip>
3101           <can_focus>True</can_focus>
3102           <climb_rate>1</climb_rate>
3103           <digits>1</digits>
3104           <numeric>False</numeric>
3105           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3106           <snap>False</snap>
3107           <wrap>False</wrap>
3108           <value>0</value>
3109           <lower>0</lower>
3110           <upper>100</upper>
3111           <step>0.1</step>
3112           <page>10</page>
3113           <page_size>10</page_size>
3114           <child>
3115             <padding>0</padding>
3116             <expand>True</expand>
3117             <fill>True</fill>
3118           </child>
3119         </widget>
3120       </widget>
3121     </widget>
3122
3123     <widget>
3124       <class>GtkHBox</class>
3125       <name>hbox30</name>
3126       <homogeneous>False</homogeneous>
3127       <spacing>0</spacing>
3128       <child>
3129         <padding>3</padding>
3130         <expand>False</expand>
3131         <fill>False</fill>
3132       </child>
3133
3134       <widget>
3135         <class>GtkCheckButton</class>
3136         <name>show_sout_settings</name>
3137         <tooltip>Use stream output</tooltip>
3138         <can_focus>True</can_focus>
3139         <signal>
3140           <name>clicked</name>
3141           <handler>GtkOpenSoutShow</handler>
3142           <last_modification_time>Sun, 26 Jan 2003 07:01:23 GMT</last_modification_time>
3143         </signal>
3144         <label>Stream output</label>
3145         <active>False</active>
3146         <draw_indicator>True</draw_indicator>
3147         <child>
3148           <padding>0</padding>
3149           <expand>False</expand>
3150           <fill>False</fill>
3151         </child>
3152       </widget>
3153
3154       <widget>
3155         <class>GtkButton</class>
3156         <name>sout_settings</name>
3157         <tooltip>Stream output configuration </tooltip>
3158         <can_focus>True</can_focus>
3159         <signal>
3160           <name>clicked</name>
3161           <handler>GtkSoutSettings</handler>
3162           <last_modification_time>Sun, 26 Jan 2003 04:22:08 GMT</last_modification_time>
3163         </signal>
3164         <label>Settings...</label>
3165         <relief>GTK_RELIEF_NORMAL</relief>
3166         <child>
3167           <padding>20</padding>
3168           <expand>False</expand>
3169           <fill>False</fill>
3170         </child>
3171       </widget>
3172     </widget>
3173   </widget>
3174 </widget>
3175
3176 <widget>
3177   <class>GtkFileSelection</class>
3178   <name>intf_file</name>
3179   <border_width>10</border_width>
3180   <title>Select File</title>
3181   <type>GTK_WINDOW_TOPLEVEL</type>
3182   <position>GTK_WIN_POS_NONE</position>
3183   <modal>True</modal>
3184   <allow_shrink>False</allow_shrink>
3185   <allow_grow>True</allow_grow>
3186   <auto_shrink>False</auto_shrink>
3187   <show_file_op_buttons>True</show_file_op_buttons>
3188
3189   <widget>
3190     <class>GtkButton</class>
3191     <child_name>FileSel:ok_button</child_name>
3192     <name>file_ok</name>
3193     <can_default>True</can_default>
3194     <can_focus>True</can_focus>
3195     <signal>
3196       <name>clicked</name>
3197       <handler>GtkFileOk</handler>
3198       <last_modification_time>Wed, 10 Jul 2002 11:32:18 GMT</last_modification_time>
3199     </signal>
3200     <label>OK</label>
3201     <relief>GTK_RELIEF_NORMAL</relief>
3202   </widget>
3203
3204   <widget>
3205     <class>GtkButton</class>
3206     <child_name>FileSel:cancel_button</child_name>
3207     <name>file_cancel</name>
3208     <can_default>True</can_default>
3209     <can_focus>True</can_focus>
3210     <signal>
3211       <name>clicked</name>
3212       <handler>GtkFileCancel</handler>
3213       <last_modification_time>Wed, 10 Jul 2002 11:32:23 GMT</last_modification_time>
3214     </signal>
3215     <label>Cancel</label>
3216     <relief>GTK_RELIEF_NORMAL</relief>
3217   </widget>
3218 </widget>
3219
3220 <widget>
3221   <class>GtkDialog</class>
3222   <name>intf_jump</name>
3223   <title>Jump</title>
3224   <type>GTK_WINDOW_TOPLEVEL</type>
3225   <position>GTK_WIN_POS_NONE</position>
3226   <modal>False</modal>
3227   <allow_shrink>True</allow_shrink>
3228   <allow_grow>True</allow_grow>
3229   <auto_shrink>False</auto_shrink>
3230
3231   <widget>
3232     <class>GtkVBox</class>
3233     <child_name>Dialog:vbox</child_name>
3234     <name>dialog-vbox3</name>
3235     <homogeneous>False</homogeneous>
3236     <spacing>0</spacing>
3237
3238     <widget>
3239       <class>GtkHBox</class>
3240       <child_name>Dialog:action_area</child_name>
3241       <name>dialog-action_area2</name>
3242       <border_width>10</border_width>
3243       <homogeneous>True</homogeneous>
3244       <spacing>5</spacing>
3245       <child>
3246         <padding>0</padding>
3247         <expand>False</expand>
3248         <fill>True</fill>
3249         <pack>GTK_PACK_END</pack>
3250       </child>
3251
3252       <widget>
3253         <class>GtkButton</class>
3254         <name>jump_ok_button</name>
3255         <can_focus>True</can_focus>
3256         <signal>
3257           <name>clicked</name>
3258           <handler>GtkJumpOk</handler>
3259           <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
3260         </signal>
3261         <label>OK</label>
3262         <relief>GTK_RELIEF_NORMAL</relief>
3263         <child>
3264           <padding>0</padding>
3265           <expand>True</expand>
3266           <fill>True</fill>
3267         </child>
3268       </widget>
3269
3270       <widget>
3271         <class>GtkButton</class>
3272         <name>jump_cancel_button</name>
3273         <can_focus>True</can_focus>
3274         <signal>
3275           <name>clicked</name>
3276           <handler>GtkJumpCancel</handler>
3277           <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
3278         </signal>
3279         <label>Cancel</label>
3280         <relief>GTK_RELIEF_NORMAL</relief>
3281         <child>
3282           <padding>0</padding>
3283           <expand>True</expand>
3284           <fill>True</fill>
3285         </child>
3286       </widget>
3287     </widget>
3288
3289     <widget>
3290       <class>GtkFrame</class>
3291       <name>jump_frame</name>
3292       <border_width>5</border_width>
3293       <label>Go to:</label>
3294       <label_xalign>0.05</label_xalign>
3295       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3296       <child>
3297         <padding>0</padding>
3298         <expand>True</expand>
3299         <fill>True</fill>
3300       </child>
3301
3302       <widget>
3303         <class>GtkHBox</class>
3304         <name>hbox13</name>
3305         <homogeneous>False</homogeneous>
3306         <spacing>0</spacing>
3307
3308         <widget>
3309           <class>GtkLabel</class>
3310           <name>jump_second_label</name>
3311           <label>s.</label>
3312           <justify>GTK_JUSTIFY_CENTER</justify>
3313           <wrap>False</wrap>
3314           <xalign>0.5</xalign>
3315           <yalign>0.5</yalign>
3316           <xpad>0</xpad>
3317           <ypad>0</ypad>
3318           <child>
3319             <padding>5</padding>
3320             <expand>False</expand>
3321             <fill>False</fill>
3322             <pack>GTK_PACK_END</pack>
3323           </child>
3324         </widget>
3325
3326         <widget>
3327           <class>GtkSpinButton</class>
3328           <name>jump_second_spinbutton</name>
3329           <can_focus>True</can_focus>
3330           <climb_rate>1</climb_rate>
3331           <digits>0</digits>
3332           <numeric>False</numeric>
3333           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3334           <snap>False</snap>
3335           <wrap>False</wrap>
3336           <value>0</value>
3337           <lower>0</lower>
3338           <upper>60</upper>
3339           <step>1</step>
3340           <page>10</page>
3341           <page_size>10</page_size>
3342           <child>
3343             <padding>0</padding>
3344             <expand>False</expand>
3345             <fill>True</fill>
3346             <pack>GTK_PACK_END</pack>
3347           </child>
3348         </widget>
3349
3350         <widget>
3351           <class>GtkLabel</class>
3352           <name>jump_minute_label</name>
3353           <label>m:</label>
3354           <justify>GTK_JUSTIFY_CENTER</justify>
3355           <wrap>False</wrap>
3356           <xalign>0.5</xalign>
3357           <yalign>0.5</yalign>
3358           <xpad>0</xpad>
3359           <ypad>0</ypad>
3360           <child>
3361             <padding>5</padding>
3362             <expand>False</expand>
3363             <fill>False</fill>
3364             <pack>GTK_PACK_END</pack>
3365           </child>
3366         </widget>
3367
3368         <widget>
3369           <class>GtkSpinButton</class>
3370           <name>jump_minute_spinbutton</name>
3371           <can_focus>True</can_focus>
3372           <climb_rate>1</climb_rate>
3373           <digits>0</digits>
3374           <numeric>False</numeric>
3375           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3376           <snap>False</snap>
3377           <wrap>False</wrap>
3378           <value>0</value>
3379           <lower>0</lower>
3380           <upper>60</upper>
3381           <step>1</step>
3382           <page>10</page>
3383           <page_size>10</page_size>
3384           <child>
3385             <padding>0</padding>
3386             <expand>False</expand>
3387             <fill>True</fill>
3388             <pack>GTK_PACK_END</pack>
3389           </child>
3390         </widget>
3391
3392         <widget>
3393           <class>GtkLabel</class>
3394           <name>jump_hour_label</name>
3395           <label>h:</label>
3396           <justify>GTK_JUSTIFY_CENTER</justify>
3397           <wrap>False</wrap>
3398           <xalign>0.5</xalign>
3399           <yalign>0.5</yalign>
3400           <xpad>0</xpad>
3401           <ypad>0</ypad>
3402           <child>
3403             <padding>5</padding>
3404             <expand>False</expand>
3405             <fill>False</fill>
3406             <pack>GTK_PACK_END</pack>
3407           </child>
3408         </widget>
3409
3410         <widget>
3411           <class>GtkSpinButton</class>
3412           <name>jump_hour_spinbutton</name>
3413           <can_focus>True</can_focus>
3414           <climb_rate>1</climb_rate>
3415           <digits>0</digits>
3416           <numeric>False</numeric>
3417           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3418           <snap>False</snap>
3419           <wrap>False</wrap>
3420           <value>0</value>
3421           <lower>0</lower>
3422           <upper>12</upper>
3423           <step>1</step>
3424           <page>10</page>
3425           <page_size>10</page_size>
3426           <child>
3427             <padding>0</padding>
3428             <expand>False</expand>
3429             <fill>True</fill>
3430             <pack>GTK_PACK_END</pack>
3431           </child>
3432         </widget>
3433       </widget>
3434     </widget>
3435   </widget>
3436 </widget>
3437
3438 <widget>
3439   <class>GtkDialog</class>
3440   <name>intf_playlist</name>
3441   <signal>
3442     <name>destroy</name>
3443     <handler>gtk_widget_hide</handler>
3444     <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
3445   </signal>
3446   <signal>
3447     <name>delete_event</name>
3448     <handler>gtk_widget_hide</handler>
3449     <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
3450   </signal>
3451   <title>Playlist</title>
3452   <type>GTK_WINDOW_TOPLEVEL</type>
3453   <position>GTK_WIN_POS_NONE</position>
3454   <modal>False</modal>
3455   <default_width>400</default_width>
3456   <default_height>300</default_height>
3457   <allow_shrink>True</allow_shrink>
3458   <allow_grow>True</allow_grow>
3459   <auto_shrink>False</auto_shrink>
3460
3461   <widget>
3462     <class>GtkVBox</class>
3463     <child_name>Dialog:vbox</child_name>
3464     <name>dialog-vbox4</name>
3465     <homogeneous>False</homogeneous>
3466     <spacing>5</spacing>
3467
3468     <widget>
3469       <class>GtkHBox</class>
3470       <child_name>Dialog:action_area</child_name>
3471       <name>dialog-action_area3</name>
3472       <border_width>10</border_width>
3473       <homogeneous>True</homogeneous>
3474       <spacing>5</spacing>
3475       <child>
3476         <padding>0</padding>
3477         <expand>False</expand>
3478         <fill>True</fill>
3479         <pack>GTK_PACK_END</pack>
3480       </child>
3481
3482       <widget>
3483         <class>GtkButton</class>
3484         <name>playlist_ok_button</name>
3485         <can_focus>True</can_focus>
3486         <signal>
3487           <name>clicked</name>
3488           <handler>GtkPlaylistOk</handler>
3489           <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
3490         </signal>
3491         <label>OK</label>
3492         <relief>GTK_RELIEF_NORMAL</relief>
3493         <child>
3494           <padding>0</padding>
3495           <expand>True</expand>
3496           <fill>True</fill>
3497         </child>
3498       </widget>
3499
3500       <widget>
3501         <class>GtkButton</class>
3502         <name>playlist_cancel_button</name>
3503         <can_focus>True</can_focus>
3504         <signal>
3505           <name>clicked</name>
3506           <handler>GtkPlaylistCancel</handler>
3507           <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
3508         </signal>
3509         <label>Cancel</label>
3510         <relief>GTK_RELIEF_NORMAL</relief>
3511         <child>
3512           <padding>0</padding>
3513           <expand>True</expand>
3514           <fill>True</fill>
3515         </child>
3516       </widget>
3517     </widget>
3518
3519     <widget>
3520       <class>GtkMenuBar</class>
3521       <name>playlist_menubar</name>
3522       <shadow_type>GTK_SHADOW_OUT</shadow_type>
3523       <child>
3524         <padding>0</padding>
3525         <expand>False</expand>
3526         <fill>False</fill>
3527       </child>
3528
3529       <widget>
3530         <class>GtkMenuItem</class>
3531         <name>playlist_add</name>
3532         <label>Add</label>
3533         <right_justify>False</right_justify>
3534
3535         <widget>
3536           <class>GtkMenu</class>
3537           <name>playlist_add_menu</name>
3538
3539           <widget>
3540             <class>GtkMenuItem</class>
3541             <name>playlist_add_disc</name>
3542             <signal>
3543               <name>activate</name>
3544               <handler>GtkDiscOpenShow</handler>
3545               <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
3546             </signal>
3547             <label>Disc</label>
3548             <right_justify>False</right_justify>
3549           </widget>
3550
3551           <widget>
3552             <class>GtkMenuItem</class>
3553             <name>playlist_add_file</name>
3554             <signal>
3555               <name>activate</name>
3556               <handler>GtkFileOpenShow</handler>
3557               <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
3558             </signal>
3559             <label>File</label>
3560             <right_justify>False</right_justify>
3561           </widget>
3562
3563           <widget>
3564             <class>GtkMenuItem</class>
3565             <name>playlist_add_network</name>
3566             <signal>
3567               <name>activate</name>
3568               <handler>GtkNetworkOpenShow</handler>
3569               <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
3570             </signal>
3571             <label>Network</label>
3572             <right_justify>False</right_justify>
3573           </widget>
3574
3575           <widget>
3576             <class>GtkMenuItem</class>
3577             <name>playlist_add_url</name>
3578             <signal>
3579               <name>activate</name>
3580               <handler>GtkPlaylistAddUrl</handler>
3581               <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
3582             </signal>
3583             <label>Url</label>
3584             <right_justify>False</right_justify>
3585           </widget>
3586         </widget>
3587       </widget>
3588
3589       <widget>
3590         <class>GtkMenuItem</class>
3591         <name>playlist_delete</name>
3592         <label>Delete</label>
3593         <right_justify>False</right_justify>
3594
3595         <widget>
3596           <class>GtkMenu</class>
3597           <name>playlist_delete_menu</name>
3598
3599           <widget>
3600             <class>GtkMenuItem</class>
3601             <name>playlist_delete_all</name>
3602             <signal>
3603               <name>activate</name>
3604               <handler>GtkPlaylistDeleteAll</handler>
3605               <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
3606             </signal>
3607             <label>All</label>
3608             <right_justify>False</right_justify>
3609           </widget>
3610
3611           <widget>
3612             <class>GtkMenuItem</class>
3613             <name>playlist_delete_selected</name>
3614             <signal>
3615               <name>activate</name>
3616               <handler>GtkPlaylistDeleteSelected</handler>
3617               <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
3618             </signal>
3619             <label>Selected</label>
3620             <right_justify>False</right_justify>
3621           </widget>
3622         </widget>
3623       </widget>
3624
3625       <widget>
3626         <class>GtkMenuItem</class>
3627         <name>playlist_selection</name>
3628         <label>Selection</label>
3629         <right_justify>False</right_justify>
3630
3631         <widget>
3632           <class>GtkMenu</class>
3633           <name>playlist_selection_menu</name>
3634
3635           <widget>
3636             <class>GtkMenuItem</class>
3637             <name>playlist_selection_crop</name>
3638             <signal>
3639               <name>activate</name>
3640               <handler>GtkPlaylistCrop</handler>
3641               <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
3642             </signal>
3643             <label>_Crop</label>
3644             <right_justify>False</right_justify>
3645           </widget>
3646
3647           <widget>
3648             <class>GtkMenuItem</class>
3649             <name>playlist_selection_invert</name>
3650             <signal>
3651               <name>activate</name>
3652               <handler>GtkPlaylistInvert</handler>
3653               <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
3654             </signal>
3655             <label>_Invert</label>
3656             <right_justify>False</right_justify>
3657           </widget>
3658
3659           <widget>
3660             <class>GtkMenuItem</class>
3661             <name>playlist_selection_select</name>
3662             <signal>
3663               <name>activate</name>
3664               <handler>GtkPlaylistSelect</handler>
3665               <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
3666             </signal>
3667             <label>_Select</label>
3668             <right_justify>False</right_justify>
3669           </widget>
3670         </widget>
3671       </widget>
3672     </widget>
3673
3674     <widget>
3675       <class>GtkScrolledWindow</class>
3676       <name>scrolledwindow1</name>
3677       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
3678       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
3679       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3680       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3681       <child>
3682         <padding>0</padding>
3683         <expand>True</expand>
3684         <fill>True</fill>
3685       </child>
3686
3687       <widget>
3688         <class>GtkCList</class>
3689         <name>playlist_clist</name>
3690         <border_width>5</border_width>
3691         <can_focus>True</can_focus>
3692         <signal>
3693           <name>event</name>
3694           <handler>GtkPlaylistEvent</handler>
3695           <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
3696         </signal>
3697         <signal>
3698           <name>drag_data_received</name>
3699           <handler>GtkPlaylistDragData</handler>
3700           <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
3701         </signal>
3702         <signal>
3703           <name>drag_motion</name>
3704           <handler>GtkPlaylistDragMotion</handler>
3705           <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
3706         </signal>
3707         <columns>2</columns>
3708         <column_widths>257,80</column_widths>
3709         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
3710         <show_titles>True</show_titles>
3711         <shadow_type>GTK_SHADOW_OUT</shadow_type>
3712
3713         <widget>
3714           <class>GtkLabel</class>
3715           <child_name>CList:title</child_name>
3716           <name>label22</name>
3717           <label>File</label>
3718           <justify>GTK_JUSTIFY_CENTER</justify>
3719           <wrap>False</wrap>
3720           <xalign>0.5</xalign>
3721           <yalign>0.5</yalign>
3722           <xpad>0</xpad>
3723           <ypad>0</ypad>
3724         </widget>
3725
3726         <widget>
3727           <class>GtkLabel</class>
3728           <child_name>CList:title</child_name>
3729           <name>label23</name>
3730           <label>Duration</label>
3731           <justify>GTK_JUSTIFY_CENTER</justify>
3732           <wrap>False</wrap>
3733           <xalign>0.5</xalign>
3734           <yalign>0.5</yalign>
3735           <xpad>0</xpad>
3736           <ypad>0</ypad>
3737         </widget>
3738       </widget>
3739     </widget>
3740   </widget>
3741 </widget>
3742
3743 <widget>
3744   <class>GtkDialog</class>
3745   <name>intf_messages</name>
3746   <signal>
3747     <name>delete_event</name>
3748     <handler>GtkMessagesDelete</handler>
3749     <last_modification_time>Tue, 19 Feb 2002 02:39:16 GMT</last_modification_time>
3750   </signal>
3751   <title>Messages</title>
3752   <type>GTK_WINDOW_TOPLEVEL</type>
3753   <position>GTK_WIN_POS_NONE</position>
3754   <modal>False</modal>
3755   <default_width>600</default_width>
3756   <default_height>400</default_height>
3757   <allow_shrink>True</allow_shrink>
3758   <allow_grow>True</allow_grow>
3759   <auto_shrink>False</auto_shrink>
3760
3761   <widget>
3762     <class>GtkVBox</class>
3763     <child_name>Dialog:vbox</child_name>
3764     <name>dialog-vbox6</name>
3765     <homogeneous>False</homogeneous>
3766     <spacing>0</spacing>
3767
3768     <widget>
3769       <class>GtkHBox</class>
3770       <child_name>Dialog:action_area</child_name>
3771       <name>dialog-action_area5</name>
3772       <border_width>5</border_width>
3773       <homogeneous>True</homogeneous>
3774       <spacing>5</spacing>
3775       <child>
3776         <padding>0</padding>
3777         <expand>False</expand>
3778         <fill>True</fill>
3779         <pack>GTK_PACK_END</pack>
3780       </child>
3781
3782       <widget>
3783         <class>GtkButton</class>
3784         <name>messages_ok</name>
3785         <can_default>True</can_default>
3786         <has_default>True</has_default>
3787         <can_focus>True</can_focus>
3788         <signal>
3789           <name>clicked</name>
3790           <handler>GtkMessagesOk</handler>
3791           <last_modification_time>Tue, 19 Feb 2002 02:07:37 GMT</last_modification_time>
3792         </signal>
3793         <label>OK</label>
3794         <relief>GTK_RELIEF_NORMAL</relief>
3795         <child>
3796           <padding>0</padding>
3797           <expand>False</expand>
3798           <fill>True</fill>
3799         </child>
3800       </widget>
3801     </widget>
3802
3803     <widget>
3804       <class>GtkScrolledWindow</class>
3805       <name>scrolledwindow2</name>
3806       <border_width>5</border_width>
3807       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
3808       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
3809       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3810       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3811       <child>
3812         <padding>0</padding>
3813         <expand>True</expand>
3814         <fill>True</fill>
3815       </child>
3816
3817       <widget>
3818         <class>GtkText</class>
3819         <name>messages_textbox</name>
3820         <can_focus>True</can_focus>
3821         <editable>False</editable>
3822         <text></text>
3823       </widget>
3824     </widget>
3825   </widget>
3826 </widget>
3827
3828 <widget>
3829   <class>GtkWindow</class>
3830   <name>intf_sout</name>
3831   <border_width>5</border_width>
3832   <title>Stream output</title>
3833   <type>GTK_WINDOW_TOPLEVEL</type>
3834   <position>GTK_WIN_POS_NONE</position>
3835   <modal>True</modal>
3836   <allow_shrink>False</allow_shrink>
3837   <allow_grow>True</allow_grow>
3838   <auto_shrink>False</auto_shrink>
3839
3840   <widget>
3841     <class>GtkVBox</class>
3842     <name>vbox15</name>
3843     <homogeneous>False</homogeneous>
3844     <spacing>0</spacing>
3845
3846     <widget>
3847       <class>GtkVBox</class>
3848       <name>vbox16</name>
3849       <homogeneous>False</homogeneous>
3850       <spacing>0</spacing>
3851       <child>
3852         <padding>0</padding>
3853         <expand>True</expand>
3854         <fill>True</fill>
3855       </child>
3856
3857       <widget>
3858         <class>GtkFrame</class>
3859         <name>frame11</name>
3860         <label>Stream output (MRL)</label>
3861         <label_xalign>0</label_xalign>
3862         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3863         <child>
3864           <padding>0</padding>
3865           <expand>False</expand>
3866           <fill>True</fill>
3867         </child>
3868
3869         <widget>
3870           <class>GtkHBox</class>
3871           <name>hbox28</name>
3872           <border_width>5</border_width>
3873           <homogeneous>False</homogeneous>
3874           <spacing>0</spacing>
3875
3876           <widget>
3877             <class>GtkLabel</class>
3878             <name>label38</name>
3879             <label>Destination Target: </label>
3880             <justify>GTK_JUSTIFY_CENTER</justify>
3881             <wrap>False</wrap>
3882             <xalign>0.5</xalign>
3883             <yalign>0.5</yalign>
3884             <xpad>0</xpad>
3885             <ypad>0</ypad>
3886             <child>
3887               <padding>0</padding>
3888               <expand>False</expand>
3889               <fill>False</fill>
3890             </child>
3891           </widget>
3892
3893           <widget>
3894             <class>GtkCombo</class>
3895             <name>combo4</name>
3896             <value_in_list>False</value_in_list>
3897             <ok_if_empty>True</ok_if_empty>
3898             <case_sensitive>False</case_sensitive>
3899             <use_arrows>True</use_arrows>
3900             <use_arrows_always>False</use_arrows_always>
3901             <items></items>
3902             <child>
3903               <padding>0</padding>
3904               <expand>True</expand>
3905               <fill>True</fill>
3906             </child>
3907
3908             <widget>
3909               <class>GtkEntry</class>
3910               <child_name>GtkCombo:entry</child_name>
3911               <name>sout_entry_target</name>
3912               <can_focus>True</can_focus>
3913               <editable>True</editable>
3914               <text_visible>True</text_visible>
3915               <text_max_length>0</text_max_length>
3916               <text></text>
3917             </widget>
3918           </widget>
3919         </widget>
3920       </widget>
3921
3922       <widget>
3923         <class>GtkFrame</class>
3924         <name>frame12</name>
3925         <label_xalign>0</label_xalign>
3926         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3927         <child>
3928           <padding>0</padding>
3929           <expand>True</expand>
3930           <fill>True</fill>
3931         </child>
3932
3933         <widget>
3934           <class>GtkTable</class>
3935           <name>table6</name>
3936           <rows>3</rows>
3937           <columns>5</columns>
3938           <homogeneous>False</homogeneous>
3939           <row_spacing>5</row_spacing>
3940           <column_spacing>5</column_spacing>
3941
3942           <widget>
3943             <class>GtkRadioButton</class>
3944             <name>sout_access_file</name>
3945             <can_focus>True</can_focus>
3946             <signal>
3947               <name>toggled</name>
3948               <handler>GtkSoutSettingsAccessFile</handler>
3949               <last_modification_time>Sun, 26 Jan 2003 05:40:41 GMT</last_modification_time>
3950             </signal>
3951             <label>File</label>
3952             <active>False</active>
3953             <draw_indicator>True</draw_indicator>
3954             <group>sout_access</group>
3955             <child>
3956               <left_attach>0</left_attach>
3957               <right_attach>1</right_attach>
3958               <top_attach>0</top_attach>
3959               <bottom_attach>1</bottom_attach>
3960               <xpad>0</xpad>
3961               <ypad>0</ypad>
3962               <xexpand>False</xexpand>
3963               <yexpand>False</yexpand>
3964               <xshrink>False</xshrink>
3965               <yshrink>False</yshrink>
3966               <xfill>True</xfill>
3967               <yfill>False</yfill>
3968             </child>
3969           </widget>
3970
3971           <widget>
3972             <class>GtkRadioButton</class>
3973             <name>sout_access_udp</name>
3974             <can_focus>True</can_focus>
3975             <signal>
3976               <name>toggled</name>
3977               <handler>GtkSoutSettingsAccessUdp</handler>
3978               <last_modification_time>Sun, 26 Jan 2003 05:40:51 GMT</last_modification_time>
3979             </signal>
3980             <label>UDP</label>
3981             <active>False</active>
3982             <draw_indicator>True</draw_indicator>
3983             <group>sout_access</group>
3984             <child>
3985               <left_attach>0</left_attach>
3986               <right_attach>1</right_attach>
3987               <top_attach>1</top_attach>
3988               <bottom_attach>2</bottom_attach>
3989               <xpad>0</xpad>
3990               <ypad>0</ypad>
3991               <xexpand>False</xexpand>
3992               <yexpand>False</yexpand>
3993               <xshrink>False</xshrink>
3994               <yshrink>False</yshrink>
3995               <xfill>True</xfill>
3996               <yfill>False</yfill>
3997             </child>
3998           </widget>
3999
4000           <widget>
4001             <class>GtkRadioButton</class>
4002             <name>sout_access_rtp</name>
4003             <can_focus>True</can_focus>
4004             <signal>
4005               <name>toggled</name>
4006               <handler>GtkSoutSettingsAccessUdp</handler>
4007               <last_modification_time>Sun, 26 Jan 2003 05:50:02 GMT</last_modification_time>
4008             </signal>
4009             <label>RTP</label>
4010             <active>False</active>
4011             <draw_indicator>True</draw_indicator>
4012             <group>sout_access</group>
4013             <child>
4014               <left_attach>0</left_attach>
4015               <right_attach>1</right_attach>
4016               <top_attach>2</top_attach>
4017               <bottom_attach>3</bottom_attach>
4018               <xpad>0</xpad>
4019               <ypad>0</ypad>
4020               <xexpand>False</xexpand>
4021               <yexpand>False</yexpand>
4022               <xshrink>False</xshrink>
4023               <yshrink>False</yshrink>
4024               <xfill>True</xfill>
4025               <yfill>False</yfill>
4026             </child>
4027           </widget>
4028
4029           <widget>
4030             <class>GtkLabel</class>
4031             <name>sout_file_path_label</name>
4032             <label>Path:</label>
4033             <justify>GTK_JUSTIFY_CENTER</justify>
4034             <wrap>False</wrap>
4035             <xalign>0</xalign>
4036             <yalign>0.5</yalign>
4037             <xpad>0</xpad>
4038             <ypad>0</ypad>
4039             <child>
4040               <left_attach>1</left_attach>
4041               <right_attach>2</right_attach>
4042               <top_attach>0</top_attach>
4043               <bottom_attach>1</bottom_attach>
4044               <xpad>0</xpad>
4045               <ypad>0</ypad>
4046               <xexpand>False</xexpand>
4047               <yexpand>False</yexpand>
4048               <xshrink>False</xshrink>
4049               <yshrink>False</yshrink>
4050               <xfill>True</xfill>
4051               <yfill>False</yfill>
4052             </child>
4053           </widget>
4054
4055           <widget>
4056             <class>GtkCombo</class>
4057             <name>combo6</name>
4058             <value_in_list>False</value_in_list>
4059             <ok_if_empty>True</ok_if_empty>
4060             <case_sensitive>False</case_sensitive>
4061             <use_arrows>True</use_arrows>
4062             <use_arrows_always>False</use_arrows_always>
4063             <items></items>
4064             <child>
4065               <left_attach>2</left_attach>
4066               <right_attach>5</right_attach>
4067               <top_attach>0</top_attach>
4068               <bottom_attach>1</bottom_attach>
4069               <xpad>0</xpad>
4070               <ypad>0</ypad>
4071               <xexpand>True</xexpand>
4072               <yexpand>False</yexpand>
4073               <xshrink>False</xshrink>
4074               <yshrink>False</yshrink>
4075               <xfill>True</xfill>
4076               <yfill>False</yfill>
4077             </child>
4078
4079             <widget>
4080               <class>GtkEntry</class>
4081               <child_name>GtkCombo:entry</child_name>
4082               <name>sout_file_path</name>
4083               <can_focus>True</can_focus>
4084               <signal>
4085                 <name>changed</name>
4086                 <handler>GtkSoutSettingsChanged</handler>
4087                 <last_modification_time>Sun, 26 Jan 2003 04:54:22 GMT</last_modification_time>
4088               </signal>
4089               <editable>True</editable>
4090               <text_visible>True</text_visible>
4091               <text_max_length>0</text_max_length>
4092               <text></text>
4093             </widget>
4094           </widget>
4095
4096           <widget>
4097             <class>GtkLabel</class>
4098             <name>sout_udp_address_label</name>
4099             <label>Address:</label>
4100             <justify>GTK_JUSTIFY_CENTER</justify>
4101             <wrap>False</wrap>
4102             <xalign>0</xalign>
4103             <yalign>0.5</yalign>
4104             <xpad>0</xpad>
4105             <ypad>0</ypad>
4106             <child>
4107               <left_attach>1</left_attach>
4108               <right_attach>2</right_attach>
4109               <top_attach>1</top_attach>
4110               <bottom_attach>2</bottom_attach>
4111               <xpad>0</xpad>
4112               <ypad>0</ypad>
4113               <xexpand>False</xexpand>
4114               <yexpand>False</yexpand>
4115               <xshrink>False</xshrink>
4116               <yshrink>False</yshrink>
4117               <xfill>True</xfill>
4118               <yfill>False</yfill>
4119             </child>
4120           </widget>
4121
4122           <widget>
4123             <class>GtkCombo</class>
4124             <name>sout_udp_address_combo</name>
4125             <value_in_list>False</value_in_list>
4126             <ok_if_empty>True</ok_if_empty>
4127             <case_sensitive>False</case_sensitive>
4128             <use_arrows>True</use_arrows>
4129             <use_arrows_always>False</use_arrows_always>
4130             <items></items>
4131             <child>
4132               <left_attach>2</left_attach>
4133               <right_attach>3</right_attach>
4134               <top_attach>1</top_attach>
4135               <bottom_attach>2</bottom_attach>
4136               <xpad>0</xpad>
4137               <ypad>0</ypad>
4138               <xexpand>True</xexpand>
4139               <yexpand>False</yexpand>
4140               <xshrink>False</xshrink>
4141               <yshrink>False</yshrink>
4142               <xfill>True</xfill>
4143               <yfill>False</yfill>
4144             </child>
4145
4146             <widget>
4147               <class>GtkEntry</class>
4148               <child_name>GtkCombo:entry</child_name>
4149               <name>sout_udp_address</name>
4150               <can_focus>True</can_focus>
4151               <signal>
4152                 <name>changed</name>
4153                 <handler>GtkSoutSettingsChanged</handler>
4154                 <last_modification_time>Sun, 26 Jan 2003 04:54:29 GMT</last_modification_time>
4155               </signal>
4156               <editable>True</editable>
4157               <text_visible>True</text_visible>
4158               <text_max_length>0</text_max_length>
4159               <text></text>
4160             </widget>
4161           </widget>
4162
4163           <widget>
4164             <class>GtkSpinButton</class>
4165             <name>sout_udp_port</name>
4166             <can_focus>True</can_focus>
4167             <signal>
4168               <name>changed</name>
4169               <handler>GtkSoutSettingsChanged</handler>
4170               <last_modification_time>Sun, 26 Jan 2003 10:27:52 GMT</last_modification_time>
4171             </signal>
4172             <climb_rate>1</climb_rate>
4173             <digits>0</digits>
4174             <numeric>False</numeric>
4175             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4176             <snap>False</snap>
4177             <wrap>False</wrap>
4178             <value>1234</value>
4179             <lower>0</lower>
4180             <upper>65535</upper>
4181             <step>1</step>
4182             <page>10</page>
4183             <page_size>10</page_size>
4184             <child>
4185               <left_attach>4</left_attach>
4186               <right_attach>5</right_attach>
4187               <top_attach>1</top_attach>
4188               <bottom_attach>2</bottom_attach>
4189               <xpad>0</xpad>
4190               <ypad>0</ypad>
4191               <xexpand>True</xexpand>
4192               <yexpand>False</yexpand>
4193               <xshrink>False</xshrink>
4194               <yshrink>False</yshrink>
4195               <xfill>True</xfill>
4196               <yfill>False</yfill>
4197             </child>
4198           </widget>
4199
4200           <widget>
4201             <class>GtkHBox</class>
4202             <name>hbox29</name>
4203             <homogeneous>False</homogeneous>
4204             <spacing>0</spacing>
4205             <child>
4206               <left_attach>4</left_attach>
4207               <right_attach>5</right_attach>
4208               <top_attach>2</top_attach>
4209               <bottom_attach>3</bottom_attach>
4210               <xpad>0</xpad>
4211               <ypad>0</ypad>
4212               <xexpand>False</xexpand>
4213               <yexpand>False</yexpand>
4214               <xshrink>False</xshrink>
4215               <yshrink>False</yshrink>
4216               <xfill>True</xfill>
4217               <yfill>True</yfill>
4218             </child>
4219
4220             <widget>
4221               <class>GtkRadioButton</class>
4222               <name>sout_mux_ts</name>
4223               <can_focus>True</can_focus>
4224               <signal>
4225                 <name>toggled</name>
4226                 <handler>GtkSoutSettingsChanged</handler>
4227                 <last_modification_time>Sun, 26 Jan 2003 06:42:47 GMT</last_modification_time>
4228               </signal>
4229               <label>TS</label>
4230               <active>False</active>
4231               <draw_indicator>True</draw_indicator>
4232               <group>sout_mux</group>
4233               <child>
4234                 <padding>0</padding>
4235                 <expand>False</expand>
4236                 <fill>False</fill>
4237               </child>
4238             </widget>
4239
4240             <widget>
4241               <class>GtkRadioButton</class>
4242               <name>sout_mux_ps</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:53 GMT</last_modification_time>
4248               </signal>
4249               <label>PS</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_avi</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:58 GMT</last_modification_time>
4268               </signal>
4269               <label>AVI</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           </widget>
4280
4281           <widget>
4282             <class>GtkLabel</class>
4283             <name>sout_udp_port_label</name>
4284             <label>Port</label>
4285             <justify>GTK_JUSTIFY_CENTER</justify>
4286             <wrap>False</wrap>
4287             <xalign>0</xalign>
4288             <yalign>0.5</yalign>
4289             <xpad>0</xpad>
4290             <ypad>0</ypad>
4291             <child>
4292               <left_attach>3</left_attach>
4293               <right_attach>4</right_attach>
4294               <top_attach>1</top_attach>
4295               <bottom_attach>2</bottom_attach>
4296               <xpad>0</xpad>
4297               <ypad>0</ypad>
4298               <xexpand>False</xexpand>
4299               <yexpand>False</yexpand>
4300               <xshrink>False</xshrink>
4301               <yshrink>False</yshrink>
4302               <xfill>True</xfill>
4303               <yfill>False</yfill>
4304             </child>
4305           </widget>
4306         </widget>
4307       </widget>
4308     </widget>
4309
4310     <widget>
4311       <class>GtkHBox</class>
4312       <name>hbox25</name>
4313       <border_width>5</border_width>
4314       <homogeneous>False</homogeneous>
4315       <spacing>0</spacing>
4316       <child>
4317         <padding>0</padding>
4318         <expand>False</expand>
4319         <fill>True</fill>
4320         <pack>GTK_PACK_END</pack>
4321       </child>
4322
4323       <widget>
4324         <class>GtkHBox</class>
4325         <name>hbox26</name>
4326         <homogeneous>False</homogeneous>
4327         <spacing>0</spacing>
4328         <child>
4329           <padding>3</padding>
4330           <expand>True</expand>
4331           <fill>True</fill>
4332           <pack>GTK_PACK_END</pack>
4333         </child>
4334
4335         <widget>
4336           <class>GtkButton</class>
4337           <name>button1</name>
4338           <can_focus>True</can_focus>
4339           <signal>
4340             <name>clicked</name>
4341             <handler>GtkSoutSettingsOk</handler>
4342             <last_modification_time>Sun, 26 Jan 2003 04:52:18 GMT</last_modification_time>
4343           </signal>
4344           <label>OK</label>
4345           <relief>GTK_RELIEF_NORMAL</relief>
4346           <child>
4347             <padding>2</padding>
4348             <expand>True</expand>
4349             <fill>True</fill>
4350           </child>
4351         </widget>
4352
4353         <widget>
4354           <class>GtkButton</class>
4355           <name>button2</name>
4356           <can_focus>True</can_focus>
4357           <signal>
4358             <name>clicked</name>
4359             <handler>GtkSoutSettingsCancel</handler>
4360             <last_modification_time>Sun, 26 Jan 2003 04:32:24 GMT</last_modification_time>
4361           </signal>
4362           <label>Cancel</label>
4363           <relief>GTK_RELIEF_NORMAL</relief>
4364           <child>
4365             <padding>2</padding>
4366             <expand>True</expand>
4367             <fill>True</fill>
4368           </child>
4369         </widget>
4370       </widget>
4371     </widget>
4372   </widget>
4373 </widget>
4374
4375 </GTK-Interface>