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