]> git.sesse.net Git - vlc/blob - modules/gui/gtk/gtk.glade
a8022323aa6e55e51f5ebd41d96e85bd67ee4fb2
[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>VideoLAN Client</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
1018       <widget>
1019         <class>GtkHBox</class>
1020         <name>network_channel_box</name>
1021         <homogeneous>False</homogeneous>
1022         <spacing>0</spacing>
1023         <child>
1024           <padding>0</padding>
1025           <expand>True</expand>
1026           <fill>False</fill>
1027         </child>
1028
1029         <widget>
1030           <class>GtkLabel</class>
1031           <name>channel_label</name>
1032           <label>Channel:</label>
1033           <justify>GTK_JUSTIFY_CENTER</justify>
1034           <wrap>False</wrap>
1035           <xalign>0.5</xalign>
1036           <yalign>0.5</yalign>
1037           <xpad>0</xpad>
1038           <ypad>0</ypad>
1039           <child>
1040             <padding>5</padding>
1041             <expand>False</expand>
1042             <fill>False</fill>
1043           </child>
1044         </widget>
1045
1046         <widget>
1047           <class>GtkSpinButton</class>
1048           <name>network_channel_spinbutton</name>
1049           <can_focus>True</can_focus>
1050           <signal>
1051             <name>activate</name>
1052             <handler>GtkNetworkJoin</handler>
1053             <last_modification_time>Wed, 30 May 2001 02:48:10 GMT</last_modification_time>
1054           </signal>
1055           <climb_rate>1</climb_rate>
1056           <digits>0</digits>
1057           <numeric>False</numeric>
1058           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1059           <snap>False</snap>
1060           <wrap>False</wrap>
1061           <value>0</value>
1062           <lower>0</lower>
1063           <upper>100</upper>
1064           <step>1</step>
1065           <page>10</page>
1066           <page_size>10</page_size>
1067           <child>
1068             <padding>0</padding>
1069             <expand>False</expand>
1070             <fill>True</fill>
1071           </child>
1072         </widget>
1073
1074         <widget>
1075           <class>GtkButton</class>
1076           <name>network_channel_go_button</name>
1077           <can_focus>True</can_focus>
1078           <signal>
1079             <name>clicked</name>
1080             <handler>GtkChannelGo</handler>
1081             <last_modification_time>Wed, 30 May 2001 02:49:18 GMT</last_modification_time>
1082           </signal>
1083           <label>Go!</label>
1084           <relief>GTK_RELIEF_NONE</relief>
1085           <child>
1086             <padding>0</padding>
1087             <expand>False</expand>
1088             <fill>False</fill>
1089           </child>
1090         </widget>
1091       </widget>
1092     </widget>
1093
1094     <widget>
1095       <class>GtkStatusbar</class>
1096       <name>intf_statusbar</name>
1097       <child>
1098         <padding>0</padding>
1099         <expand>False</expand>
1100         <fill>False</fill>
1101       </child>
1102     </widget>
1103   </widget>
1104 </widget>
1105
1106 <widget>
1107   <class>GtkMenu</class>
1108   <name>intf_popup</name>
1109
1110   <widget>
1111     <class>GtkMenuItem</class>
1112     <name>popup_play</name>
1113     <signal>
1114       <name>activate</name>
1115       <handler>GtkControlPlay</handler>
1116       <last_modification_time>Tue, 15 May 2001 13:53:43 GMT</last_modification_time>
1117     </signal>
1118     <label>_Play</label>
1119     <right_justify>False</right_justify>
1120   </widget>
1121
1122   <widget>
1123     <class>GtkMenuItem</class>
1124     <name>popup_pause</name>
1125     <sensitive>False</sensitive>
1126     <signal>
1127       <name>activate</name>
1128       <handler>GtkControlPause</handler>
1129       <last_modification_time>Tue, 15 May 2001 13:53:37 GMT</last_modification_time>
1130     </signal>
1131     <label>Pause</label>
1132     <right_justify>False</right_justify>
1133   </widget>
1134
1135   <widget>
1136     <class>GtkMenuItem</class>
1137     <name>popup_stop</name>
1138     <signal>
1139       <name>activate</name>
1140       <handler>GtkControlStop</handler>
1141       <last_modification_time>Tue, 15 May 2001 13:53:29 GMT</last_modification_time>
1142     </signal>
1143     <label>Stop</label>
1144     <right_justify>False</right_justify>
1145   </widget>
1146
1147   <widget>
1148     <class>GtkMenuItem</class>
1149     <name>popup_back</name>
1150     <sensitive>False</sensitive>
1151     <signal>
1152       <name>activate</name>
1153       <handler>GtkControlBack</handler>
1154       <last_modification_time>Tue, 15 May 2001 13:53:21 GMT</last_modification_time>
1155     </signal>
1156     <label>Back</label>
1157     <right_justify>False</right_justify>
1158   </widget>
1159
1160   <widget>
1161     <class>GtkMenuItem</class>
1162     <name>popup_slow</name>
1163     <sensitive>False</sensitive>
1164     <signal>
1165       <name>activate</name>
1166       <handler>GtkControlSlow</handler>
1167       <last_modification_time>Tue, 15 May 2001 13:53:15 GMT</last_modification_time>
1168     </signal>
1169     <label>Slow</label>
1170     <right_justify>False</right_justify>
1171   </widget>
1172
1173   <widget>
1174     <class>GtkMenuItem</class>
1175     <name>popup_fast</name>
1176     <sensitive>False</sensitive>
1177     <signal>
1178       <name>activate</name>
1179       <handler>GtkControlFast</handler>
1180       <last_modification_time>Tue, 15 May 2001 13:53:07 GMT</last_modification_time>
1181     </signal>
1182     <label>Fast</label>
1183     <right_justify>False</right_justify>
1184   </widget>
1185
1186   <widget>
1187     <class>GtkMenuItem</class>
1188     <name>separator16</name>
1189     <right_justify>False</right_justify>
1190   </widget>
1191
1192   <widget>
1193     <class>GtkMenuItem</class>
1194     <name>popup_next</name>
1195     <signal>
1196       <name>activate</name>
1197       <handler>GtkPlaylistNext</handler>
1198       <last_modification_time>Tue, 15 May 2001 13:52:31 GMT</last_modification_time>
1199     </signal>
1200     <label>Next</label>
1201     <right_justify>False</right_justify>
1202   </widget>
1203
1204   <widget>
1205     <class>GtkMenuItem</class>
1206     <name>popup_prev</name>
1207     <signal>
1208       <name>activate</name>
1209       <handler>GtkPlaylistPrev</handler>
1210       <last_modification_time>Tue, 15 May 2001 13:52:23 GMT</last_modification_time>
1211     </signal>
1212     <label>Prev</label>
1213     <right_justify>False</right_justify>
1214   </widget>
1215
1216   <widget>
1217     <class>GtkMenuItem</class>
1218     <name>popup_jump</name>
1219     <signal>
1220       <name>activate</name>
1221       <handler>GtkJumpShow</handler>
1222       <last_modification_time>Tue, 15 May 2001 13:52:13 GMT</last_modification_time>
1223     </signal>
1224     <label>_Jump...</label>
1225     <right_justify>False</right_justify>
1226   </widget>
1227
1228   <widget>
1229     <class>GtkMenuItem</class>
1230     <name>separator27</name>
1231     <right_justify>False</right_justify>
1232   </widget>
1233
1234   <widget>
1235     <class>GtkMenuItem</class>
1236     <name>popup_program</name>
1237     <sensitive>False</sensitive>
1238     <label>Program</label>
1239     <right_justify>False</right_justify>
1240   </widget>
1241
1242   <widget>
1243     <class>GtkMenuItem</class>
1244     <name>popup_navigation</name>
1245     <sensitive>False</sensitive>
1246     <label>_Navigation</label>
1247     <right_justify>False</right_justify>
1248   </widget>
1249
1250   <widget>
1251     <class>GtkMenuItem</class>
1252     <name>audio1</name>
1253     <label>Audio</label>
1254     <right_justify>False</right_justify>
1255
1256     <widget>
1257       <class>GtkMenu</class>
1258       <name>audio1_menu</name>
1259
1260       <widget>
1261         <class>GtkMenuItem</class>
1262         <name>popup_audio</name>
1263         <sensitive>False</sensitive>
1264         <label>_Language</label>
1265         <right_justify>False</right_justify>
1266       </widget>
1267
1268       <widget>
1269         <class>GtkMenuItem</class>
1270         <name>separator19</name>
1271         <right_justify>False</right_justify>
1272       </widget>
1273
1274       <widget>
1275         <class>GtkMenuItem</class>
1276         <name>popup_volume_up</name>
1277         <signal>
1278           <name>activate</name>
1279           <handler>GtkVolumeUp</handler>
1280           <last_modification_time>Mon, 20 Jan 2003 10:16:02 GMT</last_modification_time>
1281         </signal>
1282         <label>Volume Up</label>
1283         <right_justify>False</right_justify>
1284       </widget>
1285
1286       <widget>
1287         <class>GtkMenuItem</class>
1288         <name>popup_volume_down</name>
1289         <signal>
1290           <name>activate</name>
1291           <handler>GtkVolumeDown</handler>
1292           <last_modification_time>Mon, 20 Jan 2003 10:18:25 GMT</last_modification_time>
1293         </signal>
1294         <label>Volume Down</label>
1295         <right_justify>False</right_justify>
1296       </widget>
1297
1298       <widget>
1299         <class>GtkMenuItem</class>
1300         <name>popup_volume_mute</name>
1301         <signal>
1302           <name>activate</name>
1303           <handler>GtkVolumeMute</handler>
1304           <last_modification_time>Mon, 20 Jan 2003 10:18:25 GMT</last_modification_time>
1305         </signal>
1306         <label>Mute</label>
1307         <right_justify>False</right_justify>
1308       </widget>
1309
1310       <widget>
1311         <class>GtkMenuItem</class>
1312         <name>separator20</name>
1313         <right_justify>False</right_justify>
1314       </widget>
1315
1316       <widget>
1317         <class>GtkMenuItem</class>
1318         <name>popup_audio_channels</name>
1319         <label>Channels</label>
1320         <right_justify>False</right_justify>
1321       </widget>
1322
1323       <widget>
1324         <class>GtkMenuItem</class>
1325         <name>popup_audio_device</name>
1326         <label>Device</label>
1327         <right_justify>False</right_justify>
1328       </widget>
1329     </widget>
1330   </widget>
1331
1332   <widget>
1333     <class>GtkMenuItem</class>
1334     <name>video1</name>
1335     <label>Video</label>
1336     <right_justify>False</right_justify>
1337
1338     <widget>
1339       <class>GtkMenu</class>
1340       <name>video1_menu</name>
1341
1342       <widget>
1343         <class>GtkMenuItem</class>
1344         <name>popup_subpictures</name>
1345         <sensitive>False</sensitive>
1346         <label>_Subtitles</label>
1347         <right_justify>False</right_justify>
1348       </widget>
1349
1350       <widget>
1351         <class>GtkMenuItem</class>
1352         <name>separator21</name>
1353         <right_justify>False</right_justify>
1354       </widget>
1355
1356       <widget>
1357         <class>GtkMenuItem</class>
1358         <name>popup_fullscreen</name>
1359         <signal>
1360           <name>activate</name>
1361           <handler>GtkFullscreen</handler>
1362           <last_modification_time>Tue, 15 May 2001 13:52:38 GMT</last_modification_time>
1363         </signal>
1364         <label>_Fullscreen</label>
1365         <right_justify>False</right_justify>
1366       </widget>
1367
1368       <widget>
1369         <class>GtkMenuItem</class>
1370         <name>separator23</name>
1371         <right_justify>False</right_justify>
1372       </widget>
1373
1374       <widget>
1375         <class>GtkMenuItem</class>
1376         <name>popup_deinterlace</name>
1377         <label>Deinterlace</label>
1378         <right_justify>False</right_justify>
1379       </widget>
1380
1381       <widget>
1382         <class>GtkMenuItem</class>
1383         <name>popup_video_device</name>
1384         <label>Screen</label>
1385         <right_justify>False</right_justify>
1386       </widget>
1387     </widget>
1388   </widget>
1389
1390   <widget>
1391     <class>GtkMenuItem</class>
1392     <name>separator26</name>
1393     <right_justify>False</right_justify>
1394   </widget>
1395
1396   <widget>
1397     <class>GtkMenuItem</class>
1398     <name>popup_open</name>
1399     <label>_File</label>
1400     <right_justify>False</right_justify>
1401
1402     <widget>
1403       <class>GtkMenu</class>
1404       <name>popup_open_menu</name>
1405
1406       <widget>
1407         <class>GtkMenuItem</class>
1408         <name>popup_file</name>
1409         <tooltip>Open a file</tooltip>
1410         <signal>
1411           <name>activate</name>
1412           <handler>GtkFileOpenShow</handler>
1413           <last_modification_time>Mon, 14 May 2001 21:33:55 GMT</last_modification_time>
1414         </signal>
1415         <label>_Open File...</label>
1416         <right_justify>False</right_justify>
1417       </widget>
1418
1419       <widget>
1420         <class>GtkMenuItem</class>
1421         <name>popup_disc</name>
1422         <tooltip>Open a DVD or VCD</tooltip>
1423         <signal>
1424           <name>activate</name>
1425           <handler>GtkDiscOpenShow</handler>
1426           <last_modification_time>Mon, 14 May 2001 21:34:09 GMT</last_modification_time>
1427         </signal>
1428         <label>Open _Disc...</label>
1429         <right_justify>False</right_justify>
1430       </widget>
1431
1432       <widget>
1433         <class>GtkMenuItem</class>
1434         <name>popup_network</name>
1435         <tooltip>Select a network stream</tooltip>
1436         <signal>
1437           <name>activate</name>
1438           <handler>GtkNetworkOpenShow</handler>
1439           <last_modification_time>Mon, 14 May 2001 21:34:23 GMT</last_modification_time>
1440         </signal>
1441         <label>_Network Stream...</label>
1442         <right_justify>False</right_justify>
1443       </widget>
1444
1445       <widget>
1446         <class>GtkMenuItem</class>
1447         <name>separator12</name>
1448         <right_justify>False</right_justify>
1449       </widget>
1450
1451       <widget>
1452         <class>GtkMenuItem</class>
1453         <name>popup_about</name>
1454         <signal>
1455           <name>activate</name>
1456           <handler>GtkAboutShow</handler>
1457           <last_modification_time>Mon, 14 May 2001 21:34:54 GMT</last_modification_time>
1458         </signal>
1459         <label>_About...</label>
1460         <right_justify>False</right_justify>
1461       </widget>
1462     </widget>
1463   </widget>
1464
1465   <widget>
1466     <class>GtkMenuItem</class>
1467     <name>popup_interface_toggle</name>
1468     <signal>
1469       <name>activate</name>
1470       <handler>GtkWindowToggle</handler>
1471       <last_modification_time>Tue, 15 May 2001 13:53:00 GMT</last_modification_time>
1472     </signal>
1473     <label>Toggle _Interface</label>
1474     <right_justify>False</right_justify>
1475   </widget>
1476
1477   <widget>
1478     <class>GtkMenuItem</class>
1479     <name>popup_playlist</name>
1480     <signal>
1481       <name>activate</name>
1482       <handler>GtkPlaylistShow</handler>
1483       <last_modification_time>Tue, 15 May 2001 13:51:55 GMT</last_modification_time>
1484     </signal>
1485     <label>Playlist...</label>
1486     <right_justify>False</right_justify>
1487   </widget>
1488
1489   <widget>
1490     <class>GtkMenuItem</class>
1491     <name>popup_preferences</name>
1492     <signal>
1493       <name>activate</name>
1494       <handler>GtkPreferencesShow</handler>
1495       <last_modification_time>Tue, 15 May 2001 13:51:46 GMT</last_modification_time>
1496     </signal>
1497     <label>_Preferences...</label>
1498     <right_justify>False</right_justify>
1499   </widget>
1500
1501   <widget>
1502     <class>GtkMenuItem</class>
1503     <name>separator9</name>
1504     <right_justify>False</right_justify>
1505   </widget>
1506
1507   <widget>
1508     <class>GtkMenuItem</class>
1509     <name>popup_exit</name>
1510     <signal>
1511       <name>activate</name>
1512       <handler>GtkExit</handler>
1513       <last_modification_time>Tue, 15 May 2001 13:52:03 GMT</last_modification_time>
1514     </signal>
1515     <label>E_xit</label>
1516     <right_justify>False</right_justify>
1517   </widget>
1518 </widget>
1519
1520 <widget>
1521   <class>GtkDialog</class>
1522   <name>intf_about</name>
1523   <border_width>5</border_width>
1524   <title>About</title>
1525   <type>GTK_WINDOW_TOPLEVEL</type>
1526   <position>GTK_WIN_POS_CENTER</position>
1527   <modal>False</modal>
1528   <allow_shrink>False</allow_shrink>
1529   <allow_grow>False</allow_grow>
1530   <auto_shrink>False</auto_shrink>
1531
1532   <widget>
1533     <class>GtkVBox</class>
1534     <child_name>Dialog:vbox</child_name>
1535     <name>dialog-vbox1</name>
1536     <homogeneous>False</homogeneous>
1537     <spacing>0</spacing>
1538
1539     <widget>
1540       <class>GtkHBox</class>
1541       <child_name>Dialog:action_area</child_name>
1542       <name>dialog-action_area</name>
1543       <border_width>10</border_width>
1544       <homogeneous>True</homogeneous>
1545       <spacing>5</spacing>
1546       <child>
1547         <padding>0</padding>
1548         <expand>False</expand>
1549         <fill>True</fill>
1550         <pack>GTK_PACK_END</pack>
1551       </child>
1552
1553       <widget>
1554         <class>GtkButton</class>
1555         <name>about_ok</name>
1556         <can_default>True</can_default>
1557         <has_default>True</has_default>
1558         <can_focus>True</can_focus>
1559         <signal>
1560           <name>clicked</name>
1561           <handler>GtkAboutOk</handler>
1562           <last_modification_time>Sun, 13 May 2001 14:47:20 GMT</last_modification_time>
1563         </signal>
1564         <label>OK</label>
1565         <relief>GTK_RELIEF_NORMAL</relief>
1566         <child>
1567           <padding>0</padding>
1568           <expand>False</expand>
1569           <fill>True</fill>
1570         </child>
1571       </widget>
1572     </widget>
1573
1574     <widget>
1575       <class>GtkVBox</class>
1576       <name>vbox3</name>
1577       <homogeneous>False</homogeneous>
1578       <spacing>0</spacing>
1579       <child>
1580         <padding>0</padding>
1581         <expand>True</expand>
1582         <fill>True</fill>
1583       </child>
1584
1585       <widget>
1586         <class>GtkLabel</class>
1587         <name>label14</name>
1588         <label>VideoLAN Client</label>
1589         <justify>GTK_JUSTIFY_CENTER</justify>
1590         <wrap>False</wrap>
1591         <xalign>0.5</xalign>
1592         <yalign>0.5</yalign>
1593         <xpad>0</xpad>
1594         <ypad>10</ypad>
1595         <child>
1596           <padding>0</padding>
1597           <expand>True</expand>
1598           <fill>True</fill>
1599         </child>
1600       </widget>
1601
1602       <widget>
1603         <class>GtkLabel</class>
1604         <name>label18</name>
1605         <label>(C) 1996-2003 - the VideoLAN Team</label>
1606         <justify>GTK_JUSTIFY_LEFT</justify>
1607         <wrap>False</wrap>
1608         <xalign>0.5</xalign>
1609         <yalign>0.5</yalign>
1610         <xpad>0</xpad>
1611         <ypad>5</ypad>
1612         <child>
1613           <padding>0</padding>
1614           <expand>False</expand>
1615           <fill>False</fill>
1616         </child>
1617       </widget>
1618
1619       <widget>
1620         <class>GtkFrame</class>
1621         <name>frame1</name>
1622         <label>Authors</label>
1623         <label_xalign>0</label_xalign>
1624         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1625         <child>
1626           <padding>0</padding>
1627           <expand>False</expand>
1628           <fill>False</fill>
1629         </child>
1630
1631         <widget>
1632           <class>GtkLabel</class>
1633           <name>label16</name>
1634           <label>the VideoLAN team &lt;videolan@videolan.org&gt;
1635 http://www.videolan.org/</label>
1636           <justify>GTK_JUSTIFY_LEFT</justify>
1637           <wrap>False</wrap>
1638           <xalign>0.5</xalign>
1639           <yalign>0</yalign>
1640           <xpad>5</xpad>
1641           <ypad>5</ypad>
1642         </widget>
1643       </widget>
1644
1645       <widget>
1646         <class>GtkLabel</class>
1647         <name>label17</name>
1648         <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>
1649         <justify>GTK_JUSTIFY_LEFT</justify>
1650         <wrap>True</wrap>
1651         <xalign>0.5</xalign>
1652         <yalign>0.5</yalign>
1653         <xpad>0</xpad>
1654         <ypad>5</ypad>
1655         <child>
1656           <padding>0</padding>
1657           <expand>False</expand>
1658           <fill>False</fill>
1659         </child>
1660       </widget>
1661     </widget>
1662   </widget>
1663 </widget>
1664
1665 <widget>
1666   <class>GtkDialog</class>
1667   <name>intf_open</name>
1668   <border_width>5</border_width>
1669   <signal>
1670     <name>delete_event</name>
1671     <handler>gtk_widget_hide</handler>
1672     <last_modification_time>Mon, 16 Sep 2002 07:48:17 GMT</last_modification_time>
1673   </signal>
1674   <title>Open Target</title>
1675   <type>GTK_WINDOW_TOPLEVEL</type>
1676   <position>GTK_WIN_POS_NONE</position>
1677   <modal>False</modal>
1678   <allow_shrink>False</allow_shrink>
1679   <allow_grow>True</allow_grow>
1680   <auto_shrink>True</auto_shrink>
1681
1682   <widget>
1683     <class>GtkVBox</class>
1684     <child_name>Dialog:vbox</child_name>
1685     <name>dialog-vbox7</name>
1686     <homogeneous>False</homogeneous>
1687     <spacing>0</spacing>
1688
1689     <widget>
1690       <class>GtkHBox</class>
1691       <child_name>Dialog:action_area</child_name>
1692       <name>dialog-action_area6</name>
1693       <border_width>5</border_width>
1694       <homogeneous>True</homogeneous>
1695       <spacing>5</spacing>
1696       <child>
1697         <padding>0</padding>
1698         <expand>False</expand>
1699         <fill>True</fill>
1700         <pack>GTK_PACK_END</pack>
1701       </child>
1702
1703       <widget>
1704         <class>GtkHBox</class>
1705         <name>hbox18</name>
1706         <homogeneous>True</homogeneous>
1707         <spacing>5</spacing>
1708         <child>
1709           <padding>0</padding>
1710           <expand>True</expand>
1711           <fill>True</fill>
1712         </child>
1713
1714         <widget>
1715           <class>GtkHBox</class>
1716           <name>hbox19</name>
1717           <homogeneous>True</homogeneous>
1718           <spacing>5</spacing>
1719           <child>
1720             <padding>0</padding>
1721             <expand>False</expand>
1722             <fill>True</fill>
1723             <pack>GTK_PACK_END</pack>
1724           </child>
1725
1726           <widget>
1727             <class>GtkButton</class>
1728             <name>open_ok</name>
1729             <can_focus>True</can_focus>
1730             <signal>
1731               <name>clicked</name>
1732               <handler>GtkOpenOk</handler>
1733               <last_modification_time>Mon, 08 Jul 2002 14:52:19 GMT</last_modification_time>
1734             </signal>
1735             <label>OK</label>
1736             <relief>GTK_RELIEF_NORMAL</relief>
1737             <child>
1738               <padding>0</padding>
1739               <expand>False</expand>
1740               <fill>True</fill>
1741             </child>
1742           </widget>
1743
1744           <widget>
1745             <class>GtkButton</class>
1746             <name>open_cancel</name>
1747             <can_focus>True</can_focus>
1748             <accelerator>
1749               <modifiers>0</modifiers>
1750               <key>GDK_Escape</key>
1751               <signal>clicked</signal>
1752             </accelerator>
1753             <signal>
1754               <name>clicked</name>
1755               <handler>GtkOpenCancel</handler>
1756               <last_modification_time>Mon, 08 Jul 2002 14:52:36 GMT</last_modification_time>
1757             </signal>
1758             <label>Cancel</label>
1759             <relief>GTK_RELIEF_NORMAL</relief>
1760             <child>
1761               <padding>0</padding>
1762               <expand>False</expand>
1763               <fill>True</fill>
1764             </child>
1765           </widget>
1766         </widget>
1767       </widget>
1768     </widget>
1769
1770     <widget>
1771       <class>GtkVBox</class>
1772       <name>open_vbox</name>
1773       <homogeneous>False</homogeneous>
1774       <spacing>5</spacing>
1775       <child>
1776         <padding>0</padding>
1777         <expand>True</expand>
1778         <fill>True</fill>
1779       </child>
1780
1781       <widget>
1782         <class>GtkFrame</class>
1783         <name>frame10</name>
1784         <label>Media Resource Locator (MRL)</label>
1785         <label_xalign>0</label_xalign>
1786         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1787         <child>
1788           <padding>0</padding>
1789           <expand>False</expand>
1790           <fill>True</fill>
1791         </child>
1792
1793         <widget>
1794           <class>GtkHBox</class>
1795           <name>hbox21</name>
1796           <border_width>5</border_width>
1797           <homogeneous>False</homogeneous>
1798           <spacing>5</spacing>
1799
1800           <widget>
1801             <class>GtkHBox</class>
1802             <name>hbox22</name>
1803             <homogeneous>False</homogeneous>
1804             <spacing>0</spacing>
1805             <child>
1806               <padding>0</padding>
1807               <expand>False</expand>
1808               <fill>True</fill>
1809             </child>
1810
1811             <widget>
1812               <class>GtkLabel</class>
1813               <name>label34</name>
1814               <label>Open Target:</label>
1815               <justify>GTK_JUSTIFY_CENTER</justify>
1816               <wrap>False</wrap>
1817               <xalign>0.5</xalign>
1818               <yalign>0.5</yalign>
1819               <xpad>0</xpad>
1820               <ypad>0</ypad>
1821               <child>
1822                 <padding>0</padding>
1823                 <expand>False</expand>
1824                 <fill>False</fill>
1825               </child>
1826             </widget>
1827           </widget>
1828
1829           <widget>
1830             <class>GtkCombo</class>
1831             <name>combo2</name>
1832             <value_in_list>False</value_in_list>
1833             <ok_if_empty>True</ok_if_empty>
1834             <case_sensitive>False</case_sensitive>
1835             <use_arrows>True</use_arrows>
1836             <use_arrows_always>False</use_arrows_always>
1837             <items></items>
1838             <child>
1839               <padding>0</padding>
1840               <expand>True</expand>
1841               <fill>True</fill>
1842             </child>
1843
1844             <widget>
1845               <class>GtkEntry</class>
1846               <child_name>GtkCombo:entry</child_name>
1847               <name>entry_open</name>
1848               <can_focus>True</can_focus>
1849               <editable>True</editable>
1850               <text_visible>True</text_visible>
1851               <text_max_length>0</text_max_length>
1852               <text></text>
1853             </widget>
1854           </widget>
1855         </widget>
1856       </widget>
1857
1858       <widget>
1859         <class>GtkLabel</class>
1860         <name>label36</name>
1861         <label>Alternatively, you can build an MRL using one of the following predefined targets:</label>
1862         <justify>GTK_JUSTIFY_LEFT</justify>
1863         <wrap>False</wrap>
1864         <xalign>0</xalign>
1865         <yalign>1</yalign>
1866         <xpad>0</xpad>
1867         <ypad>0</ypad>
1868         <child>
1869           <padding>0</padding>
1870           <expand>True</expand>
1871           <fill>True</fill>
1872         </child>
1873       </widget>
1874
1875       <widget>
1876         <class>GtkNotebook</class>
1877         <name>open_notebook</name>
1878         <can_focus>True</can_focus>
1879         <signal>
1880           <name>switch_page</name>
1881           <handler>GtkOpenNotebookChanged</handler>
1882           <after>True</after>
1883           <last_modification_time>Tue, 09 Jul 2002 14:01:19 GMT</last_modification_time>
1884         </signal>
1885         <show_tabs>True</show_tabs>
1886         <show_border>True</show_border>
1887         <tab_pos>GTK_POS_TOP</tab_pos>
1888         <scrollable>False</scrollable>
1889         <tab_hborder>2</tab_hborder>
1890         <tab_vborder>2</tab_vborder>
1891         <popup_enable>False</popup_enable>
1892         <child>
1893           <padding>0</padding>
1894           <expand>True</expand>
1895           <fill>True</fill>
1896         </child>
1897
1898         <widget>
1899           <class>GtkHBox</class>
1900           <name>hbox20</name>
1901           <border_width>5</border_width>
1902           <homogeneous>False</homogeneous>
1903           <spacing>5</spacing>
1904
1905           <widget>
1906             <class>GtkCombo</class>
1907             <name>combo1</name>
1908             <value_in_list>False</value_in_list>
1909             <ok_if_empty>True</ok_if_empty>
1910             <case_sensitive>False</case_sensitive>
1911             <use_arrows>True</use_arrows>
1912             <use_arrows_always>False</use_arrows_always>
1913             <items></items>
1914             <child>
1915               <padding>0</padding>
1916               <expand>False</expand>
1917               <fill>True</fill>
1918             </child>
1919
1920             <widget>
1921               <class>GtkEntry</class>
1922               <child_name>GtkCombo:entry</child_name>
1923               <name>entry_file</name>
1924               <can_focus>True</can_focus>
1925               <signal>
1926                 <name>changed</name>
1927                 <handler>GtkOpenChanged</handler>
1928                 <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
1929               </signal>
1930               <editable>True</editable>
1931               <text_visible>True</text_visible>
1932               <text_max_length>0</text_max_length>
1933               <text></text>
1934             </widget>
1935           </widget>
1936
1937           <widget>
1938             <class>GtkVBox</class>
1939             <name>vbox13</name>
1940             <homogeneous>True</homogeneous>
1941             <spacing>0</spacing>
1942             <child>
1943               <padding>0</padding>
1944               <expand>False</expand>
1945               <fill>False</fill>
1946             </child>
1947
1948             <widget>
1949               <class>Placeholder</class>
1950             </widget>
1951
1952             <widget>
1953               <class>GtkButton</class>
1954               <name>open_browse</name>
1955               <can_focus>True</can_focus>
1956               <signal>
1957                 <name>clicked</name>
1958                 <handler>GtkFileShow</handler>
1959                 <data>&quot;entry_file&quot;</data>
1960                 <last_modification_time>Mon, 20 Jan 2003 21:45:39 GMT</last_modification_time>
1961               </signal>
1962               <label>Browse...</label>
1963               <relief>GTK_RELIEF_NORMAL</relief>
1964               <child>
1965                 <padding>0</padding>
1966                 <expand>False</expand>
1967                 <fill>False</fill>
1968               </child>
1969             </widget>
1970
1971             <widget>
1972               <class>Placeholder</class>
1973             </widget>
1974           </widget>
1975         </widget>
1976
1977         <widget>
1978           <class>GtkLabel</class>
1979           <child_name>Notebook:tab</child_name>
1980           <name>open_file</name>
1981           <label>File</label>
1982           <justify>GTK_JUSTIFY_CENTER</justify>
1983           <wrap>False</wrap>
1984           <xalign>0.5</xalign>
1985           <yalign>0.5</yalign>
1986           <xpad>0</xpad>
1987           <ypad>0</ypad>
1988         </widget>
1989
1990         <widget>
1991           <class>GtkTable</class>
1992           <name>table5</name>
1993           <border_width>5</border_width>
1994           <rows>5</rows>
1995           <columns>2</columns>
1996           <homogeneous>False</homogeneous>
1997           <row_spacing>5</row_spacing>
1998           <column_spacing>5</column_spacing>
1999
2000           <widget>
2001             <class>GtkLabel</class>
2002             <name>label35</name>
2003             <label>Disc type</label>
2004             <justify>GTK_JUSTIFY_CENTER</justify>
2005             <wrap>False</wrap>
2006             <xalign>0</xalign>
2007             <yalign>0.5</yalign>
2008             <xpad>0</xpad>
2009             <ypad>0</ypad>
2010             <child>
2011               <left_attach>0</left_attach>
2012               <right_attach>1</right_attach>
2013               <top_attach>0</top_attach>
2014               <bottom_attach>1</bottom_attach>
2015               <xpad>0</xpad>
2016               <ypad>0</ypad>
2017               <xexpand>False</xexpand>
2018               <yexpand>False</yexpand>
2019               <xshrink>False</xshrink>
2020               <yshrink>False</yshrink>
2021               <xfill>True</xfill>
2022               <yfill>False</yfill>
2023             </child>
2024           </widget>
2025
2026           <widget>
2027             <class>GtkHBox</class>
2028             <name>hbox24</name>
2029             <homogeneous>False</homogeneous>
2030             <spacing>0</spacing>
2031             <child>
2032               <left_attach>1</left_attach>
2033               <right_attach>2</right_attach>
2034               <top_attach>0</top_attach>
2035               <bottom_attach>1</bottom_attach>
2036               <xpad>0</xpad>
2037               <ypad>0</ypad>
2038               <xexpand>False</xexpand>
2039               <yexpand>False</yexpand>
2040               <xshrink>False</xshrink>
2041               <yshrink>False</yshrink>
2042               <xfill>True</xfill>
2043               <yfill>True</yfill>
2044             </child>
2045
2046             <widget>
2047               <class>GtkRadioButton</class>
2048               <name>disc_dvd</name>
2049               <can_focus>True</can_focus>
2050               <signal>
2051                 <name>toggled</name>
2052                 <handler>GtkDiscOpenDvd</handler>
2053                 <last_modification_time>Sun, 13 May 2001 14:48:29 GMT</last_modification_time>
2054               </signal>
2055               <label>DVD</label>
2056               <active>False</active>
2057               <draw_indicator>True</draw_indicator>
2058               <group>disc</group>
2059               <child>
2060                 <padding>0</padding>
2061                 <expand>False</expand>
2062                 <fill>False</fill>
2063               </child>
2064             </widget>
2065
2066             <widget>
2067               <class>GtkRadioButton</class>
2068               <name>disc_vcd</name>
2069               <can_focus>True</can_focus>
2070               <signal>
2071                 <name>toggled</name>
2072                 <handler>GtkDiscOpenVcd</handler>
2073                 <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
2074               </signal>
2075               <label>VCD</label>
2076               <active>False</active>
2077               <draw_indicator>True</draw_indicator>
2078               <group>disc</group>
2079               <child>
2080                 <padding>0</padding>
2081                 <expand>False</expand>
2082                 <fill>False</fill>
2083               </child>
2084             </widget>
2085           </widget>
2086
2087           <widget>
2088             <class>GtkLabel</class>
2089             <name>label19</name>
2090             <label>Device name</label>
2091             <justify>GTK_JUSTIFY_CENTER</justify>
2092             <wrap>False</wrap>
2093             <xalign>0</xalign>
2094             <yalign>0.5</yalign>
2095             <xpad>0</xpad>
2096             <ypad>0</ypad>
2097             <child>
2098               <left_attach>0</left_attach>
2099               <right_attach>1</right_attach>
2100               <top_attach>1</top_attach>
2101               <bottom_attach>2</bottom_attach>
2102               <xpad>0</xpad>
2103               <ypad>0</ypad>
2104               <xexpand>False</xexpand>
2105               <yexpand>False</yexpand>
2106               <xshrink>False</xshrink>
2107               <yshrink>False</yshrink>
2108               <xfill>True</xfill>
2109               <yfill>False</yfill>
2110             </child>
2111           </widget>
2112
2113           <widget>
2114             <class>GtkLabel</class>
2115             <name>disc_chapter_label</name>
2116             <label>Chapter</label>
2117             <justify>GTK_JUSTIFY_CENTER</justify>
2118             <wrap>False</wrap>
2119             <xalign>0</xalign>
2120             <yalign>0.5</yalign>
2121             <xpad>0</xpad>
2122             <ypad>0</ypad>
2123             <child>
2124               <left_attach>0</left_attach>
2125               <right_attach>1</right_attach>
2126               <top_attach>4</top_attach>
2127               <bottom_attach>5</bottom_attach>
2128               <xpad>0</xpad>
2129               <ypad>0</ypad>
2130               <xexpand>False</xexpand>
2131               <yexpand>False</yexpand>
2132               <xshrink>False</xshrink>
2133               <yshrink>False</yshrink>
2134               <xfill>True</xfill>
2135               <yfill>False</yfill>
2136             </child>
2137           </widget>
2138
2139           <widget>
2140             <class>GtkLabel</class>
2141             <name>disc_title_label</name>
2142             <label>Title</label>
2143             <justify>GTK_JUSTIFY_CENTER</justify>
2144             <wrap>False</wrap>
2145             <xalign>0</xalign>
2146             <yalign>0.5</yalign>
2147             <xpad>0</xpad>
2148             <ypad>0</ypad>
2149             <child>
2150               <left_attach>0</left_attach>
2151               <right_attach>1</right_attach>
2152               <top_attach>3</top_attach>
2153               <bottom_attach>4</bottom_attach>
2154               <xpad>0</xpad>
2155               <ypad>0</ypad>
2156               <xexpand>False</xexpand>
2157               <yexpand>False</yexpand>
2158               <xshrink>False</xshrink>
2159               <yshrink>False</yshrink>
2160               <xfill>True</xfill>
2161               <yfill>False</yfill>
2162             </child>
2163           </widget>
2164
2165           <widget>
2166             <class>GtkEntry</class>
2167             <name>disc_name</name>
2168             <can_focus>True</can_focus>
2169             <signal>
2170               <name>changed</name>
2171               <handler>GtkOpenChanged</handler>
2172               <last_modification_time>Tue, 09 Jul 2002 13:46:05 GMT</last_modification_time>
2173             </signal>
2174             <editable>True</editable>
2175             <text_visible>True</text_visible>
2176             <text_max_length>0</text_max_length>
2177             <text>/dev/dvd</text>
2178             <child>
2179               <left_attach>1</left_attach>
2180               <right_attach>2</right_attach>
2181               <top_attach>1</top_attach>
2182               <bottom_attach>2</bottom_attach>
2183               <xpad>0</xpad>
2184               <ypad>0</ypad>
2185               <xexpand>False</xexpand>
2186               <yexpand>False</yexpand>
2187               <xshrink>False</xshrink>
2188               <yshrink>False</yshrink>
2189               <xfill>True</xfill>
2190               <yfill>False</yfill>
2191             </child>
2192           </widget>
2193
2194           <widget>
2195             <class>GtkSpinButton</class>
2196             <name>disc_title</name>
2197             <can_focus>True</can_focus>
2198             <signal>
2199               <name>changed</name>
2200               <handler>GtkOpenChanged</handler>
2201               <last_modification_time>Tue, 09 Jul 2002 13:45:04 GMT</last_modification_time>
2202             </signal>
2203             <climb_rate>1</climb_rate>
2204             <digits>0</digits>
2205             <numeric>False</numeric>
2206             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2207             <snap>False</snap>
2208             <wrap>False</wrap>
2209             <value>1</value>
2210             <lower>1</lower>
2211             <upper>65536</upper>
2212             <step>1</step>
2213             <page>10</page>
2214             <page_size>10</page_size>
2215             <child>
2216               <left_attach>1</left_attach>
2217               <right_attach>2</right_attach>
2218               <top_attach>3</top_attach>
2219               <bottom_attach>4</bottom_attach>
2220               <xpad>0</xpad>
2221               <ypad>0</ypad>
2222               <xexpand>False</xexpand>
2223               <yexpand>False</yexpand>
2224               <xshrink>False</xshrink>
2225               <yshrink>False</yshrink>
2226               <xfill>True</xfill>
2227               <yfill>False</yfill>
2228             </child>
2229           </widget>
2230
2231           <widget>
2232             <class>GtkSpinButton</class>
2233             <name>disc_chapter</name>
2234             <can_focus>True</can_focus>
2235             <signal>
2236               <name>changed</name>
2237               <handler>GtkOpenChanged</handler>
2238               <last_modification_time>Tue, 09 Jul 2002 13:45:38 GMT</last_modification_time>
2239             </signal>
2240             <climb_rate>1</climb_rate>
2241             <digits>0</digits>
2242             <numeric>False</numeric>
2243             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2244             <snap>False</snap>
2245             <wrap>False</wrap>
2246             <value>1</value>
2247             <lower>1</lower>
2248             <upper>65536</upper>
2249             <step>1</step>
2250             <page>10</page>
2251             <page_size>10</page_size>
2252             <child>
2253               <left_attach>1</left_attach>
2254               <right_attach>2</right_attach>
2255               <top_attach>4</top_attach>
2256               <bottom_attach>5</bottom_attach>
2257               <xpad>0</xpad>
2258               <ypad>0</ypad>
2259               <xexpand>False</xexpand>
2260               <yexpand>False</yexpand>
2261               <xshrink>False</xshrink>
2262               <yshrink>False</yshrink>
2263               <xfill>True</xfill>
2264               <yfill>False</yfill>
2265             </child>
2266           </widget>
2267
2268           <widget>
2269             <class>GtkCheckButton</class>
2270             <name>disc_dvd_use_menu</name>
2271             <can_focus>True</can_focus>
2272             <signal>
2273               <name>toggled</name>
2274               <handler>GtkOpenChanged</handler>
2275               <last_modification_time>Tue, 21 Jan 2003 13:27:40 GMT</last_modification_time>
2276             </signal>
2277             <label>Use DVD menus</label>
2278             <active>False</active>
2279             <draw_indicator>True</draw_indicator>
2280             <child>
2281               <left_attach>1</left_attach>
2282               <right_attach>2</right_attach>
2283               <top_attach>2</top_attach>
2284               <bottom_attach>3</bottom_attach>
2285               <xpad>0</xpad>
2286               <ypad>0</ypad>
2287               <xexpand>False</xexpand>
2288               <yexpand>False</yexpand>
2289               <xshrink>False</xshrink>
2290               <yshrink>False</yshrink>
2291               <xfill>True</xfill>
2292               <yfill>False</yfill>
2293             </child>
2294           </widget>
2295         </widget>
2296
2297         <widget>
2298           <class>GtkLabel</class>
2299           <child_name>Notebook:tab</child_name>
2300           <name>open_disc</name>
2301           <label>Disc</label>
2302           <justify>GTK_JUSTIFY_CENTER</justify>
2303           <wrap>False</wrap>
2304           <xalign>0.5</xalign>
2305           <yalign>0.5</yalign>
2306           <xpad>0</xpad>
2307           <ypad>0</ypad>
2308         </widget>
2309
2310         <widget>
2311           <class>GtkTable</class>
2312           <name>table4</name>
2313           <border_width>5</border_width>
2314           <rows>4</rows>
2315           <columns>6</columns>
2316           <homogeneous>False</homogeneous>
2317           <row_spacing>5</row_spacing>
2318           <column_spacing>5</column_spacing>
2319
2320           <widget>
2321             <class>GtkRadioButton</class>
2322             <name>network_udp</name>
2323             <can_focus>True</can_focus>
2324             <signal>
2325               <name>toggled</name>
2326               <handler>GtkNetworkOpenUDP</handler>
2327               <last_modification_time>Thu, 16 May 2002 00:47:18 GMT</last_modification_time>
2328             </signal>
2329             <label>UDP/RTP</label>
2330             <active>False</active>
2331             <draw_indicator>True</draw_indicator>
2332             <child>
2333               <left_attach>0</left_attach>
2334               <right_attach>1</right_attach>
2335               <top_attach>0</top_attach>
2336               <bottom_attach>1</bottom_attach>
2337               <xpad>0</xpad>
2338               <ypad>0</ypad>
2339               <xexpand>False</xexpand>
2340               <yexpand>False</yexpand>
2341               <xshrink>False</xshrink>
2342               <yshrink>False</yshrink>
2343               <xfill>True</xfill>
2344               <yfill>False</yfill>
2345             </child>
2346           </widget>
2347
2348           <widget>
2349             <class>GtkRadioButton</class>
2350             <name>network_multicast</name>
2351             <can_focus>True</can_focus>
2352             <signal>
2353               <name>toggled</name>
2354               <handler>GtkNetworkOpenMulticast</handler>
2355               <last_modification_time>Thu, 16 May 2002 00:47:05 GMT</last_modification_time>
2356             </signal>
2357             <label>UDP/RTP Multicast</label>
2358             <active>False</active>
2359             <draw_indicator>True</draw_indicator>
2360             <child>
2361               <left_attach>0</left_attach>
2362               <right_attach>1</right_attach>
2363               <top_attach>1</top_attach>
2364               <bottom_attach>2</bottom_attach>
2365               <xpad>0</xpad>
2366               <ypad>0</ypad>
2367               <xexpand>False</xexpand>
2368               <yexpand>False</yexpand>
2369               <xshrink>False</xshrink>
2370               <yshrink>False</yshrink>
2371               <xfill>True</xfill>
2372               <yfill>False</yfill>
2373             </child>
2374           </widget>
2375
2376           <widget>
2377             <class>GtkRadioButton</class>
2378             <name>network_channel</name>
2379             <can_focus>True</can_focus>
2380             <signal>
2381               <name>toggled</name>
2382               <handler>GtkNetworkOpenChannel</handler>
2383               <last_modification_time>Thu, 16 May 2002 01:44:15 GMT</last_modification_time>
2384             </signal>
2385             <label>Channel server</label>
2386             <active>False</active>
2387             <draw_indicator>True</draw_indicator>
2388             <child>
2389               <left_attach>0</left_attach>
2390               <right_attach>1</right_attach>
2391               <top_attach>2</top_attach>
2392               <bottom_attach>3</bottom_attach>
2393               <xpad>0</xpad>
2394               <ypad>0</ypad>
2395               <xexpand>False</xexpand>
2396               <yexpand>False</yexpand>
2397               <xshrink>False</xshrink>
2398               <yshrink>False</yshrink>
2399               <xfill>True</xfill>
2400               <yfill>False</yfill>
2401             </child>
2402           </widget>
2403
2404           <widget>
2405             <class>GtkRadioButton</class>
2406             <name>network_http</name>
2407             <can_focus>True</can_focus>
2408             <signal>
2409               <name>toggled</name>
2410               <handler>GtkNetworkOpenHTTP</handler>
2411               <last_modification_time>Thu, 16 May 2002 00:47:42 GMT</last_modification_time>
2412             </signal>
2413             <label>HTTP/FTP/MMS</label>
2414             <active>False</active>
2415             <draw_indicator>True</draw_indicator>
2416             <child>
2417               <left_attach>0</left_attach>
2418               <right_attach>1</right_attach>
2419               <top_attach>3</top_attach>
2420               <bottom_attach>4</bottom_attach>
2421               <xpad>0</xpad>
2422               <ypad>0</ypad>
2423               <xexpand>False</xexpand>
2424               <yexpand>False</yexpand>
2425               <xshrink>False</xshrink>
2426               <yshrink>False</yshrink>
2427               <xfill>True</xfill>
2428               <yfill>False</yfill>
2429             </child>
2430           </widget>
2431
2432           <widget>
2433             <class>GtkLabel</class>
2434             <name>network_udp_port_label</name>
2435             <label>Port</label>
2436             <justify>GTK_JUSTIFY_CENTER</justify>
2437             <wrap>False</wrap>
2438             <xalign>1</xalign>
2439             <yalign>0.5</yalign>
2440             <xpad>0</xpad>
2441             <ypad>0</ypad>
2442             <child>
2443               <left_attach>1</left_attach>
2444               <right_attach>2</right_attach>
2445               <top_attach>0</top_attach>
2446               <bottom_attach>1</bottom_attach>
2447               <xpad>0</xpad>
2448               <ypad>0</ypad>
2449               <xexpand>False</xexpand>
2450               <yexpand>False</yexpand>
2451               <xshrink>False</xshrink>
2452               <yshrink>False</yshrink>
2453               <xfill>True</xfill>
2454               <yfill>False</yfill>
2455             </child>
2456           </widget>
2457
2458           <widget>
2459             <class>GtkLabel</class>
2460             <name>network_multicast_address_label</name>
2461             <sensitive>False</sensitive>
2462             <label>Address</label>
2463             <justify>GTK_JUSTIFY_RIGHT</justify>
2464             <wrap>False</wrap>
2465             <xalign>1</xalign>
2466             <yalign>0.5</yalign>
2467             <xpad>0</xpad>
2468             <ypad>0</ypad>
2469             <child>
2470               <left_attach>1</left_attach>
2471               <right_attach>2</right_attach>
2472               <top_attach>1</top_attach>
2473               <bottom_attach>2</bottom_attach>
2474               <xpad>0</xpad>
2475               <ypad>0</ypad>
2476               <xexpand>False</xexpand>
2477               <yexpand>False</yexpand>
2478               <xshrink>False</xshrink>
2479               <yshrink>False</yshrink>
2480               <xfill>True</xfill>
2481               <yfill>False</yfill>
2482             </child>
2483           </widget>
2484
2485           <widget>
2486             <class>GtkLabel</class>
2487             <name>network_channel_address_label</name>
2488             <sensitive>False</sensitive>
2489             <label>Address</label>
2490             <justify>GTK_JUSTIFY_CENTER</justify>
2491             <wrap>False</wrap>
2492             <xalign>0.5</xalign>
2493             <yalign>0.5</yalign>
2494             <xpad>0</xpad>
2495             <ypad>0</ypad>
2496             <child>
2497               <left_attach>1</left_attach>
2498               <right_attach>2</right_attach>
2499               <top_attach>2</top_attach>
2500               <bottom_attach>3</bottom_attach>
2501               <xpad>0</xpad>
2502               <ypad>0</ypad>
2503               <xexpand>False</xexpand>
2504               <yexpand>False</yexpand>
2505               <xshrink>False</xshrink>
2506               <yshrink>False</yshrink>
2507               <xfill>True</xfill>
2508               <yfill>False</yfill>
2509             </child>
2510           </widget>
2511
2512           <widget>
2513             <class>GtkLabel</class>
2514             <name>network_http_url_label</name>
2515             <sensitive>False</sensitive>
2516             <label>URL</label>
2517             <justify>GTK_JUSTIFY_CENTER</justify>
2518             <wrap>False</wrap>
2519             <xalign>1</xalign>
2520             <yalign>0.5</yalign>
2521             <xpad>0</xpad>
2522             <ypad>0</ypad>
2523             <child>
2524               <left_attach>1</left_attach>
2525               <right_attach>2</right_attach>
2526               <top_attach>3</top_attach>
2527               <bottom_attach>4</bottom_attach>
2528               <xpad>0</xpad>
2529               <ypad>0</ypad>
2530               <xexpand>False</xexpand>
2531               <yexpand>False</yexpand>
2532               <xshrink>False</xshrink>
2533               <yshrink>False</yshrink>
2534               <xfill>True</xfill>
2535               <yfill>False</yfill>
2536             </child>
2537           </widget>
2538
2539           <widget>
2540             <class>GtkCombo</class>
2541             <name>network_multicast_address_combo</name>
2542             <sensitive>False</sensitive>
2543             <value_in_list>False</value_in_list>
2544             <ok_if_empty>True</ok_if_empty>
2545             <case_sensitive>False</case_sensitive>
2546             <use_arrows>True</use_arrows>
2547             <use_arrows_always>False</use_arrows_always>
2548             <items></items>
2549             <child>
2550               <left_attach>2</left_attach>
2551               <right_attach>4</right_attach>
2552               <top_attach>1</top_attach>
2553               <bottom_attach>2</bottom_attach>
2554               <xpad>0</xpad>
2555               <ypad>0</ypad>
2556               <xexpand>True</xexpand>
2557               <yexpand>False</yexpand>
2558               <xshrink>False</xshrink>
2559               <yshrink>False</yshrink>
2560               <xfill>True</xfill>
2561               <yfill>False</yfill>
2562             </child>
2563
2564             <widget>
2565               <class>GtkEntry</class>
2566               <child_name>GtkCombo:entry</child_name>
2567               <name>network_multicast_address</name>
2568               <can_focus>True</can_focus>
2569               <signal>
2570                 <name>changed</name>
2571                 <handler>GtkOpenChanged</handler>
2572                 <last_modification_time>Tue, 09 Jul 2002 13:57:06 GMT</last_modification_time>
2573               </signal>
2574               <editable>True</editable>
2575               <text_visible>True</text_visible>
2576               <text_max_length>0</text_max_length>
2577               <text></text>
2578             </widget>
2579           </widget>
2580
2581           <widget>
2582             <class>GtkCombo</class>
2583             <name>network_channel_address_combo</name>
2584             <sensitive>False</sensitive>
2585             <value_in_list>False</value_in_list>
2586             <ok_if_empty>True</ok_if_empty>
2587             <case_sensitive>False</case_sensitive>
2588             <use_arrows>True</use_arrows>
2589             <use_arrows_always>False</use_arrows_always>
2590             <items></items>
2591             <child>
2592               <left_attach>2</left_attach>
2593               <right_attach>4</right_attach>
2594               <top_attach>2</top_attach>
2595               <bottom_attach>3</bottom_attach>
2596               <xpad>0</xpad>
2597               <ypad>0</ypad>
2598               <xexpand>True</xexpand>
2599               <yexpand>False</yexpand>
2600               <xshrink>False</xshrink>
2601               <yshrink>False</yshrink>
2602               <xfill>True</xfill>
2603               <yfill>False</yfill>
2604             </child>
2605
2606             <widget>
2607               <class>GtkEntry</class>
2608               <child_name>GtkCombo:entry</child_name>
2609               <name>network_channel_address</name>
2610               <can_focus>True</can_focus>
2611               <signal>
2612                 <name>changed</name>
2613                 <handler>GtkOpenChanged</handler>
2614                 <last_modification_time>Tue, 09 Jul 2002 13:57:16 GMT</last_modification_time>
2615               </signal>
2616               <editable>True</editable>
2617               <text_visible>True</text_visible>
2618               <text_max_length>0</text_max_length>
2619               <text></text>
2620             </widget>
2621           </widget>
2622
2623           <widget>
2624             <class>GtkLabel</class>
2625             <name>network_multicast_port_label</name>
2626             <sensitive>False</sensitive>
2627             <label>Port</label>
2628             <justify>GTK_JUSTIFY_CENTER</justify>
2629             <wrap>False</wrap>
2630             <xalign>1</xalign>
2631             <yalign>0.5</yalign>
2632             <xpad>0</xpad>
2633             <ypad>0</ypad>
2634             <child>
2635               <left_attach>4</left_attach>
2636               <right_attach>5</right_attach>
2637               <top_attach>1</top_attach>
2638               <bottom_attach>2</bottom_attach>
2639               <xpad>0</xpad>
2640               <ypad>0</ypad>
2641               <xexpand>False</xexpand>
2642               <yexpand>False</yexpand>
2643               <xshrink>False</xshrink>
2644               <yshrink>False</yshrink>
2645               <xfill>True</xfill>
2646               <yfill>False</yfill>
2647             </child>
2648           </widget>
2649
2650           <widget>
2651             <class>GtkLabel</class>
2652             <name>network_channel_port_label</name>
2653             <sensitive>False</sensitive>
2654             <label>Port</label>
2655             <justify>GTK_JUSTIFY_CENTER</justify>
2656             <wrap>False</wrap>
2657             <xalign>1</xalign>
2658             <yalign>0.5</yalign>
2659             <xpad>0</xpad>
2660             <ypad>0</ypad>
2661             <child>
2662               <left_attach>4</left_attach>
2663               <right_attach>5</right_attach>
2664               <top_attach>2</top_attach>
2665               <bottom_attach>3</bottom_attach>
2666               <xpad>0</xpad>
2667               <ypad>0</ypad>
2668               <xexpand>False</xexpand>
2669               <yexpand>False</yexpand>
2670               <xshrink>False</xshrink>
2671               <yshrink>False</yshrink>
2672               <xfill>True</xfill>
2673               <yfill>False</yfill>
2674             </child>
2675           </widget>
2676
2677           <widget>
2678             <class>GtkSpinButton</class>
2679             <name>network_multicast_port</name>
2680             <width>75</width>
2681             <sensitive>False</sensitive>
2682             <can_focus>True</can_focus>
2683             <signal>
2684               <name>changed</name>
2685               <handler>GtkOpenChanged</handler>
2686               <last_modification_time>Tue, 09 Jul 2002 13:57:36 GMT</last_modification_time>
2687             </signal>
2688             <climb_rate>1</climb_rate>
2689             <digits>0</digits>
2690             <numeric>False</numeric>
2691             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2692             <snap>False</snap>
2693             <wrap>False</wrap>
2694             <value>1234</value>
2695             <lower>0</lower>
2696             <upper>65535</upper>
2697             <step>1</step>
2698             <page>10</page>
2699             <page_size>10</page_size>
2700             <child>
2701               <left_attach>5</left_attach>
2702               <right_attach>6</right_attach>
2703               <top_attach>1</top_attach>
2704               <bottom_attach>2</bottom_attach>
2705               <xpad>0</xpad>
2706               <ypad>0</ypad>
2707               <xexpand>True</xexpand>
2708               <yexpand>False</yexpand>
2709               <xshrink>False</xshrink>
2710               <yshrink>False</yshrink>
2711               <xfill>True</xfill>
2712               <yfill>False</yfill>
2713             </child>
2714           </widget>
2715
2716           <widget>
2717             <class>GtkSpinButton</class>
2718             <name>network_channel_port</name>
2719             <width>75</width>
2720             <sensitive>False</sensitive>
2721             <can_focus>True</can_focus>
2722             <signal>
2723               <name>changed</name>
2724               <handler>GtkOpenChanged</handler>
2725               <last_modification_time>Tue, 09 Jul 2002 13:57:45 GMT</last_modification_time>
2726             </signal>
2727             <climb_rate>1</climb_rate>
2728             <digits>0</digits>
2729             <numeric>False</numeric>
2730             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2731             <snap>False</snap>
2732             <wrap>False</wrap>
2733             <value>6010</value>
2734             <lower>0</lower>
2735             <upper>65535</upper>
2736             <step>1</step>
2737             <page>10</page>
2738             <page_size>10</page_size>
2739             <child>
2740               <left_attach>5</left_attach>
2741               <right_attach>6</right_attach>
2742               <top_attach>2</top_attach>
2743               <bottom_attach>3</bottom_attach>
2744               <xpad>0</xpad>
2745               <ypad>0</ypad>
2746               <xexpand>True</xexpand>
2747               <yexpand>False</yexpand>
2748               <xshrink>False</xshrink>
2749               <yshrink>False</yshrink>
2750               <xfill>True</xfill>
2751               <yfill>False</yfill>
2752             </child>
2753           </widget>
2754
2755           <widget>
2756             <class>GtkEntry</class>
2757             <name>network_http_url</name>
2758             <sensitive>False</sensitive>
2759             <can_focus>True</can_focus>
2760             <signal>
2761               <name>changed</name>
2762               <handler>GtkOpenChanged</handler>
2763               <last_modification_time>Tue, 09 Jul 2002 13:57:26 GMT</last_modification_time>
2764             </signal>
2765             <editable>True</editable>
2766             <text_visible>True</text_visible>
2767             <text_max_length>0</text_max_length>
2768             <text></text>
2769             <child>
2770               <left_attach>2</left_attach>
2771               <right_attach>6</right_attach>
2772               <top_attach>3</top_attach>
2773               <bottom_attach>4</bottom_attach>
2774               <xpad>0</xpad>
2775               <ypad>0</ypad>
2776               <xexpand>True</xexpand>
2777               <yexpand>False</yexpand>
2778               <xshrink>False</xshrink>
2779               <yshrink>False</yshrink>
2780               <xfill>True</xfill>
2781               <yfill>False</yfill>
2782             </child>
2783           </widget>
2784
2785           <widget>
2786             <class>GtkSpinButton</class>
2787             <name>network_udp_port</name>
2788             <width>1</width>
2789             <can_focus>True</can_focus>
2790             <signal>
2791               <name>changed</name>
2792               <handler>GtkOpenChanged</handler>
2793               <last_modification_time>Tue, 09 Jul 2002 13:56:55 GMT</last_modification_time>
2794             </signal>
2795             <climb_rate>1</climb_rate>
2796             <digits>0</digits>
2797             <numeric>False</numeric>
2798             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2799             <snap>False</snap>
2800             <wrap>False</wrap>
2801             <value>1234</value>
2802             <lower>0</lower>
2803             <upper>65535</upper>
2804             <step>1</step>
2805             <page>10</page>
2806             <page_size>10</page_size>
2807             <child>
2808               <left_attach>2</left_attach>
2809               <right_attach>3</right_attach>
2810               <top_attach>0</top_attach>
2811               <bottom_attach>1</bottom_attach>
2812               <xpad>0</xpad>
2813               <ypad>0</ypad>
2814               <xexpand>False</xexpand>
2815               <yexpand>False</yexpand>
2816               <xshrink>False</xshrink>
2817               <yshrink>False</yshrink>
2818               <xfill>True</xfill>
2819               <yfill>False</yfill>
2820             </child>
2821           </widget>
2822         </widget>
2823
2824         <widget>
2825           <class>GtkLabel</class>
2826           <child_name>Notebook:tab</child_name>
2827           <name>open_net</name>
2828           <label>Network</label>
2829           <justify>GTK_JUSTIFY_CENTER</justify>
2830           <wrap>False</wrap>
2831           <xalign>0.5</xalign>
2832           <yalign>0.5</yalign>
2833           <xpad>0</xpad>
2834           <ypad>0</ypad>
2835         </widget>
2836
2837         <widget>
2838           <class>GtkTable</class>
2839           <name>table3</name>
2840           <border_width>5</border_width>
2841           <rows>4</rows>
2842           <columns>2</columns>
2843           <homogeneous>False</homogeneous>
2844           <row_spacing>5</row_spacing>
2845           <column_spacing>5</column_spacing>
2846
2847           <widget>
2848             <class>GtkLabel</class>
2849             <name>label24</name>
2850             <label>Symbol Rate</label>
2851             <justify>GTK_JUSTIFY_CENTER</justify>
2852             <wrap>False</wrap>
2853             <xalign>0</xalign>
2854             <yalign>0.5</yalign>
2855             <xpad>0</xpad>
2856             <ypad>0</ypad>
2857             <child>
2858               <left_attach>0</left_attach>
2859               <right_attach>1</right_attach>
2860               <top_attach>1</top_attach>
2861               <bottom_attach>2</bottom_attach>
2862               <xpad>0</xpad>
2863               <ypad>0</ypad>
2864               <xexpand>False</xexpand>
2865               <yexpand>False</yexpand>
2866               <xshrink>False</xshrink>
2867               <yshrink>False</yshrink>
2868               <xfill>True</xfill>
2869               <yfill>False</yfill>
2870             </child>
2871           </widget>
2872
2873           <widget>
2874             <class>GtkLabel</class>
2875             <name>label25</name>
2876             <label>Frequency</label>
2877             <justify>GTK_JUSTIFY_CENTER</justify>
2878             <wrap>False</wrap>
2879             <xalign>0</xalign>
2880             <yalign>0.5</yalign>
2881             <xpad>0</xpad>
2882             <ypad>0</ypad>
2883             <child>
2884               <left_attach>0</left_attach>
2885               <right_attach>1</right_attach>
2886               <top_attach>0</top_attach>
2887               <bottom_attach>1</bottom_attach>
2888               <xpad>0</xpad>
2889               <ypad>0</ypad>
2890               <xexpand>False</xexpand>
2891               <yexpand>False</yexpand>
2892               <xshrink>False</xshrink>
2893               <yshrink>False</yshrink>
2894               <xfill>True</xfill>
2895               <yfill>False</yfill>
2896             </child>
2897           </widget>
2898
2899           <widget>
2900             <class>GtkLabel</class>
2901             <name>label26</name>
2902             <label>Polarization</label>
2903             <justify>GTK_JUSTIFY_CENTER</justify>
2904             <wrap>False</wrap>
2905             <xalign>0</xalign>
2906             <yalign>0.5</yalign>
2907             <xpad>0</xpad>
2908             <ypad>0</ypad>
2909             <child>
2910               <left_attach>0</left_attach>
2911               <right_attach>1</right_attach>
2912               <top_attach>2</top_attach>
2913               <bottom_attach>3</bottom_attach>
2914               <xpad>0</xpad>
2915               <ypad>0</ypad>
2916               <xexpand>False</xexpand>
2917               <yexpand>False</yexpand>
2918               <xshrink>False</xshrink>
2919               <yshrink>False</yshrink>
2920               <xfill>True</xfill>
2921               <yfill>False</yfill>
2922             </child>
2923           </widget>
2924
2925           <widget>
2926             <class>GtkSpinButton</class>
2927             <name>sat_freq</name>
2928             <can_focus>True</can_focus>
2929             <signal>
2930               <name>changed</name>
2931               <handler>GtkOpenChanged</handler>
2932               <last_modification_time>Tue, 09 Jul 2002 13:58:00 GMT</last_modification_time>
2933             </signal>
2934             <climb_rate>1</climb_rate>
2935             <digits>0</digits>
2936             <numeric>False</numeric>
2937             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2938             <snap>False</snap>
2939             <wrap>False</wrap>
2940             <value>11954</value>
2941             <lower>10000</lower>
2942             <upper>12999</upper>
2943             <step>1</step>
2944             <page>10</page>
2945             <page_size>10</page_size>
2946             <child>
2947               <left_attach>1</left_attach>
2948               <right_attach>2</right_attach>
2949               <top_attach>0</top_attach>
2950               <bottom_attach>1</bottom_attach>
2951               <xpad>0</xpad>
2952               <ypad>0</ypad>
2953               <xexpand>False</xexpand>
2954               <yexpand>False</yexpand>
2955               <xshrink>False</xshrink>
2956               <yshrink>False</yshrink>
2957               <xfill>True</xfill>
2958               <yfill>False</yfill>
2959             </child>
2960           </widget>
2961
2962           <widget>
2963             <class>GtkLabel</class>
2964             <name>label27</name>
2965             <label>FEC</label>
2966             <justify>GTK_JUSTIFY_CENTER</justify>
2967             <wrap>False</wrap>
2968             <xalign>0</xalign>
2969             <yalign>0.5</yalign>
2970             <xpad>0</xpad>
2971             <ypad>0</ypad>
2972             <child>
2973               <left_attach>0</left_attach>
2974               <right_attach>1</right_attach>
2975               <top_attach>3</top_attach>
2976               <bottom_attach>4</bottom_attach>
2977               <xpad>0</xpad>
2978               <ypad>0</ypad>
2979               <xexpand>False</xexpand>
2980               <yexpand>False</yexpand>
2981               <xshrink>False</xshrink>
2982               <yshrink>False</yshrink>
2983               <xfill>True</xfill>
2984               <yfill>False</yfill>
2985             </child>
2986           </widget>
2987
2988           <widget>
2989             <class>GtkHBox</class>
2990             <name>hbox23</name>
2991             <homogeneous>False</homogeneous>
2992             <spacing>0</spacing>
2993             <child>
2994               <left_attach>1</left_attach>
2995               <right_attach>2</right_attach>
2996               <top_attach>2</top_attach>
2997               <bottom_attach>3</bottom_attach>
2998               <xpad>0</xpad>
2999               <ypad>0</ypad>
3000               <xexpand>False</xexpand>
3001               <yexpand>False</yexpand>
3002               <xshrink>False</xshrink>
3003               <yshrink>False</yshrink>
3004               <xfill>True</xfill>
3005               <yfill>True</yfill>
3006             </child>
3007
3008             <widget>
3009               <class>GtkRadioButton</class>
3010               <name>sat_pol_vert</name>
3011               <can_focus>True</can_focus>
3012               <signal>
3013                 <name>toggled</name>
3014                 <handler>GtkSatOpenToggle</handler>
3015                 <last_modification_time>Tue, 09 Jul 2002 15:16:25 GMT</last_modification_time>
3016               </signal>
3017               <label>Vertical</label>
3018               <active>False</active>
3019               <draw_indicator>True</draw_indicator>
3020               <group>pol</group>
3021               <child>
3022                 <padding>0</padding>
3023                 <expand>False</expand>
3024                 <fill>False</fill>
3025               </child>
3026             </widget>
3027
3028             <widget>
3029               <class>GtkRadioButton</class>
3030               <name>sat_pol_hor</name>
3031               <can_focus>True</can_focus>
3032               <signal>
3033                 <name>toggled</name>
3034                 <handler>GtkSatOpenToggle</handler>
3035                 <last_modification_time>Tue, 09 Jul 2002 15:16:36 GMT</last_modification_time>
3036               </signal>
3037               <label>Horizontal</label>
3038               <active>False</active>
3039               <draw_indicator>True</draw_indicator>
3040               <group>pol</group>
3041               <child>
3042                 <padding>0</padding>
3043                 <expand>False</expand>
3044                 <fill>False</fill>
3045               </child>
3046             </widget>
3047           </widget>
3048
3049           <widget>
3050             <class>GtkSpinButton</class>
3051             <name>sat_srate</name>
3052             <can_focus>True</can_focus>
3053             <signal>
3054               <name>changed</name>
3055               <handler>GtkOpenChanged</handler>
3056               <last_modification_time>Tue, 09 Jul 2002 13:58:09 GMT</last_modification_time>
3057             </signal>
3058             <climb_rate>1</climb_rate>
3059             <digits>0</digits>
3060             <numeric>False</numeric>
3061             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3062             <snap>False</snap>
3063             <wrap>False</wrap>
3064             <value>27500</value>
3065             <lower>1000</lower>
3066             <upper>30000</upper>
3067             <step>1</step>
3068             <page>10</page>
3069             <page_size>10</page_size>
3070             <child>
3071               <left_attach>1</left_attach>
3072               <right_attach>2</right_attach>
3073               <top_attach>1</top_attach>
3074               <bottom_attach>2</bottom_attach>
3075               <xpad>0</xpad>
3076               <ypad>0</ypad>
3077               <xexpand>False</xexpand>
3078               <yexpand>False</yexpand>
3079               <xshrink>False</xshrink>
3080               <yshrink>False</yshrink>
3081               <xfill>True</xfill>
3082               <yfill>False</yfill>
3083             </child>
3084           </widget>
3085
3086           <widget>
3087             <class>GtkCombo</class>
3088             <name>sat_fec</name>
3089             <value_in_list>False</value_in_list>
3090             <ok_if_empty>True</ok_if_empty>
3091             <case_sensitive>False</case_sensitive>
3092             <use_arrows>True</use_arrows>
3093             <use_arrows_always>False</use_arrows_always>
3094             <items>1/2
3095 2/3
3096 3/4
3097 4/5
3098 5/6
3099 7/8
3100 </items>
3101             <child>
3102               <left_attach>1</left_attach>
3103               <right_attach>2</right_attach>
3104               <top_attach>3</top_attach>
3105               <bottom_attach>4</bottom_attach>
3106               <xpad>0</xpad>
3107               <ypad>0</ypad>
3108               <xexpand>False</xexpand>
3109               <yexpand>False</yexpand>
3110               <xshrink>False</xshrink>
3111               <yshrink>False</yshrink>
3112               <xfill>True</xfill>
3113               <yfill>False</yfill>
3114             </child>
3115
3116             <widget>
3117               <class>GtkEntry</class>
3118               <child_name>GtkCombo:entry</child_name>
3119               <name>combo-entry1</name>
3120               <can_focus>True</can_focus>
3121               <signal>
3122                 <name>changed</name>
3123                 <handler>GtkOpenChanged</handler>
3124                 <last_modification_time>Tue, 09 Jul 2002 13:58:26 GMT</last_modification_time>
3125               </signal>
3126               <editable>True</editable>
3127               <text_visible>True</text_visible>
3128               <text_max_length>0</text_max_length>
3129               <text>3/4</text>
3130             </widget>
3131           </widget>
3132         </widget>
3133
3134         <widget>
3135           <class>GtkLabel</class>
3136           <child_name>Notebook:tab</child_name>
3137           <name>open_sat</name>
3138           <label>Satellite</label>
3139           <justify>GTK_JUSTIFY_CENTER</justify>
3140           <wrap>False</wrap>
3141           <xalign>0.5</xalign>
3142           <yalign>0.5</yalign>
3143           <xpad>0</xpad>
3144           <ypad>0</ypad>
3145         </widget>
3146       </widget>
3147
3148       <widget>
3149         <class>GtkCheckButton</class>
3150         <name>show_subtitle</name>
3151         <tooltip>Use a subtitles file</tooltip>
3152         <can_focus>True</can_focus>
3153         <signal>
3154           <name>clicked</name>
3155           <handler>GtkOpenSubtitleShow</handler>
3156           <last_modification_time>Mon, 20 Jan 2003 21:09:27 GMT</last_modification_time>
3157         </signal>
3158         <label>Subtitle</label>
3159         <active>False</active>
3160         <draw_indicator>True</draw_indicator>
3161         <child>
3162           <padding>0</padding>
3163           <expand>False</expand>
3164           <fill>False</fill>
3165         </child>
3166       </widget>
3167
3168       <widget>
3169         <class>GtkHBox</class>
3170         <name>hbox_subtitle</name>
3171         <border_width>5</border_width>
3172         <homogeneous>False</homogeneous>
3173         <spacing>5</spacing>
3174         <child>
3175           <padding>0</padding>
3176           <expand>True</expand>
3177           <fill>True</fill>
3178         </child>
3179
3180         <widget>
3181           <class>GtkCombo</class>
3182           <name>combo3</name>
3183           <value_in_list>False</value_in_list>
3184           <ok_if_empty>True</ok_if_empty>
3185           <case_sensitive>False</case_sensitive>
3186           <use_arrows>True</use_arrows>
3187           <use_arrows_always>False</use_arrows_always>
3188           <items></items>
3189           <child>
3190             <padding>0</padding>
3191             <expand>False</expand>
3192             <fill>True</fill>
3193           </child>
3194
3195           <widget>
3196             <class>GtkEntry</class>
3197             <child_name>GtkCombo:entry</child_name>
3198             <name>entry_subtitle</name>
3199             <tooltip>Select a subtitles file</tooltip>
3200             <can_focus>True</can_focus>
3201             <signal>
3202               <name>changed</name>
3203               <handler>GtkOpenChanged</handler>
3204               <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
3205             </signal>
3206             <editable>True</editable>
3207             <text_visible>True</text_visible>
3208             <text_max_length>0</text_max_length>
3209             <text></text>
3210           </widget>
3211         </widget>
3212
3213         <widget>
3214           <class>GtkVBox</class>
3215           <name>vbox14</name>
3216           <homogeneous>True</homogeneous>
3217           <spacing>0</spacing>
3218           <child>
3219             <padding>0</padding>
3220             <expand>False</expand>
3221             <fill>False</fill>
3222           </child>
3223
3224           <widget>
3225             <class>GtkButton</class>
3226             <name>open_browse_subtitle</name>
3227             <can_focus>True</can_focus>
3228             <signal>
3229               <name>clicked</name>
3230               <handler>GtkFileShow</handler>
3231               <data>&quot;entry_subtitle&quot;</data>
3232               <last_modification_time>Mon, 20 Jan 2003 21:46:24 GMT</last_modification_time>
3233             </signal>
3234             <label>Browse...</label>
3235             <relief>GTK_RELIEF_NORMAL</relief>
3236             <child>
3237               <padding>0</padding>
3238               <expand>False</expand>
3239               <fill>False</fill>
3240             </child>
3241           </widget>
3242         </widget>
3243
3244         <widget>
3245           <class>GtkLabel</class>
3246           <name>label37</name>
3247           <label>delay</label>
3248           <justify>GTK_JUSTIFY_CENTER</justify>
3249           <wrap>False</wrap>
3250           <xalign>0.5</xalign>
3251           <yalign>0.5</yalign>
3252           <xpad>0</xpad>
3253           <ypad>0</ypad>
3254           <child>
3255             <padding>0</padding>
3256             <expand>True</expand>
3257             <fill>True</fill>
3258           </child>
3259         </widget>
3260
3261         <widget>
3262           <class>GtkSpinButton</class>
3263           <name>subtitle_delay</name>
3264           <tooltip>Set the delay (in seconds)</tooltip>
3265           <can_focus>True</can_focus>
3266           <signal>
3267             <name>changed</name>
3268             <handler>GtkOpenChanged</handler>
3269             <last_modification_time>Tue, 21 Jan 2003 00:09:20 GMT</last_modification_time>
3270           </signal>
3271           <climb_rate>1</climb_rate>
3272           <digits>1</digits>
3273           <numeric>False</numeric>
3274           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3275           <snap>False</snap>
3276           <wrap>False</wrap>
3277           <value>0</value>
3278           <lower>-1000</lower>
3279           <upper>1000</upper>
3280           <step>0.1</step>
3281           <page>10</page>
3282           <page_size>10</page_size>
3283           <child>
3284             <padding>0</padding>
3285             <expand>True</expand>
3286             <fill>True</fill>
3287           </child>
3288         </widget>
3289
3290         <widget>
3291           <class>GtkLabel</class>
3292           <name>label3</name>
3293           <label>fps</label>
3294           <justify>GTK_JUSTIFY_CENTER</justify>
3295           <wrap>False</wrap>
3296           <xalign>0.5</xalign>
3297           <yalign>0.5</yalign>
3298           <xpad>0</xpad>
3299           <ypad>0</ypad>
3300           <child>
3301             <padding>0</padding>
3302             <expand>True</expand>
3303             <fill>True</fill>
3304           </child>
3305         </widget>
3306
3307         <widget>
3308           <class>GtkSpinButton</class>
3309           <name>subtitle_fps</name>
3310           <tooltip>Set the number of Frames Per Second</tooltip>
3311           <can_focus>True</can_focus>
3312           <climb_rate>1</climb_rate>
3313           <digits>1</digits>
3314           <numeric>False</numeric>
3315           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3316           <snap>False</snap>
3317           <wrap>False</wrap>
3318           <value>0</value>
3319           <lower>0</lower>
3320           <upper>100</upper>
3321           <step>0.1</step>
3322           <page>10</page>
3323           <page_size>10</page_size>
3324           <child>
3325             <padding>0</padding>
3326             <expand>True</expand>
3327             <fill>True</fill>
3328           </child>
3329         </widget>
3330       </widget>
3331     </widget>
3332
3333     <widget>
3334       <class>GtkHBox</class>
3335       <name>hbox30</name>
3336       <homogeneous>False</homogeneous>
3337       <spacing>0</spacing>
3338       <child>
3339         <padding>3</padding>
3340         <expand>False</expand>
3341         <fill>False</fill>
3342       </child>
3343
3344       <widget>
3345         <class>GtkCheckButton</class>
3346         <name>show_sout_settings</name>
3347         <tooltip>Use stream output</tooltip>
3348         <can_focus>True</can_focus>
3349         <signal>
3350           <name>clicked</name>
3351           <handler>GtkOpenSoutShow</handler>
3352           <last_modification_time>Sun, 26 Jan 2003 07:01:23 GMT</last_modification_time>
3353         </signal>
3354         <label>Stream output</label>
3355         <active>False</active>
3356         <draw_indicator>True</draw_indicator>
3357         <child>
3358           <padding>0</padding>
3359           <expand>False</expand>
3360           <fill>False</fill>
3361         </child>
3362       </widget>
3363
3364       <widget>
3365         <class>GtkButton</class>
3366         <name>sout_settings</name>
3367         <tooltip>Stream output configuration </tooltip>
3368         <can_focus>True</can_focus>
3369         <signal>
3370           <name>clicked</name>
3371           <handler>GtkSoutSettings</handler>
3372           <last_modification_time>Sun, 26 Jan 2003 04:22:08 GMT</last_modification_time>
3373         </signal>
3374         <label>Settings...</label>
3375         <relief>GTK_RELIEF_NORMAL</relief>
3376         <child>
3377           <padding>20</padding>
3378           <expand>False</expand>
3379           <fill>False</fill>
3380         </child>
3381       </widget>
3382     </widget>
3383   </widget>
3384 </widget>
3385
3386 <widget>
3387   <class>GtkFileSelection</class>
3388   <name>intf_file</name>
3389   <border_width>10</border_width>
3390   <title>Select File</title>
3391   <type>GTK_WINDOW_TOPLEVEL</type>
3392   <position>GTK_WIN_POS_NONE</position>
3393   <modal>True</modal>
3394   <allow_shrink>False</allow_shrink>
3395   <allow_grow>True</allow_grow>
3396   <auto_shrink>False</auto_shrink>
3397   <show_file_op_buttons>True</show_file_op_buttons>
3398
3399   <widget>
3400     <class>GtkButton</class>
3401     <child_name>FileSel:ok_button</child_name>
3402     <name>file_ok</name>
3403     <can_default>True</can_default>
3404     <can_focus>True</can_focus>
3405     <signal>
3406       <name>clicked</name>
3407       <handler>GtkFileOk</handler>
3408       <last_modification_time>Wed, 10 Jul 2002 11:32:18 GMT</last_modification_time>
3409     </signal>
3410     <label>OK</label>
3411     <relief>GTK_RELIEF_NORMAL</relief>
3412   </widget>
3413
3414   <widget>
3415     <class>GtkButton</class>
3416     <child_name>FileSel:cancel_button</child_name>
3417     <name>file_cancel</name>
3418     <can_default>True</can_default>
3419     <can_focus>True</can_focus>
3420     <signal>
3421       <name>clicked</name>
3422       <handler>GtkFileCancel</handler>
3423       <last_modification_time>Wed, 10 Jul 2002 11:32:23 GMT</last_modification_time>
3424     </signal>
3425     <label>Cancel</label>
3426     <relief>GTK_RELIEF_NORMAL</relief>
3427   </widget>
3428 </widget>
3429
3430 <widget>
3431   <class>GtkDialog</class>
3432   <name>intf_jump</name>
3433   <title>Jump</title>
3434   <type>GTK_WINDOW_TOPLEVEL</type>
3435   <position>GTK_WIN_POS_NONE</position>
3436   <modal>False</modal>
3437   <allow_shrink>True</allow_shrink>
3438   <allow_grow>True</allow_grow>
3439   <auto_shrink>False</auto_shrink>
3440
3441   <widget>
3442     <class>GtkVBox</class>
3443     <child_name>Dialog:vbox</child_name>
3444     <name>dialog-vbox3</name>
3445     <homogeneous>False</homogeneous>
3446     <spacing>0</spacing>
3447
3448     <widget>
3449       <class>GtkHBox</class>
3450       <child_name>Dialog:action_area</child_name>
3451       <name>dialog-action_area2</name>
3452       <border_width>10</border_width>
3453       <homogeneous>True</homogeneous>
3454       <spacing>5</spacing>
3455       <child>
3456         <padding>0</padding>
3457         <expand>False</expand>
3458         <fill>True</fill>
3459         <pack>GTK_PACK_END</pack>
3460       </child>
3461
3462       <widget>
3463         <class>GtkButton</class>
3464         <name>jump_ok_button</name>
3465         <can_focus>True</can_focus>
3466         <signal>
3467           <name>clicked</name>
3468           <handler>GtkJumpOk</handler>
3469           <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
3470         </signal>
3471         <label>OK</label>
3472         <relief>GTK_RELIEF_NORMAL</relief>
3473         <child>
3474           <padding>0</padding>
3475           <expand>True</expand>
3476           <fill>True</fill>
3477         </child>
3478       </widget>
3479
3480       <widget>
3481         <class>GtkButton</class>
3482         <name>jump_cancel_button</name>
3483         <can_focus>True</can_focus>
3484         <signal>
3485           <name>clicked</name>
3486           <handler>GtkJumpCancel</handler>
3487           <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
3488         </signal>
3489         <label>Cancel</label>
3490         <relief>GTK_RELIEF_NORMAL</relief>
3491         <child>
3492           <padding>0</padding>
3493           <expand>True</expand>
3494           <fill>True</fill>
3495         </child>
3496       </widget>
3497     </widget>
3498
3499     <widget>
3500       <class>GtkFrame</class>
3501       <name>jump_frame</name>
3502       <border_width>5</border_width>
3503       <label>Go to:</label>
3504       <label_xalign>0.05</label_xalign>
3505       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3506       <child>
3507         <padding>0</padding>
3508         <expand>True</expand>
3509         <fill>True</fill>
3510       </child>
3511
3512       <widget>
3513         <class>GtkHBox</class>
3514         <name>hbox13</name>
3515         <homogeneous>False</homogeneous>
3516         <spacing>0</spacing>
3517
3518         <widget>
3519           <class>GtkLabel</class>
3520           <name>jump_second_label</name>
3521           <label>s.</label>
3522           <justify>GTK_JUSTIFY_CENTER</justify>
3523           <wrap>False</wrap>
3524           <xalign>0.5</xalign>
3525           <yalign>0.5</yalign>
3526           <xpad>0</xpad>
3527           <ypad>0</ypad>
3528           <child>
3529             <padding>5</padding>
3530             <expand>False</expand>
3531             <fill>False</fill>
3532             <pack>GTK_PACK_END</pack>
3533           </child>
3534         </widget>
3535
3536         <widget>
3537           <class>GtkSpinButton</class>
3538           <name>jump_second_spinbutton</name>
3539           <can_focus>True</can_focus>
3540           <climb_rate>1</climb_rate>
3541           <digits>0</digits>
3542           <numeric>False</numeric>
3543           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3544           <snap>False</snap>
3545           <wrap>False</wrap>
3546           <value>0</value>
3547           <lower>0</lower>
3548           <upper>60</upper>
3549           <step>1</step>
3550           <page>10</page>
3551           <page_size>10</page_size>
3552           <child>
3553             <padding>0</padding>
3554             <expand>False</expand>
3555             <fill>True</fill>
3556             <pack>GTK_PACK_END</pack>
3557           </child>
3558         </widget>
3559
3560         <widget>
3561           <class>GtkLabel</class>
3562           <name>jump_minute_label</name>
3563           <label>m:</label>
3564           <justify>GTK_JUSTIFY_CENTER</justify>
3565           <wrap>False</wrap>
3566           <xalign>0.5</xalign>
3567           <yalign>0.5</yalign>
3568           <xpad>0</xpad>
3569           <ypad>0</ypad>
3570           <child>
3571             <padding>5</padding>
3572             <expand>False</expand>
3573             <fill>False</fill>
3574             <pack>GTK_PACK_END</pack>
3575           </child>
3576         </widget>
3577
3578         <widget>
3579           <class>GtkSpinButton</class>
3580           <name>jump_minute_spinbutton</name>
3581           <can_focus>True</can_focus>
3582           <climb_rate>1</climb_rate>
3583           <digits>0</digits>
3584           <numeric>False</numeric>
3585           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3586           <snap>False</snap>
3587           <wrap>False</wrap>
3588           <value>0</value>
3589           <lower>0</lower>
3590           <upper>60</upper>
3591           <step>1</step>
3592           <page>10</page>
3593           <page_size>10</page_size>
3594           <child>
3595             <padding>0</padding>
3596             <expand>False</expand>
3597             <fill>True</fill>
3598             <pack>GTK_PACK_END</pack>
3599           </child>
3600         </widget>
3601
3602         <widget>
3603           <class>GtkLabel</class>
3604           <name>jump_hour_label</name>
3605           <label>h:</label>
3606           <justify>GTK_JUSTIFY_CENTER</justify>
3607           <wrap>False</wrap>
3608           <xalign>0.5</xalign>
3609           <yalign>0.5</yalign>
3610           <xpad>0</xpad>
3611           <ypad>0</ypad>
3612           <child>
3613             <padding>5</padding>
3614             <expand>False</expand>
3615             <fill>False</fill>
3616             <pack>GTK_PACK_END</pack>
3617           </child>
3618         </widget>
3619
3620         <widget>
3621           <class>GtkSpinButton</class>
3622           <name>jump_hour_spinbutton</name>
3623           <can_focus>True</can_focus>
3624           <climb_rate>1</climb_rate>
3625           <digits>0</digits>
3626           <numeric>False</numeric>
3627           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3628           <snap>False</snap>
3629           <wrap>False</wrap>
3630           <value>0</value>
3631           <lower>0</lower>
3632           <upper>12</upper>
3633           <step>1</step>
3634           <page>10</page>
3635           <page_size>10</page_size>
3636           <child>
3637             <padding>0</padding>
3638             <expand>False</expand>
3639             <fill>True</fill>
3640             <pack>GTK_PACK_END</pack>
3641           </child>
3642         </widget>
3643       </widget>
3644     </widget>
3645   </widget>
3646 </widget>
3647
3648 <widget>
3649   <class>GtkDialog</class>
3650   <name>intf_playlist</name>
3651   <signal>
3652     <name>destroy</name>
3653     <handler>gtk_widget_hide</handler>
3654     <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
3655   </signal>
3656   <signal>
3657     <name>delete_event</name>
3658     <handler>gtk_widget_hide</handler>
3659     <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
3660   </signal>
3661   <title>Playlist</title>
3662   <type>GTK_WINDOW_TOPLEVEL</type>
3663   <position>GTK_WIN_POS_NONE</position>
3664   <modal>False</modal>
3665   <default_width>400</default_width>
3666   <default_height>300</default_height>
3667   <allow_shrink>True</allow_shrink>
3668   <allow_grow>True</allow_grow>
3669   <auto_shrink>False</auto_shrink>
3670
3671   <widget>
3672     <class>GtkVBox</class>
3673     <child_name>Dialog:vbox</child_name>
3674     <name>dialog-vbox4</name>
3675     <homogeneous>False</homogeneous>
3676     <spacing>5</spacing>
3677
3678     <widget>
3679       <class>GtkHBox</class>
3680       <child_name>Dialog:action_area</child_name>
3681       <name>dialog-action_area3</name>
3682       <border_width>10</border_width>
3683       <homogeneous>True</homogeneous>
3684       <spacing>5</spacing>
3685       <child>
3686         <padding>0</padding>
3687         <expand>False</expand>
3688         <fill>True</fill>
3689         <pack>GTK_PACK_END</pack>
3690       </child>
3691
3692       <widget>
3693         <class>GtkButton</class>
3694         <name>playlist_ok_button</name>
3695         <can_focus>True</can_focus>
3696         <signal>
3697           <name>clicked</name>
3698           <handler>GtkPlaylistOk</handler>
3699           <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
3700         </signal>
3701         <label>OK</label>
3702         <relief>GTK_RELIEF_NORMAL</relief>
3703         <child>
3704           <padding>0</padding>
3705           <expand>True</expand>
3706           <fill>True</fill>
3707         </child>
3708       </widget>
3709
3710       <widget>
3711         <class>GtkButton</class>
3712         <name>playlist_cancel_button</name>
3713         <can_focus>True</can_focus>
3714         <signal>
3715           <name>clicked</name>
3716           <handler>GtkPlaylistCancel</handler>
3717           <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
3718         </signal>
3719         <label>Cancel</label>
3720         <relief>GTK_RELIEF_NORMAL</relief>
3721         <child>
3722           <padding>0</padding>
3723           <expand>True</expand>
3724           <fill>True</fill>
3725         </child>
3726       </widget>
3727     </widget>
3728
3729     <widget>
3730       <class>GtkMenuBar</class>
3731       <name>playlist_menubar</name>
3732       <shadow_type>GTK_SHADOW_OUT</shadow_type>
3733       <child>
3734         <padding>0</padding>
3735         <expand>False</expand>
3736         <fill>False</fill>
3737       </child>
3738
3739       <widget>
3740         <class>GtkMenuItem</class>
3741         <name>playlist_add</name>
3742         <label>Add</label>
3743         <right_justify>False</right_justify>
3744
3745         <widget>
3746           <class>GtkMenu</class>
3747           <name>playlist_add_menu</name>
3748
3749           <widget>
3750             <class>GtkMenuItem</class>
3751             <name>playlist_add_disc</name>
3752             <signal>
3753               <name>activate</name>
3754               <handler>GtkDiscOpenShow</handler>
3755               <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
3756             </signal>
3757             <label>Disc</label>
3758             <right_justify>False</right_justify>
3759           </widget>
3760
3761           <widget>
3762             <class>GtkMenuItem</class>
3763             <name>playlist_add_file</name>
3764             <signal>
3765               <name>activate</name>
3766               <handler>GtkFileOpenShow</handler>
3767               <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
3768             </signal>
3769             <label>File</label>
3770             <right_justify>False</right_justify>
3771           </widget>
3772
3773           <widget>
3774             <class>GtkMenuItem</class>
3775             <name>playlist_add_network</name>
3776             <signal>
3777               <name>activate</name>
3778               <handler>GtkNetworkOpenShow</handler>
3779               <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
3780             </signal>
3781             <label>Network</label>
3782             <right_justify>False</right_justify>
3783           </widget>
3784
3785           <widget>
3786             <class>GtkMenuItem</class>
3787             <name>playlist_add_url</name>
3788             <signal>
3789               <name>activate</name>
3790               <handler>GtkPlaylistAddUrl</handler>
3791               <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
3792             </signal>
3793             <label>Url</label>
3794             <right_justify>False</right_justify>
3795           </widget>
3796         </widget>
3797       </widget>
3798
3799       <widget>
3800         <class>GtkMenuItem</class>
3801         <name>playlist_delete</name>
3802         <label>Delete</label>
3803         <right_justify>False</right_justify>
3804
3805         <widget>
3806           <class>GtkMenu</class>
3807           <name>playlist_delete_menu</name>
3808
3809           <widget>
3810             <class>GtkMenuItem</class>
3811             <name>playlist_delete_all</name>
3812             <signal>
3813               <name>activate</name>
3814               <handler>GtkPlaylistDeleteAll</handler>
3815               <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
3816             </signal>
3817             <label>All</label>
3818             <right_justify>False</right_justify>
3819           </widget>
3820
3821           <widget>
3822             <class>GtkMenuItem</class>
3823             <name>playlist_delete_selected</name>
3824             <signal>
3825               <name>activate</name>
3826               <handler>GtkPlaylistDeleteSelected</handler>
3827               <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
3828             </signal>
3829             <label>Selected</label>
3830             <right_justify>False</right_justify>
3831           </widget>
3832         </widget>
3833       </widget>
3834
3835       <widget>
3836         <class>GtkMenuItem</class>
3837         <name>playlist_selection</name>
3838         <label>Selection</label>
3839         <right_justify>False</right_justify>
3840
3841         <widget>
3842           <class>GtkMenu</class>
3843           <name>playlist_selection_menu</name>
3844
3845           <widget>
3846             <class>GtkMenuItem</class>
3847             <name>playlist_selection_crop</name>
3848             <signal>
3849               <name>activate</name>
3850               <handler>GtkPlaylistCrop</handler>
3851               <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
3852             </signal>
3853             <label>_Crop</label>
3854             <right_justify>False</right_justify>
3855           </widget>
3856
3857           <widget>
3858             <class>GtkMenuItem</class>
3859             <name>playlist_selection_invert</name>
3860             <signal>
3861               <name>activate</name>
3862               <handler>GtkPlaylistInvert</handler>
3863               <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
3864             </signal>
3865             <label>_Invert</label>
3866             <right_justify>False</right_justify>
3867           </widget>
3868
3869           <widget>
3870             <class>GtkMenuItem</class>
3871             <name>playlist_selection_select</name>
3872             <signal>
3873               <name>activate</name>
3874               <handler>GtkPlaylistSelect</handler>
3875               <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
3876             </signal>
3877             <label>_Select</label>
3878             <right_justify>False</right_justify>
3879           </widget>
3880         </widget>
3881       </widget>
3882     </widget>
3883
3884     <widget>
3885       <class>GtkScrolledWindow</class>
3886       <name>scrolledwindow1</name>
3887       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
3888       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
3889       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3890       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3891       <child>
3892         <padding>0</padding>
3893         <expand>True</expand>
3894         <fill>True</fill>
3895       </child>
3896
3897       <widget>
3898         <class>GtkCList</class>
3899         <name>playlist_clist</name>
3900         <border_width>5</border_width>
3901         <can_focus>True</can_focus>
3902         <signal>
3903           <name>event</name>
3904           <handler>GtkPlaylistEvent</handler>
3905           <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
3906         </signal>
3907         <signal>
3908           <name>drag_data_received</name>
3909           <handler>GtkPlaylistDragData</handler>
3910           <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
3911         </signal>
3912         <signal>
3913           <name>drag_motion</name>
3914           <handler>GtkPlaylistDragMotion</handler>
3915           <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
3916         </signal>
3917         <columns>2</columns>
3918         <column_widths>257,80</column_widths>
3919         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
3920         <show_titles>True</show_titles>
3921         <shadow_type>GTK_SHADOW_OUT</shadow_type>
3922
3923         <widget>
3924           <class>GtkLabel</class>
3925           <child_name>CList:title</child_name>
3926           <name>label22</name>
3927           <label>File</label>
3928           <justify>GTK_JUSTIFY_CENTER</justify>
3929           <wrap>False</wrap>
3930           <xalign>0.5</xalign>
3931           <yalign>0.5</yalign>
3932           <xpad>0</xpad>
3933           <ypad>0</ypad>
3934         </widget>
3935
3936         <widget>
3937           <class>GtkLabel</class>
3938           <child_name>CList:title</child_name>
3939           <name>label23</name>
3940           <label>Duration</label>
3941           <justify>GTK_JUSTIFY_CENTER</justify>
3942           <wrap>False</wrap>
3943           <xalign>0.5</xalign>
3944           <yalign>0.5</yalign>
3945           <xpad>0</xpad>
3946           <ypad>0</ypad>
3947         </widget>
3948       </widget>
3949     </widget>
3950   </widget>
3951 </widget>
3952
3953 <widget>
3954   <class>GtkDialog</class>
3955   <name>intf_messages</name>
3956   <signal>
3957     <name>delete_event</name>
3958     <handler>GtkMessagesDelete</handler>
3959     <last_modification_time>Tue, 19 Feb 2002 02:39:16 GMT</last_modification_time>
3960   </signal>
3961   <title>Messages</title>
3962   <type>GTK_WINDOW_TOPLEVEL</type>
3963   <position>GTK_WIN_POS_NONE</position>
3964   <modal>False</modal>
3965   <default_width>600</default_width>
3966   <default_height>400</default_height>
3967   <allow_shrink>True</allow_shrink>
3968   <allow_grow>True</allow_grow>
3969   <auto_shrink>False</auto_shrink>
3970
3971   <widget>
3972     <class>GtkVBox</class>
3973     <child_name>Dialog:vbox</child_name>
3974     <name>dialog-vbox6</name>
3975     <homogeneous>False</homogeneous>
3976     <spacing>0</spacing>
3977
3978     <widget>
3979       <class>GtkHBox</class>
3980       <child_name>Dialog:action_area</child_name>
3981       <name>dialog-action_area5</name>
3982       <border_width>5</border_width>
3983       <homogeneous>True</homogeneous>
3984       <spacing>5</spacing>
3985       <child>
3986         <padding>0</padding>
3987         <expand>False</expand>
3988         <fill>True</fill>
3989         <pack>GTK_PACK_END</pack>
3990       </child>
3991
3992       <widget>
3993         <class>GtkButton</class>
3994         <name>messages_ok</name>
3995         <can_default>True</can_default>
3996         <has_default>True</has_default>
3997         <can_focus>True</can_focus>
3998         <signal>
3999           <name>clicked</name>
4000           <handler>GtkMessagesOk</handler>
4001           <last_modification_time>Tue, 19 Feb 2002 02:07:37 GMT</last_modification_time>
4002         </signal>
4003         <label>OK</label>
4004         <relief>GTK_RELIEF_NORMAL</relief>
4005         <child>
4006           <padding>0</padding>
4007           <expand>False</expand>
4008           <fill>True</fill>
4009         </child>
4010       </widget>
4011     </widget>
4012
4013     <widget>
4014       <class>GtkScrolledWindow</class>
4015       <name>scrolledwindow2</name>
4016       <border_width>5</border_width>
4017       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
4018       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
4019       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
4020       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
4021       <child>
4022         <padding>0</padding>
4023         <expand>True</expand>
4024         <fill>True</fill>
4025       </child>
4026
4027       <widget>
4028         <class>GtkText</class>
4029         <name>messages_textbox</name>
4030         <can_focus>True</can_focus>
4031         <editable>False</editable>
4032         <text></text>
4033       </widget>
4034     </widget>
4035   </widget>
4036 </widget>
4037
4038 <widget>
4039   <class>GtkWindow</class>
4040   <name>intf_sout</name>
4041   <border_width>5</border_width>
4042   <title>Stream output</title>
4043   <type>GTK_WINDOW_TOPLEVEL</type>
4044   <position>GTK_WIN_POS_NONE</position>
4045   <modal>True</modal>
4046   <allow_shrink>False</allow_shrink>
4047   <allow_grow>True</allow_grow>
4048   <auto_shrink>False</auto_shrink>
4049
4050   <widget>
4051     <class>GtkVBox</class>
4052     <name>vbox15</name>
4053     <homogeneous>False</homogeneous>
4054     <spacing>0</spacing>
4055
4056     <widget>
4057       <class>GtkVBox</class>
4058       <name>vbox16</name>
4059       <homogeneous>False</homogeneous>
4060       <spacing>0</spacing>
4061       <child>
4062         <padding>0</padding>
4063         <expand>True</expand>
4064         <fill>True</fill>
4065       </child>
4066
4067       <widget>
4068         <class>GtkFrame</class>
4069         <name>frame11</name>
4070         <label>Stream output (MRL)</label>
4071         <label_xalign>0</label_xalign>
4072         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4073         <child>
4074           <padding>0</padding>
4075           <expand>False</expand>
4076           <fill>True</fill>
4077         </child>
4078
4079         <widget>
4080           <class>GtkHBox</class>
4081           <name>hbox28</name>
4082           <border_width>5</border_width>
4083           <homogeneous>False</homogeneous>
4084           <spacing>0</spacing>
4085
4086           <widget>
4087             <class>GtkLabel</class>
4088             <name>label38</name>
4089             <label>Destination Target: </label>
4090             <justify>GTK_JUSTIFY_CENTER</justify>
4091             <wrap>False</wrap>
4092             <xalign>0.5</xalign>
4093             <yalign>0.5</yalign>
4094             <xpad>0</xpad>
4095             <ypad>0</ypad>
4096             <child>
4097               <padding>0</padding>
4098               <expand>False</expand>
4099               <fill>False</fill>
4100             </child>
4101           </widget>
4102
4103           <widget>
4104             <class>GtkCombo</class>
4105             <name>combo4</name>
4106             <value_in_list>False</value_in_list>
4107             <ok_if_empty>True</ok_if_empty>
4108             <case_sensitive>False</case_sensitive>
4109             <use_arrows>True</use_arrows>
4110             <use_arrows_always>False</use_arrows_always>
4111             <items></items>
4112             <child>
4113               <padding>0</padding>
4114               <expand>True</expand>
4115               <fill>True</fill>
4116             </child>
4117
4118             <widget>
4119               <class>GtkEntry</class>
4120               <child_name>GtkCombo:entry</child_name>
4121               <name>sout_entry_target</name>
4122               <can_focus>True</can_focus>
4123               <editable>True</editable>
4124               <text_visible>True</text_visible>
4125               <text_max_length>0</text_max_length>
4126               <text></text>
4127             </widget>
4128           </widget>
4129         </widget>
4130       </widget>
4131
4132       <widget>
4133         <class>GtkFrame</class>
4134         <name>frame12</name>
4135         <label_xalign>0</label_xalign>
4136         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4137         <child>
4138           <padding>0</padding>
4139           <expand>True</expand>
4140           <fill>True</fill>
4141         </child>
4142
4143         <widget>
4144           <class>GtkTable</class>
4145           <name>table6</name>
4146           <rows>3</rows>
4147           <columns>5</columns>
4148           <homogeneous>False</homogeneous>
4149           <row_spacing>5</row_spacing>
4150           <column_spacing>5</column_spacing>
4151
4152           <widget>
4153             <class>GtkRadioButton</class>
4154             <name>sout_access_file</name>
4155             <can_focus>True</can_focus>
4156             <signal>
4157               <name>toggled</name>
4158               <handler>GtkSoutSettingsAccessFile</handler>
4159               <last_modification_time>Sun, 26 Jan 2003 05:40:41 GMT</last_modification_time>
4160             </signal>
4161             <label>File</label>
4162             <active>False</active>
4163             <draw_indicator>True</draw_indicator>
4164             <group>sout_access</group>
4165             <child>
4166               <left_attach>0</left_attach>
4167               <right_attach>1</right_attach>
4168               <top_attach>0</top_attach>
4169               <bottom_attach>1</bottom_attach>
4170               <xpad>0</xpad>
4171               <ypad>0</ypad>
4172               <xexpand>False</xexpand>
4173               <yexpand>False</yexpand>
4174               <xshrink>False</xshrink>
4175               <yshrink>False</yshrink>
4176               <xfill>True</xfill>
4177               <yfill>False</yfill>
4178             </child>
4179           </widget>
4180
4181           <widget>
4182             <class>GtkRadioButton</class>
4183             <name>sout_access_udp</name>
4184             <can_focus>True</can_focus>
4185             <signal>
4186               <name>toggled</name>
4187               <handler>GtkSoutSettingsAccessUdp</handler>
4188               <last_modification_time>Sun, 26 Jan 2003 05:40:51 GMT</last_modification_time>
4189             </signal>
4190             <label>UDP</label>
4191             <active>False</active>
4192             <draw_indicator>True</draw_indicator>
4193             <group>sout_access</group>
4194             <child>
4195               <left_attach>0</left_attach>
4196               <right_attach>1</right_attach>
4197               <top_attach>1</top_attach>
4198               <bottom_attach>2</bottom_attach>
4199               <xpad>0</xpad>
4200               <ypad>0</ypad>
4201               <xexpand>False</xexpand>
4202               <yexpand>False</yexpand>
4203               <xshrink>False</xshrink>
4204               <yshrink>False</yshrink>
4205               <xfill>True</xfill>
4206               <yfill>False</yfill>
4207             </child>
4208           </widget>
4209
4210           <widget>
4211             <class>GtkRadioButton</class>
4212             <name>sout_access_rtp</name>
4213             <can_focus>True</can_focus>
4214             <signal>
4215               <name>toggled</name>
4216               <handler>GtkSoutSettingsAccessUdp</handler>
4217               <last_modification_time>Sun, 26 Jan 2003 05:50:02 GMT</last_modification_time>
4218             </signal>
4219             <label>RTP</label>
4220             <active>False</active>
4221             <draw_indicator>True</draw_indicator>
4222             <group>sout_access</group>
4223             <child>
4224               <left_attach>0</left_attach>
4225               <right_attach>1</right_attach>
4226               <top_attach>2</top_attach>
4227               <bottom_attach>3</bottom_attach>
4228               <xpad>0</xpad>
4229               <ypad>0</ypad>
4230               <xexpand>False</xexpand>
4231               <yexpand>False</yexpand>
4232               <xshrink>False</xshrink>
4233               <yshrink>False</yshrink>
4234               <xfill>True</xfill>
4235               <yfill>False</yfill>
4236             </child>
4237           </widget>
4238
4239           <widget>
4240             <class>GtkLabel</class>
4241             <name>sout_file_path_label</name>
4242             <label>Path:</label>
4243             <justify>GTK_JUSTIFY_CENTER</justify>
4244             <wrap>False</wrap>
4245             <xalign>0</xalign>
4246             <yalign>0.5</yalign>
4247             <xpad>0</xpad>
4248             <ypad>0</ypad>
4249             <child>
4250               <left_attach>1</left_attach>
4251               <right_attach>2</right_attach>
4252               <top_attach>0</top_attach>
4253               <bottom_attach>1</bottom_attach>
4254               <xpad>0</xpad>
4255               <ypad>0</ypad>
4256               <xexpand>False</xexpand>
4257               <yexpand>False</yexpand>
4258               <xshrink>False</xshrink>
4259               <yshrink>False</yshrink>
4260               <xfill>True</xfill>
4261               <yfill>False</yfill>
4262             </child>
4263           </widget>
4264
4265           <widget>
4266             <class>GtkCombo</class>
4267             <name>combo6</name>
4268             <value_in_list>False</value_in_list>
4269             <ok_if_empty>True</ok_if_empty>
4270             <case_sensitive>False</case_sensitive>
4271             <use_arrows>True</use_arrows>
4272             <use_arrows_always>False</use_arrows_always>
4273             <items></items>
4274             <child>
4275               <left_attach>2</left_attach>
4276               <right_attach>5</right_attach>
4277               <top_attach>0</top_attach>
4278               <bottom_attach>1</bottom_attach>
4279               <xpad>0</xpad>
4280               <ypad>0</ypad>
4281               <xexpand>True</xexpand>
4282               <yexpand>False</yexpand>
4283               <xshrink>False</xshrink>
4284               <yshrink>False</yshrink>
4285               <xfill>True</xfill>
4286               <yfill>False</yfill>
4287             </child>
4288
4289             <widget>
4290               <class>GtkEntry</class>
4291               <child_name>GtkCombo:entry</child_name>
4292               <name>sout_file_path</name>
4293               <can_focus>True</can_focus>
4294               <signal>
4295                 <name>changed</name>
4296                 <handler>GtkSoutSettingsChanged</handler>
4297                 <last_modification_time>Sun, 26 Jan 2003 04:54:22 GMT</last_modification_time>
4298               </signal>
4299               <editable>True</editable>
4300               <text_visible>True</text_visible>
4301               <text_max_length>0</text_max_length>
4302               <text></text>
4303             </widget>
4304           </widget>
4305
4306           <widget>
4307             <class>GtkLabel</class>
4308             <name>sout_udp_address_label</name>
4309             <label>Address:</label>
4310             <justify>GTK_JUSTIFY_CENTER</justify>
4311             <wrap>False</wrap>
4312             <xalign>0</xalign>
4313             <yalign>0.5</yalign>
4314             <xpad>0</xpad>
4315             <ypad>0</ypad>
4316             <child>
4317               <left_attach>1</left_attach>
4318               <right_attach>2</right_attach>
4319               <top_attach>1</top_attach>
4320               <bottom_attach>2</bottom_attach>
4321               <xpad>0</xpad>
4322               <ypad>0</ypad>
4323               <xexpand>False</xexpand>
4324               <yexpand>False</yexpand>
4325               <xshrink>False</xshrink>
4326               <yshrink>False</yshrink>
4327               <xfill>True</xfill>
4328               <yfill>False</yfill>
4329             </child>
4330           </widget>
4331
4332           <widget>
4333             <class>GtkCombo</class>
4334             <name>sout_udp_address_combo</name>
4335             <value_in_list>False</value_in_list>
4336             <ok_if_empty>True</ok_if_empty>
4337             <case_sensitive>False</case_sensitive>
4338             <use_arrows>True</use_arrows>
4339             <use_arrows_always>False</use_arrows_always>
4340             <items></items>
4341             <child>
4342               <left_attach>2</left_attach>
4343               <right_attach>3</right_attach>
4344               <top_attach>1</top_attach>
4345               <bottom_attach>2</bottom_attach>
4346               <xpad>0</xpad>
4347               <ypad>0</ypad>
4348               <xexpand>True</xexpand>
4349               <yexpand>False</yexpand>
4350               <xshrink>False</xshrink>
4351               <yshrink>False</yshrink>
4352               <xfill>True</xfill>
4353               <yfill>False</yfill>
4354             </child>
4355
4356             <widget>
4357               <class>GtkEntry</class>
4358               <child_name>GtkCombo:entry</child_name>
4359               <name>sout_udp_address</name>
4360               <can_focus>True</can_focus>
4361               <signal>
4362                 <name>changed</name>
4363                 <handler>GtkSoutSettingsChanged</handler>
4364                 <last_modification_time>Sun, 26 Jan 2003 04:54:29 GMT</last_modification_time>
4365               </signal>
4366               <editable>True</editable>
4367               <text_visible>True</text_visible>
4368               <text_max_length>0</text_max_length>
4369               <text></text>
4370             </widget>
4371           </widget>
4372
4373           <widget>
4374             <class>GtkSpinButton</class>
4375             <name>sout_udp_port</name>
4376             <can_focus>True</can_focus>
4377             <signal>
4378               <name>changed</name>
4379               <handler>GtkSoutSettingsChanged</handler>
4380               <last_modification_time>Sun, 26 Jan 2003 10:27:52 GMT</last_modification_time>
4381             </signal>
4382             <climb_rate>1</climb_rate>
4383             <digits>0</digits>
4384             <numeric>False</numeric>
4385             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4386             <snap>False</snap>
4387             <wrap>False</wrap>
4388             <value>1234</value>
4389             <lower>0</lower>
4390             <upper>65535</upper>
4391             <step>1</step>
4392             <page>10</page>
4393             <page_size>10</page_size>
4394             <child>
4395               <left_attach>4</left_attach>
4396               <right_attach>5</right_attach>
4397               <top_attach>1</top_attach>
4398               <bottom_attach>2</bottom_attach>
4399               <xpad>0</xpad>
4400               <ypad>0</ypad>
4401               <xexpand>True</xexpand>
4402               <yexpand>False</yexpand>
4403               <xshrink>False</xshrink>
4404               <yshrink>False</yshrink>
4405               <xfill>True</xfill>
4406               <yfill>False</yfill>
4407             </child>
4408           </widget>
4409
4410           <widget>
4411             <class>GtkHBox</class>
4412             <name>hbox29</name>
4413             <homogeneous>False</homogeneous>
4414             <spacing>0</spacing>
4415             <child>
4416               <left_attach>4</left_attach>
4417               <right_attach>5</right_attach>
4418               <top_attach>2</top_attach>
4419               <bottom_attach>3</bottom_attach>
4420               <xpad>0</xpad>
4421               <ypad>0</ypad>
4422               <xexpand>False</xexpand>
4423               <yexpand>False</yexpand>
4424               <xshrink>False</xshrink>
4425               <yshrink>False</yshrink>
4426               <xfill>True</xfill>
4427               <yfill>True</yfill>
4428             </child>
4429
4430             <widget>
4431               <class>GtkRadioButton</class>
4432               <name>sout_mux_ts</name>
4433               <can_focus>True</can_focus>
4434               <signal>
4435                 <name>toggled</name>
4436                 <handler>GtkSoutSettingsChanged</handler>
4437                 <last_modification_time>Sun, 26 Jan 2003 06:42:47 GMT</last_modification_time>
4438               </signal>
4439               <label>TS</label>
4440               <active>False</active>
4441               <draw_indicator>True</draw_indicator>
4442               <group>sout_mux</group>
4443               <child>
4444                 <padding>0</padding>
4445                 <expand>False</expand>
4446                 <fill>False</fill>
4447               </child>
4448             </widget>
4449
4450             <widget>
4451               <class>GtkRadioButton</class>
4452               <name>sout_mux_ps</name>
4453               <can_focus>True</can_focus>
4454               <signal>
4455                 <name>toggled</name>
4456                 <handler>GtkSoutSettingsChanged</handler>
4457                 <last_modification_time>Sun, 26 Jan 2003 06:42:53 GMT</last_modification_time>
4458               </signal>
4459               <label>PS</label>
4460               <active>False</active>
4461               <draw_indicator>True</draw_indicator>
4462               <group>sout_mux</group>
4463               <child>
4464                 <padding>0</padding>
4465                 <expand>False</expand>
4466                 <fill>False</fill>
4467               </child>
4468             </widget>
4469
4470             <widget>
4471               <class>GtkRadioButton</class>
4472               <name>sout_mux_avi</name>
4473               <can_focus>True</can_focus>
4474               <signal>
4475                 <name>toggled</name>
4476                 <handler>GtkSoutSettingsChanged</handler>
4477                 <last_modification_time>Sun, 26 Jan 2003 06:42:58 GMT</last_modification_time>
4478               </signal>
4479               <label>AVI</label>
4480               <active>False</active>
4481               <draw_indicator>True</draw_indicator>
4482               <group>sout_mux</group>
4483               <child>
4484                 <padding>0</padding>
4485                 <expand>False</expand>
4486                 <fill>False</fill>
4487               </child>
4488             </widget>
4489           </widget>
4490
4491           <widget>
4492             <class>GtkLabel</class>
4493             <name>sout_udp_port_label</name>
4494             <label>Port</label>
4495             <justify>GTK_JUSTIFY_CENTER</justify>
4496             <wrap>False</wrap>
4497             <xalign>0</xalign>
4498             <yalign>0.5</yalign>
4499             <xpad>0</xpad>
4500             <ypad>0</ypad>
4501             <child>
4502               <left_attach>3</left_attach>
4503               <right_attach>4</right_attach>
4504               <top_attach>1</top_attach>
4505               <bottom_attach>2</bottom_attach>
4506               <xpad>0</xpad>
4507               <ypad>0</ypad>
4508               <xexpand>False</xexpand>
4509               <yexpand>False</yexpand>
4510               <xshrink>False</xshrink>
4511               <yshrink>False</yshrink>
4512               <xfill>True</xfill>
4513               <yfill>False</yfill>
4514             </child>
4515           </widget>
4516         </widget>
4517       </widget>
4518     </widget>
4519
4520     <widget>
4521       <class>GtkHBox</class>
4522       <name>hbox25</name>
4523       <border_width>5</border_width>
4524       <homogeneous>False</homogeneous>
4525       <spacing>0</spacing>
4526       <child>
4527         <padding>0</padding>
4528         <expand>False</expand>
4529         <fill>True</fill>
4530         <pack>GTK_PACK_END</pack>
4531       </child>
4532
4533       <widget>
4534         <class>GtkHBox</class>
4535         <name>hbox26</name>
4536         <homogeneous>False</homogeneous>
4537         <spacing>0</spacing>
4538         <child>
4539           <padding>3</padding>
4540           <expand>True</expand>
4541           <fill>True</fill>
4542           <pack>GTK_PACK_END</pack>
4543         </child>
4544
4545         <widget>
4546           <class>GtkButton</class>
4547           <name>button1</name>
4548           <can_focus>True</can_focus>
4549           <signal>
4550             <name>clicked</name>
4551             <handler>GtkSoutSettingsOk</handler>
4552             <last_modification_time>Sun, 26 Jan 2003 04:52:18 GMT</last_modification_time>
4553           </signal>
4554           <label>OK</label>
4555           <relief>GTK_RELIEF_NORMAL</relief>
4556           <child>
4557             <padding>2</padding>
4558             <expand>True</expand>
4559             <fill>True</fill>
4560           </child>
4561         </widget>
4562
4563         <widget>
4564           <class>GtkButton</class>
4565           <name>button2</name>
4566           <can_focus>True</can_focus>
4567           <signal>
4568             <name>clicked</name>
4569             <handler>GtkSoutSettingsCancel</handler>
4570             <last_modification_time>Sun, 26 Jan 2003 04:32:24 GMT</last_modification_time>
4571           </signal>
4572           <label>Cancel</label>
4573           <relief>GTK_RELIEF_NORMAL</relief>
4574           <child>
4575             <padding>2</padding>
4576             <expand>True</expand>
4577             <fill>True</fill>
4578           </child>
4579         </widget>
4580       </widget>
4581     </widget>
4582   </widget>
4583 </widget>
4584
4585 </GTK-Interface>