]> git.sesse.net Git - vlc/blob - modules/gui/gtk/gtk.glade
* ./po/*: more interface strings harmonization.
[vlc] / modules / gui / gtk / gtk.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>VideoLAN Client</name>
6   <program_name>vlc</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <main_source_file>gtk_interface.c</main_source_file>
16   <main_header_file>gtk_interface.h</main_header_file>
17   <handler_source_file>gtk_callbacks.c</handler_source_file>
18   <handler_header_file>gtk_callbacks.h</handler_header_file>
19   <support_source_file>gtk_support.c</support_source_file>
20   <support_header_file>gtk_support.h</support_header_file>
21 </project>
22
23 <widget>
24   <class>GtkWindow</class>
25   <name>intf_window</name>
26   <signal>
27     <name>drag_data_received</name>
28     <handler>GtkWindowDrag</handler>
29     <last_modification_time>Tue, 09 Jul 2002 09:09:48 GMT</last_modification_time>
30   </signal>
31   <signal>
32     <name>delete_event</name>
33     <handler>GtkWindowDelete</handler>
34     <last_modification_time>Tue, 09 Jul 2002 09:09:53 GMT</last_modification_time>
35   </signal>
36   <title>VLC media player</title>
37   <type>GTK_WINDOW_TOPLEVEL</type>
38   <position>GTK_WIN_POS_NONE</position>
39   <modal>False</modal>
40   <allow_shrink>True</allow_shrink>
41   <allow_grow>True</allow_grow>
42   <auto_shrink>True</auto_shrink>
43
44   <widget>
45     <class>GtkVBox</class>
46     <child_name>GnomeDock:contents</child_name>
47     <name>window_vbox</name>
48     <homogeneous>False</homogeneous>
49     <spacing>0</spacing>
50
51     <widget>
52       <class>GtkHandleBox</class>
53       <name>menubar_handlebox</name>
54       <shadow_type>GTK_SHADOW_OUT</shadow_type>
55       <handle_position>GTK_POS_LEFT</handle_position>
56       <snap_edge>GTK_POS_TOP</snap_edge>
57       <child>
58         <padding>0</padding>
59         <expand>False</expand>
60         <fill>True</fill>
61       </child>
62
63       <widget>
64         <class>GtkMenuBar</class>
65         <name>menubar</name>
66         <shadow_type>GTK_SHADOW_OUT</shadow_type>
67
68         <widget>
69           <class>GtkMenuItem</class>
70           <name>menubar_file</name>
71           <label>_File</label>
72           <right_justify>False</right_justify>
73
74           <widget>
75             <class>GtkMenu</class>
76             <name>menubar_file_menu</name>
77
78             <widget>
79               <class>GtkMenuItem</class>
80               <name>menubar_open</name>
81               <tooltip>Open a file</tooltip>
82               <accelerator>
83                 <modifiers>0</modifiers>
84                 <key>GDK_F3</key>
85                 <signal>activate</signal>
86               </accelerator>
87               <signal>
88                 <name>activate</name>
89                 <handler>GtkFileOpenShow</handler>
90                 <last_modification_time>Mon, 14 May 2001 21:27:36 GMT</last_modification_time>
91               </signal>
92               <label>_Open File...</label>
93               <right_justify>False</right_justify>
94             </widget>
95
96             <widget>
97               <class>GtkMenuItem</class>
98               <name>menubar_disc</name>
99               <tooltip>Open a DVD or VCD</tooltip>
100               <accelerator>
101                 <modifiers>0</modifiers>
102                 <key>GDK_F4</key>
103                 <signal>activate</signal>
104               </accelerator>
105               <signal>
106                 <name>activate</name>
107                 <handler>GtkDiscOpenShow</handler>
108                 <last_modification_time>Mon, 14 May 2001 21:27:47 GMT</last_modification_time>
109               </signal>
110               <label>Open _Disc...</label>
111               <right_justify>False</right_justify>
112             </widget>
113
114             <widget>
115               <class>GtkMenuItem</class>
116               <name>menubar_network</name>
117               <tooltip>Select a network stream</tooltip>
118               <accelerator>
119                 <modifiers>0</modifiers>
120                 <key>GDK_F5</key>
121                 <signal>activate</signal>
122               </accelerator>
123               <signal>
124                 <name>activate</name>
125                 <handler>GtkNetworkOpenShow</handler>
126                 <last_modification_time>Mon, 14 May 2001 21:28:06 GMT</last_modification_time>
127               </signal>
128               <label>_Network Stream...</label>
129               <right_justify>False</right_justify>
130             </widget>
131
132             <widget>
133               <class>GtkMenuItem</class>
134               <name>separator4</name>
135               <right_justify>False</right_justify>
136             </widget>
137
138             <widget>
139               <class>GtkMenuItem</class>
140               <name>menubar_eject</name>
141               <tooltip>Eject disc</tooltip>
142               <signal>
143                 <name>activate</name>
144                 <handler>GtkDiscEject</handler>
145                 <last_modification_time>Fri, 21 Dec 2001 12:51:34 GMT</last_modification_time>
146               </signal>
147               <label>_Eject Disc</label>
148               <right_justify>False</right_justify>
149             </widget>
150
151             <widget>
152               <class>GtkMenuItem</class>
153               <name>separator14</name>
154               <right_justify>False</right_justify>
155             </widget>
156
157             <widget>
158               <class>GtkMenuItem</class>
159               <name>menubar_close</name>
160               <tooltip>Close the window</tooltip>
161               <accelerator>
162                 <modifiers>GDK_CONTROL_MASK</modifiers>
163                 <key>GDK_W</key>
164                 <signal>activate</signal>
165               </accelerator>
166               <signal>
167                 <name>activate</name>
168                 <handler>GtkClose</handler>
169                 <last_modification_time>Mon, 15 Jul 2002 08:55:26 GMT</last_modification_time>
170               </signal>
171               <label>_Close</label>
172               <right_justify>False</right_justify>
173             </widget>
174
175             <widget>
176               <class>GtkMenuItem</class>
177               <name>menubar_exit</name>
178               <tooltip>Exit the program</tooltip>
179               <accelerator>
180                 <modifiers>GDK_CONTROL_MASK</modifiers>
181                 <key>GDK_Q</key>
182                 <signal>activate</signal>
183               </accelerator>
184               <signal>
185                 <name>activate</name>
186                 <handler>GtkExit</handler>
187                 <last_modification_time>Mon, 14 May 2001 21:28:20 GMT</last_modification_time>
188               </signal>
189               <label>E_xit</label>
190               <right_justify>False</right_justify>
191             </widget>
192           </widget>
193         </widget>
194
195         <widget>
196           <class>GtkMenuItem</class>
197           <name>menubar_view</name>
198           <label>_View</label>
199           <right_justify>False</right_justify>
200
201           <widget>
202             <class>GtkMenu</class>
203             <name>menubar_view_menu</name>
204
205             <widget>
206               <class>GtkMenuItem</class>
207               <name>menubar_interface_hide</name>
208               <tooltip>Hide the main interface window</tooltip>
209               <signal>
210                 <name>activate</name>
211                 <handler>GtkWindowToggle</handler>
212                 <last_modification_time>Mon, 14 May 2001 21:32:49 GMT</last_modification_time>
213               </signal>
214               <label>_Hide interface</label>
215               <right_justify>False</right_justify>
216             </widget>
217
218             <widget>
219               <class>GtkMenuItem</class>
220               <name>separator13</name>
221               <right_justify>False</right_justify>
222             </widget>
223
224             <widget>
225               <class>GtkMenuItem</class>
226               <name>menubar_program</name>
227               <sensitive>False</sensitive>
228               <tooltip>Choose the program</tooltip>
229               <label>Progr_am</label>
230               <right_justify>False</right_justify>
231             </widget>
232
233             <widget>
234               <class>GtkMenuItem</class>
235               <name>menubar_title</name>
236               <sensitive>False</sensitive>
237               <tooltip>Navigate through the stream</tooltip>
238               <label>_Title</label>
239               <right_justify>False</right_justify>
240             </widget>
241
242             <widget>
243               <class>GtkMenuItem</class>
244               <name>menubar_chapter</name>
245               <sensitive>False</sensitive>
246               <label>_Chapter</label>
247               <right_justify>False</right_justify>
248             </widget>
249
250             <widget>
251               <class>GtkMenuItem</class>
252               <name>separator11</name>
253               <right_justify>False</right_justify>
254             </widget>
255
256             <widget>
257               <class>GtkMenuItem</class>
258               <name>menubar_playlist</name>
259               <tooltip>Open the playlist window</tooltip>
260               <signal>
261                 <name>activate</name>
262                 <handler>GtkPlaylistShow</handler>
263                 <last_modification_time>Mon, 14 May 2001 21:29:34 GMT</last_modification_time>
264               </signal>
265               <label>_Playlist...</label>
266               <right_justify>False</right_justify>
267             </widget>
268
269             <widget>
270               <class>GtkMenuItem</class>
271               <name>menubar_modules</name>
272               <sensitive>False</sensitive>
273               <tooltip>Open the module manager</tooltip>
274               <signal>
275                 <name>activate</name>
276                 <handler>GtkModulesShow</handler>
277                 <last_modification_time>Mon, 14 May 2001 21:29:44 GMT</last_modification_time>
278               </signal>
279               <label>_Modules...</label>
280               <right_justify>False</right_justify>
281             </widget>
282
283             <widget>
284               <class>GtkMenuItem</class>
285               <name>menubar_messages</name>
286               <tooltip>Open the messages window</tooltip>
287               <signal>
288                 <name>activate</name>
289                 <handler>GtkMessagesShow</handler>
290                 <last_modification_time>Tue, 19 Feb 2002 02:03:47 GMT</last_modification_time>
291               </signal>
292               <label>Messages...</label>
293               <right_justify>False</right_justify>
294             </widget>
295           </widget>
296         </widget>
297
298         <widget>
299           <class>GtkMenuItem</class>
300           <name>menubar_settings</name>
301           <label>_Settings</label>
302           <right_justify>False</right_justify>
303
304           <widget>
305             <class>GtkMenu</class>
306             <name>menubar_settings_menu</name>
307
308             <widget>
309               <class>GtkMenuItem</class>
310               <name>menubar_preferences</name>
311               <tooltip>Configure the application</tooltip>
312               <signal>
313                 <name>activate</name>
314                 <handler>GtkPreferencesShow</handler>
315                 <last_modification_time>Mon, 14 May 2001 21:30:02 GMT</last_modification_time>
316               </signal>
317               <label>_Preferences...</label>
318               <right_justify>False</right_justify>
319             </widget>
320           </widget>
321         </widget>
322
323         <widget>
324           <class>GtkMenuItem</class>
325           <name>menubar_config_audio</name>
326           <label>_Audio</label>
327           <right_justify>False</right_justify>
328
329           <widget>
330             <class>GtkMenu</class>
331             <name>menubar_config_audio_menu</name>
332
333             <widget>
334               <class>GtkMenuItem</class>
335               <name>menubar_audio</name>
336               <sensitive>False</sensitive>
337               <tooltip>Select audio channel</tooltip>
338               <label>_Language</label>
339               <right_justify>False</right_justify>
340             </widget>
341
342             <widget>
343               <class>GtkMenuItem</class>
344               <name>separator18</name>
345               <right_justify>False</right_justify>
346             </widget>
347
348             <widget>
349               <class>GtkMenuItem</class>
350               <name>menubar_volume_up</name>
351               <signal>
352                 <name>activate</name>
353                 <handler>GtkVolumeUp</handler>
354                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
355               </signal>
356               <label>Volume Up</label>
357               <right_justify>False</right_justify>
358             </widget>
359
360             <widget>
361               <class>GtkMenuItem</class>
362               <name>menubar_volume_down</name>
363               <signal>
364                 <name>activate</name>
365                 <handler>GtkVolumeDown</handler>
366                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
367               </signal>
368               <label>Volume Down</label>
369               <right_justify>False</right_justify>
370             </widget>
371
372             <widget>
373               <class>GtkMenuItem</class>
374               <name>menubar_volume_mute</name>
375               <signal>
376                 <name>activate</name>
377                 <handler>GtkVolumeMute</handler>
378                 <last_modification_time>Mon, 20 Jan 2003 10:11:53 GMT</last_modification_time>
379               </signal>
380               <label>Mute</label>
381               <right_justify>False</right_justify>
382             </widget>
383
384             <widget>
385               <class>GtkMenuItem</class>
386               <name>separator15</name>
387               <right_justify>False</right_justify>
388             </widget>
389
390             <widget>
391               <class>GtkMenuItem</class>
392               <name>menubar_audio_channels</name>
393               <label>Channels</label>
394               <right_justify>False</right_justify>
395             </widget>
396
397             <widget>
398               <class>GtkMenuItem</class>
399               <name>menubar_audio_device</name>
400               <label>Device</label>
401               <right_justify>False</right_justify>
402             </widget>
403           </widget>
404         </widget>
405
406         <widget>
407           <class>GtkMenuItem</class>
408           <name>menubar_config_video</name>
409           <label>_Video</label>
410           <right_justify>False</right_justify>
411
412           <widget>
413             <class>GtkMenu</class>
414             <name>menubar_config_video_menu</name>
415
416             <widget>
417               <class>GtkMenuItem</class>
418               <name>menubar_subpictures</name>
419               <sensitive>False</sensitive>
420               <tooltip>Select subtitles channel</tooltip>
421               <label>_Subtitles</label>
422               <right_justify>False</right_justify>
423             </widget>
424
425             <widget>
426               <class>GtkMenuItem</class>
427               <name>separator25</name>
428               <right_justify>False</right_justify>
429             </widget>
430
431             <widget>
432               <class>GtkMenuItem</class>
433               <name>menubar_fullscreen</name>
434               <signal>
435                 <name>activate</name>
436                 <handler>GtkFullscreen</handler>
437                 <last_modification_time>Mon, 14 May 2001 21:29:21 GMT</last_modification_time>
438               </signal>
439               <label>_Fullscreen</label>
440               <right_justify>False</right_justify>
441             </widget>
442
443             <widget>
444               <class>GtkMenuItem</class>
445               <name>separator24</name>
446               <right_justify>False</right_justify>
447             </widget>
448
449             <widget>
450               <class>GtkMenuItem</class>
451               <name>menubar_deinterlace</name>
452               <label>Deinterlace</label>
453               <right_justify>False</right_justify>
454             </widget>
455
456             <widget>
457               <class>GtkMenuItem</class>
458               <name>menubar_video_device</name>
459               <label>Screen</label>
460               <right_justify>False</right_justify>
461             </widget>
462           </widget>
463         </widget>
464
465         <widget>
466           <class>GtkMenuItem</class>
467           <name>menubar_help</name>
468           <label>_Help</label>
469           <right_justify>False</right_justify>
470
471           <widget>
472             <class>GtkMenu</class>
473             <name>menubar_help_menu</name>
474
475             <widget>
476               <class>GtkMenuItem</class>
477               <name>menubar_about</name>
478               <tooltip>About this application</tooltip>
479               <signal>
480                 <name>activate</name>
481                 <handler>GtkAboutShow</handler>
482                 <last_modification_time>Mon, 14 May 2001 21:30:15 GMT</last_modification_time>
483               </signal>
484               <label>_About...</label>
485               <right_justify>False</right_justify>
486             </widget>
487           </widget>
488         </widget>
489       </widget>
490     </widget>
491
492     <widget>
493       <class>GtkHandleBox</class>
494       <name>toolbar_handlebox</name>
495       <shadow_type>GTK_SHADOW_OUT</shadow_type>
496       <handle_position>GTK_POS_LEFT</handle_position>
497       <snap_edge>GTK_POS_TOP</snap_edge>
498       <child>
499         <padding>0</padding>
500         <expand>False</expand>
501         <fill>True</fill>
502       </child>
503
504       <widget>
505         <class>GtkToolbar</class>
506         <name>toolbar</name>
507         <border_width>1</border_width>
508         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
509         <type>GTK_TOOLBAR_BOTH</type>
510         <space_size>16</space_size>
511         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
512         <relief>GTK_RELIEF_NONE</relief>
513         <tooltips>True</tooltips>
514
515         <widget>
516           <class>GtkButton</class>
517           <child_name>Toolbar:button</child_name>
518           <name>toolbar_open</name>
519           <tooltip>Open a file</tooltip>
520           <signal>
521             <name>clicked</name>
522             <handler>GtkFileOpenShow</handler>
523             <last_modification_time>Mon, 08 Jul 2002 16:14:58 GMT</last_modification_time>
524           </signal>
525           <label>File</label>
526         </widget>
527
528         <widget>
529           <class>GtkButton</class>
530           <child_name>Toolbar:button</child_name>
531           <name>toolbar_disc</name>
532           <tooltip>Open a DVD or VCD</tooltip>
533           <signal>
534             <name>clicked</name>
535             <handler>GtkDiscOpenShow</handler>
536             <last_modification_time>Sun, 13 May 2001 15:10:30 GMT</last_modification_time>
537           </signal>
538           <label>Disc</label>
539         </widget>
540
541         <widget>
542           <class>GtkButton</class>
543           <child_name>Toolbar:button</child_name>
544           <name>toolbar_network</name>
545           <tooltip>Select a network stream</tooltip>
546           <signal>
547             <name>clicked</name>
548             <handler>GtkNetworkOpenShow</handler>
549             <last_modification_time>Sun, 13 May 2001 15:10:37 GMT</last_modification_time>
550           </signal>
551           <label>Net</label>
552         </widget>
553
554         <widget>
555           <class>GtkButton</class>
556           <child_name>Toolbar:button</child_name>
557           <name>toolbar_sat</name>
558           <tooltip>Open a Satellite Card</tooltip>
559           <signal>
560             <name>clicked</name>
561             <handler>GtkSatOpenShow</handler>
562             <last_modification_time>Sun, 24 Mar 2002 15:08:57 GMT</last_modification_time>
563           </signal>
564           <label>Sat</label>
565         </widget>
566
567         <widget>
568           <class>GtkButton</class>
569           <child_name>Toolbar:button</child_name>
570           <name>toolbar_back</name>
571           <sensitive>False</sensitive>
572           <tooltip>Go Backward</tooltip>
573           <signal>
574             <name>clicked</name>
575             <handler>GtkControlBack</handler>
576             <last_modification_time>Sun, 13 May 2001 15:10:47 GMT</last_modification_time>
577           </signal>
578           <label>Back</label>
579           <child>
580             <new_group>True</new_group>
581           </child>
582         </widget>
583
584         <widget>
585           <class>GtkButton</class>
586           <child_name>Toolbar:button</child_name>
587           <name>toolbar_stop</name>
588           <tooltip>Stop Stream</tooltip>
589           <signal>
590             <name>clicked</name>
591             <handler>GtkControlStop</handler>
592             <last_modification_time>Sun, 13 May 2001 15:10:57 GMT</last_modification_time>
593           </signal>
594           <label>Stop</label>
595         </widget>
596
597         <widget>
598           <class>GtkButton</class>
599           <child_name>Toolbar:button</child_name>
600           <name>toolbar_eject</name>
601           <signal>
602             <name>clicked</name>
603             <handler>GtkDiscEject</handler>
604             <last_modification_time>Fri, 21 Dec 2001 15:33:26 GMT</last_modification_time>
605           </signal>
606           <label>Eject</label>
607         </widget>
608
609         <widget>
610           <class>GtkButton</class>
611           <child_name>Toolbar:button</child_name>
612           <name>toolbar_play</name>
613           <tooltip>Play Stream</tooltip>
614           <signal>
615             <name>clicked</name>
616             <handler>GtkControlPlay</handler>
617             <last_modification_time>Sun, 13 May 2001 15:11:06 GMT</last_modification_time>
618           </signal>
619           <label>Play</label>
620         </widget>
621
622         <widget>
623           <class>GtkButton</class>
624           <child_name>Toolbar:button</child_name>
625           <name>toolbar_pause</name>
626           <sensitive>False</sensitive>
627           <tooltip>Pause Stream</tooltip>
628           <signal>
629             <name>clicked</name>
630             <handler>GtkControlPause</handler>
631             <last_modification_time>Sun, 13 May 2001 15:11:13 GMT</last_modification_time>
632           </signal>
633           <label>Pause</label>
634         </widget>
635
636         <widget>
637           <class>GtkButton</class>
638           <child_name>Toolbar:button</child_name>
639           <name>toolbar_slow</name>
640           <sensitive>False</sensitive>
641           <tooltip>Play Slower</tooltip>
642           <signal>
643             <name>clicked</name>
644             <handler>GtkControlSlow</handler>
645             <last_modification_time>Sun, 13 May 2001 15:11:20 GMT</last_modification_time>
646           </signal>
647           <label>Slow</label>
648           <child>
649             <new_group>True</new_group>
650           </child>
651         </widget>
652
653         <widget>
654           <class>GtkButton</class>
655           <child_name>Toolbar:button</child_name>
656           <name>toolbar_fast</name>
657           <sensitive>False</sensitive>
658           <tooltip>Play Faster</tooltip>
659           <signal>
660             <name>clicked</name>
661             <handler>GtkControlFast</handler>
662             <last_modification_time>Sun, 13 May 2001 15:11:31 GMT</last_modification_time>
663           </signal>
664           <label>Fast</label>
665         </widget>
666
667         <widget>
668           <class>GtkButton</class>
669           <child_name>Toolbar:button</child_name>
670           <name>toolbar_playlist</name>
671           <tooltip>Open Playlist</tooltip>
672           <signal>
673             <name>clicked</name>
674             <handler>GtkPlaylistShow</handler>
675             <last_modification_time>Sun, 13 May 2001 15:11:38 GMT</last_modification_time>
676           </signal>
677           <label>Playlist</label>
678         </widget>
679
680         <widget>
681           <class>GtkButton</class>
682           <child_name>Toolbar:button</child_name>
683           <name>toolbar_prev</name>
684           <tooltip>Previous file</tooltip>
685           <signal>
686             <name>clicked</name>
687             <handler>GtkPlaylistPrev</handler>
688             <last_modification_time>Sun, 13 May 2001 15:11:45 GMT</last_modification_time>
689           </signal>
690           <label>Prev</label>
691         </widget>
692
693         <widget>
694           <class>GtkButton</class>
695           <child_name>Toolbar:button</child_name>
696           <name>toolbar_next</name>
697           <tooltip>Next File</tooltip>
698           <signal>
699             <name>clicked</name>
700             <handler>GtkPlaylistNext</handler>
701             <last_modification_time>Sun, 13 May 2001 15:11:58 GMT</last_modification_time>
702           </signal>
703           <label>Next</label>
704         </widget>
705       </widget>
706     </widget>
707
708     <widget>
709       <class>GtkFrame</class>
710       <name>slider_frame</name>
711       <visible>False</visible>
712       <label>-:--:--</label>
713       <label_xalign>0.05</label_xalign>
714       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
715       <child>
716         <padding>0</padding>
717         <expand>True</expand>
718         <fill>True</fill>
719       </child>
720
721       <widget>
722         <class>GtkHScale</class>
723         <name>slider</name>
724         <width>500</width>
725         <height>15</height>
726         <can_focus>True</can_focus>
727         <signal>
728           <name>button_release_event</name>
729           <handler>GtkSliderRelease</handler>
730           <last_modification_time>Sun, 13 May 2001 14:40:22 GMT</last_modification_time>
731         </signal>
732         <signal>
733           <name>button_press_event</name>
734           <handler>GtkSliderPress</handler>
735           <last_modification_time>Sun, 13 May 2001 14:40:38 GMT</last_modification_time>
736         </signal>
737         <draw_value>False</draw_value>
738         <value_pos>GTK_POS_TOP</value_pos>
739         <digits>3</digits>
740         <policy>GTK_UPDATE_CONTINUOUS</policy>
741         <value>0</value>
742         <lower>0</lower>
743         <upper>100</upper>
744         <step>1</step>
745         <page>6.25</page>
746         <page_size>0</page_size>
747       </widget>
748     </widget>
749
750     <widget>
751       <class>GtkHBox</class>
752       <name>file_box</name>
753       <width>500</width>
754       <height>24</height>
755       <homogeneous>False</homogeneous>
756       <spacing>0</spacing>
757       <child>
758         <padding>0</padding>
759         <expand>True</expand>
760         <fill>True</fill>
761       </child>
762
763       <widget>
764         <class>GtkLabel</class>
765         <name>label_status</name>
766         <label></label>
767         <justify>GTK_JUSTIFY_CENTER</justify>
768         <wrap>False</wrap>
769         <xalign>0.5</xalign>
770         <yalign>0.5</yalign>
771         <xpad>0</xpad>
772         <ypad>0</ypad>
773         <child>
774           <padding>0</padding>
775           <expand>True</expand>
776           <fill>True</fill>
777         </child>
778       </widget>
779     </widget>
780
781     <widget>
782       <class>GtkHBox</class>
783       <name>dvd_box</name>
784       <width>500</width>
785       <height>24</height>
786       <visible>False</visible>
787       <homogeneous>False</homogeneous>
788       <spacing>0</spacing>
789       <child>
790         <padding>0</padding>
791         <expand>True</expand>
792         <fill>True</fill>
793       </child>
794
795       <widget>
796         <class>GtkLabel</class>
797         <name>dvd_label</name>
798         <label>Disc</label>
799         <justify>GTK_JUSTIFY_CENTER</justify>
800         <wrap>False</wrap>
801         <xalign>0.5</xalign>
802         <yalign>0.5</yalign>
803         <xpad>0</xpad>
804         <ypad>0</ypad>
805         <child>
806           <padding>0</padding>
807           <expand>True</expand>
808           <fill>False</fill>
809         </child>
810       </widget>
811
812       <widget>
813         <class>GtkHBox</class>
814         <name>title_box</name>
815         <homogeneous>False</homogeneous>
816         <spacing>0</spacing>
817         <child>
818           <padding>0</padding>
819           <expand>True</expand>
820           <fill>True</fill>
821         </child>
822
823         <widget>
824           <class>GtkLabel</class>
825           <name>title</name>
826           <label>Title:</label>
827           <justify>GTK_JUSTIFY_CENTER</justify>
828           <wrap>False</wrap>
829           <xalign>0.5</xalign>
830           <yalign>0.5</yalign>
831           <xpad>0</xpad>
832           <ypad>0</ypad>
833           <child>
834             <padding>5</padding>
835             <expand>False</expand>
836             <fill>False</fill>
837           </child>
838         </widget>
839
840         <widget>
841           <class>GtkLabel</class>
842           <name>title_label</name>
843           <label>--</label>
844           <justify>GTK_JUSTIFY_CENTER</justify>
845           <wrap>False</wrap>
846           <xalign>0.5</xalign>
847           <yalign>0.5</yalign>
848           <xpad>0</xpad>
849           <ypad>0</ypad>
850           <child>
851             <padding>5</padding>
852             <expand>False</expand>
853             <fill>False</fill>
854           </child>
855         </widget>
856
857         <widget>
858           <class>GtkButton</class>
859           <name>title_prev_button</name>
860           <can_focus>True</can_focus>
861           <signal>
862             <name>clicked</name>
863             <handler>GtkTitlePrev</handler>
864             <last_modification_time>Sun, 13 May 2001 14:41:41 GMT</last_modification_time>
865           </signal>
866           <label>Prev</label>
867           <relief>GTK_RELIEF_NONE</relief>
868           <child>
869             <padding>5</padding>
870             <expand>False</expand>
871             <fill>False</fill>
872           </child>
873         </widget>
874
875         <widget>
876           <class>GtkButton</class>
877           <name>title_next_button</name>
878           <can_focus>True</can_focus>
879           <signal>
880             <name>clicked</name>
881             <handler>GtkTitleNext</handler>
882             <last_modification_time>Sun, 13 May 2001 14:42:00 GMT</last_modification_time>
883           </signal>
884           <label>Next</label>
885           <relief>GTK_RELIEF_NONE</relief>
886           <child>
887             <padding>5</padding>
888             <expand>False</expand>
889             <fill>False</fill>
890           </child>
891         </widget>
892       </widget>
893
894       <widget>
895         <class>GtkVSeparator</class>
896         <name>dvd_separator</name>
897         <child>
898           <padding>0</padding>
899           <expand>True</expand>
900           <fill>True</fill>
901         </child>
902       </widget>
903
904       <widget>
905         <class>GtkHBox</class>
906         <name>chapter_box</name>
907         <homogeneous>False</homogeneous>
908         <spacing>0</spacing>
909         <child>
910           <padding>0</padding>
911           <expand>True</expand>
912           <fill>True</fill>
913         </child>
914
915         <widget>
916           <class>GtkLabel</class>
917           <name>chapter</name>
918           <label>Chapter:</label>
919           <justify>GTK_JUSTIFY_CENTER</justify>
920           <wrap>False</wrap>
921           <xalign>0.5</xalign>
922           <yalign>0.5</yalign>
923           <xpad>0</xpad>
924           <ypad>0</ypad>
925           <child>
926             <padding>5</padding>
927             <expand>False</expand>
928             <fill>False</fill>
929           </child>
930         </widget>
931
932         <widget>
933           <class>GtkLabel</class>
934           <name>chapter_label</name>
935           <label>---</label>
936           <justify>GTK_JUSTIFY_CENTER</justify>
937           <wrap>False</wrap>
938           <xalign>0.5</xalign>
939           <yalign>0.5</yalign>
940           <xpad>0</xpad>
941           <ypad>0</ypad>
942           <child>
943             <padding>5</padding>
944             <expand>False</expand>
945             <fill>False</fill>
946           </child>
947         </widget>
948
949         <widget>
950           <class>GtkButton</class>
951           <name>chapter_prev_button</name>
952           <can_focus>True</can_focus>
953           <signal>
954             <name>clicked</name>
955             <handler>GtkChapterPrev</handler>
956             <last_modification_time>Sun, 13 May 2001 14:42:25 GMT</last_modification_time>
957           </signal>
958           <label>Prev</label>
959           <relief>GTK_RELIEF_NONE</relief>
960           <child>
961             <padding>5</padding>
962             <expand>False</expand>
963             <fill>False</fill>
964           </child>
965         </widget>
966
967         <widget>
968           <class>GtkButton</class>
969           <name>chapter_next_button</name>
970           <can_focus>True</can_focus>
971           <signal>
972             <name>clicked</name>
973             <handler>GtkChapterNext</handler>
974             <last_modification_time>Sun, 13 May 2001 14:42:42 GMT</last_modification_time>
975           </signal>
976           <label>Next</label>
977           <relief>GTK_RELIEF_NONE</relief>
978           <child>
979             <padding>5</padding>
980             <expand>False</expand>
981             <fill>False</fill>
982           </child>
983         </widget>
984       </widget>
985     </widget>
986
987     <widget>
988       <class>GtkHBox</class>
989       <name>network_box</name>
990       <width>500</width>
991       <height>24</height>
992       <visible>False</visible>
993       <homogeneous>False</homogeneous>
994       <spacing>0</spacing>
995       <child>
996         <padding>0</padding>
997         <expand>True</expand>
998         <fill>True</fill>
999       </child>
1000
1001       <widget>
1002         <class>GtkLabel</class>
1003         <name>network_address_label</name>
1004         <label>No server</label>
1005         <justify>GTK_JUSTIFY_CENTER</justify>
1006         <wrap>False</wrap>
1007         <xalign>0.5</xalign>
1008         <yalign>0.5</yalign>
1009         <xpad>0</xpad>
1010         <ypad>0</ypad>
1011         <child>
1012           <padding>0</padding>
1013           <expand>True</expand>
1014           <fill>True</fill>
1015         </child>
1016       </widget>
1017
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>VLC media player</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>GtkVBox</class>
1633           <name>vbox17</name>
1634           <homogeneous>False</homogeneous>
1635           <spacing>0</spacing>
1636
1637           <widget>
1638             <class>GtkLabel</class>
1639             <name>label16</name>
1640             <label>the VideoLAN team &lt;videolan@videolan.org&gt;</label>
1641             <justify>GTK_JUSTIFY_LEFT</justify>
1642             <wrap>False</wrap>
1643             <xalign>0.5</xalign>
1644             <yalign>0</yalign>
1645             <xpad>5</xpad>
1646             <ypad>0</ypad>
1647             <child>
1648               <padding>0</padding>
1649               <expand>False</expand>
1650               <fill>False</fill>
1651             </child>
1652           </widget>
1653
1654           <widget>
1655             <class>GtkLabel</class>
1656             <name>label39</name>
1657             <label>http://www.videolan.org/</label>
1658             <justify>GTK_JUSTIFY_LEFT</justify>
1659             <wrap>False</wrap>
1660             <xalign>0.5</xalign>
1661             <yalign>0</yalign>
1662             <xpad>5</xpad>
1663             <ypad>0</ypad>
1664             <child>
1665               <padding>0</padding>
1666               <expand>False</expand>
1667               <fill>False</fill>
1668             </child>
1669           </widget>
1670         </widget>
1671       </widget>
1672
1673       <widget>
1674         <class>GtkLabel</class>
1675         <name>label17</name>
1676         <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>
1677         <justify>GTK_JUSTIFY_LEFT</justify>
1678         <wrap>True</wrap>
1679         <xalign>0.5</xalign>
1680         <yalign>0.5</yalign>
1681         <xpad>0</xpad>
1682         <ypad>5</ypad>
1683         <child>
1684           <padding>0</padding>
1685           <expand>False</expand>
1686           <fill>False</fill>
1687         </child>
1688       </widget>
1689     </widget>
1690   </widget>
1691 </widget>
1692
1693 <widget>
1694   <class>GtkDialog</class>
1695   <name>intf_open</name>
1696   <border_width>5</border_width>
1697   <signal>
1698     <name>delete_event</name>
1699     <handler>gtk_widget_hide</handler>
1700     <last_modification_time>Mon, 16 Sep 2002 07:48:17 GMT</last_modification_time>
1701   </signal>
1702   <title>Open Target</title>
1703   <type>GTK_WINDOW_TOPLEVEL</type>
1704   <position>GTK_WIN_POS_NONE</position>
1705   <modal>False</modal>
1706   <allow_shrink>False</allow_shrink>
1707   <allow_grow>True</allow_grow>
1708   <auto_shrink>True</auto_shrink>
1709
1710   <widget>
1711     <class>GtkVBox</class>
1712     <child_name>Dialog:vbox</child_name>
1713     <name>dialog-vbox7</name>
1714     <homogeneous>False</homogeneous>
1715     <spacing>0</spacing>
1716
1717     <widget>
1718       <class>GtkHBox</class>
1719       <child_name>Dialog:action_area</child_name>
1720       <name>dialog-action_area6</name>
1721       <border_width>5</border_width>
1722       <homogeneous>True</homogeneous>
1723       <spacing>5</spacing>
1724       <child>
1725         <padding>0</padding>
1726         <expand>False</expand>
1727         <fill>True</fill>
1728         <pack>GTK_PACK_END</pack>
1729       </child>
1730
1731       <widget>
1732         <class>GtkHBox</class>
1733         <name>hbox18</name>
1734         <homogeneous>True</homogeneous>
1735         <spacing>5</spacing>
1736         <child>
1737           <padding>0</padding>
1738           <expand>True</expand>
1739           <fill>True</fill>
1740         </child>
1741
1742         <widget>
1743           <class>GtkHBox</class>
1744           <name>hbox19</name>
1745           <homogeneous>True</homogeneous>
1746           <spacing>5</spacing>
1747           <child>
1748             <padding>0</padding>
1749             <expand>False</expand>
1750             <fill>True</fill>
1751             <pack>GTK_PACK_END</pack>
1752           </child>
1753
1754           <widget>
1755             <class>GtkButton</class>
1756             <name>open_ok</name>
1757             <can_focus>True</can_focus>
1758             <signal>
1759               <name>clicked</name>
1760               <handler>GtkOpenOk</handler>
1761               <last_modification_time>Mon, 08 Jul 2002 14:52:19 GMT</last_modification_time>
1762             </signal>
1763             <label>OK</label>
1764             <relief>GTK_RELIEF_NORMAL</relief>
1765             <child>
1766               <padding>0</padding>
1767               <expand>False</expand>
1768               <fill>True</fill>
1769             </child>
1770           </widget>
1771
1772           <widget>
1773             <class>GtkButton</class>
1774             <name>open_cancel</name>
1775             <can_focus>True</can_focus>
1776             <accelerator>
1777               <modifiers>0</modifiers>
1778               <key>GDK_Escape</key>
1779               <signal>clicked</signal>
1780             </accelerator>
1781             <signal>
1782               <name>clicked</name>
1783               <handler>GtkOpenCancel</handler>
1784               <last_modification_time>Mon, 08 Jul 2002 14:52:36 GMT</last_modification_time>
1785             </signal>
1786             <label>Cancel</label>
1787             <relief>GTK_RELIEF_NORMAL</relief>
1788             <child>
1789               <padding>0</padding>
1790               <expand>False</expand>
1791               <fill>True</fill>
1792             </child>
1793           </widget>
1794         </widget>
1795       </widget>
1796     </widget>
1797
1798     <widget>
1799       <class>GtkVBox</class>
1800       <name>open_vbox</name>
1801       <homogeneous>False</homogeneous>
1802       <spacing>5</spacing>
1803       <child>
1804         <padding>0</padding>
1805         <expand>True</expand>
1806         <fill>True</fill>
1807       </child>
1808
1809       <widget>
1810         <class>GtkFrame</class>
1811         <name>frame10</name>
1812         <label>Media Resource Locator (MRL)</label>
1813         <label_xalign>0</label_xalign>
1814         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1815         <child>
1816           <padding>0</padding>
1817           <expand>False</expand>
1818           <fill>True</fill>
1819         </child>
1820
1821         <widget>
1822           <class>GtkHBox</class>
1823           <name>hbox21</name>
1824           <border_width>5</border_width>
1825           <homogeneous>False</homogeneous>
1826           <spacing>5</spacing>
1827
1828           <widget>
1829             <class>GtkHBox</class>
1830             <name>hbox22</name>
1831             <homogeneous>False</homogeneous>
1832             <spacing>0</spacing>
1833             <child>
1834               <padding>0</padding>
1835               <expand>False</expand>
1836               <fill>True</fill>
1837             </child>
1838
1839             <widget>
1840               <class>GtkLabel</class>
1841               <name>label34</name>
1842               <label>Open Target:</label>
1843               <justify>GTK_JUSTIFY_CENTER</justify>
1844               <wrap>False</wrap>
1845               <xalign>0.5</xalign>
1846               <yalign>0.5</yalign>
1847               <xpad>0</xpad>
1848               <ypad>0</ypad>
1849               <child>
1850                 <padding>0</padding>
1851                 <expand>False</expand>
1852                 <fill>False</fill>
1853               </child>
1854             </widget>
1855           </widget>
1856
1857           <widget>
1858             <class>GtkCombo</class>
1859             <name>combo2</name>
1860             <value_in_list>False</value_in_list>
1861             <ok_if_empty>True</ok_if_empty>
1862             <case_sensitive>False</case_sensitive>
1863             <use_arrows>True</use_arrows>
1864             <use_arrows_always>False</use_arrows_always>
1865             <items></items>
1866             <child>
1867               <padding>0</padding>
1868               <expand>True</expand>
1869               <fill>True</fill>
1870             </child>
1871
1872             <widget>
1873               <class>GtkEntry</class>
1874               <child_name>GtkCombo:entry</child_name>
1875               <name>entry_open</name>
1876               <can_focus>True</can_focus>
1877               <editable>True</editable>
1878               <text_visible>True</text_visible>
1879               <text_max_length>0</text_max_length>
1880               <text></text>
1881             </widget>
1882           </widget>
1883         </widget>
1884       </widget>
1885
1886       <widget>
1887         <class>GtkLabel</class>
1888         <name>label36</name>
1889         <label>Alternatively, you can build an MRL using one of the following predefined targets:</label>
1890         <justify>GTK_JUSTIFY_LEFT</justify>
1891         <wrap>False</wrap>
1892         <xalign>0</xalign>
1893         <yalign>1</yalign>
1894         <xpad>0</xpad>
1895         <ypad>0</ypad>
1896         <child>
1897           <padding>0</padding>
1898           <expand>True</expand>
1899           <fill>True</fill>
1900         </child>
1901       </widget>
1902
1903       <widget>
1904         <class>GtkNotebook</class>
1905         <name>open_notebook</name>
1906         <can_focus>True</can_focus>
1907         <signal>
1908           <name>switch_page</name>
1909           <handler>GtkOpenNotebookChanged</handler>
1910           <after>True</after>
1911           <last_modification_time>Tue, 09 Jul 2002 14:01:19 GMT</last_modification_time>
1912         </signal>
1913         <show_tabs>True</show_tabs>
1914         <show_border>True</show_border>
1915         <tab_pos>GTK_POS_TOP</tab_pos>
1916         <scrollable>False</scrollable>
1917         <tab_hborder>2</tab_hborder>
1918         <tab_vborder>2</tab_vborder>
1919         <popup_enable>False</popup_enable>
1920         <child>
1921           <padding>0</padding>
1922           <expand>True</expand>
1923           <fill>True</fill>
1924         </child>
1925
1926         <widget>
1927           <class>GtkHBox</class>
1928           <name>hbox20</name>
1929           <border_width>5</border_width>
1930           <homogeneous>False</homogeneous>
1931           <spacing>5</spacing>
1932
1933           <widget>
1934             <class>GtkCombo</class>
1935             <name>combo1</name>
1936             <value_in_list>False</value_in_list>
1937             <ok_if_empty>True</ok_if_empty>
1938             <case_sensitive>False</case_sensitive>
1939             <use_arrows>True</use_arrows>
1940             <use_arrows_always>False</use_arrows_always>
1941             <items></items>
1942             <child>
1943               <padding>0</padding>
1944               <expand>False</expand>
1945               <fill>True</fill>
1946             </child>
1947
1948             <widget>
1949               <class>GtkEntry</class>
1950               <child_name>GtkCombo:entry</child_name>
1951               <name>entry_file</name>
1952               <can_focus>True</can_focus>
1953               <signal>
1954                 <name>changed</name>
1955                 <handler>GtkOpenChanged</handler>
1956                 <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
1957               </signal>
1958               <editable>True</editable>
1959               <text_visible>True</text_visible>
1960               <text_max_length>0</text_max_length>
1961               <text></text>
1962             </widget>
1963           </widget>
1964
1965           <widget>
1966             <class>GtkVBox</class>
1967             <name>vbox13</name>
1968             <homogeneous>True</homogeneous>
1969             <spacing>0</spacing>
1970             <child>
1971               <padding>0</padding>
1972               <expand>False</expand>
1973               <fill>False</fill>
1974             </child>
1975
1976             <widget>
1977               <class>Placeholder</class>
1978             </widget>
1979
1980             <widget>
1981               <class>GtkButton</class>
1982               <name>open_browse</name>
1983               <can_focus>True</can_focus>
1984               <signal>
1985                 <name>clicked</name>
1986                 <handler>GtkFileShow</handler>
1987                 <data>&quot;entry_file&quot;</data>
1988                 <last_modification_time>Mon, 20 Jan 2003 21:45:39 GMT</last_modification_time>
1989               </signal>
1990               <label>Browse...</label>
1991               <relief>GTK_RELIEF_NORMAL</relief>
1992               <child>
1993                 <padding>0</padding>
1994                 <expand>False</expand>
1995                 <fill>False</fill>
1996               </child>
1997             </widget>
1998
1999             <widget>
2000               <class>Placeholder</class>
2001             </widget>
2002           </widget>
2003         </widget>
2004
2005         <widget>
2006           <class>GtkLabel</class>
2007           <child_name>Notebook:tab</child_name>
2008           <name>open_file</name>
2009           <label>File</label>
2010           <justify>GTK_JUSTIFY_CENTER</justify>
2011           <wrap>False</wrap>
2012           <xalign>0.5</xalign>
2013           <yalign>0.5</yalign>
2014           <xpad>0</xpad>
2015           <ypad>0</ypad>
2016         </widget>
2017
2018         <widget>
2019           <class>GtkTable</class>
2020           <name>table5</name>
2021           <border_width>5</border_width>
2022           <rows>5</rows>
2023           <columns>2</columns>
2024           <homogeneous>False</homogeneous>
2025           <row_spacing>5</row_spacing>
2026           <column_spacing>5</column_spacing>
2027
2028           <widget>
2029             <class>GtkLabel</class>
2030             <name>label35</name>
2031             <label>Disc type</label>
2032             <justify>GTK_JUSTIFY_CENTER</justify>
2033             <wrap>False</wrap>
2034             <xalign>0</xalign>
2035             <yalign>0.5</yalign>
2036             <xpad>0</xpad>
2037             <ypad>0</ypad>
2038             <child>
2039               <left_attach>0</left_attach>
2040               <right_attach>1</right_attach>
2041               <top_attach>0</top_attach>
2042               <bottom_attach>1</bottom_attach>
2043               <xpad>0</xpad>
2044               <ypad>0</ypad>
2045               <xexpand>False</xexpand>
2046               <yexpand>False</yexpand>
2047               <xshrink>False</xshrink>
2048               <yshrink>False</yshrink>
2049               <xfill>True</xfill>
2050               <yfill>False</yfill>
2051             </child>
2052           </widget>
2053
2054           <widget>
2055             <class>GtkHBox</class>
2056             <name>hbox24</name>
2057             <homogeneous>False</homogeneous>
2058             <spacing>0</spacing>
2059             <child>
2060               <left_attach>1</left_attach>
2061               <right_attach>2</right_attach>
2062               <top_attach>0</top_attach>
2063               <bottom_attach>1</bottom_attach>
2064               <xpad>0</xpad>
2065               <ypad>0</ypad>
2066               <xexpand>False</xexpand>
2067               <yexpand>False</yexpand>
2068               <xshrink>False</xshrink>
2069               <yshrink>False</yshrink>
2070               <xfill>True</xfill>
2071               <yfill>True</yfill>
2072             </child>
2073
2074             <widget>
2075               <class>GtkRadioButton</class>
2076               <name>disc_dvd</name>
2077               <can_focus>True</can_focus>
2078               <signal>
2079                 <name>toggled</name>
2080                 <handler>GtkDiscOpenDvd</handler>
2081                 <last_modification_time>Sun, 13 May 2001 14:48:29 GMT</last_modification_time>
2082               </signal>
2083               <label>DVD</label>
2084               <active>False</active>
2085               <draw_indicator>True</draw_indicator>
2086               <group>disc</group>
2087               <child>
2088                 <padding>0</padding>
2089                 <expand>False</expand>
2090                 <fill>False</fill>
2091               </child>
2092             </widget>
2093
2094             <widget>
2095               <class>GtkRadioButton</class>
2096               <name>disc_vcd</name>
2097               <can_focus>True</can_focus>
2098               <signal>
2099                 <name>toggled</name>
2100                 <handler>GtkDiscOpenVcd</handler>
2101                 <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
2102               </signal>
2103               <label>VCD</label>
2104               <active>False</active>
2105               <draw_indicator>True</draw_indicator>
2106               <group>disc</group>
2107               <child>
2108                 <padding>0</padding>
2109                 <expand>False</expand>
2110                 <fill>False</fill>
2111               </child>
2112             </widget>
2113           </widget>
2114
2115           <widget>
2116             <class>GtkLabel</class>
2117             <name>label19</name>
2118             <label>Device name</label>
2119             <justify>GTK_JUSTIFY_CENTER</justify>
2120             <wrap>False</wrap>
2121             <xalign>0</xalign>
2122             <yalign>0.5</yalign>
2123             <xpad>0</xpad>
2124             <ypad>0</ypad>
2125             <child>
2126               <left_attach>0</left_attach>
2127               <right_attach>1</right_attach>
2128               <top_attach>1</top_attach>
2129               <bottom_attach>2</bottom_attach>
2130               <xpad>0</xpad>
2131               <ypad>0</ypad>
2132               <xexpand>False</xexpand>
2133               <yexpand>False</yexpand>
2134               <xshrink>False</xshrink>
2135               <yshrink>False</yshrink>
2136               <xfill>True</xfill>
2137               <yfill>False</yfill>
2138             </child>
2139           </widget>
2140
2141           <widget>
2142             <class>GtkLabel</class>
2143             <name>disc_chapter_label</name>
2144             <label>Chapter</label>
2145             <justify>GTK_JUSTIFY_CENTER</justify>
2146             <wrap>False</wrap>
2147             <xalign>0</xalign>
2148             <yalign>0.5</yalign>
2149             <xpad>0</xpad>
2150             <ypad>0</ypad>
2151             <child>
2152               <left_attach>0</left_attach>
2153               <right_attach>1</right_attach>
2154               <top_attach>4</top_attach>
2155               <bottom_attach>5</bottom_attach>
2156               <xpad>0</xpad>
2157               <ypad>0</ypad>
2158               <xexpand>False</xexpand>
2159               <yexpand>False</yexpand>
2160               <xshrink>False</xshrink>
2161               <yshrink>False</yshrink>
2162               <xfill>True</xfill>
2163               <yfill>False</yfill>
2164             </child>
2165           </widget>
2166
2167           <widget>
2168             <class>GtkLabel</class>
2169             <name>disc_title_label</name>
2170             <label>Title</label>
2171             <justify>GTK_JUSTIFY_CENTER</justify>
2172             <wrap>False</wrap>
2173             <xalign>0</xalign>
2174             <yalign>0.5</yalign>
2175             <xpad>0</xpad>
2176             <ypad>0</ypad>
2177             <child>
2178               <left_attach>0</left_attach>
2179               <right_attach>1</right_attach>
2180               <top_attach>3</top_attach>
2181               <bottom_attach>4</bottom_attach>
2182               <xpad>0</xpad>
2183               <ypad>0</ypad>
2184               <xexpand>False</xexpand>
2185               <yexpand>False</yexpand>
2186               <xshrink>False</xshrink>
2187               <yshrink>False</yshrink>
2188               <xfill>True</xfill>
2189               <yfill>False</yfill>
2190             </child>
2191           </widget>
2192
2193           <widget>
2194             <class>GtkEntry</class>
2195             <name>disc_name</name>
2196             <can_focus>True</can_focus>
2197             <signal>
2198               <name>changed</name>
2199               <handler>GtkOpenChanged</handler>
2200               <last_modification_time>Tue, 09 Jul 2002 13:46:05 GMT</last_modification_time>
2201             </signal>
2202             <editable>True</editable>
2203             <text_visible>True</text_visible>
2204             <text_max_length>0</text_max_length>
2205             <text>/dev/dvd</text>
2206             <child>
2207               <left_attach>1</left_attach>
2208               <right_attach>2</right_attach>
2209               <top_attach>1</top_attach>
2210               <bottom_attach>2</bottom_attach>
2211               <xpad>0</xpad>
2212               <ypad>0</ypad>
2213               <xexpand>False</xexpand>
2214               <yexpand>False</yexpand>
2215               <xshrink>False</xshrink>
2216               <yshrink>False</yshrink>
2217               <xfill>True</xfill>
2218               <yfill>False</yfill>
2219             </child>
2220           </widget>
2221
2222           <widget>
2223             <class>GtkSpinButton</class>
2224             <name>disc_title</name>
2225             <can_focus>True</can_focus>
2226             <signal>
2227               <name>changed</name>
2228               <handler>GtkOpenChanged</handler>
2229               <last_modification_time>Tue, 09 Jul 2002 13:45:04 GMT</last_modification_time>
2230             </signal>
2231             <climb_rate>1</climb_rate>
2232             <digits>0</digits>
2233             <numeric>False</numeric>
2234             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2235             <snap>False</snap>
2236             <wrap>False</wrap>
2237             <value>1</value>
2238             <lower>1</lower>
2239             <upper>65536</upper>
2240             <step>1</step>
2241             <page>10</page>
2242             <page_size>10</page_size>
2243             <child>
2244               <left_attach>1</left_attach>
2245               <right_attach>2</right_attach>
2246               <top_attach>3</top_attach>
2247               <bottom_attach>4</bottom_attach>
2248               <xpad>0</xpad>
2249               <ypad>0</ypad>
2250               <xexpand>False</xexpand>
2251               <yexpand>False</yexpand>
2252               <xshrink>False</xshrink>
2253               <yshrink>False</yshrink>
2254               <xfill>True</xfill>
2255               <yfill>False</yfill>
2256             </child>
2257           </widget>
2258
2259           <widget>
2260             <class>GtkSpinButton</class>
2261             <name>disc_chapter</name>
2262             <can_focus>True</can_focus>
2263             <signal>
2264               <name>changed</name>
2265               <handler>GtkOpenChanged</handler>
2266               <last_modification_time>Tue, 09 Jul 2002 13:45:38 GMT</last_modification_time>
2267             </signal>
2268             <climb_rate>1</climb_rate>
2269             <digits>0</digits>
2270             <numeric>False</numeric>
2271             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2272             <snap>False</snap>
2273             <wrap>False</wrap>
2274             <value>1</value>
2275             <lower>1</lower>
2276             <upper>65536</upper>
2277             <step>1</step>
2278             <page>10</page>
2279             <page_size>10</page_size>
2280             <child>
2281               <left_attach>1</left_attach>
2282               <right_attach>2</right_attach>
2283               <top_attach>4</top_attach>
2284               <bottom_attach>5</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
2296           <widget>
2297             <class>GtkCheckButton</class>
2298             <name>disc_dvd_use_menu</name>
2299             <can_focus>True</can_focus>
2300             <signal>
2301               <name>toggled</name>
2302               <handler>GtkOpenChanged</handler>
2303               <last_modification_time>Tue, 21 Jan 2003 13:27:40 GMT</last_modification_time>
2304             </signal>
2305             <label>Use DVD menus</label>
2306             <active>False</active>
2307             <draw_indicator>True</draw_indicator>
2308             <child>
2309               <left_attach>1</left_attach>
2310               <right_attach>2</right_attach>
2311               <top_attach>2</top_attach>
2312               <bottom_attach>3</bottom_attach>
2313               <xpad>0</xpad>
2314               <ypad>0</ypad>
2315               <xexpand>False</xexpand>
2316               <yexpand>False</yexpand>
2317               <xshrink>False</xshrink>
2318               <yshrink>False</yshrink>
2319               <xfill>True</xfill>
2320               <yfill>False</yfill>
2321             </child>
2322           </widget>
2323         </widget>
2324
2325         <widget>
2326           <class>GtkLabel</class>
2327           <child_name>Notebook:tab</child_name>
2328           <name>open_disc</name>
2329           <label>Disc</label>
2330           <justify>GTK_JUSTIFY_CENTER</justify>
2331           <wrap>False</wrap>
2332           <xalign>0.5</xalign>
2333           <yalign>0.5</yalign>
2334           <xpad>0</xpad>
2335           <ypad>0</ypad>
2336         </widget>
2337
2338         <widget>
2339           <class>GtkTable</class>
2340           <name>table4</name>
2341           <border_width>5</border_width>
2342           <rows>4</rows>
2343           <columns>6</columns>
2344           <homogeneous>False</homogeneous>
2345           <row_spacing>5</row_spacing>
2346           <column_spacing>5</column_spacing>
2347
2348           <widget>
2349             <class>GtkRadioButton</class>
2350             <name>network_udp</name>
2351             <can_focus>True</can_focus>
2352             <signal>
2353               <name>toggled</name>
2354               <handler>GtkNetworkOpenUDP</handler>
2355               <last_modification_time>Thu, 16 May 2002 00:47:18 GMT</last_modification_time>
2356             </signal>
2357             <label>UDP/RTP</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>0</top_attach>
2364               <bottom_attach>1</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_multicast</name>
2379             <can_focus>True</can_focus>
2380             <signal>
2381               <name>toggled</name>
2382               <handler>GtkNetworkOpenMulticast</handler>
2383               <last_modification_time>Thu, 16 May 2002 00:47:05 GMT</last_modification_time>
2384             </signal>
2385             <label>UDP/RTP Multicast</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>1</top_attach>
2392               <bottom_attach>2</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_channel</name>
2407             <can_focus>True</can_focus>
2408             <signal>
2409               <name>toggled</name>
2410               <handler>GtkNetworkOpenChannel</handler>
2411               <last_modification_time>Thu, 16 May 2002 01:44:15 GMT</last_modification_time>
2412             </signal>
2413             <label>Channel server</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>2</top_attach>
2420               <bottom_attach>3</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>GtkRadioButton</class>
2434             <name>network_http</name>
2435             <can_focus>True</can_focus>
2436             <signal>
2437               <name>toggled</name>
2438               <handler>GtkNetworkOpenHTTP</handler>
2439               <last_modification_time>Thu, 16 May 2002 00:47:42 GMT</last_modification_time>
2440             </signal>
2441             <label>HTTP/FTP/MMS</label>
2442             <active>False</active>
2443             <draw_indicator>True</draw_indicator>
2444             <child>
2445               <left_attach>0</left_attach>
2446               <right_attach>1</right_attach>
2447               <top_attach>3</top_attach>
2448               <bottom_attach>4</bottom_attach>
2449               <xpad>0</xpad>
2450               <ypad>0</ypad>
2451               <xexpand>False</xexpand>
2452               <yexpand>False</yexpand>
2453               <xshrink>False</xshrink>
2454               <yshrink>False</yshrink>
2455               <xfill>True</xfill>
2456               <yfill>False</yfill>
2457             </child>
2458           </widget>
2459
2460           <widget>
2461             <class>GtkLabel</class>
2462             <name>network_udp_port_label</name>
2463             <label>Port</label>
2464             <justify>GTK_JUSTIFY_CENTER</justify>
2465             <wrap>False</wrap>
2466             <xalign>1</xalign>
2467             <yalign>0.5</yalign>
2468             <xpad>0</xpad>
2469             <ypad>0</ypad>
2470             <child>
2471               <left_attach>1</left_attach>
2472               <right_attach>2</right_attach>
2473               <top_attach>0</top_attach>
2474               <bottom_attach>1</bottom_attach>
2475               <xpad>0</xpad>
2476               <ypad>0</ypad>
2477               <xexpand>False</xexpand>
2478               <yexpand>False</yexpand>
2479               <xshrink>False</xshrink>
2480               <yshrink>False</yshrink>
2481               <xfill>True</xfill>
2482               <yfill>False</yfill>
2483             </child>
2484           </widget>
2485
2486           <widget>
2487             <class>GtkLabel</class>
2488             <name>network_multicast_address_label</name>
2489             <sensitive>False</sensitive>
2490             <label>Address</label>
2491             <justify>GTK_JUSTIFY_RIGHT</justify>
2492             <wrap>False</wrap>
2493             <xalign>1</xalign>
2494             <yalign>0.5</yalign>
2495             <xpad>0</xpad>
2496             <ypad>0</ypad>
2497             <child>
2498               <left_attach>1</left_attach>
2499               <right_attach>2</right_attach>
2500               <top_attach>1</top_attach>
2501               <bottom_attach>2</bottom_attach>
2502               <xpad>0</xpad>
2503               <ypad>0</ypad>
2504               <xexpand>False</xexpand>
2505               <yexpand>False</yexpand>
2506               <xshrink>False</xshrink>
2507               <yshrink>False</yshrink>
2508               <xfill>True</xfill>
2509               <yfill>False</yfill>
2510             </child>
2511           </widget>
2512
2513           <widget>
2514             <class>GtkLabel</class>
2515             <name>network_channel_address_label</name>
2516             <sensitive>False</sensitive>
2517             <label>Address</label>
2518             <justify>GTK_JUSTIFY_CENTER</justify>
2519             <wrap>False</wrap>
2520             <xalign>0.5</xalign>
2521             <yalign>0.5</yalign>
2522             <xpad>0</xpad>
2523             <ypad>0</ypad>
2524             <child>
2525               <left_attach>1</left_attach>
2526               <right_attach>2</right_attach>
2527               <top_attach>2</top_attach>
2528               <bottom_attach>3</bottom_attach>
2529               <xpad>0</xpad>
2530               <ypad>0</ypad>
2531               <xexpand>False</xexpand>
2532               <yexpand>False</yexpand>
2533               <xshrink>False</xshrink>
2534               <yshrink>False</yshrink>
2535               <xfill>True</xfill>
2536               <yfill>False</yfill>
2537             </child>
2538           </widget>
2539
2540           <widget>
2541             <class>GtkLabel</class>
2542             <name>network_http_url_label</name>
2543             <sensitive>False</sensitive>
2544             <label>URL</label>
2545             <justify>GTK_JUSTIFY_CENTER</justify>
2546             <wrap>False</wrap>
2547             <xalign>1</xalign>
2548             <yalign>0.5</yalign>
2549             <xpad>0</xpad>
2550             <ypad>0</ypad>
2551             <child>
2552               <left_attach>1</left_attach>
2553               <right_attach>2</right_attach>
2554               <top_attach>3</top_attach>
2555               <bottom_attach>4</bottom_attach>
2556               <xpad>0</xpad>
2557               <ypad>0</ypad>
2558               <xexpand>False</xexpand>
2559               <yexpand>False</yexpand>
2560               <xshrink>False</xshrink>
2561               <yshrink>False</yshrink>
2562               <xfill>True</xfill>
2563               <yfill>False</yfill>
2564             </child>
2565           </widget>
2566
2567           <widget>
2568             <class>GtkCombo</class>
2569             <name>network_multicast_address_combo</name>
2570             <sensitive>False</sensitive>
2571             <value_in_list>False</value_in_list>
2572             <ok_if_empty>True</ok_if_empty>
2573             <case_sensitive>False</case_sensitive>
2574             <use_arrows>True</use_arrows>
2575             <use_arrows_always>False</use_arrows_always>
2576             <items></items>
2577             <child>
2578               <left_attach>2</left_attach>
2579               <right_attach>4</right_attach>
2580               <top_attach>1</top_attach>
2581               <bottom_attach>2</bottom_attach>
2582               <xpad>0</xpad>
2583               <ypad>0</ypad>
2584               <xexpand>True</xexpand>
2585               <yexpand>False</yexpand>
2586               <xshrink>False</xshrink>
2587               <yshrink>False</yshrink>
2588               <xfill>True</xfill>
2589               <yfill>False</yfill>
2590             </child>
2591
2592             <widget>
2593               <class>GtkEntry</class>
2594               <child_name>GtkCombo:entry</child_name>
2595               <name>network_multicast_address</name>
2596               <can_focus>True</can_focus>
2597               <signal>
2598                 <name>changed</name>
2599                 <handler>GtkOpenChanged</handler>
2600                 <last_modification_time>Tue, 09 Jul 2002 13:57:06 GMT</last_modification_time>
2601               </signal>
2602               <editable>True</editable>
2603               <text_visible>True</text_visible>
2604               <text_max_length>0</text_max_length>
2605               <text></text>
2606             </widget>
2607           </widget>
2608
2609           <widget>
2610             <class>GtkCombo</class>
2611             <name>network_channel_address_combo</name>
2612             <sensitive>False</sensitive>
2613             <value_in_list>False</value_in_list>
2614             <ok_if_empty>True</ok_if_empty>
2615             <case_sensitive>False</case_sensitive>
2616             <use_arrows>True</use_arrows>
2617             <use_arrows_always>False</use_arrows_always>
2618             <items></items>
2619             <child>
2620               <left_attach>2</left_attach>
2621               <right_attach>4</right_attach>
2622               <top_attach>2</top_attach>
2623               <bottom_attach>3</bottom_attach>
2624               <xpad>0</xpad>
2625               <ypad>0</ypad>
2626               <xexpand>True</xexpand>
2627               <yexpand>False</yexpand>
2628               <xshrink>False</xshrink>
2629               <yshrink>False</yshrink>
2630               <xfill>True</xfill>
2631               <yfill>False</yfill>
2632             </child>
2633
2634             <widget>
2635               <class>GtkEntry</class>
2636               <child_name>GtkCombo:entry</child_name>
2637               <name>network_channel_address</name>
2638               <can_focus>True</can_focus>
2639               <signal>
2640                 <name>changed</name>
2641                 <handler>GtkOpenChanged</handler>
2642                 <last_modification_time>Tue, 09 Jul 2002 13:57:16 GMT</last_modification_time>
2643               </signal>
2644               <editable>True</editable>
2645               <text_visible>True</text_visible>
2646               <text_max_length>0</text_max_length>
2647               <text></text>
2648             </widget>
2649           </widget>
2650
2651           <widget>
2652             <class>GtkLabel</class>
2653             <name>network_multicast_port_label</name>
2654             <sensitive>False</sensitive>
2655             <label>Port</label>
2656             <justify>GTK_JUSTIFY_CENTER</justify>
2657             <wrap>False</wrap>
2658             <xalign>1</xalign>
2659             <yalign>0.5</yalign>
2660             <xpad>0</xpad>
2661             <ypad>0</ypad>
2662             <child>
2663               <left_attach>4</left_attach>
2664               <right_attach>5</right_attach>
2665               <top_attach>1</top_attach>
2666               <bottom_attach>2</bottom_attach>
2667               <xpad>0</xpad>
2668               <ypad>0</ypad>
2669               <xexpand>False</xexpand>
2670               <yexpand>False</yexpand>
2671               <xshrink>False</xshrink>
2672               <yshrink>False</yshrink>
2673               <xfill>True</xfill>
2674               <yfill>False</yfill>
2675             </child>
2676           </widget>
2677
2678           <widget>
2679             <class>GtkLabel</class>
2680             <name>network_channel_port_label</name>
2681             <sensitive>False</sensitive>
2682             <label>Port</label>
2683             <justify>GTK_JUSTIFY_CENTER</justify>
2684             <wrap>False</wrap>
2685             <xalign>1</xalign>
2686             <yalign>0.5</yalign>
2687             <xpad>0</xpad>
2688             <ypad>0</ypad>
2689             <child>
2690               <left_attach>4</left_attach>
2691               <right_attach>5</right_attach>
2692               <top_attach>2</top_attach>
2693               <bottom_attach>3</bottom_attach>
2694               <xpad>0</xpad>
2695               <ypad>0</ypad>
2696               <xexpand>False</xexpand>
2697               <yexpand>False</yexpand>
2698               <xshrink>False</xshrink>
2699               <yshrink>False</yshrink>
2700               <xfill>True</xfill>
2701               <yfill>False</yfill>
2702             </child>
2703           </widget>
2704
2705           <widget>
2706             <class>GtkSpinButton</class>
2707             <name>network_multicast_port</name>
2708             <width>75</width>
2709             <sensitive>False</sensitive>
2710             <can_focus>True</can_focus>
2711             <signal>
2712               <name>changed</name>
2713               <handler>GtkOpenChanged</handler>
2714               <last_modification_time>Tue, 09 Jul 2002 13:57:36 GMT</last_modification_time>
2715             </signal>
2716             <climb_rate>1</climb_rate>
2717             <digits>0</digits>
2718             <numeric>False</numeric>
2719             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2720             <snap>False</snap>
2721             <wrap>False</wrap>
2722             <value>1234</value>
2723             <lower>0</lower>
2724             <upper>65535</upper>
2725             <step>1</step>
2726             <page>10</page>
2727             <page_size>10</page_size>
2728             <child>
2729               <left_attach>5</left_attach>
2730               <right_attach>6</right_attach>
2731               <top_attach>1</top_attach>
2732               <bottom_attach>2</bottom_attach>
2733               <xpad>0</xpad>
2734               <ypad>0</ypad>
2735               <xexpand>True</xexpand>
2736               <yexpand>False</yexpand>
2737               <xshrink>False</xshrink>
2738               <yshrink>False</yshrink>
2739               <xfill>True</xfill>
2740               <yfill>False</yfill>
2741             </child>
2742           </widget>
2743
2744           <widget>
2745             <class>GtkSpinButton</class>
2746             <name>network_channel_port</name>
2747             <width>75</width>
2748             <sensitive>False</sensitive>
2749             <can_focus>True</can_focus>
2750             <signal>
2751               <name>changed</name>
2752               <handler>GtkOpenChanged</handler>
2753               <last_modification_time>Tue, 09 Jul 2002 13:57:45 GMT</last_modification_time>
2754             </signal>
2755             <climb_rate>1</climb_rate>
2756             <digits>0</digits>
2757             <numeric>False</numeric>
2758             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2759             <snap>False</snap>
2760             <wrap>False</wrap>
2761             <value>6010</value>
2762             <lower>0</lower>
2763             <upper>65535</upper>
2764             <step>1</step>
2765             <page>10</page>
2766             <page_size>10</page_size>
2767             <child>
2768               <left_attach>5</left_attach>
2769               <right_attach>6</right_attach>
2770               <top_attach>2</top_attach>
2771               <bottom_attach>3</bottom_attach>
2772               <xpad>0</xpad>
2773               <ypad>0</ypad>
2774               <xexpand>True</xexpand>
2775               <yexpand>False</yexpand>
2776               <xshrink>False</xshrink>
2777               <yshrink>False</yshrink>
2778               <xfill>True</xfill>
2779               <yfill>False</yfill>
2780             </child>
2781           </widget>
2782
2783           <widget>
2784             <class>GtkEntry</class>
2785             <name>network_http_url</name>
2786             <sensitive>False</sensitive>
2787             <can_focus>True</can_focus>
2788             <signal>
2789               <name>changed</name>
2790               <handler>GtkOpenChanged</handler>
2791               <last_modification_time>Tue, 09 Jul 2002 13:57:26 GMT</last_modification_time>
2792             </signal>
2793             <editable>True</editable>
2794             <text_visible>True</text_visible>
2795             <text_max_length>0</text_max_length>
2796             <text></text>
2797             <child>
2798               <left_attach>2</left_attach>
2799               <right_attach>6</right_attach>
2800               <top_attach>3</top_attach>
2801               <bottom_attach>4</bottom_attach>
2802               <xpad>0</xpad>
2803               <ypad>0</ypad>
2804               <xexpand>True</xexpand>
2805               <yexpand>False</yexpand>
2806               <xshrink>False</xshrink>
2807               <yshrink>False</yshrink>
2808               <xfill>True</xfill>
2809               <yfill>False</yfill>
2810             </child>
2811           </widget>
2812
2813           <widget>
2814             <class>GtkSpinButton</class>
2815             <name>network_udp_port</name>
2816             <width>1</width>
2817             <can_focus>True</can_focus>
2818             <signal>
2819               <name>changed</name>
2820               <handler>GtkOpenChanged</handler>
2821               <last_modification_time>Tue, 09 Jul 2002 13:56:55 GMT</last_modification_time>
2822             </signal>
2823             <climb_rate>1</climb_rate>
2824             <digits>0</digits>
2825             <numeric>False</numeric>
2826             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2827             <snap>False</snap>
2828             <wrap>False</wrap>
2829             <value>1234</value>
2830             <lower>0</lower>
2831             <upper>65535</upper>
2832             <step>1</step>
2833             <page>10</page>
2834             <page_size>10</page_size>
2835             <child>
2836               <left_attach>2</left_attach>
2837               <right_attach>3</right_attach>
2838               <top_attach>0</top_attach>
2839               <bottom_attach>1</bottom_attach>
2840               <xpad>0</xpad>
2841               <ypad>0</ypad>
2842               <xexpand>False</xexpand>
2843               <yexpand>False</yexpand>
2844               <xshrink>False</xshrink>
2845               <yshrink>False</yshrink>
2846               <xfill>True</xfill>
2847               <yfill>False</yfill>
2848             </child>
2849           </widget>
2850         </widget>
2851
2852         <widget>
2853           <class>GtkLabel</class>
2854           <child_name>Notebook:tab</child_name>
2855           <name>open_net</name>
2856           <label>Network</label>
2857           <justify>GTK_JUSTIFY_CENTER</justify>
2858           <wrap>False</wrap>
2859           <xalign>0.5</xalign>
2860           <yalign>0.5</yalign>
2861           <xpad>0</xpad>
2862           <ypad>0</ypad>
2863         </widget>
2864
2865         <widget>
2866           <class>GtkTable</class>
2867           <name>table3</name>
2868           <border_width>5</border_width>
2869           <rows>4</rows>
2870           <columns>2</columns>
2871           <homogeneous>False</homogeneous>
2872           <row_spacing>5</row_spacing>
2873           <column_spacing>5</column_spacing>
2874
2875           <widget>
2876             <class>GtkLabel</class>
2877             <name>label24</name>
2878             <label>Symbol Rate</label>
2879             <justify>GTK_JUSTIFY_CENTER</justify>
2880             <wrap>False</wrap>
2881             <xalign>0</xalign>
2882             <yalign>0.5</yalign>
2883             <xpad>0</xpad>
2884             <ypad>0</ypad>
2885             <child>
2886               <left_attach>0</left_attach>
2887               <right_attach>1</right_attach>
2888               <top_attach>1</top_attach>
2889               <bottom_attach>2</bottom_attach>
2890               <xpad>0</xpad>
2891               <ypad>0</ypad>
2892               <xexpand>False</xexpand>
2893               <yexpand>False</yexpand>
2894               <xshrink>False</xshrink>
2895               <yshrink>False</yshrink>
2896               <xfill>True</xfill>
2897               <yfill>False</yfill>
2898             </child>
2899           </widget>
2900
2901           <widget>
2902             <class>GtkLabel</class>
2903             <name>label25</name>
2904             <label>Frequency</label>
2905             <justify>GTK_JUSTIFY_CENTER</justify>
2906             <wrap>False</wrap>
2907             <xalign>0</xalign>
2908             <yalign>0.5</yalign>
2909             <xpad>0</xpad>
2910             <ypad>0</ypad>
2911             <child>
2912               <left_attach>0</left_attach>
2913               <right_attach>1</right_attach>
2914               <top_attach>0</top_attach>
2915               <bottom_attach>1</bottom_attach>
2916               <xpad>0</xpad>
2917               <ypad>0</ypad>
2918               <xexpand>False</xexpand>
2919               <yexpand>False</yexpand>
2920               <xshrink>False</xshrink>
2921               <yshrink>False</yshrink>
2922               <xfill>True</xfill>
2923               <yfill>False</yfill>
2924             </child>
2925           </widget>
2926
2927           <widget>
2928             <class>GtkLabel</class>
2929             <name>label26</name>
2930             <label>Polarization</label>
2931             <justify>GTK_JUSTIFY_CENTER</justify>
2932             <wrap>False</wrap>
2933             <xalign>0</xalign>
2934             <yalign>0.5</yalign>
2935             <xpad>0</xpad>
2936             <ypad>0</ypad>
2937             <child>
2938               <left_attach>0</left_attach>
2939               <right_attach>1</right_attach>
2940               <top_attach>2</top_attach>
2941               <bottom_attach>3</bottom_attach>
2942               <xpad>0</xpad>
2943               <ypad>0</ypad>
2944               <xexpand>False</xexpand>
2945               <yexpand>False</yexpand>
2946               <xshrink>False</xshrink>
2947               <yshrink>False</yshrink>
2948               <xfill>True</xfill>
2949               <yfill>False</yfill>
2950             </child>
2951           </widget>
2952
2953           <widget>
2954             <class>GtkSpinButton</class>
2955             <name>sat_freq</name>
2956             <can_focus>True</can_focus>
2957             <signal>
2958               <name>changed</name>
2959               <handler>GtkOpenChanged</handler>
2960               <last_modification_time>Tue, 09 Jul 2002 13:58:00 GMT</last_modification_time>
2961             </signal>
2962             <climb_rate>1</climb_rate>
2963             <digits>0</digits>
2964             <numeric>False</numeric>
2965             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2966             <snap>False</snap>
2967             <wrap>False</wrap>
2968             <value>11954</value>
2969             <lower>10000</lower>
2970             <upper>12999</upper>
2971             <step>1</step>
2972             <page>10</page>
2973             <page_size>10</page_size>
2974             <child>
2975               <left_attach>1</left_attach>
2976               <right_attach>2</right_attach>
2977               <top_attach>0</top_attach>
2978               <bottom_attach>1</bottom_attach>
2979               <xpad>0</xpad>
2980               <ypad>0</ypad>
2981               <xexpand>False</xexpand>
2982               <yexpand>False</yexpand>
2983               <xshrink>False</xshrink>
2984               <yshrink>False</yshrink>
2985               <xfill>True</xfill>
2986               <yfill>False</yfill>
2987             </child>
2988           </widget>
2989
2990           <widget>
2991             <class>GtkLabel</class>
2992             <name>label27</name>
2993             <label>FEC</label>
2994             <justify>GTK_JUSTIFY_CENTER</justify>
2995             <wrap>False</wrap>
2996             <xalign>0</xalign>
2997             <yalign>0.5</yalign>
2998             <xpad>0</xpad>
2999             <ypad>0</ypad>
3000             <child>
3001               <left_attach>0</left_attach>
3002               <right_attach>1</right_attach>
3003               <top_attach>3</top_attach>
3004               <bottom_attach>4</bottom_attach>
3005               <xpad>0</xpad>
3006               <ypad>0</ypad>
3007               <xexpand>False</xexpand>
3008               <yexpand>False</yexpand>
3009               <xshrink>False</xshrink>
3010               <yshrink>False</yshrink>
3011               <xfill>True</xfill>
3012               <yfill>False</yfill>
3013             </child>
3014           </widget>
3015
3016           <widget>
3017             <class>GtkHBox</class>
3018             <name>hbox23</name>
3019             <homogeneous>False</homogeneous>
3020             <spacing>0</spacing>
3021             <child>
3022               <left_attach>1</left_attach>
3023               <right_attach>2</right_attach>
3024               <top_attach>2</top_attach>
3025               <bottom_attach>3</bottom_attach>
3026               <xpad>0</xpad>
3027               <ypad>0</ypad>
3028               <xexpand>False</xexpand>
3029               <yexpand>False</yexpand>
3030               <xshrink>False</xshrink>
3031               <yshrink>False</yshrink>
3032               <xfill>True</xfill>
3033               <yfill>True</yfill>
3034             </child>
3035
3036             <widget>
3037               <class>GtkRadioButton</class>
3038               <name>sat_pol_vert</name>
3039               <can_focus>True</can_focus>
3040               <signal>
3041                 <name>toggled</name>
3042                 <handler>GtkSatOpenToggle</handler>
3043                 <last_modification_time>Tue, 09 Jul 2002 15:16:25 GMT</last_modification_time>
3044               </signal>
3045               <label>Vertical</label>
3046               <active>False</active>
3047               <draw_indicator>True</draw_indicator>
3048               <group>pol</group>
3049               <child>
3050                 <padding>0</padding>
3051                 <expand>False</expand>
3052                 <fill>False</fill>
3053               </child>
3054             </widget>
3055
3056             <widget>
3057               <class>GtkRadioButton</class>
3058               <name>sat_pol_hor</name>
3059               <can_focus>True</can_focus>
3060               <signal>
3061                 <name>toggled</name>
3062                 <handler>GtkSatOpenToggle</handler>
3063                 <last_modification_time>Tue, 09 Jul 2002 15:16:36 GMT</last_modification_time>
3064               </signal>
3065               <label>Horizontal</label>
3066               <active>False</active>
3067               <draw_indicator>True</draw_indicator>
3068               <group>pol</group>
3069               <child>
3070                 <padding>0</padding>
3071                 <expand>False</expand>
3072                 <fill>False</fill>
3073               </child>
3074             </widget>
3075           </widget>
3076
3077           <widget>
3078             <class>GtkSpinButton</class>
3079             <name>sat_srate</name>
3080             <can_focus>True</can_focus>
3081             <signal>
3082               <name>changed</name>
3083               <handler>GtkOpenChanged</handler>
3084               <last_modification_time>Tue, 09 Jul 2002 13:58:09 GMT</last_modification_time>
3085             </signal>
3086             <climb_rate>1</climb_rate>
3087             <digits>0</digits>
3088             <numeric>False</numeric>
3089             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3090             <snap>False</snap>
3091             <wrap>False</wrap>
3092             <value>27500</value>
3093             <lower>1000</lower>
3094             <upper>30000</upper>
3095             <step>1</step>
3096             <page>10</page>
3097             <page_size>10</page_size>
3098             <child>
3099               <left_attach>1</left_attach>
3100               <right_attach>2</right_attach>
3101               <top_attach>1</top_attach>
3102               <bottom_attach>2</bottom_attach>
3103               <xpad>0</xpad>
3104               <ypad>0</ypad>
3105               <xexpand>False</xexpand>
3106               <yexpand>False</yexpand>
3107               <xshrink>False</xshrink>
3108               <yshrink>False</yshrink>
3109               <xfill>True</xfill>
3110               <yfill>False</yfill>
3111             </child>
3112           </widget>
3113
3114           <widget>
3115             <class>GtkCombo</class>
3116             <name>sat_fec</name>
3117             <value_in_list>False</value_in_list>
3118             <ok_if_empty>True</ok_if_empty>
3119             <case_sensitive>False</case_sensitive>
3120             <use_arrows>True</use_arrows>
3121             <use_arrows_always>False</use_arrows_always>
3122             <items>1/2
3123 2/3
3124 3/4
3125 4/5
3126 5/6
3127 7/8
3128 </items>
3129             <child>
3130               <left_attach>1</left_attach>
3131               <right_attach>2</right_attach>
3132               <top_attach>3</top_attach>
3133               <bottom_attach>4</bottom_attach>
3134               <xpad>0</xpad>
3135               <ypad>0</ypad>
3136               <xexpand>False</xexpand>
3137               <yexpand>False</yexpand>
3138               <xshrink>False</xshrink>
3139               <yshrink>False</yshrink>
3140               <xfill>True</xfill>
3141               <yfill>False</yfill>
3142             </child>
3143
3144             <widget>
3145               <class>GtkEntry</class>
3146               <child_name>GtkCombo:entry</child_name>
3147               <name>combo-entry1</name>
3148               <can_focus>True</can_focus>
3149               <signal>
3150                 <name>changed</name>
3151                 <handler>GtkOpenChanged</handler>
3152                 <last_modification_time>Tue, 09 Jul 2002 13:58:26 GMT</last_modification_time>
3153               </signal>
3154               <editable>True</editable>
3155               <text_visible>True</text_visible>
3156               <text_max_length>0</text_max_length>
3157               <text>3/4</text>
3158             </widget>
3159           </widget>
3160         </widget>
3161
3162         <widget>
3163           <class>GtkLabel</class>
3164           <child_name>Notebook:tab</child_name>
3165           <name>open_sat</name>
3166           <label>Satellite</label>
3167           <justify>GTK_JUSTIFY_CENTER</justify>
3168           <wrap>False</wrap>
3169           <xalign>0.5</xalign>
3170           <yalign>0.5</yalign>
3171           <xpad>0</xpad>
3172           <ypad>0</ypad>
3173         </widget>
3174       </widget>
3175
3176       <widget>
3177         <class>GtkCheckButton</class>
3178         <name>show_subtitle</name>
3179         <tooltip>Use a subtitles file</tooltip>
3180         <can_focus>True</can_focus>
3181         <signal>
3182           <name>clicked</name>
3183           <handler>GtkOpenSubtitleShow</handler>
3184           <last_modification_time>Mon, 20 Jan 2003 21:09:27 GMT</last_modification_time>
3185         </signal>
3186         <label>Subtitle</label>
3187         <active>False</active>
3188         <draw_indicator>True</draw_indicator>
3189         <child>
3190           <padding>0</padding>
3191           <expand>False</expand>
3192           <fill>False</fill>
3193         </child>
3194       </widget>
3195
3196       <widget>
3197         <class>GtkHBox</class>
3198         <name>hbox_subtitle</name>
3199         <border_width>5</border_width>
3200         <homogeneous>False</homogeneous>
3201         <spacing>5</spacing>
3202         <child>
3203           <padding>0</padding>
3204           <expand>True</expand>
3205           <fill>True</fill>
3206         </child>
3207
3208         <widget>
3209           <class>GtkCombo</class>
3210           <name>combo3</name>
3211           <value_in_list>False</value_in_list>
3212           <ok_if_empty>True</ok_if_empty>
3213           <case_sensitive>False</case_sensitive>
3214           <use_arrows>True</use_arrows>
3215           <use_arrows_always>False</use_arrows_always>
3216           <items></items>
3217           <child>
3218             <padding>0</padding>
3219             <expand>False</expand>
3220             <fill>True</fill>
3221           </child>
3222
3223           <widget>
3224             <class>GtkEntry</class>
3225             <child_name>GtkCombo:entry</child_name>
3226             <name>entry_subtitle</name>
3227             <tooltip>Select a subtitles file</tooltip>
3228             <can_focus>True</can_focus>
3229             <signal>
3230               <name>changed</name>
3231               <handler>GtkOpenChanged</handler>
3232               <last_modification_time>Tue, 09 Jul 2002 13:22:33 GMT</last_modification_time>
3233             </signal>
3234             <editable>True</editable>
3235             <text_visible>True</text_visible>
3236             <text_max_length>0</text_max_length>
3237             <text></text>
3238           </widget>
3239         </widget>
3240
3241         <widget>
3242           <class>GtkVBox</class>
3243           <name>vbox14</name>
3244           <homogeneous>True</homogeneous>
3245           <spacing>0</spacing>
3246           <child>
3247             <padding>0</padding>
3248             <expand>False</expand>
3249             <fill>False</fill>
3250           </child>
3251
3252           <widget>
3253             <class>GtkButton</class>
3254             <name>open_browse_subtitle</name>
3255             <can_focus>True</can_focus>
3256             <signal>
3257               <name>clicked</name>
3258               <handler>GtkFileShow</handler>
3259               <data>&quot;entry_subtitle&quot;</data>
3260               <last_modification_time>Mon, 20 Jan 2003 21:46:24 GMT</last_modification_time>
3261             </signal>
3262             <label>Browse...</label>
3263             <relief>GTK_RELIEF_NORMAL</relief>
3264             <child>
3265               <padding>0</padding>
3266               <expand>False</expand>
3267               <fill>False</fill>
3268             </child>
3269           </widget>
3270         </widget>
3271
3272         <widget>
3273           <class>GtkLabel</class>
3274           <name>label37</name>
3275           <label>delay</label>
3276           <justify>GTK_JUSTIFY_CENTER</justify>
3277           <wrap>False</wrap>
3278           <xalign>0.5</xalign>
3279           <yalign>0.5</yalign>
3280           <xpad>0</xpad>
3281           <ypad>0</ypad>
3282           <child>
3283             <padding>0</padding>
3284             <expand>True</expand>
3285             <fill>True</fill>
3286           </child>
3287         </widget>
3288
3289         <widget>
3290           <class>GtkSpinButton</class>
3291           <name>subtitle_delay</name>
3292           <tooltip>Set the delay (in seconds)</tooltip>
3293           <can_focus>True</can_focus>
3294           <signal>
3295             <name>changed</name>
3296             <handler>GtkOpenChanged</handler>
3297             <last_modification_time>Tue, 21 Jan 2003 00:09:20 GMT</last_modification_time>
3298           </signal>
3299           <climb_rate>1</climb_rate>
3300           <digits>1</digits>
3301           <numeric>False</numeric>
3302           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3303           <snap>False</snap>
3304           <wrap>False</wrap>
3305           <value>0</value>
3306           <lower>-1000</lower>
3307           <upper>1000</upper>
3308           <step>0.1</step>
3309           <page>10</page>
3310           <page_size>10</page_size>
3311           <child>
3312             <padding>0</padding>
3313             <expand>True</expand>
3314             <fill>True</fill>
3315           </child>
3316         </widget>
3317
3318         <widget>
3319           <class>GtkLabel</class>
3320           <name>label3</name>
3321           <label>fps</label>
3322           <justify>GTK_JUSTIFY_CENTER</justify>
3323           <wrap>False</wrap>
3324           <xalign>0.5</xalign>
3325           <yalign>0.5</yalign>
3326           <xpad>0</xpad>
3327           <ypad>0</ypad>
3328           <child>
3329             <padding>0</padding>
3330             <expand>True</expand>
3331             <fill>True</fill>
3332           </child>
3333         </widget>
3334
3335         <widget>
3336           <class>GtkSpinButton</class>
3337           <name>subtitle_fps</name>
3338           <tooltip>Set the number of Frames Per Second</tooltip>
3339           <can_focus>True</can_focus>
3340           <climb_rate>1</climb_rate>
3341           <digits>1</digits>
3342           <numeric>False</numeric>
3343           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3344           <snap>False</snap>
3345           <wrap>False</wrap>
3346           <value>0</value>
3347           <lower>0</lower>
3348           <upper>100</upper>
3349           <step>0.1</step>
3350           <page>10</page>
3351           <page_size>10</page_size>
3352           <child>
3353             <padding>0</padding>
3354             <expand>True</expand>
3355             <fill>True</fill>
3356           </child>
3357         </widget>
3358       </widget>
3359     </widget>
3360
3361     <widget>
3362       <class>GtkHBox</class>
3363       <name>hbox30</name>
3364       <homogeneous>False</homogeneous>
3365       <spacing>0</spacing>
3366       <child>
3367         <padding>3</padding>
3368         <expand>False</expand>
3369         <fill>False</fill>
3370       </child>
3371
3372       <widget>
3373         <class>GtkCheckButton</class>
3374         <name>show_sout_settings</name>
3375         <tooltip>Use stream output</tooltip>
3376         <can_focus>True</can_focus>
3377         <signal>
3378           <name>clicked</name>
3379           <handler>GtkOpenSoutShow</handler>
3380           <last_modification_time>Sun, 26 Jan 2003 07:01:23 GMT</last_modification_time>
3381         </signal>
3382         <label>Stream output</label>
3383         <active>False</active>
3384         <draw_indicator>True</draw_indicator>
3385         <child>
3386           <padding>0</padding>
3387           <expand>False</expand>
3388           <fill>False</fill>
3389         </child>
3390       </widget>
3391
3392       <widget>
3393         <class>GtkButton</class>
3394         <name>sout_settings</name>
3395         <tooltip>Stream output configuration </tooltip>
3396         <can_focus>True</can_focus>
3397         <signal>
3398           <name>clicked</name>
3399           <handler>GtkSoutSettings</handler>
3400           <last_modification_time>Sun, 26 Jan 2003 04:22:08 GMT</last_modification_time>
3401         </signal>
3402         <label>Settings...</label>
3403         <relief>GTK_RELIEF_NORMAL</relief>
3404         <child>
3405           <padding>20</padding>
3406           <expand>False</expand>
3407           <fill>False</fill>
3408         </child>
3409       </widget>
3410     </widget>
3411   </widget>
3412 </widget>
3413
3414 <widget>
3415   <class>GtkFileSelection</class>
3416   <name>intf_file</name>
3417   <border_width>10</border_width>
3418   <title>Select File</title>
3419   <type>GTK_WINDOW_TOPLEVEL</type>
3420   <position>GTK_WIN_POS_NONE</position>
3421   <modal>True</modal>
3422   <allow_shrink>False</allow_shrink>
3423   <allow_grow>True</allow_grow>
3424   <auto_shrink>False</auto_shrink>
3425   <show_file_op_buttons>True</show_file_op_buttons>
3426
3427   <widget>
3428     <class>GtkButton</class>
3429     <child_name>FileSel:ok_button</child_name>
3430     <name>file_ok</name>
3431     <can_default>True</can_default>
3432     <can_focus>True</can_focus>
3433     <signal>
3434       <name>clicked</name>
3435       <handler>GtkFileOk</handler>
3436       <last_modification_time>Wed, 10 Jul 2002 11:32:18 GMT</last_modification_time>
3437     </signal>
3438     <label>OK</label>
3439     <relief>GTK_RELIEF_NORMAL</relief>
3440   </widget>
3441
3442   <widget>
3443     <class>GtkButton</class>
3444     <child_name>FileSel:cancel_button</child_name>
3445     <name>file_cancel</name>
3446     <can_default>True</can_default>
3447     <can_focus>True</can_focus>
3448     <signal>
3449       <name>clicked</name>
3450       <handler>GtkFileCancel</handler>
3451       <last_modification_time>Wed, 10 Jul 2002 11:32:23 GMT</last_modification_time>
3452     </signal>
3453     <label>Cancel</label>
3454     <relief>GTK_RELIEF_NORMAL</relief>
3455   </widget>
3456 </widget>
3457
3458 <widget>
3459   <class>GtkDialog</class>
3460   <name>intf_jump</name>
3461   <title>Jump</title>
3462   <type>GTK_WINDOW_TOPLEVEL</type>
3463   <position>GTK_WIN_POS_NONE</position>
3464   <modal>False</modal>
3465   <allow_shrink>True</allow_shrink>
3466   <allow_grow>True</allow_grow>
3467   <auto_shrink>False</auto_shrink>
3468
3469   <widget>
3470     <class>GtkVBox</class>
3471     <child_name>Dialog:vbox</child_name>
3472     <name>dialog-vbox3</name>
3473     <homogeneous>False</homogeneous>
3474     <spacing>0</spacing>
3475
3476     <widget>
3477       <class>GtkHBox</class>
3478       <child_name>Dialog:action_area</child_name>
3479       <name>dialog-action_area2</name>
3480       <border_width>10</border_width>
3481       <homogeneous>True</homogeneous>
3482       <spacing>5</spacing>
3483       <child>
3484         <padding>0</padding>
3485         <expand>False</expand>
3486         <fill>True</fill>
3487         <pack>GTK_PACK_END</pack>
3488       </child>
3489
3490       <widget>
3491         <class>GtkButton</class>
3492         <name>jump_ok_button</name>
3493         <can_focus>True</can_focus>
3494         <signal>
3495           <name>clicked</name>
3496           <handler>GtkJumpOk</handler>
3497           <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
3498         </signal>
3499         <label>OK</label>
3500         <relief>GTK_RELIEF_NORMAL</relief>
3501         <child>
3502           <padding>0</padding>
3503           <expand>True</expand>
3504           <fill>True</fill>
3505         </child>
3506       </widget>
3507
3508       <widget>
3509         <class>GtkButton</class>
3510         <name>jump_cancel_button</name>
3511         <can_focus>True</can_focus>
3512         <signal>
3513           <name>clicked</name>
3514           <handler>GtkJumpCancel</handler>
3515           <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
3516         </signal>
3517         <label>Cancel</label>
3518         <relief>GTK_RELIEF_NORMAL</relief>
3519         <child>
3520           <padding>0</padding>
3521           <expand>True</expand>
3522           <fill>True</fill>
3523         </child>
3524       </widget>
3525     </widget>
3526
3527     <widget>
3528       <class>GtkFrame</class>
3529       <name>jump_frame</name>
3530       <border_width>5</border_width>
3531       <label>Go to:</label>
3532       <label_xalign>0.05</label_xalign>
3533       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3534       <child>
3535         <padding>0</padding>
3536         <expand>True</expand>
3537         <fill>True</fill>
3538       </child>
3539
3540       <widget>
3541         <class>GtkHBox</class>
3542         <name>hbox13</name>
3543         <homogeneous>False</homogeneous>
3544         <spacing>0</spacing>
3545
3546         <widget>
3547           <class>GtkLabel</class>
3548           <name>jump_second_label</name>
3549           <label>s.</label>
3550           <justify>GTK_JUSTIFY_CENTER</justify>
3551           <wrap>False</wrap>
3552           <xalign>0.5</xalign>
3553           <yalign>0.5</yalign>
3554           <xpad>0</xpad>
3555           <ypad>0</ypad>
3556           <child>
3557             <padding>5</padding>
3558             <expand>False</expand>
3559             <fill>False</fill>
3560             <pack>GTK_PACK_END</pack>
3561           </child>
3562         </widget>
3563
3564         <widget>
3565           <class>GtkSpinButton</class>
3566           <name>jump_second_spinbutton</name>
3567           <can_focus>True</can_focus>
3568           <climb_rate>1</climb_rate>
3569           <digits>0</digits>
3570           <numeric>False</numeric>
3571           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3572           <snap>False</snap>
3573           <wrap>False</wrap>
3574           <value>0</value>
3575           <lower>0</lower>
3576           <upper>60</upper>
3577           <step>1</step>
3578           <page>10</page>
3579           <page_size>10</page_size>
3580           <child>
3581             <padding>0</padding>
3582             <expand>False</expand>
3583             <fill>True</fill>
3584             <pack>GTK_PACK_END</pack>
3585           </child>
3586         </widget>
3587
3588         <widget>
3589           <class>GtkLabel</class>
3590           <name>jump_minute_label</name>
3591           <label>m:</label>
3592           <justify>GTK_JUSTIFY_CENTER</justify>
3593           <wrap>False</wrap>
3594           <xalign>0.5</xalign>
3595           <yalign>0.5</yalign>
3596           <xpad>0</xpad>
3597           <ypad>0</ypad>
3598           <child>
3599             <padding>5</padding>
3600             <expand>False</expand>
3601             <fill>False</fill>
3602             <pack>GTK_PACK_END</pack>
3603           </child>
3604         </widget>
3605
3606         <widget>
3607           <class>GtkSpinButton</class>
3608           <name>jump_minute_spinbutton</name>
3609           <can_focus>True</can_focus>
3610           <climb_rate>1</climb_rate>
3611           <digits>0</digits>
3612           <numeric>False</numeric>
3613           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3614           <snap>False</snap>
3615           <wrap>False</wrap>
3616           <value>0</value>
3617           <lower>0</lower>
3618           <upper>60</upper>
3619           <step>1</step>
3620           <page>10</page>
3621           <page_size>10</page_size>
3622           <child>
3623             <padding>0</padding>
3624             <expand>False</expand>
3625             <fill>True</fill>
3626             <pack>GTK_PACK_END</pack>
3627           </child>
3628         </widget>
3629
3630         <widget>
3631           <class>GtkLabel</class>
3632           <name>jump_hour_label</name>
3633           <label>h:</label>
3634           <justify>GTK_JUSTIFY_CENTER</justify>
3635           <wrap>False</wrap>
3636           <xalign>0.5</xalign>
3637           <yalign>0.5</yalign>
3638           <xpad>0</xpad>
3639           <ypad>0</ypad>
3640           <child>
3641             <padding>5</padding>
3642             <expand>False</expand>
3643             <fill>False</fill>
3644             <pack>GTK_PACK_END</pack>
3645           </child>
3646         </widget>
3647
3648         <widget>
3649           <class>GtkSpinButton</class>
3650           <name>jump_hour_spinbutton</name>
3651           <can_focus>True</can_focus>
3652           <climb_rate>1</climb_rate>
3653           <digits>0</digits>
3654           <numeric>False</numeric>
3655           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3656           <snap>False</snap>
3657           <wrap>False</wrap>
3658           <value>0</value>
3659           <lower>0</lower>
3660           <upper>12</upper>
3661           <step>1</step>
3662           <page>10</page>
3663           <page_size>10</page_size>
3664           <child>
3665             <padding>0</padding>
3666             <expand>False</expand>
3667             <fill>True</fill>
3668             <pack>GTK_PACK_END</pack>
3669           </child>
3670         </widget>
3671       </widget>
3672     </widget>
3673   </widget>
3674 </widget>
3675
3676 <widget>
3677   <class>GtkDialog</class>
3678   <name>intf_playlist</name>
3679   <signal>
3680     <name>destroy</name>
3681     <handler>gtk_widget_hide</handler>
3682     <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
3683   </signal>
3684   <signal>
3685     <name>delete_event</name>
3686     <handler>gtk_widget_hide</handler>
3687     <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
3688   </signal>
3689   <title>Playlist</title>
3690   <type>GTK_WINDOW_TOPLEVEL</type>
3691   <position>GTK_WIN_POS_NONE</position>
3692   <modal>False</modal>
3693   <default_width>400</default_width>
3694   <default_height>300</default_height>
3695   <allow_shrink>True</allow_shrink>
3696   <allow_grow>True</allow_grow>
3697   <auto_shrink>False</auto_shrink>
3698
3699   <widget>
3700     <class>GtkVBox</class>
3701     <child_name>Dialog:vbox</child_name>
3702     <name>dialog-vbox4</name>
3703     <homogeneous>False</homogeneous>
3704     <spacing>5</spacing>
3705
3706     <widget>
3707       <class>GtkHBox</class>
3708       <child_name>Dialog:action_area</child_name>
3709       <name>dialog-action_area3</name>
3710       <border_width>10</border_width>
3711       <homogeneous>True</homogeneous>
3712       <spacing>5</spacing>
3713       <child>
3714         <padding>0</padding>
3715         <expand>False</expand>
3716         <fill>True</fill>
3717         <pack>GTK_PACK_END</pack>
3718       </child>
3719
3720       <widget>
3721         <class>GtkButton</class>
3722         <name>playlist_ok_button</name>
3723         <can_focus>True</can_focus>
3724         <signal>
3725           <name>clicked</name>
3726           <handler>GtkPlaylistOk</handler>
3727           <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
3728         </signal>
3729         <label>OK</label>
3730         <relief>GTK_RELIEF_NORMAL</relief>
3731         <child>
3732           <padding>0</padding>
3733           <expand>True</expand>
3734           <fill>True</fill>
3735         </child>
3736       </widget>
3737
3738       <widget>
3739         <class>GtkButton</class>
3740         <name>playlist_cancel_button</name>
3741         <can_focus>True</can_focus>
3742         <signal>
3743           <name>clicked</name>
3744           <handler>GtkPlaylistCancel</handler>
3745           <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
3746         </signal>
3747         <label>Cancel</label>
3748         <relief>GTK_RELIEF_NORMAL</relief>
3749         <child>
3750           <padding>0</padding>
3751           <expand>True</expand>
3752           <fill>True</fill>
3753         </child>
3754       </widget>
3755     </widget>
3756
3757     <widget>
3758       <class>GtkMenuBar</class>
3759       <name>playlist_menubar</name>
3760       <shadow_type>GTK_SHADOW_OUT</shadow_type>
3761       <child>
3762         <padding>0</padding>
3763         <expand>False</expand>
3764         <fill>False</fill>
3765       </child>
3766
3767       <widget>
3768         <class>GtkMenuItem</class>
3769         <name>playlist_add</name>
3770         <label>Add</label>
3771         <right_justify>False</right_justify>
3772
3773         <widget>
3774           <class>GtkMenu</class>
3775           <name>playlist_add_menu</name>
3776
3777           <widget>
3778             <class>GtkMenuItem</class>
3779             <name>playlist_add_disc</name>
3780             <signal>
3781               <name>activate</name>
3782               <handler>GtkDiscOpenShow</handler>
3783               <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
3784             </signal>
3785             <label>Disc</label>
3786             <right_justify>False</right_justify>
3787           </widget>
3788
3789           <widget>
3790             <class>GtkMenuItem</class>
3791             <name>playlist_add_file</name>
3792             <signal>
3793               <name>activate</name>
3794               <handler>GtkFileOpenShow</handler>
3795               <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
3796             </signal>
3797             <label>File</label>
3798             <right_justify>False</right_justify>
3799           </widget>
3800
3801           <widget>
3802             <class>GtkMenuItem</class>
3803             <name>playlist_add_network</name>
3804             <signal>
3805               <name>activate</name>
3806               <handler>GtkNetworkOpenShow</handler>
3807               <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
3808             </signal>
3809             <label>Network</label>
3810             <right_justify>False</right_justify>
3811           </widget>
3812
3813           <widget>
3814             <class>GtkMenuItem</class>
3815             <name>playlist_add_url</name>
3816             <signal>
3817               <name>activate</name>
3818               <handler>GtkPlaylistAddUrl</handler>
3819               <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
3820             </signal>
3821             <label>Url</label>
3822             <right_justify>False</right_justify>
3823           </widget>
3824         </widget>
3825       </widget>
3826
3827       <widget>
3828         <class>GtkMenuItem</class>
3829         <name>playlist_delete</name>
3830         <label>Delete</label>
3831         <right_justify>False</right_justify>
3832
3833         <widget>
3834           <class>GtkMenu</class>
3835           <name>playlist_delete_menu</name>
3836
3837           <widget>
3838             <class>GtkMenuItem</class>
3839             <name>playlist_delete_all</name>
3840             <signal>
3841               <name>activate</name>
3842               <handler>GtkPlaylistDeleteAll</handler>
3843               <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
3844             </signal>
3845             <label>All</label>
3846             <right_justify>False</right_justify>
3847           </widget>
3848
3849           <widget>
3850             <class>GtkMenuItem</class>
3851             <name>playlist_delete_selected</name>
3852             <signal>
3853               <name>activate</name>
3854               <handler>GtkPlaylistDeleteSelected</handler>
3855               <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
3856             </signal>
3857             <label>Selected</label>
3858             <right_justify>False</right_justify>
3859           </widget>
3860         </widget>
3861       </widget>
3862
3863       <widget>
3864         <class>GtkMenuItem</class>
3865         <name>playlist_selection</name>
3866         <label>Selection</label>
3867         <right_justify>False</right_justify>
3868
3869         <widget>
3870           <class>GtkMenu</class>
3871           <name>playlist_selection_menu</name>
3872
3873           <widget>
3874             <class>GtkMenuItem</class>
3875             <name>playlist_selection_crop</name>
3876             <signal>
3877               <name>activate</name>
3878               <handler>GtkPlaylistCrop</handler>
3879               <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
3880             </signal>
3881             <label>_Crop</label>
3882             <right_justify>False</right_justify>
3883           </widget>
3884
3885           <widget>
3886             <class>GtkMenuItem</class>
3887             <name>playlist_selection_invert</name>
3888             <signal>
3889               <name>activate</name>
3890               <handler>GtkPlaylistInvert</handler>
3891               <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
3892             </signal>
3893             <label>_Invert</label>
3894             <right_justify>False</right_justify>
3895           </widget>
3896
3897           <widget>
3898             <class>GtkMenuItem</class>
3899             <name>playlist_selection_select</name>
3900             <signal>
3901               <name>activate</name>
3902               <handler>GtkPlaylistSelect</handler>
3903               <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
3904             </signal>
3905             <label>_Select</label>
3906             <right_justify>False</right_justify>
3907           </widget>
3908         </widget>
3909       </widget>
3910     </widget>
3911
3912     <widget>
3913       <class>GtkScrolledWindow</class>
3914       <name>scrolledwindow1</name>
3915       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
3916       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
3917       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3918       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3919       <child>
3920         <padding>0</padding>
3921         <expand>True</expand>
3922         <fill>True</fill>
3923       </child>
3924
3925       <widget>
3926         <class>GtkCList</class>
3927         <name>playlist_clist</name>
3928         <border_width>5</border_width>
3929         <can_focus>True</can_focus>
3930         <signal>
3931           <name>event</name>
3932           <handler>GtkPlaylistEvent</handler>
3933           <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
3934         </signal>
3935         <signal>
3936           <name>drag_data_received</name>
3937           <handler>GtkPlaylistDragData</handler>
3938           <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
3939         </signal>
3940         <signal>
3941           <name>drag_motion</name>
3942           <handler>GtkPlaylistDragMotion</handler>
3943           <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
3944         </signal>
3945         <columns>2</columns>
3946         <column_widths>257,80</column_widths>
3947         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
3948         <show_titles>True</show_titles>
3949         <shadow_type>GTK_SHADOW_OUT</shadow_type>
3950
3951         <widget>
3952           <class>GtkLabel</class>
3953           <child_name>CList:title</child_name>
3954           <name>label22</name>
3955           <label>File</label>
3956           <justify>GTK_JUSTIFY_CENTER</justify>
3957           <wrap>False</wrap>
3958           <xalign>0.5</xalign>
3959           <yalign>0.5</yalign>
3960           <xpad>0</xpad>
3961           <ypad>0</ypad>
3962         </widget>
3963
3964         <widget>
3965           <class>GtkLabel</class>
3966           <child_name>CList:title</child_name>
3967           <name>label23</name>
3968           <label>Duration</label>
3969           <justify>GTK_JUSTIFY_CENTER</justify>
3970           <wrap>False</wrap>
3971           <xalign>0.5</xalign>
3972           <yalign>0.5</yalign>
3973           <xpad>0</xpad>
3974           <ypad>0</ypad>
3975         </widget>
3976       </widget>
3977     </widget>
3978   </widget>
3979 </widget>
3980
3981 <widget>
3982   <class>GtkDialog</class>
3983   <name>intf_messages</name>
3984   <signal>
3985     <name>delete_event</name>
3986     <handler>GtkMessagesDelete</handler>
3987     <last_modification_time>Tue, 19 Feb 2002 02:39:16 GMT</last_modification_time>
3988   </signal>
3989   <title>Messages</title>
3990   <type>GTK_WINDOW_TOPLEVEL</type>
3991   <position>GTK_WIN_POS_NONE</position>
3992   <modal>False</modal>
3993   <default_width>600</default_width>
3994   <default_height>400</default_height>
3995   <allow_shrink>True</allow_shrink>
3996   <allow_grow>True</allow_grow>
3997   <auto_shrink>False</auto_shrink>
3998
3999   <widget>
4000     <class>GtkVBox</class>
4001     <child_name>Dialog:vbox</child_name>
4002     <name>dialog-vbox6</name>
4003     <homogeneous>False</homogeneous>
4004     <spacing>0</spacing>
4005
4006     <widget>
4007       <class>GtkHBox</class>
4008       <child_name>Dialog:action_area</child_name>
4009       <name>dialog-action_area5</name>
4010       <border_width>5</border_width>
4011       <homogeneous>True</homogeneous>
4012       <spacing>5</spacing>
4013       <child>
4014         <padding>0</padding>
4015         <expand>False</expand>
4016         <fill>True</fill>
4017         <pack>GTK_PACK_END</pack>
4018       </child>
4019
4020       <widget>
4021         <class>GtkButton</class>
4022         <name>messages_ok</name>
4023         <can_default>True</can_default>
4024         <has_default>True</has_default>
4025         <can_focus>True</can_focus>
4026         <signal>
4027           <name>clicked</name>
4028           <handler>GtkMessagesOk</handler>
4029           <last_modification_time>Tue, 19 Feb 2002 02:07:37 GMT</last_modification_time>
4030         </signal>
4031         <label>OK</label>
4032         <relief>GTK_RELIEF_NORMAL</relief>
4033         <child>
4034           <padding>0</padding>
4035           <expand>False</expand>
4036           <fill>True</fill>
4037         </child>
4038       </widget>
4039     </widget>
4040
4041     <widget>
4042       <class>GtkScrolledWindow</class>
4043       <name>scrolledwindow2</name>
4044       <border_width>5</border_width>
4045       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
4046       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
4047       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
4048       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
4049       <child>
4050         <padding>0</padding>
4051         <expand>True</expand>
4052         <fill>True</fill>
4053       </child>
4054
4055       <widget>
4056         <class>GtkText</class>
4057         <name>messages_textbox</name>
4058         <can_focus>True</can_focus>
4059         <editable>False</editable>
4060         <text></text>
4061       </widget>
4062     </widget>
4063   </widget>
4064 </widget>
4065
4066 <widget>
4067   <class>GtkWindow</class>
4068   <name>intf_sout</name>
4069   <border_width>5</border_width>
4070   <title>Stream output</title>
4071   <type>GTK_WINDOW_TOPLEVEL</type>
4072   <position>GTK_WIN_POS_NONE</position>
4073   <modal>True</modal>
4074   <allow_shrink>False</allow_shrink>
4075   <allow_grow>True</allow_grow>
4076   <auto_shrink>False</auto_shrink>
4077
4078   <widget>
4079     <class>GtkVBox</class>
4080     <name>vbox15</name>
4081     <homogeneous>False</homogeneous>
4082     <spacing>0</spacing>
4083
4084     <widget>
4085       <class>GtkVBox</class>
4086       <name>vbox16</name>
4087       <homogeneous>False</homogeneous>
4088       <spacing>0</spacing>
4089       <child>
4090         <padding>0</padding>
4091         <expand>True</expand>
4092         <fill>True</fill>
4093       </child>
4094
4095       <widget>
4096         <class>GtkFrame</class>
4097         <name>frame11</name>
4098         <label>Stream output (MRL)</label>
4099         <label_xalign>0</label_xalign>
4100         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4101         <child>
4102           <padding>0</padding>
4103           <expand>False</expand>
4104           <fill>True</fill>
4105         </child>
4106
4107         <widget>
4108           <class>GtkHBox</class>
4109           <name>hbox28</name>
4110           <border_width>5</border_width>
4111           <homogeneous>False</homogeneous>
4112           <spacing>0</spacing>
4113
4114           <widget>
4115             <class>GtkLabel</class>
4116             <name>label38</name>
4117             <label>Destination Target: </label>
4118             <justify>GTK_JUSTIFY_CENTER</justify>
4119             <wrap>False</wrap>
4120             <xalign>0.5</xalign>
4121             <yalign>0.5</yalign>
4122             <xpad>0</xpad>
4123             <ypad>0</ypad>
4124             <child>
4125               <padding>0</padding>
4126               <expand>False</expand>
4127               <fill>False</fill>
4128             </child>
4129           </widget>
4130
4131           <widget>
4132             <class>GtkCombo</class>
4133             <name>combo4</name>
4134             <value_in_list>False</value_in_list>
4135             <ok_if_empty>True</ok_if_empty>
4136             <case_sensitive>False</case_sensitive>
4137             <use_arrows>True</use_arrows>
4138             <use_arrows_always>False</use_arrows_always>
4139             <items></items>
4140             <child>
4141               <padding>0</padding>
4142               <expand>True</expand>
4143               <fill>True</fill>
4144             </child>
4145
4146             <widget>
4147               <class>GtkEntry</class>
4148               <child_name>GtkCombo:entry</child_name>
4149               <name>sout_entry_target</name>
4150               <can_focus>True</can_focus>
4151               <editable>True</editable>
4152               <text_visible>True</text_visible>
4153               <text_max_length>0</text_max_length>
4154               <text></text>
4155             </widget>
4156           </widget>
4157         </widget>
4158       </widget>
4159
4160       <widget>
4161         <class>GtkFrame</class>
4162         <name>frame12</name>
4163         <label_xalign>0</label_xalign>
4164         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4165         <child>
4166           <padding>0</padding>
4167           <expand>True</expand>
4168           <fill>True</fill>
4169         </child>
4170
4171         <widget>
4172           <class>GtkTable</class>
4173           <name>table6</name>
4174           <rows>3</rows>
4175           <columns>5</columns>
4176           <homogeneous>False</homogeneous>
4177           <row_spacing>5</row_spacing>
4178           <column_spacing>5</column_spacing>
4179
4180           <widget>
4181             <class>GtkRadioButton</class>
4182             <name>sout_access_file</name>
4183             <can_focus>True</can_focus>
4184             <signal>
4185               <name>toggled</name>
4186               <handler>GtkSoutSettingsAccessFile</handler>
4187               <last_modification_time>Sun, 26 Jan 2003 05:40:41 GMT</last_modification_time>
4188             </signal>
4189             <label>File</label>
4190             <active>False</active>
4191             <draw_indicator>True</draw_indicator>
4192             <group>sout_access</group>
4193             <child>
4194               <left_attach>0</left_attach>
4195               <right_attach>1</right_attach>
4196               <top_attach>0</top_attach>
4197               <bottom_attach>1</bottom_attach>
4198               <xpad>0</xpad>
4199               <ypad>0</ypad>
4200               <xexpand>False</xexpand>
4201               <yexpand>False</yexpand>
4202               <xshrink>False</xshrink>
4203               <yshrink>False</yshrink>
4204               <xfill>True</xfill>
4205               <yfill>False</yfill>
4206             </child>
4207           </widget>
4208
4209           <widget>
4210             <class>GtkRadioButton</class>
4211             <name>sout_access_udp</name>
4212             <can_focus>True</can_focus>
4213             <signal>
4214               <name>toggled</name>
4215               <handler>GtkSoutSettingsAccessUdp</handler>
4216               <last_modification_time>Sun, 26 Jan 2003 05:40:51 GMT</last_modification_time>
4217             </signal>
4218             <label>UDP</label>
4219             <active>False</active>
4220             <draw_indicator>True</draw_indicator>
4221             <group>sout_access</group>
4222             <child>
4223               <left_attach>0</left_attach>
4224               <right_attach>1</right_attach>
4225               <top_attach>1</top_attach>
4226               <bottom_attach>2</bottom_attach>
4227               <xpad>0</xpad>
4228               <ypad>0</ypad>
4229               <xexpand>False</xexpand>
4230               <yexpand>False</yexpand>
4231               <xshrink>False</xshrink>
4232               <yshrink>False</yshrink>
4233               <xfill>True</xfill>
4234               <yfill>False</yfill>
4235             </child>
4236           </widget>
4237
4238           <widget>
4239             <class>GtkRadioButton</class>
4240             <name>sout_access_rtp</name>
4241             <can_focus>True</can_focus>
4242             <signal>
4243               <name>toggled</name>
4244               <handler>GtkSoutSettingsAccessUdp</handler>
4245               <last_modification_time>Sun, 26 Jan 2003 05:50:02 GMT</last_modification_time>
4246             </signal>
4247             <label>RTP</label>
4248             <active>False</active>
4249             <draw_indicator>True</draw_indicator>
4250             <group>sout_access</group>
4251             <child>
4252               <left_attach>0</left_attach>
4253               <right_attach>1</right_attach>
4254               <top_attach>2</top_attach>
4255               <bottom_attach>3</bottom_attach>
4256               <xpad>0</xpad>
4257               <ypad>0</ypad>
4258               <xexpand>False</xexpand>
4259               <yexpand>False</yexpand>
4260               <xshrink>False</xshrink>
4261               <yshrink>False</yshrink>
4262               <xfill>True</xfill>
4263               <yfill>False</yfill>
4264             </child>
4265           </widget>
4266
4267           <widget>
4268             <class>GtkLabel</class>
4269             <name>sout_file_path_label</name>
4270             <label>Path:</label>
4271             <justify>GTK_JUSTIFY_CENTER</justify>
4272             <wrap>False</wrap>
4273             <xalign>0</xalign>
4274             <yalign>0.5</yalign>
4275             <xpad>0</xpad>
4276             <ypad>0</ypad>
4277             <child>
4278               <left_attach>1</left_attach>
4279               <right_attach>2</right_attach>
4280               <top_attach>0</top_attach>
4281               <bottom_attach>1</bottom_attach>
4282               <xpad>0</xpad>
4283               <ypad>0</ypad>
4284               <xexpand>False</xexpand>
4285               <yexpand>False</yexpand>
4286               <xshrink>False</xshrink>
4287               <yshrink>False</yshrink>
4288               <xfill>True</xfill>
4289               <yfill>False</yfill>
4290             </child>
4291           </widget>
4292
4293           <widget>
4294             <class>GtkCombo</class>
4295             <name>combo6</name>
4296             <value_in_list>False</value_in_list>
4297             <ok_if_empty>True</ok_if_empty>
4298             <case_sensitive>False</case_sensitive>
4299             <use_arrows>True</use_arrows>
4300             <use_arrows_always>False</use_arrows_always>
4301             <items></items>
4302             <child>
4303               <left_attach>2</left_attach>
4304               <right_attach>5</right_attach>
4305               <top_attach>0</top_attach>
4306               <bottom_attach>1</bottom_attach>
4307               <xpad>0</xpad>
4308               <ypad>0</ypad>
4309               <xexpand>True</xexpand>
4310               <yexpand>False</yexpand>
4311               <xshrink>False</xshrink>
4312               <yshrink>False</yshrink>
4313               <xfill>True</xfill>
4314               <yfill>False</yfill>
4315             </child>
4316
4317             <widget>
4318               <class>GtkEntry</class>
4319               <child_name>GtkCombo:entry</child_name>
4320               <name>sout_file_path</name>
4321               <can_focus>True</can_focus>
4322               <signal>
4323                 <name>changed</name>
4324                 <handler>GtkSoutSettingsChanged</handler>
4325                 <last_modification_time>Sun, 26 Jan 2003 04:54:22 GMT</last_modification_time>
4326               </signal>
4327               <editable>True</editable>
4328               <text_visible>True</text_visible>
4329               <text_max_length>0</text_max_length>
4330               <text></text>
4331             </widget>
4332           </widget>
4333
4334           <widget>
4335             <class>GtkLabel</class>
4336             <name>sout_udp_address_label</name>
4337             <label>Address:</label>
4338             <justify>GTK_JUSTIFY_CENTER</justify>
4339             <wrap>False</wrap>
4340             <xalign>0</xalign>
4341             <yalign>0.5</yalign>
4342             <xpad>0</xpad>
4343             <ypad>0</ypad>
4344             <child>
4345               <left_attach>1</left_attach>
4346               <right_attach>2</right_attach>
4347               <top_attach>1</top_attach>
4348               <bottom_attach>2</bottom_attach>
4349               <xpad>0</xpad>
4350               <ypad>0</ypad>
4351               <xexpand>False</xexpand>
4352               <yexpand>False</yexpand>
4353               <xshrink>False</xshrink>
4354               <yshrink>False</yshrink>
4355               <xfill>True</xfill>
4356               <yfill>False</yfill>
4357             </child>
4358           </widget>
4359
4360           <widget>
4361             <class>GtkCombo</class>
4362             <name>sout_udp_address_combo</name>
4363             <value_in_list>False</value_in_list>
4364             <ok_if_empty>True</ok_if_empty>
4365             <case_sensitive>False</case_sensitive>
4366             <use_arrows>True</use_arrows>
4367             <use_arrows_always>False</use_arrows_always>
4368             <items></items>
4369             <child>
4370               <left_attach>2</left_attach>
4371               <right_attach>3</right_attach>
4372               <top_attach>1</top_attach>
4373               <bottom_attach>2</bottom_attach>
4374               <xpad>0</xpad>
4375               <ypad>0</ypad>
4376               <xexpand>True</xexpand>
4377               <yexpand>False</yexpand>
4378               <xshrink>False</xshrink>
4379               <yshrink>False</yshrink>
4380               <xfill>True</xfill>
4381               <yfill>False</yfill>
4382             </child>
4383
4384             <widget>
4385               <class>GtkEntry</class>
4386               <child_name>GtkCombo:entry</child_name>
4387               <name>sout_udp_address</name>
4388               <can_focus>True</can_focus>
4389               <signal>
4390                 <name>changed</name>
4391                 <handler>GtkSoutSettingsChanged</handler>
4392                 <last_modification_time>Sun, 26 Jan 2003 04:54:29 GMT</last_modification_time>
4393               </signal>
4394               <editable>True</editable>
4395               <text_visible>True</text_visible>
4396               <text_max_length>0</text_max_length>
4397               <text></text>
4398             </widget>
4399           </widget>
4400
4401           <widget>
4402             <class>GtkSpinButton</class>
4403             <name>sout_udp_port</name>
4404             <can_focus>True</can_focus>
4405             <signal>
4406               <name>changed</name>
4407               <handler>GtkSoutSettingsChanged</handler>
4408               <last_modification_time>Sun, 26 Jan 2003 10:27:52 GMT</last_modification_time>
4409             </signal>
4410             <climb_rate>1</climb_rate>
4411             <digits>0</digits>
4412             <numeric>False</numeric>
4413             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4414             <snap>False</snap>
4415             <wrap>False</wrap>
4416             <value>1234</value>
4417             <lower>0</lower>
4418             <upper>65535</upper>
4419             <step>1</step>
4420             <page>10</page>
4421             <page_size>10</page_size>
4422             <child>
4423               <left_attach>4</left_attach>
4424               <right_attach>5</right_attach>
4425               <top_attach>1</top_attach>
4426               <bottom_attach>2</bottom_attach>
4427               <xpad>0</xpad>
4428               <ypad>0</ypad>
4429               <xexpand>True</xexpand>
4430               <yexpand>False</yexpand>
4431               <xshrink>False</xshrink>
4432               <yshrink>False</yshrink>
4433               <xfill>True</xfill>
4434               <yfill>False</yfill>
4435             </child>
4436           </widget>
4437
4438           <widget>
4439             <class>GtkHBox</class>
4440             <name>hbox29</name>
4441             <homogeneous>False</homogeneous>
4442             <spacing>0</spacing>
4443             <child>
4444               <left_attach>4</left_attach>
4445               <right_attach>5</right_attach>
4446               <top_attach>2</top_attach>
4447               <bottom_attach>3</bottom_attach>
4448               <xpad>0</xpad>
4449               <ypad>0</ypad>
4450               <xexpand>False</xexpand>
4451               <yexpand>False</yexpand>
4452               <xshrink>False</xshrink>
4453               <yshrink>False</yshrink>
4454               <xfill>True</xfill>
4455               <yfill>True</yfill>
4456             </child>
4457
4458             <widget>
4459               <class>GtkRadioButton</class>
4460               <name>sout_mux_ts</name>
4461               <can_focus>True</can_focus>
4462               <signal>
4463                 <name>toggled</name>
4464                 <handler>GtkSoutSettingsChanged</handler>
4465                 <last_modification_time>Sun, 26 Jan 2003 06:42:47 GMT</last_modification_time>
4466               </signal>
4467               <label>TS</label>
4468               <active>False</active>
4469               <draw_indicator>True</draw_indicator>
4470               <group>sout_mux</group>
4471               <child>
4472                 <padding>0</padding>
4473                 <expand>False</expand>
4474                 <fill>False</fill>
4475               </child>
4476             </widget>
4477
4478             <widget>
4479               <class>GtkRadioButton</class>
4480               <name>sout_mux_ps</name>
4481               <can_focus>True</can_focus>
4482               <signal>
4483                 <name>toggled</name>
4484                 <handler>GtkSoutSettingsChanged</handler>
4485                 <last_modification_time>Sun, 26 Jan 2003 06:42:53 GMT</last_modification_time>
4486               </signal>
4487               <label>PS</label>
4488               <active>False</active>
4489               <draw_indicator>True</draw_indicator>
4490               <group>sout_mux</group>
4491               <child>
4492                 <padding>0</padding>
4493                 <expand>False</expand>
4494                 <fill>False</fill>
4495               </child>
4496             </widget>
4497
4498             <widget>
4499               <class>GtkRadioButton</class>
4500               <name>sout_mux_avi</name>
4501               <can_focus>True</can_focus>
4502               <signal>
4503                 <name>toggled</name>
4504                 <handler>GtkSoutSettingsChanged</handler>
4505                 <last_modification_time>Sun, 26 Jan 2003 06:42:58 GMT</last_modification_time>
4506               </signal>
4507               <label>AVI</label>
4508               <active>False</active>
4509               <draw_indicator>True</draw_indicator>
4510               <group>sout_mux</group>
4511               <child>
4512                 <padding>0</padding>
4513                 <expand>False</expand>
4514                 <fill>False</fill>
4515               </child>
4516             </widget>
4517           </widget>
4518
4519           <widget>
4520             <class>GtkLabel</class>
4521             <name>sout_udp_port_label</name>
4522             <label>Port</label>
4523             <justify>GTK_JUSTIFY_CENTER</justify>
4524             <wrap>False</wrap>
4525             <xalign>0</xalign>
4526             <yalign>0.5</yalign>
4527             <xpad>0</xpad>
4528             <ypad>0</ypad>
4529             <child>
4530               <left_attach>3</left_attach>
4531               <right_attach>4</right_attach>
4532               <top_attach>1</top_attach>
4533               <bottom_attach>2</bottom_attach>
4534               <xpad>0</xpad>
4535               <ypad>0</ypad>
4536               <xexpand>False</xexpand>
4537               <yexpand>False</yexpand>
4538               <xshrink>False</xshrink>
4539               <yshrink>False</yshrink>
4540               <xfill>True</xfill>
4541               <yfill>False</yfill>
4542             </child>
4543           </widget>
4544         </widget>
4545       </widget>
4546     </widget>
4547
4548     <widget>
4549       <class>GtkHBox</class>
4550       <name>hbox25</name>
4551       <border_width>5</border_width>
4552       <homogeneous>False</homogeneous>
4553       <spacing>0</spacing>
4554       <child>
4555         <padding>0</padding>
4556         <expand>False</expand>
4557         <fill>True</fill>
4558         <pack>GTK_PACK_END</pack>
4559       </child>
4560
4561       <widget>
4562         <class>GtkHBox</class>
4563         <name>hbox26</name>
4564         <homogeneous>False</homogeneous>
4565         <spacing>0</spacing>
4566         <child>
4567           <padding>3</padding>
4568           <expand>True</expand>
4569           <fill>True</fill>
4570           <pack>GTK_PACK_END</pack>
4571         </child>
4572
4573         <widget>
4574           <class>GtkButton</class>
4575           <name>button1</name>
4576           <can_focus>True</can_focus>
4577           <signal>
4578             <name>clicked</name>
4579             <handler>GtkSoutSettingsOk</handler>
4580             <last_modification_time>Sun, 26 Jan 2003 04:52:18 GMT</last_modification_time>
4581           </signal>
4582           <label>OK</label>
4583           <relief>GTK_RELIEF_NORMAL</relief>
4584           <child>
4585             <padding>2</padding>
4586             <expand>True</expand>
4587             <fill>True</fill>
4588           </child>
4589         </widget>
4590
4591         <widget>
4592           <class>GtkButton</class>
4593           <name>button2</name>
4594           <can_focus>True</can_focus>
4595           <signal>
4596             <name>clicked</name>
4597             <handler>GtkSoutSettingsCancel</handler>
4598             <last_modification_time>Sun, 26 Jan 2003 04:32:24 GMT</last_modification_time>
4599           </signal>
4600           <label>Cancel</label>
4601           <relief>GTK_RELIEF_NORMAL</relief>
4602           <child>
4603             <padding>2</padding>
4604             <expand>True</expand>
4605             <fill>True</fill>
4606           </child>
4607         </widget>
4608       </widget>
4609     </widget>
4610   </widget>
4611 </widget>
4612
4613 </GTK-Interface>