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