]> git.sesse.net Git - vlc/blob - plugins/gtk/gnome.glade
* ./plugins/gtk/gtk.c: the log window is now black with colourful text.
[vlc] / plugins / gtk / gnome.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>VideoLAN Client</name>
6   <program_name>vlc</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <backup_source_files>False</backup_source_files>
16   <main_source_file>gnome_interface.c</main_source_file>
17   <main_header_file>gnome_interface.h</main_header_file>
18   <handler_source_file>gnome_callbacks.c</handler_source_file>
19   <handler_header_file>gnome_callbacks.h</handler_header_file>
20   <support_source_file>gnome_support.c</support_source_file>
21   <support_header_file>gnome_support.h</support_header_file>
22 </project>
23
24 <widget>
25   <class>GnomeApp</class>
26   <name>intf_window</name>
27   <signal>
28     <name>delete_event</name>
29     <handler>GtkWindowDelete</handler>
30     <data>&quot;intf_window&quot;</data>
31     <last_modification_time>Sat, 19 May 2001 03:20:57 GMT</last_modification_time>
32   </signal>
33   <signal>
34     <name>drag_data_received</name>
35     <handler>GtkWindowDrag</handler>
36     <data>&quot;intf_window&quot;</data>
37     <last_modification_time>Sat, 19 May 2001 02:30:24 GMT</last_modification_time>
38   </signal>
39   <title>VideoLAN Client</title>
40   <type>GTK_WINDOW_TOPLEVEL</type>
41   <position>GTK_WIN_POS_NONE</position>
42   <modal>False</modal>
43   <allow_shrink>False</allow_shrink>
44   <allow_grow>True</allow_grow>
45   <auto_shrink>True</auto_shrink>
46   <enable_layout_config>True</enable_layout_config>
47
48   <widget>
49     <class>GnomeDock</class>
50     <child_name>GnomeApp:dock</child_name>
51     <name>dockitem</name>
52     <allow_floating>True</allow_floating>
53     <child>
54       <padding>0</padding>
55       <expand>True</expand>
56       <fill>True</fill>
57     </child>
58
59     <widget>
60       <class>GnomeDockItem</class>
61       <name>dockitem_menubar</name>
62       <border_width>2</border_width>
63       <placement>GNOME_DOCK_TOP</placement>
64       <band>0</band>
65       <position>0</position>
66       <offset>0</offset>
67       <locked>False</locked>
68       <exclusive>True</exclusive>
69       <never_floating>False</never_floating>
70       <never_vertical>True</never_vertical>
71       <never_horizontal>False</never_horizontal>
72       <shadow_type>GTK_SHADOW_OUT</shadow_type>
73
74       <widget>
75         <class>GtkMenuBar</class>
76         <name>menubar</name>
77         <border_width>2</border_width>
78         <shadow_type>GTK_SHADOW_NONE</shadow_type>
79
80         <widget>
81           <class>GtkMenuItem</class>
82           <name>menubar_file</name>
83           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
84
85           <widget>
86             <class>GtkMenu</class>
87             <name>menubar_file_menu</name>
88
89             <widget>
90               <class>GtkPixmapMenuItem</class>
91               <name>menubar_open</name>
92               <tooltip>Open a File</tooltip>
93               <signal>
94                 <name>activate</name>
95                 <handler>GnomeMenubarFileOpenActivate</handler>
96                 <last_modification_time>Sat, 19 May 2001 16:27:02 GMT</last_modification_time>
97               </signal>
98               <label>_Open File...</label>
99               <right_justify>False</right_justify>
100               <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
101             </widget>
102
103             <widget>
104               <class>GtkPixmapMenuItem</class>
105               <name>menubar_disc</name>
106               <tooltip>Open a DVD or VCD</tooltip>
107               <signal>
108                 <name>activate</name>
109                 <handler>GnomeMenubarDiscOpenActivate</handler>
110                 <last_modification_time>Sat, 19 May 2001 16:27:10 GMT</last_modification_time>
111               </signal>
112               <label>Open _Disc...</label>
113               <right_justify>False</right_justify>
114               <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
115             </widget>
116
117             <widget>
118               <class>GtkPixmapMenuItem</class>
119               <name>menubar_network</name>
120               <tooltip>Select a Network Stream</tooltip>
121               <signal>
122                 <name>activate</name>
123                 <handler>GnomeMenubarNetworkOpenActivate</handler>
124                 <last_modification_time>Fri, 21 Dec 2001 13:11:28 GMT</last_modification_time>
125               </signal>
126               <label>_Network Stream...</label>
127               <right_justify>False</right_justify>
128               <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
129             </widget>
130
131             <widget>
132               <class>GtkMenuItem</class>
133               <name>separator1</name>
134               <right_justify>False</right_justify>
135             </widget>
136
137             <widget>
138               <class>GtkPixmapMenuItem</class>
139               <name>menubar_eject</name>
140               <tooltip>Eject disc</tooltip>
141               <signal>
142                 <name>activate</name>
143                 <handler>GnomeMenubarDiscEjectActivate</handler>
144                 <last_modification_time>Fri, 21 Dec 2001 13:11:28 GMT</last_modification_time>
145               </signal>
146               <label>_Eject Disc</label>
147               <right_justify>False</right_justify>
148               <stock_icon>GNOME_STOCK_MENU_TOP</stock_icon>
149             </widget>
150
151             <widget>
152               <class>GtkMenuItem</class>
153               <name>separator15</name>
154               <right_justify>False</right_justify>
155             </widget>
156
157             <widget>
158               <class>GtkPixmapMenuItem</class>
159               <name>menubar_exit</name>
160               <signal>
161                 <name>activate</name>
162                 <handler>GnomeMenubarExitActivate</handler>
163                 <last_modification_time>Sat, 19 May 2001 16:27:52 GMT</last_modification_time>
164               </signal>
165               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
166             </widget>
167           </widget>
168         </widget>
169
170         <widget>
171           <class>GtkMenuItem</class>
172           <name>menubar_view</name>
173           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
174
175           <widget>
176             <class>GtkMenu</class>
177             <name>menubar_view_menu</name>
178
179             <widget>
180               <class>GtkMenuItem</class>
181               <name>menubar_hide_interface</name>
182               <signal>
183                 <name>activate</name>
184                 <handler>GnomeMenubarWindowToggleActivate</handler>
185                 <last_modification_time>Sat, 19 May 2001 16:28:06 GMT</last_modification_time>
186               </signal>
187               <label>_Hide interface</label>
188               <right_justify>False</right_justify>
189             </widget>
190
191             <widget>
192               <class>GtkMenuItem</class>
193               <name>menubar_fullscreen</name>
194               <signal>
195                 <name>activate</name>
196                 <handler>GnomeMenubarFullscreenActivate</handler>
197                 <last_modification_time>Sat, 19 May 2001 16:28:15 GMT</last_modification_time>
198               </signal>
199               <label>_Fullscreen</label>
200               <right_justify>False</right_justify>
201             </widget>
202
203             <widget>
204               <class>GtkMenuItem</class>
205               <name>separator9</name>
206               <right_justify>False</right_justify>
207             </widget>
208
209             <widget>
210               <class>GtkMenuItem</class>
211               <name>menubar_title</name>
212               <sensitive>False</sensitive>
213               <tooltip>Choose title</tooltip>
214               <label>_Title</label>
215               <right_justify>False</right_justify>
216             </widget>
217
218             <widget>
219               <class>GtkMenuItem</class>
220               <name>menubar_chapter</name>
221               <sensitive>False</sensitive>
222               <tooltip>Choose chapter</tooltip>
223               <label>_Chapter</label>
224               <right_justify>False</right_justify>
225             </widget>
226
227             <widget>
228               <class>GtkMenuItem</class>
229               <name>menubar_angle</name>
230               <sensitive>False</sensitive>
231               <tooltip>Choose angle</tooltip>
232               <label>An_gle</label>
233               <right_justify>False</right_justify>
234             </widget>
235
236             <widget>
237               <class>GtkMenuItem</class>
238               <name>separator7</name>
239               <right_justify>False</right_justify>
240             </widget>
241
242             <widget>
243               <class>GtkPixmapMenuItem</class>
244               <name>menubar_playlist</name>
245               <tooltip>Open the playlist window</tooltip>
246               <signal>
247                 <name>activate</name>
248                 <handler>GnomeMenubarPlaylistActivate</handler>
249                 <last_modification_time>Sat, 19 May 2001 16:28:41 GMT</last_modification_time>
250               </signal>
251               <label>_Playlist...</label>
252               <right_justify>False</right_justify>
253               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
254             </widget>
255
256             <widget>
257               <class>GtkPixmapMenuItem</class>
258               <name>menubar_modules</name>
259               <sensitive>False</sensitive>
260               <tooltip>Open the plugin manager</tooltip>
261               <signal>
262                 <name>activate</name>
263                 <handler>GnomeMenubarModulesActivate</handler>
264                 <last_modification_time>Sat, 19 May 2001 16:28:53 GMT</last_modification_time>
265               </signal>
266               <label>_Modules...</label>
267               <right_justify>False</right_justify>
268               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
269             </widget>
270
271             <widget>
272               <class>GtkMenuItem</class>
273               <name>menubar_messages</name>
274               <tooltip>Open the messages window</tooltip>
275               <signal>
276                 <name>activate</name>
277                 <handler>GnomeMenubarMessagesActivate</handler>
278                 <last_modification_time>Wed, 20 Feb 2002 05:43:55 GMT</last_modification_time>
279               </signal>
280               <label>Messages...</label>
281               <right_justify>False</right_justify>
282             </widget>
283           </widget>
284         </widget>
285
286         <widget>
287           <class>GtkMenuItem</class>
288           <name>menubar_settings</name>
289           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
290
291           <widget>
292             <class>GtkMenu</class>
293             <name>menubar_settings_menu</name>
294
295             <widget>
296               <class>GtkMenuItem</class>
297               <name>menubar_audio</name>
298               <sensitive>False</sensitive>
299               <tooltip>Select audio channel</tooltip>
300               <label>_Audio</label>
301               <right_justify>False</right_justify>
302             </widget>
303
304             <widget>
305               <class>GtkMenuItem</class>
306               <name>menubar_subpictures</name>
307               <sensitive>False</sensitive>
308               <tooltip>Select subtitle unit</tooltip>
309               <label>_Subtitles</label>
310               <right_justify>False</right_justify>
311             </widget>
312
313             <widget>
314               <class>GtkMenuItem</class>
315               <name>separator5</name>
316               <right_justify>False</right_justify>
317             </widget>
318
319             <widget>
320               <class>GtkPixmapMenuItem</class>
321               <name>menubar_preferences</name>
322               <signal>
323                 <name>activate</name>
324                 <handler>GnomeMenubarPreferencesActivate</handler>
325                 <last_modification_time>Sat, 19 May 2001 16:29:03 GMT</last_modification_time>
326               </signal>
327               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
328             </widget>
329           </widget>
330         </widget>
331
332         <widget>
333           <class>GtkMenuItem</class>
334           <name>menubar_help</name>
335           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
336
337           <widget>
338             <class>GtkMenu</class>
339             <name>menubar_help_menu</name>
340
341             <widget>
342               <class>GtkPixmapMenuItem</class>
343               <name>menubar_about</name>
344               <signal>
345                 <name>activate</name>
346                 <handler>GnomeMenubarAboutActivate</handler>
347                 <last_modification_time>Sat, 19 May 2001 16:29:19 GMT</last_modification_time>
348               </signal>
349               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
350             </widget>
351           </widget>
352         </widget>
353       </widget>
354     </widget>
355
356     <widget>
357       <class>GnomeDockItem</class>
358       <name>dockitem_toolbar</name>
359       <border_width>2</border_width>
360       <placement>GNOME_DOCK_TOP</placement>
361       <band>1</band>
362       <position>0</position>
363       <offset>2</offset>
364       <locked>False</locked>
365       <exclusive>True</exclusive>
366       <never_floating>False</never_floating>
367       <never_vertical>False</never_vertical>
368       <never_horizontal>False</never_horizontal>
369       <shadow_type>GTK_SHADOW_OUT</shadow_type>
370
371       <widget>
372         <class>GtkToolbar</class>
373         <name>toolbar</name>
374         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
375         <type>GTK_TOOLBAR_BOTH</type>
376         <space_size>16</space_size>
377         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
378         <relief>GTK_RELIEF_NONE</relief>
379         <tooltips>True</tooltips>
380
381         <widget>
382           <class>GtkButton</class>
383           <child_name>Toolbar:button</child_name>
384           <name>toolbar_file</name>
385           <tooltip>Open a File</tooltip>
386           <signal>
387             <name>button_press_event</name>
388             <handler>GtkFileOpenShow</handler>
389             <data>&quot;intf_window&quot;</data>
390             <last_modification_time>Sat, 19 May 2001 03:14:43 GMT</last_modification_time>
391           </signal>
392           <label>File</label>
393           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
394         </widget>
395
396         <widget>
397           <class>GtkButton</class>
398           <child_name>Toolbar:button</child_name>
399           <name>toolbar_disc</name>
400           <tooltip>Open a DVD or VCD</tooltip>
401           <signal>
402             <name>button_press_event</name>
403             <handler>GtkDiscOpenShow</handler>
404             <data>&quot;intf_window&quot;</data>
405             <last_modification_time>Sat, 19 May 2001 03:14:38 GMT</last_modification_time>
406           </signal>
407           <label>Disc</label>
408           <stock_pixmap>GNOME_STOCK_PIXMAP_CDROM</stock_pixmap>
409         </widget>
410
411         <widget>
412           <class>GtkButton</class>
413           <child_name>Toolbar:button</child_name>
414           <name>toolbar_network</name>
415           <tooltip>Select a Network Stream</tooltip>
416           <signal>
417             <name>button_press_event</name>
418             <handler>GtkNetworkOpenShow</handler>
419             <data>&quot;intf_window&quot;</data>
420             <last_modification_time>Sat, 19 May 2001 03:14:33 GMT</last_modification_time>
421           </signal>
422           <label>Net</label>
423           <stock_pixmap>GNOME_STOCK_PIXMAP_REFRESH</stock_pixmap>
424         </widget>
425
426         <widget>
427           <class>GtkButton</class>
428           <child_name>Toolbar:button</child_name>
429           <name>toolbar_back</name>
430           <sensitive>False</sensitive>
431           <tooltip>Go Backwards</tooltip>
432           <signal>
433             <name>button_press_event</name>
434             <handler>GtkControlBack</handler>
435             <data>&quot;intf_window&quot;</data>
436             <last_modification_time>Sat, 19 May 2001 03:14:27 GMT</last_modification_time>
437           </signal>
438           <label>Back</label>
439           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
440           <child>
441             <new_group>True</new_group>
442           </child>
443         </widget>
444
445         <widget>
446           <class>GtkButton</class>
447           <child_name>Toolbar:button</child_name>
448           <name>toolbar_stop</name>
449           <tooltip>Stop Stream</tooltip>
450           <signal>
451             <name>button_press_event</name>
452             <handler>GtkControlStop</handler>
453             <data>&quot;intf_window&quot;</data>
454             <last_modification_time>Sat, 19 May 2001 03:14:22 GMT</last_modification_time>
455           </signal>
456           <label>Stop</label>
457           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
458         </widget>
459
460         <widget>
461           <class>GtkButton</class>
462           <child_name>Toolbar:button</child_name>
463           <name>toolbar_eject</name>
464           <tooltip>Eject disc</tooltip>
465           <signal>
466             <name>button_press_event</name>
467             <handler>GtkDiscEject</handler>
468             <data>&quot;intf_window&quot;</data>
469             <last_modification_time>Fri, 21 Dec 2001 15:24:18 GMT</last_modification_time>
470           </signal>
471           <label>Eject</label>
472           <stock_pixmap>GNOME_STOCK_PIXMAP_TOP</stock_pixmap>
473         </widget>
474
475         <widget>
476           <class>GtkButton</class>
477           <child_name>Toolbar:button</child_name>
478           <name>toolbar_play</name>
479           <tooltip>Play Stream</tooltip>
480           <signal>
481             <name>button_press_event</name>
482             <handler>GtkControlPlay</handler>
483             <data>&quot;intf_window&quot;</data>
484             <last_modification_time>Sat, 19 May 2001 03:14:17 GMT</last_modification_time>
485           </signal>
486           <label>Play</label>
487           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
488         </widget>
489
490         <widget>
491           <class>GtkButton</class>
492           <child_name>Toolbar:button</child_name>
493           <name>toolbar_pause</name>
494           <sensitive>False</sensitive>
495           <tooltip>Pause Stream</tooltip>
496           <signal>
497             <name>button_press_event</name>
498             <handler>GtkControlPause</handler>
499             <data>&quot;intf_window&quot;</data>
500             <last_modification_time>Sat, 19 May 2001 03:14:05 GMT</last_modification_time>
501           </signal>
502           <label>Pause</label>
503           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
504         </widget>
505
506         <widget>
507           <class>GtkButton</class>
508           <child_name>Toolbar:button</child_name>
509           <name>toolbar_slow</name>
510           <sensitive>False</sensitive>
511           <tooltip>Play Slower</tooltip>
512           <signal>
513             <name>button_press_event</name>
514             <handler>GtkControlSlow</handler>
515             <data>&quot;intf_window&quot;</data>
516             <last_modification_time>Sat, 19 May 2001 03:13:58 GMT</last_modification_time>
517           </signal>
518           <label>Slow</label>
519           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
520         </widget>
521
522         <widget>
523           <class>GtkButton</class>
524           <child_name>Toolbar:button</child_name>
525           <name>toolbar_fast</name>
526           <sensitive>False</sensitive>
527           <tooltip>Play Faster</tooltip>
528           <signal>
529             <name>button_press_event</name>
530             <handler>GtkControlFast</handler>
531             <data>&quot;intf_window&quot;</data>
532             <last_modification_time>Sat, 19 May 2001 03:13:53 GMT</last_modification_time>
533           </signal>
534           <label>Fast</label>
535           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
536         </widget>
537
538         <widget>
539           <class>GtkButton</class>
540           <child_name>Toolbar:button</child_name>
541           <name>toolbar_playlist</name>
542           <tooltip>Open Playlist</tooltip>
543           <signal>
544             <name>button_press_event</name>
545             <handler>GtkPlaylistShow</handler>
546             <data>&quot;intf_window&quot;</data>
547             <last_modification_time>Sat, 19 May 2001 03:13:48 GMT</last_modification_time>
548           </signal>
549           <label>Playlist</label>
550           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
551           <child>
552             <new_group>True</new_group>
553           </child>
554         </widget>
555
556         <widget>
557           <class>GtkButton</class>
558           <child_name>Toolbar:button</child_name>
559           <name>toolbar_prev</name>
560           <tooltip>Previous File</tooltip>
561           <signal>
562             <name>button_press_event</name>
563             <handler>GtkPlaylistPrev</handler>
564             <data>&quot;intf_window&quot;</data>
565             <last_modification_time>Sat, 19 May 2001 03:13:44 GMT</last_modification_time>
566           </signal>
567           <label>Prev</label>
568           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
569         </widget>
570
571         <widget>
572           <class>GtkButton</class>
573           <child_name>Toolbar:button</child_name>
574           <name>toolbar_next</name>
575           <tooltip>Next File</tooltip>
576           <signal>
577             <name>button_press_event</name>
578             <handler>GtkPlaylistNext</handler>
579             <data>&quot;intf_window&quot;</data>
580             <last_modification_time>Sat, 19 May 2001 03:13:40 GMT</last_modification_time>
581           </signal>
582           <label>Next</label>
583           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
584         </widget>
585       </widget>
586     </widget>
587
588     <widget>
589       <class>GtkVBox</class>
590       <child_name>GnomeDock:contents</child_name>
591       <name>vbox8</name>
592       <homogeneous>False</homogeneous>
593       <spacing>0</spacing>
594
595       <widget>
596         <class>GtkFrame</class>
597         <name>slider_frame</name>
598         <visible>False</visible>
599         <label>-:--:--</label>
600         <label_xalign>0.05</label_xalign>
601         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
602         <child>
603           <padding>0</padding>
604           <expand>True</expand>
605           <fill>True</fill>
606         </child>
607
608         <widget>
609           <class>GtkHScale</class>
610           <name>slider</name>
611           <can_focus>True</can_focus>
612           <signal>
613             <name>button_press_event</name>
614             <handler>GtkSliderPress</handler>
615             <data>&quot;intf_window&quot;</data>
616             <last_modification_time>Sat, 19 May 2001 03:12:57 GMT</last_modification_time>
617           </signal>
618           <signal>
619             <name>button_release_event</name>
620             <handler>GtkSliderRelease</handler>
621             <data>&quot;intf_window&quot;</data>
622             <last_modification_time>Sat, 19 May 2001 03:13:00 GMT</last_modification_time>
623           </signal>
624           <draw_value>False</draw_value>
625           <value_pos>GTK_POS_TOP</value_pos>
626           <digits>3</digits>
627           <policy>GTK_UPDATE_CONTINUOUS</policy>
628           <value>0</value>
629           <lower>0</lower>
630           <upper>100</upper>
631           <step>1</step>
632           <page>6.25</page>
633           <page_size>0</page_size>
634         </widget>
635       </widget>
636
637       <widget>
638         <class>GtkHBox</class>
639         <name>file_box</name>
640         <homogeneous>False</homogeneous>
641         <spacing>0</spacing>
642         <child>
643           <padding>0</padding>
644           <expand>True</expand>
645           <fill>True</fill>
646         </child>
647
648         <widget>
649           <class>GtkLabel</class>
650           <name>label_status</name>
651           <label></label>
652           <justify>GTK_JUSTIFY_CENTER</justify>
653           <wrap>False</wrap>
654           <xalign>0.5</xalign>
655           <yalign>0.5</yalign>
656           <xpad>0</xpad>
657           <ypad>0</ypad>
658           <child>
659             <padding>0</padding>
660             <expand>True</expand>
661             <fill>True</fill>
662           </child>
663         </widget>
664       </widget>
665
666       <widget>
667         <class>GtkHBox</class>
668         <name>dvd_box</name>
669         <visible>False</visible>
670         <homogeneous>False</homogeneous>
671         <spacing>0</spacing>
672         <child>
673           <padding>0</padding>
674           <expand>True</expand>
675           <fill>True</fill>
676         </child>
677
678         <widget>
679           <class>GtkLabel</class>
680           <name>label21</name>
681           <label>Disc</label>
682           <justify>GTK_JUSTIFY_CENTER</justify>
683           <wrap>False</wrap>
684           <xalign>0.5</xalign>
685           <yalign>0.5</yalign>
686           <xpad>0</xpad>
687           <ypad>0</ypad>
688           <child>
689             <padding>0</padding>
690             <expand>True</expand>
691             <fill>False</fill>
692           </child>
693         </widget>
694
695         <widget>
696           <class>GtkHBox</class>
697           <name>title_chapter_box</name>
698           <homogeneous>False</homogeneous>
699           <spacing>10</spacing>
700           <child>
701             <padding>0</padding>
702             <expand>True</expand>
703             <fill>False</fill>
704           </child>
705
706           <widget>
707             <class>GtkLabel</class>
708             <name>label19</name>
709             <label>Title:</label>
710             <justify>GTK_JUSTIFY_CENTER</justify>
711             <wrap>False</wrap>
712             <xalign>0.5</xalign>
713             <yalign>0.5</yalign>
714             <xpad>0</xpad>
715             <ypad>0</ypad>
716             <child>
717               <padding>0</padding>
718               <expand>False</expand>
719               <fill>False</fill>
720             </child>
721           </widget>
722
723           <widget>
724             <class>GtkLabel</class>
725             <name>title_label</name>
726             <label>--</label>
727             <justify>GTK_JUSTIFY_CENTER</justify>
728             <wrap>False</wrap>
729             <xalign>0.5</xalign>
730             <yalign>0.5</yalign>
731             <xpad>0</xpad>
732             <ypad>0</ypad>
733             <child>
734               <padding>0</padding>
735               <expand>False</expand>
736               <fill>False</fill>
737             </child>
738           </widget>
739
740           <widget>
741             <class>GtkButton</class>
742             <name>button_title_prev</name>
743             <tooltip>Select previous title</tooltip>
744             <can_focus>True</can_focus>
745             <signal>
746               <name>clicked</name>
747               <handler>GtkTitlePrev</handler>
748               <data>&quot;intf_window&quot;</data>
749               <last_modification_time>Sat, 19 May 2001 03:13:28 GMT</last_modification_time>
750             </signal>
751             <stock_button>GNOME_STOCK_BUTTON_PREV</stock_button>
752             <relief>GTK_RELIEF_NORMAL</relief>
753             <child>
754               <padding>0</padding>
755               <expand>False</expand>
756               <fill>False</fill>
757             </child>
758           </widget>
759
760           <widget>
761             <class>GtkButton</class>
762             <name>button_title_next</name>
763             <can_focus>True</can_focus>
764             <signal>
765               <name>clicked</name>
766               <handler>GtkTitleNext</handler>
767               <data>&quot;intf_window&quot;</data>
768               <last_modification_time>Sat, 19 May 2001 03:13:23 GMT</last_modification_time>
769             </signal>
770             <stock_button>GNOME_STOCK_BUTTON_NEXT</stock_button>
771             <relief>GTK_RELIEF_NORMAL</relief>
772             <child>
773               <padding>0</padding>
774               <expand>False</expand>
775               <fill>False</fill>
776             </child>
777           </widget>
778         </widget>
779
780         <widget>
781           <class>GtkVSeparator</class>
782           <name>vseparator1</name>
783           <child>
784             <padding>0</padding>
785             <expand>False</expand>
786             <fill>False</fill>
787           </child>
788         </widget>
789
790         <widget>
791           <class>GtkHBox</class>
792           <name>dvd_chapter_box</name>
793           <homogeneous>False</homogeneous>
794           <spacing>10</spacing>
795           <child>
796             <padding>0</padding>
797             <expand>True</expand>
798             <fill>False</fill>
799           </child>
800
801           <widget>
802             <class>GtkLabel</class>
803             <name>label20</name>
804             <label>Chapter:</label>
805             <justify>GTK_JUSTIFY_CENTER</justify>
806             <wrap>False</wrap>
807             <xalign>0.5</xalign>
808             <yalign>0.5</yalign>
809             <xpad>0</xpad>
810             <ypad>0</ypad>
811             <child>
812               <padding>0</padding>
813               <expand>False</expand>
814               <fill>False</fill>
815             </child>
816           </widget>
817
818           <widget>
819             <class>GtkLabel</class>
820             <name>chapter_label</name>
821             <label>---</label>
822             <justify>GTK_JUSTIFY_CENTER</justify>
823             <wrap>False</wrap>
824             <xalign>0.5</xalign>
825             <yalign>0.5</yalign>
826             <xpad>0</xpad>
827             <ypad>0</ypad>
828             <child>
829               <padding>0</padding>
830               <expand>False</expand>
831               <fill>False</fill>
832             </child>
833           </widget>
834
835           <widget>
836             <class>GtkButton</class>
837             <name>button_chapter_prev</name>
838             <tooltip>Select previous chapter</tooltip>
839             <can_focus>True</can_focus>
840             <signal>
841               <name>clicked</name>
842               <handler>GtkChapterPrev</handler>
843               <data>&quot;intf_window&quot;</data>
844               <last_modification_time>Tue, 29 May 2001 13:13:41 GMT</last_modification_time>
845             </signal>
846             <stock_button>GNOME_STOCK_BUTTON_DOWN</stock_button>
847             <relief>GTK_RELIEF_NORMAL</relief>
848             <child>
849               <padding>0</padding>
850               <expand>False</expand>
851               <fill>False</fill>
852             </child>
853           </widget>
854
855           <widget>
856             <class>GtkButton</class>
857             <name>button_chapter_next</name>
858             <tooltip>Select next chapter</tooltip>
859             <can_focus>True</can_focus>
860             <signal>
861               <name>clicked</name>
862               <handler>GtkChapterNext</handler>
863               <data>&quot;intf_window&quot;</data>
864               <last_modification_time>Sat, 19 May 2001 03:13:08 GMT</last_modification_time>
865             </signal>
866             <stock_button>GNOME_STOCK_BUTTON_UP</stock_button>
867             <relief>GTK_RELIEF_NORMAL</relief>
868             <child>
869               <padding>0</padding>
870               <expand>False</expand>
871               <fill>False</fill>
872             </child>
873           </widget>
874         </widget>
875       </widget>
876
877       <widget>
878         <class>GtkHBox</class>
879         <name>network_box</name>
880         <visible>False</visible>
881         <homogeneous>True</homogeneous>
882         <spacing>0</spacing>
883         <child>
884           <padding>0</padding>
885           <expand>False</expand>
886           <fill>False</fill>
887         </child>
888
889         <widget>
890           <class>GtkLabel</class>
891           <name>network_address_label</name>
892           <label>No server</label>
893           <justify>GTK_JUSTIFY_CENTER</justify>
894           <wrap>False</wrap>
895           <xalign>0.5</xalign>
896           <yalign>0.5</yalign>
897           <xpad>0</xpad>
898           <ypad>0</ypad>
899           <child>
900             <padding>0</padding>
901             <expand>False</expand>
902             <fill>False</fill>
903           </child>
904         </widget>
905
906         <widget>
907           <class>GtkHBox</class>
908           <name>network_channel_box</name>
909           <homogeneous>False</homogeneous>
910           <spacing>0</spacing>
911           <child>
912             <padding>0</padding>
913             <expand>False</expand>
914             <fill>False</fill>
915           </child>
916
917           <widget>
918             <class>GtkLabel</class>
919             <name>label_network</name>
920             <label>Network Channel:</label>
921             <justify>GTK_JUSTIFY_CENTER</justify>
922             <wrap>False</wrap>
923             <xalign>0.5</xalign>
924             <yalign>0.5</yalign>
925             <xpad>0</xpad>
926             <ypad>0</ypad>
927             <child>
928               <padding>5</padding>
929               <expand>True</expand>
930               <fill>False</fill>
931             </child>
932           </widget>
933
934           <widget>
935             <class>GtkSpinButton</class>
936             <name>network_channel_spinbutton</name>
937             <can_focus>True</can_focus>
938             <signal>
939               <name>activate</name>
940               <handler>GtkNetworkJoin</handler>
941               <data>&quot;intf_window&quot;</data>
942               <last_modification_time>Wed, 30 May 2001 02:28:48 GMT</last_modification_time>
943             </signal>
944             <climb_rate>1</climb_rate>
945             <digits>0</digits>
946             <numeric>False</numeric>
947             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
948             <snap>False</snap>
949             <wrap>False</wrap>
950             <value>0</value>
951             <lower>0</lower>
952             <upper>100</upper>
953             <step>1</step>
954             <page>10</page>
955             <page_size>10</page_size>
956             <child>
957               <padding>5</padding>
958               <expand>False</expand>
959               <fill>True</fill>
960             </child>
961           </widget>
962
963           <widget>
964             <class>GtkButton</class>
965             <name>network_channel_go_button</name>
966             <can_focus>True</can_focus>
967             <signal>
968               <name>clicked</name>
969               <handler>GtkChannelGo</handler>
970               <data>&quot;intf_window&quot;</data>
971               <last_modification_time>Wed, 30 May 2001 02:38:25 GMT</last_modification_time>
972             </signal>
973             <label>Go!</label>
974             <relief>GTK_RELIEF_NONE</relief>
975             <child>
976               <padding>0</padding>
977               <expand>False</expand>
978               <fill>False</fill>
979             </child>
980           </widget>
981         </widget>
982       </widget>
983     </widget>
984   </widget>
985
986   <widget>
987     <class>GnomeAppBar</class>
988     <child_name>GnomeApp:appbar</child_name>
989     <name>appbar</name>
990     <width>500</width>
991     <has_progress>False</has_progress>
992     <has_status>True</has_status>
993     <child>
994       <padding>0</padding>
995       <expand>True</expand>
996       <fill>True</fill>
997     </child>
998   </widget>
999 </widget>
1000
1001 <widget>
1002   <class>GtkMenu</class>
1003   <name>intf_popup</name>
1004
1005   <widget>
1006     <class>GtkPixmapMenuItem</class>
1007     <name>popup_play</name>
1008     <signal>
1009       <name>activate</name>
1010       <handler>GnomePopupPlayActivate</handler>
1011       <data>&quot;intf_popup&quot;</data>
1012       <last_modification_time>Sat, 19 May 2001 16:16:58 GMT</last_modification_time>
1013     </signal>
1014     <label>Play</label>
1015     <right_justify>False</right_justify>
1016     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
1017   </widget>
1018
1019   <widget>
1020     <class>GtkPixmapMenuItem</class>
1021     <name>popup_pause</name>
1022     <signal>
1023       <name>activate</name>
1024       <handler>GnomePopupPauseActivate</handler>
1025       <data>&quot;intf_popup&quot;</data>
1026       <last_modification_time>Sat, 19 May 2001 16:17:31 GMT</last_modification_time>
1027     </signal>
1028     <label>Pause</label>
1029     <right_justify>False</right_justify>
1030     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
1031   </widget>
1032
1033   <widget>
1034     <class>GtkPixmapMenuItem</class>
1035     <name>popup_stop</name>
1036     <signal>
1037       <name>activate</name>
1038       <handler>GnomePopupStopActivate</handler>
1039       <data>&quot;intf_popup&quot;</data>
1040       <last_modification_time>Sat, 19 May 2001 16:18:10 GMT</last_modification_time>
1041     </signal>
1042     <label>Stop</label>
1043     <right_justify>False</right_justify>
1044     <stock_icon>GNOME_STOCK_MENU_STOP</stock_icon>
1045   </widget>
1046
1047   <widget>
1048     <class>GtkPixmapMenuItem</class>
1049     <name>popup_back</name>
1050     <sensitive>False</sensitive>
1051     <signal>
1052       <name>activate</name>
1053       <handler>GnomePopupBackActivate</handler>
1054       <data>&quot;intf_popup&quot;</data>
1055       <last_modification_time>Sat, 19 May 2001 16:18:21 GMT</last_modification_time>
1056     </signal>
1057     <label>Back</label>
1058     <right_justify>False</right_justify>
1059     <stock_icon>GNOME_STOCK_MENU_BACK</stock_icon>
1060   </widget>
1061
1062   <widget>
1063     <class>GtkPixmapMenuItem</class>
1064     <name>popup_slow</name>
1065     <signal>
1066       <name>activate</name>
1067       <handler>GnomePopupSlowActivate</handler>
1068       <data>&quot;intf_popup&quot;</data>
1069       <last_modification_time>Sat, 19 May 2001 16:18:29 GMT</last_modification_time>
1070     </signal>
1071     <label>Slow</label>
1072     <right_justify>False</right_justify>
1073     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
1074   </widget>
1075
1076   <widget>
1077     <class>GtkPixmapMenuItem</class>
1078     <name>popup_fast</name>
1079     <signal>
1080       <name>activate</name>
1081       <handler>GnomePopupFastActivate</handler>
1082       <data>&quot;intf_popup&quot;</data>
1083       <last_modification_time>Sat, 19 May 2001 16:18:37 GMT</last_modification_time>
1084     </signal>
1085     <label>Fast</label>
1086     <right_justify>False</right_justify>
1087     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
1088   </widget>
1089
1090   <widget>
1091     <class>GtkMenuItem</class>
1092     <name>separator3</name>
1093     <right_justify>False</right_justify>
1094   </widget>
1095
1096   <widget>
1097     <class>GtkMenuItem</class>
1098     <name>popup_interface_toggle</name>
1099     <signal>
1100       <name>activate</name>
1101       <handler>GnomePopupWindowToggleActivate</handler>
1102       <data>&quot;intf_popup&quot;</data>
1103       <last_modification_time>Sat, 19 May 2001 16:18:51 GMT</last_modification_time>
1104     </signal>
1105     <label>Toggle _Interface</label>
1106     <right_justify>False</right_justify>
1107   </widget>
1108
1109   <widget>
1110     <class>GtkMenuItem</class>
1111     <name>popup_fullscreen</name>
1112     <tooltip>Toggle fullscreen mode</tooltip>
1113     <signal>
1114       <name>activate</name>
1115       <handler>GnomePopupFullscreenActivate</handler>
1116       <data>&quot;intf_popup&quot;</data>
1117       <last_modification_time>Sat, 19 May 2001 16:19:07 GMT</last_modification_time>
1118     </signal>
1119     <label>_Fullscreen</label>
1120     <right_justify>False</right_justify>
1121   </widget>
1122
1123   <widget>
1124     <class>GtkMenuItem</class>
1125     <name>separator8</name>
1126     <right_justify>False</right_justify>
1127   </widget>
1128
1129   <widget>
1130     <class>GtkMenuItem</class>
1131     <name>popup_next</name>
1132     <signal>
1133       <name>activate</name>
1134       <handler>GnomePopupNextActivate</handler>
1135       <data>&quot;intf_popup&quot;</data>
1136       <last_modification_time>Sat, 19 May 2001 16:19:18 GMT</last_modification_time>
1137     </signal>
1138     <label>Next</label>
1139     <right_justify>False</right_justify>
1140   </widget>
1141
1142   <widget>
1143     <class>GtkMenuItem</class>
1144     <name>popup_prev</name>
1145     <signal>
1146       <name>activate</name>
1147       <handler>GnomePopupPrevActivate</handler>
1148       <data>&quot;intf_popup&quot;</data>
1149       <last_modification_time>Sat, 19 May 2001 16:19:26 GMT</last_modification_time>
1150     </signal>
1151     <label>Prev</label>
1152     <right_justify>False</right_justify>
1153   </widget>
1154
1155   <widget>
1156     <class>GtkPixmapMenuItem</class>
1157     <name>popup_jump</name>
1158     <tooltip>Got directly so specified point</tooltip>
1159     <signal>
1160       <name>activate</name>
1161       <handler>GnomePopupJumpActivate</handler>
1162       <data>&quot;intf_popup&quot;</data>
1163       <last_modification_time>Sat, 19 May 2001 16:34:46 GMT</last_modification_time>
1164     </signal>
1165     <label>_Jump...</label>
1166     <right_justify>False</right_justify>
1167     <stock_icon>GNOME_STOCK_MENU_JUMP_TO</stock_icon>
1168   </widget>
1169
1170   <widget>
1171     <class>GtkPixmapMenuItem</class>
1172     <name>popup_navigation</name>
1173     <sensitive>False</sensitive>
1174     <tooltip>Navigate through titles and chapters</tooltip>
1175     <label>_Navigation</label>
1176     <right_justify>False</right_justify>
1177     <stock_icon>GNOME_STOCK_MENU_SEARCH</stock_icon>
1178   </widget>
1179
1180   <widget>
1181     <class>GtkMenuItem</class>
1182     <name>popup_angle</name>
1183     <sensitive>False</sensitive>
1184     <label>An_gle</label>
1185     <right_justify>False</right_justify>
1186   </widget>
1187
1188   <widget>
1189     <class>GtkPixmapMenuItem</class>
1190     <name>popup_audio</name>
1191     <sensitive>False</sensitive>
1192     <tooltip>Select audio channel</tooltip>
1193     <label>_Audio</label>
1194     <right_justify>False</right_justify>
1195     <stock_icon>GNOME_STOCK_MENU_VOLUME</stock_icon>
1196   </widget>
1197
1198   <widget>
1199     <class>GtkPixmapMenuItem</class>
1200     <name>popup_subpictures</name>
1201     <sensitive>False</sensitive>
1202     <tooltip>Select subtitle channel</tooltip>
1203     <label>_Subtitles</label>
1204     <right_justify>False</right_justify>
1205     <stock_icon>GNOME_STOCK_MENU_FONT</stock_icon>
1206   </widget>
1207
1208   <widget>
1209     <class>GtkMenuItem</class>
1210     <name>separator13</name>
1211     <right_justify>False</right_justify>
1212   </widget>
1213
1214   <widget>
1215     <class>GtkMenuItem</class>
1216     <name>popup_file</name>
1217     <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
1218
1219     <widget>
1220       <class>GtkMenu</class>
1221       <name>popup_file_menu</name>
1222
1223       <widget>
1224         <class>GtkPixmapMenuItem</class>
1225         <name>popup_open</name>
1226         <tooltip>Open a File</tooltip>
1227         <signal>
1228           <name>activate</name>
1229           <handler>GnomePopupFileOpenActivate</handler>
1230           <data>&quot;intf_popup&quot;</data>
1231           <last_modification_time>Sat, 19 May 2001 16:20:08 GMT</last_modification_time>
1232         </signal>
1233         <label>_Open File...</label>
1234         <right_justify>False</right_justify>
1235         <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
1236       </widget>
1237
1238       <widget>
1239         <class>GtkPixmapMenuItem</class>
1240         <name>popup_disc</name>
1241         <tooltip>Open a DVD or VCD</tooltip>
1242         <signal>
1243           <name>activate</name>
1244           <handler>GnomePopupDiscOpenActivate</handler>
1245           <data>&quot;intf_popup&quot;</data>
1246           <last_modification_time>Sat, 19 May 2001 16:20:44 GMT</last_modification_time>
1247         </signal>
1248         <label>Open _Disc...</label>
1249         <right_justify>False</right_justify>
1250         <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
1251       </widget>
1252
1253       <widget>
1254         <class>GtkPixmapMenuItem</class>
1255         <name>popup_network</name>
1256         <tooltip>Select a Network Stream</tooltip>
1257         <signal>
1258           <name>activate</name>
1259           <handler>GnomePopupNetworkOpenActivate</handler>
1260           <data>&quot;intf_popup&quot;</data>
1261           <last_modification_time>Sat, 19 May 2001 16:20:54 GMT</last_modification_time>
1262         </signal>
1263         <label>_Network Stream...</label>
1264         <right_justify>False</right_justify>
1265         <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
1266       </widget>
1267
1268       <widget>
1269         <class>GtkMenuItem</class>
1270         <name>separator4</name>
1271         <right_justify>False</right_justify>
1272       </widget>
1273
1274       <widget>
1275         <class>GtkPixmapMenuItem</class>
1276         <name>popup_about</name>
1277         <signal>
1278           <name>activate</name>
1279           <handler>GnomePopupAboutActivate</handler>
1280           <data>&quot;intf_popup&quot;</data>
1281           <last_modification_time>Sat, 19 May 2001 16:21:02 GMT</last_modification_time>
1282         </signal>
1283         <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
1284       </widget>
1285     </widget>
1286   </widget>
1287
1288   <widget>
1289     <class>GtkMenuItem</class>
1290     <name>popup_playlist</name>
1291     <signal>
1292       <name>activate</name>
1293       <handler>GnomePopupPlaylistActivate</handler>
1294       <data>&quot;intf_popup&quot;</data>
1295       <last_modification_time>Sat, 19 May 2001 16:21:14 GMT</last_modification_time>
1296     </signal>
1297     <label>Playlist...</label>
1298     <right_justify>False</right_justify>
1299   </widget>
1300
1301   <widget>
1302     <class>GtkPixmapMenuItem</class>
1303     <name>popup_preferences</name>
1304     <signal>
1305       <name>activate</name>
1306       <handler>GnomePopupPreferencesActivate</handler>
1307       <data>&quot;intf_popup&quot;</data>
1308       <last_modification_time>Sat, 19 May 2001 16:21:25 GMT</last_modification_time>
1309     </signal>
1310     <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
1311   </widget>
1312
1313   <widget>
1314     <class>GtkMenuItem</class>
1315     <name>separator2</name>
1316     <right_justify>False</right_justify>
1317   </widget>
1318
1319   <widget>
1320     <class>GtkPixmapMenuItem</class>
1321     <name>popup_exit</name>
1322     <signal>
1323       <name>activate</name>
1324       <handler>GnomePopupExitActivate</handler>
1325       <data>&quot;intf_popup&quot;</data>
1326       <last_modification_time>Sat, 19 May 2001 16:21:45 GMT</last_modification_time>
1327     </signal>
1328     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
1329   </widget>
1330 </widget>
1331
1332 <widget>
1333   <class>GnomeAbout</class>
1334   <name>intf_about</name>
1335   <modal>False</modal>
1336   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
1337   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
1338 Michel Lespinasse &lt;walken@zoy.org&gt;
1339 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
1340 Pierre Baillet &lt;oct@zoy.org&gt;
1341 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
1342 Andres Krapf &lt;dae@via.ecp.fr&gt;
1343 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
1344 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
1345 Benoit Steiner &lt;benny@via.ecp.fr&gt;
1346 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
1347 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
1348 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
1349 Samuel Hocevar &lt;sam@zoy.org&gt;
1350 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
1351 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
1352 Stéphane Borel &lt;stef@via.ecp.fr&gt;
1353 Renaud Dartus &lt;reno@via.ecp.fr&gt;
1354 Henri Fallon &lt;henri@via.ecp.fr&gt;
1355 </authors>
1356   <comments>This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and MPEG 2 files from a file or from a network source.</comments>
1357 </widget>
1358
1359 <widget>
1360   <class>GtkFileSelection</class>
1361   <name>intf_fileopen</name>
1362   <border_width>10</border_width>
1363   <title>Open File</title>
1364   <type>GTK_WINDOW_TOPLEVEL</type>
1365   <position>GTK_WIN_POS_NONE</position>
1366   <modal>True</modal>
1367   <allow_shrink>False</allow_shrink>
1368   <allow_grow>True</allow_grow>
1369   <auto_shrink>False</auto_shrink>
1370   <show_file_op_buttons>False</show_file_op_buttons>
1371
1372   <widget>
1373     <class>GtkButton</class>
1374     <child_name>FileSel:ok_button</child_name>
1375     <name>fileopen_ok</name>
1376     <can_default>True</can_default>
1377     <can_focus>True</can_focus>
1378     <signal>
1379       <name>clicked</name>
1380       <handler>GtkFileOpenOk</handler>
1381       <data>&quot;intf_fileopen&quot;</data>
1382       <last_modification_time>Sat, 19 May 2001 03:10:36 GMT</last_modification_time>
1383     </signal>
1384     <label>OK</label>
1385     <relief>GTK_RELIEF_NORMAL</relief>
1386   </widget>
1387
1388   <widget>
1389     <class>GtkButton</class>
1390     <child_name>FileSel:cancel_button</child_name>
1391     <name>fileopen_cancel</name>
1392     <can_default>True</can_default>
1393     <can_focus>True</can_focus>
1394     <signal>
1395       <name>clicked</name>
1396       <handler>GtkFileOpenCancel</handler>
1397       <data>&quot;intf_fileopen&quot;</data>
1398       <last_modification_time>Sat, 19 May 2001 03:10:31 GMT</last_modification_time>
1399     </signal>
1400     <label>Cancel</label>
1401     <relief>GTK_RELIEF_NORMAL</relief>
1402   </widget>
1403 </widget>
1404
1405 <widget>
1406   <class>GnomeDialog</class>
1407   <name>intf_modules</name>
1408   <title>Modules</title>
1409   <type>GTK_WINDOW_TOPLEVEL</type>
1410   <position>GTK_WIN_POS_NONE</position>
1411   <modal>False</modal>
1412   <allow_shrink>False</allow_shrink>
1413   <allow_grow>False</allow_grow>
1414   <auto_shrink>False</auto_shrink>
1415   <auto_close>False</auto_close>
1416   <hide_on_close>False</hide_on_close>
1417
1418   <widget>
1419     <class>GtkVBox</class>
1420     <child_name>GnomeDialog:vbox</child_name>
1421     <name>dialog-vbox1</name>
1422     <homogeneous>False</homogeneous>
1423     <spacing>8</spacing>
1424     <child>
1425       <padding>4</padding>
1426       <expand>True</expand>
1427       <fill>True</fill>
1428     </child>
1429
1430     <widget>
1431       <class>GtkHButtonBox</class>
1432       <child_name>GnomeDialog:action_area</child_name>
1433       <name>dialog-action_area1</name>
1434       <layout_style>GTK_BUTTONBOX_END</layout_style>
1435       <spacing>8</spacing>
1436       <child_min_width>85</child_min_width>
1437       <child_min_height>27</child_min_height>
1438       <child_ipad_x>7</child_ipad_x>
1439       <child_ipad_y>0</child_ipad_y>
1440       <child>
1441         <padding>0</padding>
1442         <expand>False</expand>
1443         <fill>True</fill>
1444         <pack>GTK_PACK_END</pack>
1445       </child>
1446
1447       <widget>
1448         <class>GtkButton</class>
1449         <name>modules_ok</name>
1450         <can_default>True</can_default>
1451         <can_focus>True</can_focus>
1452         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1453       </widget>
1454
1455       <widget>
1456         <class>GtkButton</class>
1457         <name>modules_apply</name>
1458         <can_default>True</can_default>
1459         <can_focus>True</can_focus>
1460         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
1461       </widget>
1462
1463       <widget>
1464         <class>GtkButton</class>
1465         <name>modules_cancel</name>
1466         <can_default>True</can_default>
1467         <can_focus>True</can_focus>
1468         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1469       </widget>
1470     </widget>
1471
1472     <widget>
1473       <class>GtkLabel</class>
1474       <name>label12</name>
1475       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
1476       <justify>GTK_JUSTIFY_CENTER</justify>
1477       <wrap>False</wrap>
1478       <xalign>0.5</xalign>
1479       <yalign>0.5</yalign>
1480       <xpad>0</xpad>
1481       <ypad>0</ypad>
1482       <child>
1483         <padding>0</padding>
1484         <expand>False</expand>
1485         <fill>False</fill>
1486       </child>
1487     </widget>
1488   </widget>
1489 </widget>
1490
1491 <widget>
1492   <class>GnomeDialog</class>
1493   <name>intf_disc</name>
1494   <title>Open Disc</title>
1495   <type>GTK_WINDOW_TOPLEVEL</type>
1496   <position>GTK_WIN_POS_NONE</position>
1497   <modal>True</modal>
1498   <allow_shrink>False</allow_shrink>
1499   <allow_grow>False</allow_grow>
1500   <auto_shrink>False</auto_shrink>
1501   <auto_close>False</auto_close>
1502   <hide_on_close>False</hide_on_close>
1503
1504   <widget>
1505     <class>GtkVBox</class>
1506     <child_name>GnomeDialog:vbox</child_name>
1507     <name>dialog-vbox4</name>
1508     <homogeneous>False</homogeneous>
1509     <spacing>8</spacing>
1510     <child>
1511       <padding>4</padding>
1512       <expand>True</expand>
1513       <fill>True</fill>
1514     </child>
1515
1516     <widget>
1517       <class>GtkHButtonBox</class>
1518       <child_name>GnomeDialog:action_area</child_name>
1519       <name>dialog-action_area4</name>
1520       <layout_style>GTK_BUTTONBOX_END</layout_style>
1521       <spacing>8</spacing>
1522       <child_min_width>85</child_min_width>
1523       <child_min_height>27</child_min_height>
1524       <child_ipad_x>7</child_ipad_x>
1525       <child_ipad_y>0</child_ipad_y>
1526       <child>
1527         <padding>0</padding>
1528         <expand>False</expand>
1529         <fill>True</fill>
1530         <pack>GTK_PACK_END</pack>
1531       </child>
1532
1533       <widget>
1534         <class>GtkButton</class>
1535         <name>disc_ok</name>
1536         <can_default>True</can_default>
1537         <can_focus>True</can_focus>
1538         <signal>
1539           <name>clicked</name>
1540           <handler>GtkDiscOpenOk</handler>
1541           <data>&quot;intf_disc&quot;</data>
1542           <last_modification_time>Sat, 19 May 2001 03:10:12 GMT</last_modification_time>
1543         </signal>
1544         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1545       </widget>
1546
1547       <widget>
1548         <class>GtkButton</class>
1549         <name>disc_cancel</name>
1550         <can_default>True</can_default>
1551         <can_focus>True</can_focus>
1552         <signal>
1553           <name>clicked</name>
1554           <handler>GtkDiscOpenCancel</handler>
1555           <data>&quot;intf_disc&quot;</data>
1556           <last_modification_time>Sat, 19 May 2001 03:10:07 GMT</last_modification_time>
1557         </signal>
1558         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1559       </widget>
1560     </widget>
1561
1562     <widget>
1563       <class>GtkHBox</class>
1564       <name>hbox2</name>
1565       <homogeneous>False</homogeneous>
1566       <spacing>5</spacing>
1567       <child>
1568         <padding>0</padding>
1569         <expand>True</expand>
1570         <fill>True</fill>
1571       </child>
1572
1573       <widget>
1574         <class>GtkFrame</class>
1575         <name>frame1</name>
1576         <label>Disc type</label>
1577         <label_xalign>0</label_xalign>
1578         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1579         <child>
1580           <padding>0</padding>
1581           <expand>True</expand>
1582           <fill>True</fill>
1583         </child>
1584
1585         <widget>
1586           <class>GtkVBox</class>
1587           <name>vbox4</name>
1588           <homogeneous>False</homogeneous>
1589           <spacing>0</spacing>
1590
1591           <widget>
1592             <class>GtkRadioButton</class>
1593             <name>disc_dvd</name>
1594             <can_focus>True</can_focus>
1595             <signal>
1596               <name>toggled</name>
1597               <handler>GtkDiscOpenDvd</handler>
1598               <data>&quot;intf_disc&quot;</data>
1599               <last_modification_time>Sat, 19 May 2001 03:18:29 GMT</last_modification_time>
1600             </signal>
1601             <label>DVD</label>
1602             <active>False</active>
1603             <draw_indicator>True</draw_indicator>
1604             <group>disc</group>
1605             <child>
1606               <padding>0</padding>
1607               <expand>False</expand>
1608               <fill>False</fill>
1609             </child>
1610           </widget>
1611
1612           <widget>
1613             <class>GtkRadioButton</class>
1614             <name>disc_vcd</name>
1615             <can_focus>True</can_focus>
1616             <signal>
1617               <name>toggled</name>
1618               <handler>GtkDiscOpenVcd</handler>
1619               <data>&quot;intf_disc&quot;</data>
1620               <last_modification_time>Sat, 19 May 2001 03:22:10 GMT</last_modification_time>
1621             </signal>
1622             <label>VCD</label>
1623             <active>False</active>
1624             <draw_indicator>True</draw_indicator>
1625             <group>disc</group>
1626             <child>
1627               <padding>0</padding>
1628               <expand>False</expand>
1629               <fill>False</fill>
1630             </child>
1631           </widget>
1632         </widget>
1633       </widget>
1634
1635       <widget>
1636         <class>GtkFrame</class>
1637         <name>frame2</name>
1638         <label>Starting position</label>
1639         <label_xalign>0</label_xalign>
1640         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1641         <child>
1642           <padding>0</padding>
1643           <expand>True</expand>
1644           <fill>True</fill>
1645         </child>
1646
1647         <widget>
1648           <class>GtkTable</class>
1649           <name>table1</name>
1650           <border_width>5</border_width>
1651           <rows>2</rows>
1652           <columns>2</columns>
1653           <homogeneous>False</homogeneous>
1654           <row_spacing>5</row_spacing>
1655           <column_spacing>5</column_spacing>
1656
1657           <widget>
1658             <class>GtkLabel</class>
1659             <name>label15</name>
1660             <label>Title</label>
1661             <justify>GTK_JUSTIFY_CENTER</justify>
1662             <wrap>False</wrap>
1663             <xalign>0</xalign>
1664             <yalign>0.5</yalign>
1665             <xpad>0</xpad>
1666             <ypad>0</ypad>
1667             <child>
1668               <left_attach>0</left_attach>
1669               <right_attach>1</right_attach>
1670               <top_attach>0</top_attach>
1671               <bottom_attach>1</bottom_attach>
1672               <xpad>0</xpad>
1673               <ypad>0</ypad>
1674               <xexpand>False</xexpand>
1675               <yexpand>False</yexpand>
1676               <xshrink>False</xshrink>
1677               <yshrink>False</yshrink>
1678               <xfill>True</xfill>
1679               <yfill>False</yfill>
1680             </child>
1681           </widget>
1682
1683           <widget>
1684             <class>GtkLabel</class>
1685             <name>label16</name>
1686             <label>Chapter</label>
1687             <justify>GTK_JUSTIFY_CENTER</justify>
1688             <wrap>False</wrap>
1689             <xalign>0</xalign>
1690             <yalign>0.5</yalign>
1691             <xpad>0</xpad>
1692             <ypad>0</ypad>
1693             <child>
1694               <left_attach>0</left_attach>
1695               <right_attach>1</right_attach>
1696               <top_attach>1</top_attach>
1697               <bottom_attach>2</bottom_attach>
1698               <xpad>0</xpad>
1699               <ypad>0</ypad>
1700               <xexpand>False</xexpand>
1701               <yexpand>False</yexpand>
1702               <xshrink>False</xshrink>
1703               <yshrink>False</yshrink>
1704               <xfill>True</xfill>
1705               <yfill>False</yfill>
1706             </child>
1707           </widget>
1708
1709           <widget>
1710             <class>GtkSpinButton</class>
1711             <name>disc_title</name>
1712             <can_focus>True</can_focus>
1713             <climb_rate>1</climb_rate>
1714             <digits>0</digits>
1715             <numeric>False</numeric>
1716             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1717             <snap>False</snap>
1718             <wrap>False</wrap>
1719             <value>1</value>
1720             <lower>1</lower>
1721             <upper>65536</upper>
1722             <step>1</step>
1723             <page>10</page>
1724             <page_size>10</page_size>
1725             <child>
1726               <left_attach>1</left_attach>
1727               <right_attach>2</right_attach>
1728               <top_attach>0</top_attach>
1729               <bottom_attach>1</bottom_attach>
1730               <xpad>0</xpad>
1731               <ypad>0</ypad>
1732               <xexpand>True</xexpand>
1733               <yexpand>False</yexpand>
1734               <xshrink>False</xshrink>
1735               <yshrink>False</yshrink>
1736               <xfill>True</xfill>
1737               <yfill>False</yfill>
1738             </child>
1739           </widget>
1740
1741           <widget>
1742             <class>GtkSpinButton</class>
1743             <name>disc_chapter</name>
1744             <can_focus>True</can_focus>
1745             <climb_rate>1</climb_rate>
1746             <digits>0</digits>
1747             <numeric>False</numeric>
1748             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1749             <snap>False</snap>
1750             <wrap>False</wrap>
1751             <value>1</value>
1752             <lower>1</lower>
1753             <upper>65536</upper>
1754             <step>1</step>
1755             <page>10</page>
1756             <page_size>10</page_size>
1757             <child>
1758               <left_attach>1</left_attach>
1759               <right_attach>2</right_attach>
1760               <top_attach>1</top_attach>
1761               <bottom_attach>2</bottom_attach>
1762               <xpad>0</xpad>
1763               <ypad>0</ypad>
1764               <xexpand>True</xexpand>
1765               <yexpand>False</yexpand>
1766               <xshrink>False</xshrink>
1767               <yshrink>False</yshrink>
1768               <xfill>True</xfill>
1769               <yfill>False</yfill>
1770             </child>
1771           </widget>
1772         </widget>
1773       </widget>
1774     </widget>
1775
1776     <widget>
1777       <class>GtkHBox</class>
1778       <name>hbox1</name>
1779       <homogeneous>False</homogeneous>
1780       <spacing>5</spacing>
1781       <child>
1782         <padding>0</padding>
1783         <expand>True</expand>
1784         <fill>True</fill>
1785       </child>
1786
1787       <widget>
1788         <class>GtkLabel</class>
1789         <name>label14</name>
1790         <label>Device name:</label>
1791         <justify>GTK_JUSTIFY_CENTER</justify>
1792         <wrap>False</wrap>
1793         <xalign>0.5</xalign>
1794         <yalign>0.5</yalign>
1795         <xpad>0</xpad>
1796         <ypad>0</ypad>
1797         <child>
1798           <padding>0</padding>
1799           <expand>False</expand>
1800           <fill>False</fill>
1801         </child>
1802       </widget>
1803
1804       <widget>
1805         <class>GtkEntry</class>
1806         <name>disc_name</name>
1807         <can_focus>True</can_focus>
1808         <editable>True</editable>
1809         <text_visible>True</text_visible>
1810         <text_max_length>0</text_max_length>
1811         <text>/dev/dvd</text>
1812         <child>
1813           <padding>0</padding>
1814           <expand>True</expand>
1815           <fill>True</fill>
1816         </child>
1817       </widget>
1818     </widget>
1819   </widget>
1820 </widget>
1821
1822 <widget>
1823   <class>GnomeDialog</class>
1824   <name>intf_network</name>
1825   <title>Network Stream</title>
1826   <type>GTK_WINDOW_TOPLEVEL</type>
1827   <position>GTK_WIN_POS_NONE</position>
1828   <modal>True</modal>
1829   <allow_shrink>False</allow_shrink>
1830   <allow_grow>False</allow_grow>
1831   <auto_shrink>False</auto_shrink>
1832   <auto_close>False</auto_close>
1833   <hide_on_close>False</hide_on_close>
1834
1835   <widget>
1836     <class>GtkVBox</class>
1837     <child_name>GnomeDialog:vbox</child_name>
1838     <name>vbox5</name>
1839     <homogeneous>False</homogeneous>
1840     <spacing>8</spacing>
1841     <child>
1842       <padding>4</padding>
1843       <expand>True</expand>
1844       <fill>True</fill>
1845     </child>
1846
1847     <widget>
1848       <class>GtkHButtonBox</class>
1849       <child_name>GnomeDialog:action_area</child_name>
1850       <name>hbuttonbox1</name>
1851       <layout_style>GTK_BUTTONBOX_END</layout_style>
1852       <spacing>8</spacing>
1853       <child_min_width>85</child_min_width>
1854       <child_min_height>27</child_min_height>
1855       <child_ipad_x>7</child_ipad_x>
1856       <child_ipad_y>0</child_ipad_y>
1857       <child>
1858         <padding>0</padding>
1859         <expand>False</expand>
1860         <fill>True</fill>
1861         <pack>GTK_PACK_END</pack>
1862       </child>
1863
1864       <widget>
1865         <class>GtkButton</class>
1866         <name>network_ok</name>
1867         <can_default>True</can_default>
1868         <can_focus>True</can_focus>
1869         <signal>
1870           <name>clicked</name>
1871           <handler>GtkNetworkOpenOk</handler>
1872           <data>&quot;intf_network&quot;</data>
1873           <last_modification_time>Sat, 19 May 2001 03:09:40 GMT</last_modification_time>
1874         </signal>
1875         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1876       </widget>
1877
1878       <widget>
1879         <class>GtkButton</class>
1880         <name>network_cancel</name>
1881         <can_default>True</can_default>
1882         <can_focus>True</can_focus>
1883         <signal>
1884           <name>clicked</name>
1885           <handler>GtkNetworkOpenCancel</handler>
1886           <data>&quot;intf_network&quot;</data>
1887           <last_modification_time>Sat, 19 May 2001 03:09:44 GMT</last_modification_time>
1888         </signal>
1889         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1890       </widget>
1891     </widget>
1892
1893     <widget>
1894       <class>GtkHBox</class>
1895       <name>hbox3</name>
1896       <homogeneous>False</homogeneous>
1897       <spacing>5</spacing>
1898       <child>
1899         <padding>0</padding>
1900         <expand>True</expand>
1901         <fill>True</fill>
1902       </child>
1903
1904       <widget>
1905         <class>GtkFrame</class>
1906         <name>frame3</name>
1907         <label>Protocol</label>
1908         <label_xalign>0</label_xalign>
1909         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1910         <child>
1911           <padding>0</padding>
1912           <expand>True</expand>
1913           <fill>True</fill>
1914         </child>
1915
1916         <widget>
1917           <class>GtkVBox</class>
1918           <name>vbox6</name>
1919           <homogeneous>False</homogeneous>
1920           <spacing>0</spacing>
1921
1922           <widget>
1923             <class>GtkRadioButton</class>
1924             <name>network_ts</name>
1925             <can_focus>True</can_focus>
1926             <label>TS</label>
1927             <active>False</active>
1928             <draw_indicator>True</draw_indicator>
1929             <group>network</group>
1930             <child>
1931               <padding>0</padding>
1932               <expand>False</expand>
1933               <fill>False</fill>
1934             </child>
1935           </widget>
1936
1937           <widget>
1938             <class>GtkRadioButton</class>
1939             <name>network_rtp</name>
1940             <sensitive>False</sensitive>
1941             <can_focus>True</can_focus>
1942             <label>RTP</label>
1943             <active>False</active>
1944             <draw_indicator>True</draw_indicator>
1945             <group>network</group>
1946             <child>
1947               <padding>0</padding>
1948               <expand>False</expand>
1949               <fill>False</fill>
1950             </child>
1951           </widget>
1952
1953           <widget>
1954             <class>GtkRadioButton</class>
1955             <name>network_http</name>
1956             <can_focus>True</can_focus>
1957             <label>HTTP</label>
1958             <active>False</active>
1959             <draw_indicator>True</draw_indicator>
1960             <group>network</group>
1961             <child>
1962               <padding>0</padding>
1963               <expand>False</expand>
1964               <fill>False</fill>
1965             </child>
1966           </widget>
1967         </widget>
1968       </widget>
1969
1970       <widget>
1971         <class>GtkFrame</class>
1972         <name>frame4</name>
1973         <label>Server</label>
1974         <label_xalign>0</label_xalign>
1975         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1976         <child>
1977           <padding>0</padding>
1978           <expand>True</expand>
1979           <fill>True</fill>
1980         </child>
1981
1982         <widget>
1983           <class>GtkTable</class>
1984           <name>table2</name>
1985           <border_width>5</border_width>
1986           <rows>3</rows>
1987           <columns>2</columns>
1988           <homogeneous>False</homogeneous>
1989           <row_spacing>5</row_spacing>
1990           <column_spacing>5</column_spacing>
1991
1992           <widget>
1993             <class>GtkLabel</class>
1994             <name>network_server_label</name>
1995             <label>Address</label>
1996             <justify>GTK_JUSTIFY_CENTER</justify>
1997             <wrap>False</wrap>
1998             <xalign>0</xalign>
1999             <yalign>0.5</yalign>
2000             <xpad>0</xpad>
2001             <ypad>0</ypad>
2002             <child>
2003               <left_attach>0</left_attach>
2004               <right_attach>1</right_attach>
2005               <top_attach>0</top_attach>
2006               <bottom_attach>1</bottom_attach>
2007               <xpad>0</xpad>
2008               <ypad>0</ypad>
2009               <xexpand>False</xexpand>
2010               <yexpand>False</yexpand>
2011               <xshrink>False</xshrink>
2012               <yshrink>False</yshrink>
2013               <xfill>True</xfill>
2014               <yfill>False</yfill>
2015             </child>
2016           </widget>
2017
2018           <widget>
2019             <class>GtkLabel</class>
2020             <name>network_port_label</name>
2021             <label>Port</label>
2022             <justify>GTK_JUSTIFY_CENTER</justify>
2023             <wrap>False</wrap>
2024             <xalign>0</xalign>
2025             <yalign>0.5</yalign>
2026             <xpad>0</xpad>
2027             <ypad>0</ypad>
2028             <child>
2029               <left_attach>0</left_attach>
2030               <right_attach>1</right_attach>
2031               <top_attach>1</top_attach>
2032               <bottom_attach>2</bottom_attach>
2033               <xpad>0</xpad>
2034               <ypad>0</ypad>
2035               <xexpand>False</xexpand>
2036               <yexpand>False</yexpand>
2037               <xshrink>False</xshrink>
2038               <yshrink>False</yshrink>
2039               <xfill>True</xfill>
2040               <yfill>False</yfill>
2041             </child>
2042           </widget>
2043
2044           <widget>
2045             <class>GtkSpinButton</class>
2046             <name>network_port</name>
2047             <tooltip>Port of the stream server</tooltip>
2048             <can_focus>True</can_focus>
2049             <climb_rate>1</climb_rate>
2050             <digits>0</digits>
2051             <numeric>False</numeric>
2052             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2053             <snap>False</snap>
2054             <wrap>False</wrap>
2055             <value>1234</value>
2056             <lower>1024</lower>
2057             <upper>65535</upper>
2058             <step>1</step>
2059             <page>10</page>
2060             <page_size>10</page_size>
2061             <child>
2062               <left_attach>1</left_attach>
2063               <right_attach>2</right_attach>
2064               <top_attach>1</top_attach>
2065               <bottom_attach>2</bottom_attach>
2066               <xpad>0</xpad>
2067               <ypad>0</ypad>
2068               <xexpand>True</xexpand>
2069               <yexpand>False</yexpand>
2070               <xshrink>False</xshrink>
2071               <yshrink>False</yshrink>
2072               <xfill>True</xfill>
2073               <yfill>False</yfill>
2074             </child>
2075           </widget>
2076
2077           <widget>
2078             <class>GtkCheckButton</class>
2079             <name>network_broadcast_check</name>
2080             <can_focus>True</can_focus>
2081             <signal>
2082               <name>toggled</name>
2083               <handler>GtkNetworkOpenBroadcast</handler>
2084               <data>&quot;intf_network&quot;</data>
2085               <last_modification_time>Wed, 30 May 2001 13:30:02 GMT</last_modification_time>
2086             </signal>
2087             <label>Broadcast</label>
2088             <active>False</active>
2089             <draw_indicator>True</draw_indicator>
2090             <child>
2091               <left_attach>0</left_attach>
2092               <right_attach>1</right_attach>
2093               <top_attach>2</top_attach>
2094               <bottom_attach>3</bottom_attach>
2095               <xpad>0</xpad>
2096               <ypad>0</ypad>
2097               <xexpand>False</xexpand>
2098               <yexpand>False</yexpand>
2099               <xshrink>False</xshrink>
2100               <yshrink>False</yshrink>
2101               <xfill>True</xfill>
2102               <yfill>False</yfill>
2103             </child>
2104           </widget>
2105
2106           <widget>
2107             <class>GnomeEntry</class>
2108             <name>network_broadcast_combo</name>
2109             <max_saved>10</max_saved>
2110             <child>
2111               <left_attach>1</left_attach>
2112               <right_attach>2</right_attach>
2113               <top_attach>2</top_attach>
2114               <bottom_attach>3</bottom_attach>
2115               <xpad>0</xpad>
2116               <ypad>0</ypad>
2117               <xexpand>True</xexpand>
2118               <yexpand>False</yexpand>
2119               <xshrink>False</xshrink>
2120               <yshrink>False</yshrink>
2121               <xfill>True</xfill>
2122               <yfill>False</yfill>
2123             </child>
2124
2125             <widget>
2126               <class>GtkEntry</class>
2127               <child_name>GnomeEntry:entry</child_name>
2128               <name>network_broadcast</name>
2129               <sensitive>False</sensitive>
2130               <can_focus>True</can_focus>
2131               <editable>True</editable>
2132               <text_visible>True</text_visible>
2133               <text_max_length>0</text_max_length>
2134               <text>138.195.143.255</text>
2135             </widget>
2136           </widget>
2137
2138           <widget>
2139             <class>GnomeEntry</class>
2140             <name>network_server_combo</name>
2141             <max_saved>10</max_saved>
2142             <child>
2143               <left_attach>1</left_attach>
2144               <right_attach>2</right_attach>
2145               <top_attach>0</top_attach>
2146               <bottom_attach>1</bottom_attach>
2147               <xpad>0</xpad>
2148               <ypad>0</ypad>
2149               <xexpand>True</xexpand>
2150               <yexpand>False</yexpand>
2151               <xshrink>False</xshrink>
2152               <yshrink>False</yshrink>
2153               <xfill>True</xfill>
2154               <yfill>False</yfill>
2155             </child>
2156
2157             <widget>
2158               <class>GtkEntry</class>
2159               <child_name>GnomeEntry:entry</child_name>
2160               <name>network_server</name>
2161               <can_focus>True</can_focus>
2162               <editable>True</editable>
2163               <text_visible>True</text_visible>
2164               <text_max_length>0</text_max_length>
2165               <text>vls</text>
2166             </widget>
2167           </widget>
2168         </widget>
2169       </widget>
2170     </widget>
2171
2172     <widget>
2173       <class>GtkFrame</class>
2174       <name>frame5</name>
2175       <label>Channels</label>
2176       <label_xalign>0.05</label_xalign>
2177       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2178       <child>
2179         <padding>0</padding>
2180         <expand>True</expand>
2181         <fill>True</fill>
2182       </child>
2183
2184       <widget>
2185         <class>GtkHBox</class>
2186         <name>hbox4</name>
2187         <homogeneous>False</homogeneous>
2188         <spacing>0</spacing>
2189
2190         <widget>
2191           <class>GtkCheckButton</class>
2192           <name>network_channel_check</name>
2193           <can_focus>True</can_focus>
2194           <signal>
2195             <name>toggled</name>
2196             <handler>GtkNetworkOpenChannel</handler>
2197             <data>&quot;intf_network&quot;</data>
2198             <last_modification_time>Wed, 30 May 2001 13:30:25 GMT</last_modification_time>
2199           </signal>
2200           <label>Channel server:</label>
2201           <active>False</active>
2202           <draw_indicator>True</draw_indicator>
2203           <child>
2204             <padding>0</padding>
2205             <expand>False</expand>
2206             <fill>False</fill>
2207           </child>
2208         </widget>
2209
2210         <widget>
2211           <class>GnomeEntry</class>
2212           <name>network_channel_combo</name>
2213           <sensitive>False</sensitive>
2214           <max_saved>10</max_saved>
2215           <child>
2216             <padding>0</padding>
2217             <expand>False</expand>
2218             <fill>False</fill>
2219           </child>
2220
2221           <widget>
2222             <class>GtkEntry</class>
2223             <child_name>GnomeEntry:entry</child_name>
2224             <name>network_channel</name>
2225             <can_focus>True</can_focus>
2226             <editable>True</editable>
2227             <text_visible>True</text_visible>
2228             <text_max_length>0</text_max_length>
2229             <text>138.195.143.120</text>
2230           </widget>
2231         </widget>
2232
2233         <widget>
2234           <class>GtkLabel</class>
2235           <name>network_channel_port_label</name>
2236           <label>port:</label>
2237           <justify>GTK_JUSTIFY_CENTER</justify>
2238           <wrap>False</wrap>
2239           <xalign>0.5</xalign>
2240           <yalign>0.5</yalign>
2241           <xpad>0</xpad>
2242           <ypad>0</ypad>
2243           <child>
2244             <padding>5</padding>
2245             <expand>False</expand>
2246             <fill>False</fill>
2247           </child>
2248         </widget>
2249
2250         <widget>
2251           <class>GtkSpinButton</class>
2252           <name>network_channel_port</name>
2253           <width>60</width>
2254           <sensitive>False</sensitive>
2255           <can_focus>True</can_focus>
2256           <climb_rate>1</climb_rate>
2257           <digits>0</digits>
2258           <numeric>False</numeric>
2259           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2260           <snap>False</snap>
2261           <wrap>False</wrap>
2262           <value>6010</value>
2263           <lower>1024</lower>
2264           <upper>65535</upper>
2265           <step>1</step>
2266           <page>10</page>
2267           <page_size>10</page_size>
2268           <child>
2269             <padding>0</padding>
2270             <expand>False</expand>
2271             <fill>False</fill>
2272           </child>
2273         </widget>
2274       </widget>
2275     </widget>
2276   </widget>
2277 </widget>
2278
2279 <widget>
2280   <class>GnomeDialog</class>
2281   <name>intf_playlist</name>
2282   <signal>
2283     <name>destroy</name>
2284     <handler>gtk_widget_hide</handler>
2285     <data>&quot;intf_playlist&quot;</data>
2286     <last_modification_time>Sat, 19 May 2001 03:09:08 GMT</last_modification_time>
2287   </signal>
2288   <signal>
2289     <name>delete_event</name>
2290     <handler>gtk_widget_hide</handler>
2291     <data>&quot;intf_playlist&quot;</data>
2292     <last_modification_time>Sat, 19 May 2001 03:09:12 GMT</last_modification_time>
2293   </signal>
2294   <title>Playlist</title>
2295   <type>GTK_WINDOW_TOPLEVEL</type>
2296   <position>GTK_WIN_POS_NONE</position>
2297   <modal>False</modal>
2298   <default_width>400</default_width>
2299   <default_height>300</default_height>
2300   <allow_shrink>True</allow_shrink>
2301   <allow_grow>True</allow_grow>
2302   <auto_shrink>False</auto_shrink>
2303   <auto_close>False</auto_close>
2304   <hide_on_close>False</hide_on_close>
2305
2306   <widget>
2307     <class>GtkVBox</class>
2308     <child_name>GnomeDialog:vbox</child_name>
2309     <name>playlist_vbox</name>
2310     <homogeneous>False</homogeneous>
2311     <spacing>8</spacing>
2312     <child>
2313       <padding>4</padding>
2314       <expand>True</expand>
2315       <fill>True</fill>
2316     </child>
2317
2318     <widget>
2319       <class>GtkHButtonBox</class>
2320       <child_name>GnomeDialog:action_area</child_name>
2321       <name>playlist_action</name>
2322       <layout_style>GTK_BUTTONBOX_END</layout_style>
2323       <spacing>8</spacing>
2324       <child_min_width>100</child_min_width>
2325       <child_min_height>38</child_min_height>
2326       <child_ipad_x>7</child_ipad_x>
2327       <child_ipad_y>0</child_ipad_y>
2328       <child>
2329         <padding>0</padding>
2330         <expand>False</expand>
2331         <fill>True</fill>
2332         <pack>GTK_PACK_END</pack>
2333       </child>
2334
2335       <widget>
2336         <class>GtkButton</class>
2337         <name>playlist_ok</name>
2338         <can_default>True</can_default>
2339         <can_focus>True</can_focus>
2340         <signal>
2341           <name>clicked</name>
2342           <handler>GtkPlaylistOk</handler>
2343           <data>&quot;intf_playlist&quot;</data>
2344           <last_modification_time>Sat, 19 May 2001 03:09:00 GMT</last_modification_time>
2345         </signal>
2346         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2347       </widget>
2348
2349       <widget>
2350         <class>GtkButton</class>
2351         <name>playlist_cancel</name>
2352         <can_default>True</can_default>
2353         <can_focus>True</can_focus>
2354         <signal>
2355           <name>clicked</name>
2356           <handler>GtkPlaylistCancel</handler>
2357           <data>&quot;intf_playlist&quot;</data>
2358           <last_modification_time>Sat, 19 May 2001 03:08:56 GMT</last_modification_time>
2359         </signal>
2360         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2361       </widget>
2362     </widget>
2363
2364     <widget>
2365       <class>GtkScrolledWindow</class>
2366       <name>playlist_scrolledwindow</name>
2367       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2368       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2369       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2370       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2371       <child>
2372         <padding>0</padding>
2373         <expand>True</expand>
2374         <fill>True</fill>
2375       </child>
2376
2377       <widget>
2378         <class>GtkViewport</class>
2379         <name>playlist_viewport</name>
2380         <shadow_type>GTK_SHADOW_IN</shadow_type>
2381
2382         <widget>
2383           <class>GtkFrame</class>
2384           <name>playlist_frame</name>
2385           <border_width>4</border_width>
2386           <label>Playlist</label>
2387           <label_xalign>0.05</label_xalign>
2388           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2389
2390           <widget>
2391             <class>GtkCList</class>
2392             <name>playlist_clist</name>
2393             <can_focus>True</can_focus>
2394             <signal>
2395               <name>event</name>
2396               <handler>GtkPlaylistEvent</handler>
2397               <data>&quot;intf_playlist&quot;</data>
2398               <last_modification_time>Sat, 19 May 2001 03:08:43 GMT</last_modification_time>
2399             </signal>
2400             <signal>
2401               <name>drag_data_received</name>
2402               <handler>GtkPlaylistDragData</handler>
2403               <data>&quot;intf_playlist&quot;</data>
2404               <last_modification_time>Sat, 19 May 2001 03:08:45 GMT</last_modification_time>
2405             </signal>
2406             <signal>
2407               <name>drag_motion</name>
2408               <handler>GtkPlaylistDragMotion</handler>
2409               <data>&quot;intf_playlist&quot;</data>
2410               <last_modification_time>Sat, 19 May 2001 03:08:49 GMT</last_modification_time>
2411             </signal>
2412             <columns>2</columns>
2413             <column_widths>287,70</column_widths>
2414             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2415             <show_titles>True</show_titles>
2416             <shadow_type>GTK_SHADOW_IN</shadow_type>
2417
2418             <widget>
2419               <class>GtkLabel</class>
2420               <child_name>CList:title</child_name>
2421               <name>playlist_label_url</name>
2422               <label>Url</label>
2423               <justify>GTK_JUSTIFY_CENTER</justify>
2424               <wrap>False</wrap>
2425               <xalign>0.5</xalign>
2426               <yalign>0.5</yalign>
2427               <xpad>0</xpad>
2428               <ypad>0</ypad>
2429             </widget>
2430
2431             <widget>
2432               <class>GtkLabel</class>
2433               <child_name>CList:title</child_name>
2434               <name>playlist_label_duration</name>
2435               <label>Duration</label>
2436               <justify>GTK_JUSTIFY_CENTER</justify>
2437               <wrap>False</wrap>
2438               <xalign>0.5</xalign>
2439               <yalign>0.5</yalign>
2440               <xpad>0</xpad>
2441               <ypad>0</ypad>
2442             </widget>
2443           </widget>
2444         </widget>
2445       </widget>
2446     </widget>
2447
2448     <widget>
2449       <class>GtkMenuBar</class>
2450       <name>playlist_menubar</name>
2451       <shadow_type>GTK_SHADOW_OUT</shadow_type>
2452       <child>
2453         <padding>0</padding>
2454         <expand>False</expand>
2455         <fill>False</fill>
2456       </child>
2457
2458       <widget>
2459         <class>GtkMenuItem</class>
2460         <name>playlist_add</name>
2461         <label>Add</label>
2462         <right_justify>False</right_justify>
2463
2464         <widget>
2465           <class>GtkMenu</class>
2466           <name>playlist_add_menu</name>
2467
2468           <widget>
2469             <class>GtkMenuItem</class>
2470             <name>playlist_add_disc</name>
2471             <signal>
2472               <name>activate</name>
2473               <handler>GnomePlaylistDiscOpenActivate</handler>
2474               <data>&quot;intf_playlist&quot;</data>
2475               <last_modification_time>Sat, 19 May 2001 16:22:26 GMT</last_modification_time>
2476             </signal>
2477             <label>Disc</label>
2478             <right_justify>False</right_justify>
2479           </widget>
2480
2481           <widget>
2482             <class>GtkMenuItem</class>
2483             <name>playlist_add_file</name>
2484             <signal>
2485               <name>activate</name>
2486               <handler>GnomePlaylistFileOpenActivate</handler>
2487               <data>&quot;intf_playlist&quot;</data>
2488               <last_modification_time>Sat, 19 May 2001 16:22:37 GMT</last_modification_time>
2489             </signal>
2490             <label>File</label>
2491             <right_justify>False</right_justify>
2492           </widget>
2493
2494           <widget>
2495             <class>GtkMenuItem</class>
2496             <name>playlist_add_network</name>
2497             <signal>
2498               <name>activate</name>
2499               <handler>GnomePlaylistNetworkOpenActivate</handler>
2500               <data>&quot;intf_playlist&quot;</data>
2501               <last_modification_time>Sat, 19 May 2001 16:22:52 GMT</last_modification_time>
2502             </signal>
2503             <label>Network</label>
2504             <right_justify>False</right_justify>
2505           </widget>
2506
2507           <widget>
2508             <class>GtkMenuItem</class>
2509             <name>playlist_add_url</name>
2510             <signal>
2511               <name>activate</name>
2512               <handler>GtkPlaylistAddUrl</handler>
2513               <data>&quot;intf_playlist&quot;</data>
2514               <last_modification_time>Sat, 19 May 2001 16:24:27 GMT</last_modification_time>
2515             </signal>
2516             <label>Url</label>
2517             <right_justify>False</right_justify>
2518           </widget>
2519         </widget>
2520       </widget>
2521
2522       <widget>
2523         <class>GtkMenuItem</class>
2524         <name>playlist_delete</name>
2525         <label>Delete</label>
2526         <right_justify>False</right_justify>
2527
2528         <widget>
2529           <class>GtkMenu</class>
2530           <name>playlist_delete_menu</name>
2531
2532           <widget>
2533             <class>GtkMenuItem</class>
2534             <name>playlist_delete_all</name>
2535             <signal>
2536               <name>activate</name>
2537               <handler>GtkPlaylistDeleteAll</handler>
2538               <data>&quot;intf_playlist&quot;</data>
2539               <last_modification_time>Sat, 19 May 2001 03:08:11 GMT</last_modification_time>
2540             </signal>
2541             <label>All</label>
2542             <right_justify>False</right_justify>
2543           </widget>
2544
2545           <widget>
2546             <class>GtkMenuItem</class>
2547             <name>playlist_delete_item</name>
2548             <signal>
2549               <name>activate</name>
2550               <handler>GtkPlaylistDeleteSelected</handler>
2551               <data>&quot;intf_playlist&quot;</data>
2552               <last_modification_time>Sat, 19 May 2001 03:08:05 GMT</last_modification_time>
2553             </signal>
2554             <label>Item</label>
2555             <right_justify>False</right_justify>
2556           </widget>
2557         </widget>
2558       </widget>
2559
2560       <widget>
2561         <class>GtkMenuItem</class>
2562         <name>playlist_selection</name>
2563         <label>Selection</label>
2564         <right_justify>False</right_justify>
2565
2566         <widget>
2567           <class>GtkMenu</class>
2568           <name>playlist_selection_menu</name>
2569
2570           <widget>
2571             <class>GtkMenuItem</class>
2572             <name>playlist_selection_crop</name>
2573             <signal>
2574               <name>activate</name>
2575               <handler>GtkPlaylistCrop</handler>
2576               <data>&quot;intf_playlist&quot;</data>
2577               <last_modification_time>Sat, 19 May 2001 03:07:56 GMT</last_modification_time>
2578             </signal>
2579             <label>Crop</label>
2580             <right_justify>False</right_justify>
2581           </widget>
2582
2583           <widget>
2584             <class>GtkMenuItem</class>
2585             <name>playlist_selection_invert</name>
2586             <signal>
2587               <name>activate</name>
2588               <handler>GtkPlaylistInvert</handler>
2589               <data>&quot;intf_playlist&quot;</data>
2590               <last_modification_time>Sat, 19 May 2001 03:07:51 GMT</last_modification_time>
2591             </signal>
2592             <label>Invert</label>
2593             <right_justify>False</right_justify>
2594           </widget>
2595
2596           <widget>
2597             <class>GtkMenuItem</class>
2598             <name>playlist_selection_select</name>
2599             <signal>
2600               <name>activate</name>
2601               <handler>GtkPlaylistSelect</handler>
2602               <data>&quot;intf_playlist&quot;</data>
2603               <last_modification_time>Sat, 19 May 2001 03:07:45 GMT</last_modification_time>
2604             </signal>
2605             <label>Select</label>
2606             <right_justify>False</right_justify>
2607           </widget>
2608         </widget>
2609       </widget>
2610     </widget>
2611   </widget>
2612 </widget>
2613
2614 <widget>
2615   <class>GnomeDialog</class>
2616   <name>intf_jump</name>
2617   <type>GTK_WINDOW_TOPLEVEL</type>
2618   <position>GTK_WIN_POS_NONE</position>
2619   <modal>False</modal>
2620   <allow_shrink>False</allow_shrink>
2621   <allow_grow>False</allow_grow>
2622   <auto_shrink>False</auto_shrink>
2623   <auto_close>False</auto_close>
2624   <hide_on_close>False</hide_on_close>
2625
2626   <widget>
2627     <class>GtkVBox</class>
2628     <child_name>GnomeDialog:vbox</child_name>
2629     <name>jump_vbox</name>
2630     <homogeneous>False</homogeneous>
2631     <spacing>8</spacing>
2632     <child>
2633       <padding>0</padding>
2634       <expand>True</expand>
2635       <fill>True</fill>
2636     </child>
2637
2638     <widget>
2639       <class>GtkHButtonBox</class>
2640       <child_name>GnomeDialog:action_area</child_name>
2641       <name>jump_action</name>
2642       <layout_style>GTK_BUTTONBOX_END</layout_style>
2643       <spacing>8</spacing>
2644       <child_min_width>85</child_min_width>
2645       <child_min_height>27</child_min_height>
2646       <child_ipad_x>7</child_ipad_x>
2647       <child_ipad_y>0</child_ipad_y>
2648       <child>
2649         <padding>0</padding>
2650         <expand>False</expand>
2651         <fill>True</fill>
2652         <pack>GTK_PACK_END</pack>
2653       </child>
2654
2655       <widget>
2656         <class>GtkButton</class>
2657         <name>jump_ok</name>
2658         <can_default>True</can_default>
2659         <can_focus>True</can_focus>
2660         <signal>
2661           <name>clicked</name>
2662           <handler>GtkJumpOk</handler>
2663           <data>&quot;intf_jump&quot;</data>
2664           <last_modification_time>Sat, 19 May 2001 03:07:27 GMT</last_modification_time>
2665         </signal>
2666         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2667       </widget>
2668
2669       <widget>
2670         <class>GtkButton</class>
2671         <name>jump_cancel</name>
2672         <can_default>True</can_default>
2673         <can_focus>True</can_focus>
2674         <signal>
2675           <name>clicked</name>
2676           <handler>GtkJumpCancel</handler>
2677           <data>&quot;intf_jump&quot;</data>
2678           <last_modification_time>Sat, 19 May 2001 03:07:20 GMT</last_modification_time>
2679         </signal>
2680         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2681       </widget>
2682     </widget>
2683
2684     <widget>
2685       <class>GtkFrame</class>
2686       <name>jump_frame</name>
2687       <border_width>5</border_width>
2688       <label>Jump to: </label>
2689       <label_xalign>0.05</label_xalign>
2690       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2691       <child>
2692         <padding>0</padding>
2693         <expand>False</expand>
2694         <fill>False</fill>
2695       </child>
2696
2697       <widget>
2698         <class>GtkHBox</class>
2699         <name>jump_box</name>
2700         <border_width>5</border_width>
2701         <homogeneous>False</homogeneous>
2702         <spacing>0</spacing>
2703
2704         <widget>
2705           <class>GtkLabel</class>
2706           <name>jump_label3</name>
2707           <label>s.</label>
2708           <justify>GTK_JUSTIFY_CENTER</justify>
2709           <wrap>False</wrap>
2710           <xalign>0.5</xalign>
2711           <yalign>0.5</yalign>
2712           <xpad>0</xpad>
2713           <ypad>0</ypad>
2714           <child>
2715             <padding>0</padding>
2716             <expand>False</expand>
2717             <fill>False</fill>
2718             <pack>GTK_PACK_END</pack>
2719           </child>
2720         </widget>
2721
2722         <widget>
2723           <class>GtkSpinButton</class>
2724           <name>jump_second_spinbutton</name>
2725           <can_focus>True</can_focus>
2726           <climb_rate>1</climb_rate>
2727           <digits>0</digits>
2728           <numeric>False</numeric>
2729           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2730           <snap>False</snap>
2731           <wrap>False</wrap>
2732           <value>0</value>
2733           <lower>0</lower>
2734           <upper>100</upper>
2735           <step>1</step>
2736           <page>10</page>
2737           <page_size>10</page_size>
2738           <child>
2739             <padding>5</padding>
2740             <expand>False</expand>
2741             <fill>False</fill>
2742             <pack>GTK_PACK_END</pack>
2743           </child>
2744         </widget>
2745
2746         <widget>
2747           <class>GtkLabel</class>
2748           <name>jump_label1</name>
2749           <label>m:</label>
2750           <justify>GTK_JUSTIFY_CENTER</justify>
2751           <wrap>False</wrap>
2752           <xalign>0.5</xalign>
2753           <yalign>0.5</yalign>
2754           <xpad>0</xpad>
2755           <ypad>0</ypad>
2756           <child>
2757             <padding>5</padding>
2758             <expand>False</expand>
2759             <fill>False</fill>
2760             <pack>GTK_PACK_END</pack>
2761           </child>
2762         </widget>
2763
2764         <widget>
2765           <class>GtkSpinButton</class>
2766           <name>jump_minute_spinbutton</name>
2767           <can_focus>True</can_focus>
2768           <climb_rate>1</climb_rate>
2769           <digits>0</digits>
2770           <numeric>False</numeric>
2771           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2772           <snap>False</snap>
2773           <wrap>False</wrap>
2774           <value>0</value>
2775           <lower>0</lower>
2776           <upper>59</upper>
2777           <step>1</step>
2778           <page>10</page>
2779           <page_size>10</page_size>
2780           <child>
2781             <padding>5</padding>
2782             <expand>False</expand>
2783             <fill>False</fill>
2784             <pack>GTK_PACK_END</pack>
2785           </child>
2786         </widget>
2787
2788         <widget>
2789           <class>GtkLabel</class>
2790           <name>jump_label2</name>
2791           <label>h:</label>
2792           <justify>GTK_JUSTIFY_CENTER</justify>
2793           <wrap>False</wrap>
2794           <xalign>0.5</xalign>
2795           <yalign>0.5</yalign>
2796           <xpad>0</xpad>
2797           <ypad>0</ypad>
2798           <child>
2799             <padding>5</padding>
2800             <expand>False</expand>
2801             <fill>False</fill>
2802             <pack>GTK_PACK_END</pack>
2803           </child>
2804         </widget>
2805
2806         <widget>
2807           <class>GtkSpinButton</class>
2808           <name>jump_hour_spinbutton</name>
2809           <can_focus>True</can_focus>
2810           <climb_rate>1</climb_rate>
2811           <digits>0</digits>
2812           <numeric>False</numeric>
2813           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2814           <snap>False</snap>
2815           <wrap>False</wrap>
2816           <value>0</value>
2817           <lower>0</lower>
2818           <upper>10</upper>
2819           <step>1</step>
2820           <page>10</page>
2821           <page_size>10</page_size>
2822           <child>
2823             <padding>5</padding>
2824             <expand>False</expand>
2825             <fill>False</fill>
2826             <pack>GTK_PACK_END</pack>
2827           </child>
2828         </widget>
2829       </widget>
2830     </widget>
2831   </widget>
2832 </widget>
2833
2834 <widget>
2835   <class>GnomeDialog</class>
2836   <name>intf_preferences</name>
2837   <title>Preferences</title>
2838   <type>GTK_WINDOW_TOPLEVEL</type>
2839   <position>GTK_WIN_POS_NONE</position>
2840   <modal>False</modal>
2841   <default_width>450</default_width>
2842   <default_height>350</default_height>
2843   <allow_shrink>True</allow_shrink>
2844   <allow_grow>True</allow_grow>
2845   <auto_shrink>False</auto_shrink>
2846   <auto_close>False</auto_close>
2847   <hide_on_close>False</hide_on_close>
2848
2849   <widget>
2850     <class>GtkVBox</class>
2851     <child_name>GnomeDialog:vbox</child_name>
2852     <name>preferences_vbox</name>
2853     <border_width>5</border_width>
2854     <homogeneous>False</homogeneous>
2855     <spacing>10</spacing>
2856     <child>
2857       <padding>0</padding>
2858       <expand>True</expand>
2859       <fill>True</fill>
2860     </child>
2861
2862     <widget>
2863       <class>GtkHButtonBox</class>
2864       <child_name>GnomeDialog:action_area</child_name>
2865       <name>preferences_dialog</name>
2866       <layout_style>GTK_BUTTONBOX_END</layout_style>
2867       <spacing>8</spacing>
2868       <child_min_width>85</child_min_width>
2869       <child_min_height>27</child_min_height>
2870       <child_ipad_x>7</child_ipad_x>
2871       <child_ipad_y>0</child_ipad_y>
2872       <child>
2873         <padding>0</padding>
2874         <expand>False</expand>
2875         <fill>True</fill>
2876         <pack>GTK_PACK_END</pack>
2877       </child>
2878
2879       <widget>
2880         <class>GtkButton</class>
2881         <name>preferences_ok</name>
2882         <can_default>True</can_default>
2883         <can_focus>True</can_focus>
2884         <signal>
2885           <name>clicked</name>
2886           <handler>GtkPreferencesOk</handler>
2887           <data>&quot;intf_preferences&quot;</data>
2888           <last_modification_time>Sat, 19 May 2001 03:06:57 GMT</last_modification_time>
2889         </signal>
2890         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2891       </widget>
2892
2893       <widget>
2894         <class>GtkButton</class>
2895         <name>preferences_apply</name>
2896         <can_default>True</can_default>
2897         <can_focus>True</can_focus>
2898         <signal>
2899           <name>clicked</name>
2900           <handler>GtkPreferencesApply</handler>
2901           <data>&quot;intf_preferences&quot;</data>
2902           <last_modification_time>Sat, 19 May 2001 03:06:53 GMT</last_modification_time>
2903         </signal>
2904         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
2905       </widget>
2906
2907       <widget>
2908         <class>GtkButton</class>
2909         <name>preferences_cancel</name>
2910         <can_default>True</can_default>
2911         <can_focus>True</can_focus>
2912         <signal>
2913           <name>clicked</name>
2914           <handler>GtkPreferencesCancel</handler>
2915           <data>&quot;intf_preferences&quot;</data>
2916           <last_modification_time>Sat, 19 May 2001 03:07:05 GMT</last_modification_time>
2917         </signal>
2918         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2919       </widget>
2920     </widget>
2921
2922     <widget>
2923       <class>GtkFrame</class>
2924       <name>preferences_frame</name>
2925       <label>Preferences</label>
2926       <label_xalign>0.05</label_xalign>
2927       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2928       <child>
2929         <padding>0</padding>
2930         <expand>True</expand>
2931         <fill>True</fill>
2932       </child>
2933
2934       <widget>
2935         <class>GtkNotebook</class>
2936         <name>preferences_notebook</name>
2937         <can_focus>True</can_focus>
2938         <show_tabs>True</show_tabs>
2939         <show_border>True</show_border>
2940         <tab_pos>GTK_POS_TOP</tab_pos>
2941         <scrollable>False</scrollable>
2942         <tab_hborder>2</tab_hborder>
2943         <tab_vborder>2</tab_vborder>
2944         <popup_enable>False</popup_enable>
2945
2946         <widget>
2947           <class>GtkTable</class>
2948           <name>preferences_file_table</name>
2949           <border_width>5</border_width>
2950           <rows>1</rows>
2951           <columns>2</columns>
2952           <homogeneous>False</homogeneous>
2953           <row_spacing>5</row_spacing>
2954           <column_spacing>5</column_spacing>
2955
2956           <widget>
2957             <class>GnomeFileEntry</class>
2958             <name>preferences_file_combo</name>
2959             <max_saved>10</max_saved>
2960             <directory>False</directory>
2961             <modal>False</modal>
2962             <child>
2963               <left_attach>1</left_attach>
2964               <right_attach>2</right_attach>
2965               <top_attach>0</top_attach>
2966               <bottom_attach>1</bottom_attach>
2967               <xpad>0</xpad>
2968               <ypad>0</ypad>
2969               <xexpand>True</xexpand>
2970               <yexpand>True</yexpand>
2971               <xshrink>False</xshrink>
2972               <yshrink>False</yshrink>
2973               <xfill>True</xfill>
2974               <yfill>False</yfill>
2975             </child>
2976
2977             <widget>
2978               <class>GtkEntry</class>
2979               <child_name>GnomeEntry:entry</child_name>
2980               <name>preferences_file_path_entry</name>
2981               <can_focus>True</can_focus>
2982               <editable>True</editable>
2983               <text_visible>True</text_visible>
2984               <text_max_length>0</text_max_length>
2985               <text></text>
2986             </widget>
2987           </widget>
2988
2989           <widget>
2990             <class>GtkLabel</class>
2991             <name>preferences_file_path_label</name>
2992             <label>Default path: </label>
2993             <justify>GTK_JUSTIFY_CENTER</justify>
2994             <wrap>False</wrap>
2995             <xalign>0</xalign>
2996             <yalign>0.5</yalign>
2997             <xpad>0</xpad>
2998             <ypad>0</ypad>
2999             <child>
3000               <left_attach>0</left_attach>
3001               <right_attach>1</right_attach>
3002               <top_attach>0</top_attach>
3003               <bottom_attach>1</bottom_attach>
3004               <xpad>0</xpad>
3005               <ypad>0</ypad>
3006               <xexpand>True</xexpand>
3007               <yexpand>True</yexpand>
3008               <xshrink>False</xshrink>
3009               <yshrink>False</yshrink>
3010               <xfill>False</xfill>
3011               <yfill>False</yfill>
3012             </child>
3013           </widget>
3014         </widget>
3015
3016         <widget>
3017           <class>GtkLabel</class>
3018           <child_name>Notebook:tab</child_name>
3019           <name>preferences_file</name>
3020           <label>File</label>
3021           <justify>GTK_JUSTIFY_CENTER</justify>
3022           <wrap>False</wrap>
3023           <xalign>0.5</xalign>
3024           <yalign>0.5</yalign>
3025           <xpad>0</xpad>
3026           <ypad>0</ypad>
3027         </widget>
3028
3029         <widget>
3030           <class>GtkTable</class>
3031           <name>preferences_disc_table</name>
3032           <border_width>5</border_width>
3033           <rows>2</rows>
3034           <columns>2</columns>
3035           <homogeneous>False</homogeneous>
3036           <row_spacing>5</row_spacing>
3037           <column_spacing>5</column_spacing>
3038
3039           <widget>
3040             <class>GnomeFileEntry</class>
3041             <name>preferences_disc_dvd_combo</name>
3042             <max_saved>10</max_saved>
3043             <directory>False</directory>
3044             <modal>False</modal>
3045             <child>
3046               <left_attach>1</left_attach>
3047               <right_attach>2</right_attach>
3048               <top_attach>0</top_attach>
3049               <bottom_attach>1</bottom_attach>
3050               <xpad>0</xpad>
3051               <ypad>0</ypad>
3052               <xexpand>True</xexpand>
3053               <yexpand>True</yexpand>
3054               <xshrink>False</xshrink>
3055               <yshrink>False</yshrink>
3056               <xfill>True</xfill>
3057               <yfill>False</yfill>
3058             </child>
3059
3060             <widget>
3061               <class>GtkEntry</class>
3062               <child_name>GnomeEntry:entry</child_name>
3063               <name>preferences_disc_dvd_entry</name>
3064               <can_focus>True</can_focus>
3065               <editable>True</editable>
3066               <text_visible>True</text_visible>
3067               <text_max_length>0</text_max_length>
3068               <text></text>
3069             </widget>
3070           </widget>
3071
3072           <widget>
3073             <class>GnomeFileEntry</class>
3074             <name>preferences_file_vcd_combo</name>
3075             <max_saved>10</max_saved>
3076             <directory>False</directory>
3077             <modal>False</modal>
3078             <child>
3079               <left_attach>1</left_attach>
3080               <right_attach>2</right_attach>
3081               <top_attach>1</top_attach>
3082               <bottom_attach>2</bottom_attach>
3083               <xpad>0</xpad>
3084               <ypad>0</ypad>
3085               <xexpand>True</xexpand>
3086               <yexpand>True</yexpand>
3087               <xshrink>False</xshrink>
3088               <yshrink>False</yshrink>
3089               <xfill>True</xfill>
3090               <yfill>False</yfill>
3091             </child>
3092
3093             <widget>
3094               <class>GtkEntry</class>
3095               <child_name>GnomeEntry:entry</child_name>
3096               <name>preferences_disc_vcd_entry</name>
3097               <can_focus>True</can_focus>
3098               <editable>True</editable>
3099               <text_visible>True</text_visible>
3100               <text_max_length>0</text_max_length>
3101               <text></text>
3102             </widget>
3103           </widget>
3104
3105           <widget>
3106             <class>GtkLabel</class>
3107             <name>preferences_disc_dvd_label</name>
3108             <label>Default DVD path: </label>
3109             <justify>GTK_JUSTIFY_CENTER</justify>
3110             <wrap>False</wrap>
3111             <xalign>0</xalign>
3112             <yalign>0.5</yalign>
3113             <xpad>0</xpad>
3114             <ypad>0</ypad>
3115             <child>
3116               <left_attach>0</left_attach>
3117               <right_attach>1</right_attach>
3118               <top_attach>0</top_attach>
3119               <bottom_attach>1</bottom_attach>
3120               <xpad>0</xpad>
3121               <ypad>0</ypad>
3122               <xexpand>True</xexpand>
3123               <yexpand>True</yexpand>
3124               <xshrink>False</xshrink>
3125               <yshrink>False</yshrink>
3126               <xfill>False</xfill>
3127               <yfill>False</yfill>
3128             </child>
3129           </widget>
3130
3131           <widget>
3132             <class>GtkLabel</class>
3133             <name>preferences_disc_vcd_label</name>
3134             <label>Default VCD path: </label>
3135             <justify>GTK_JUSTIFY_CENTER</justify>
3136             <wrap>False</wrap>
3137             <xalign>0</xalign>
3138             <yalign>0.5</yalign>
3139             <xpad>0</xpad>
3140             <ypad>0</ypad>
3141             <child>
3142               <left_attach>0</left_attach>
3143               <right_attach>1</right_attach>
3144               <top_attach>1</top_attach>
3145               <bottom_attach>2</bottom_attach>
3146               <xpad>0</xpad>
3147               <ypad>0</ypad>
3148               <xexpand>True</xexpand>
3149               <yexpand>True</yexpand>
3150               <xshrink>False</xshrink>
3151               <yshrink>False</yshrink>
3152               <xfill>False</xfill>
3153               <yfill>False</yfill>
3154             </child>
3155           </widget>
3156         </widget>
3157
3158         <widget>
3159           <class>GtkLabel</class>
3160           <child_name>Notebook:tab</child_name>
3161           <name>preferences_disc</name>
3162           <label>Disc</label>
3163           <justify>GTK_JUSTIFY_CENTER</justify>
3164           <wrap>False</wrap>
3165           <xalign>0.5</xalign>
3166           <yalign>0.5</yalign>
3167           <xpad>0</xpad>
3168           <ypad>0</ypad>
3169         </widget>
3170
3171         <widget>
3172           <class>GtkTable</class>
3173           <name>preferences_network_table</name>
3174           <border_width>5</border_width>
3175           <rows>7</rows>
3176           <columns>2</columns>
3177           <homogeneous>False</homogeneous>
3178           <row_spacing>5</row_spacing>
3179           <column_spacing>5</column_spacing>
3180
3181           <widget>
3182             <class>GtkLabel</class>
3183             <name>preferences_network_server_label</name>
3184             <label>Default server: </label>
3185             <justify>GTK_JUSTIFY_CENTER</justify>
3186             <wrap>False</wrap>
3187             <xalign>0</xalign>
3188             <yalign>0.5</yalign>
3189             <xpad>0</xpad>
3190             <ypad>0</ypad>
3191             <child>
3192               <left_attach>0</left_attach>
3193               <right_attach>1</right_attach>
3194               <top_attach>0</top_attach>
3195               <bottom_attach>1</bottom_attach>
3196               <xpad>0</xpad>
3197               <ypad>0</ypad>
3198               <xexpand>True</xexpand>
3199               <yexpand>True</yexpand>
3200               <xshrink>False</xshrink>
3201               <yshrink>False</yshrink>
3202               <xfill>False</xfill>
3203               <yfill>False</yfill>
3204             </child>
3205           </widget>
3206
3207           <widget>
3208             <class>GtkSpinButton</class>
3209             <name>preferences_network_port_spinbutton</name>
3210             <can_focus>True</can_focus>
3211             <climb_rate>1</climb_rate>
3212             <digits>0</digits>
3213             <numeric>False</numeric>
3214             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3215             <snap>False</snap>
3216             <wrap>False</wrap>
3217             <value>1234</value>
3218             <lower>0</lower>
3219             <upper>65535</upper>
3220             <step>1</step>
3221             <page>10</page>
3222             <page_size>10</page_size>
3223             <child>
3224               <left_attach>1</left_attach>
3225               <right_attach>2</right_attach>
3226               <top_attach>1</top_attach>
3227               <bottom_attach>2</bottom_attach>
3228               <xpad>0</xpad>
3229               <ypad>0</ypad>
3230               <xexpand>True</xexpand>
3231               <yexpand>True</yexpand>
3232               <xshrink>False</xshrink>
3233               <yshrink>False</yshrink>
3234               <xfill>True</xfill>
3235               <yfill>False</yfill>
3236             </child>
3237           </widget>
3238
3239           <widget>
3240             <class>GtkLabel</class>
3241             <name>preferences_network_broadcast_label</name>
3242             <label>Broadcast address: </label>
3243             <justify>GTK_JUSTIFY_CENTER</justify>
3244             <wrap>False</wrap>
3245             <xalign>0</xalign>
3246             <yalign>0.5</yalign>
3247             <xpad>0</xpad>
3248             <ypad>0</ypad>
3249             <child>
3250               <left_attach>0</left_attach>
3251               <right_attach>1</right_attach>
3252               <top_attach>2</top_attach>
3253               <bottom_attach>3</bottom_attach>
3254               <xpad>0</xpad>
3255               <ypad>0</ypad>
3256               <xexpand>True</xexpand>
3257               <yexpand>True</yexpand>
3258               <xshrink>False</xshrink>
3259               <yshrink>False</yshrink>
3260               <xfill>False</xfill>
3261               <yfill>False</yfill>
3262             </child>
3263           </widget>
3264
3265           <widget>
3266             <class>GtkLabel</class>
3267             <name>preferences_network_port_label</name>
3268             <label>Default port: </label>
3269             <justify>GTK_JUSTIFY_CENTER</justify>
3270             <wrap>False</wrap>
3271             <xalign>0</xalign>
3272             <yalign>0.5</yalign>
3273             <xpad>0</xpad>
3274             <ypad>0</ypad>
3275             <child>
3276               <left_attach>0</left_attach>
3277               <right_attach>1</right_attach>
3278               <top_attach>1</top_attach>
3279               <bottom_attach>2</bottom_attach>
3280               <xpad>0</xpad>
3281               <ypad>0</ypad>
3282               <xexpand>True</xexpand>
3283               <yexpand>True</yexpand>
3284               <xshrink>False</xshrink>
3285               <yshrink>False</yshrink>
3286               <xfill>False</xfill>
3287               <yfill>False</yfill>
3288             </child>
3289           </widget>
3290
3291           <widget>
3292             <class>GnomeEntry</class>
3293             <name>preferences_network_server_combo</name>
3294             <max_saved>10</max_saved>
3295             <child>
3296               <left_attach>1</left_attach>
3297               <right_attach>2</right_attach>
3298               <top_attach>0</top_attach>
3299               <bottom_attach>1</bottom_attach>
3300               <xpad>0</xpad>
3301               <ypad>0</ypad>
3302               <xexpand>True</xexpand>
3303               <yexpand>True</yexpand>
3304               <xshrink>False</xshrink>
3305               <yshrink>False</yshrink>
3306               <xfill>True</xfill>
3307               <yfill>False</yfill>
3308             </child>
3309
3310             <widget>
3311               <class>GtkEntry</class>
3312               <child_name>GnomeEntry:entry</child_name>
3313               <name>preferences_network_server_entry</name>
3314               <can_focus>True</can_focus>
3315               <editable>True</editable>
3316               <text_visible>True</text_visible>
3317               <text_max_length>0</text_max_length>
3318               <text>vls</text>
3319             </widget>
3320           </widget>
3321
3322           <widget>
3323             <class>GnomeEntry</class>
3324             <name>preferences_network_broadcast_combo</name>
3325             <max_saved>10</max_saved>
3326             <child>
3327               <left_attach>1</left_attach>
3328               <right_attach>2</right_attach>
3329               <top_attach>2</top_attach>
3330               <bottom_attach>3</bottom_attach>
3331               <xpad>0</xpad>
3332               <ypad>0</ypad>
3333               <xexpand>True</xexpand>
3334               <yexpand>True</yexpand>
3335               <xshrink>False</xshrink>
3336               <yshrink>False</yshrink>
3337               <xfill>True</xfill>
3338               <yfill>False</yfill>
3339             </child>
3340
3341             <widget>
3342               <class>GtkEntry</class>
3343               <child_name>GnomeEntry:entry</child_name>
3344               <name>preferences_network_broadcast_entry</name>
3345               <can_focus>True</can_focus>
3346               <editable>True</editable>
3347               <text_visible>True</text_visible>
3348               <text_max_length>0</text_max_length>
3349               <text></text>
3350             </widget>
3351           </widget>
3352
3353           <widget>
3354             <class>GtkCheckButton</class>
3355             <name>preferences_network_broadcast_checkbutton</name>
3356             <can_focus>True</can_focus>
3357             <label>Broadcast mode</label>
3358             <active>False</active>
3359             <draw_indicator>True</draw_indicator>
3360             <child>
3361               <left_attach>0</left_attach>
3362               <right_attach>1</right_attach>
3363               <top_attach>3</top_attach>
3364               <bottom_attach>4</bottom_attach>
3365               <xpad>0</xpad>
3366               <ypad>0</ypad>
3367               <xexpand>True</xexpand>
3368               <yexpand>True</yexpand>
3369               <xshrink>False</xshrink>
3370               <yshrink>False</yshrink>
3371               <xfill>False</xfill>
3372               <yfill>False</yfill>
3373             </child>
3374           </widget>
3375
3376           <widget>
3377             <class>GtkRadioButton</class>
3378             <name>preferences_network_ts_radiobutton</name>
3379             <can_focus>True</can_focus>
3380             <label>TS</label>
3381             <active>False</active>
3382             <draw_indicator>True</draw_indicator>
3383             <group>preferences_network_protocol_group</group>
3384             <child>
3385               <left_attach>1</left_attach>
3386               <right_attach>2</right_attach>
3387               <top_attach>4</top_attach>
3388               <bottom_attach>5</bottom_attach>
3389               <xpad>0</xpad>
3390               <ypad>0</ypad>
3391               <xexpand>False</xexpand>
3392               <yexpand>False</yexpand>
3393               <xshrink>False</xshrink>
3394               <yshrink>True</yshrink>
3395               <xfill>True</xfill>
3396               <yfill>False</yfill>
3397             </child>
3398           </widget>
3399
3400           <widget>
3401             <class>GtkRadioButton</class>
3402             <name>preferences_network_rtp_radiobutton</name>
3403             <can_focus>True</can_focus>
3404             <label>RTP</label>
3405             <active>False</active>
3406             <draw_indicator>True</draw_indicator>
3407             <group>preferences_network_protocol_group</group>
3408             <child>
3409               <left_attach>1</left_attach>
3410               <right_attach>2</right_attach>
3411               <top_attach>5</top_attach>
3412               <bottom_attach>6</bottom_attach>
3413               <xpad>0</xpad>
3414               <ypad>0</ypad>
3415               <xexpand>False</xexpand>
3416               <yexpand>False</yexpand>
3417               <xshrink>False</xshrink>
3418               <yshrink>True</yshrink>
3419               <xfill>True</xfill>
3420               <yfill>False</yfill>
3421             </child>
3422           </widget>
3423
3424           <widget>
3425             <class>GtkRadioButton</class>
3426             <name>preferences_network_http_radiobutton</name>
3427             <can_focus>True</can_focus>
3428             <label>HTTP</label>
3429             <active>False</active>
3430             <draw_indicator>True</draw_indicator>
3431             <group>preferences_network_protocol_group</group>
3432             <child>
3433               <left_attach>1</left_attach>
3434               <right_attach>2</right_attach>
3435               <top_attach>6</top_attach>
3436               <bottom_attach>7</bottom_attach>
3437               <xpad>0</xpad>
3438               <ypad>0</ypad>
3439               <xexpand>False</xexpand>
3440               <yexpand>False</yexpand>
3441               <xshrink>False</xshrink>
3442               <yshrink>True</yshrink>
3443               <xfill>True</xfill>
3444               <yfill>False</yfill>
3445             </child>
3446           </widget>
3447
3448           <widget>
3449             <class>GtkLabel</class>
3450             <name>preferences_network_protocol_label</name>
3451             <label>Default protocol: </label>
3452             <justify>GTK_JUSTIFY_CENTER</justify>
3453             <wrap>False</wrap>
3454             <xalign>0</xalign>
3455             <yalign>0.5</yalign>
3456             <xpad>0</xpad>
3457             <ypad>0</ypad>
3458             <child>
3459               <left_attach>0</left_attach>
3460               <right_attach>1</right_attach>
3461               <top_attach>4</top_attach>
3462               <bottom_attach>7</bottom_attach>
3463               <xpad>0</xpad>
3464               <ypad>0</ypad>
3465               <xexpand>True</xexpand>
3466               <yexpand>True</yexpand>
3467               <xshrink>False</xshrink>
3468               <yshrink>True</yshrink>
3469               <xfill>False</xfill>
3470               <yfill>False</yfill>
3471             </child>
3472           </widget>
3473         </widget>
3474
3475         <widget>
3476           <class>GtkLabel</class>
3477           <child_name>Notebook:tab</child_name>
3478           <name>preferences_network</name>
3479           <label>Network</label>
3480           <justify>GTK_JUSTIFY_CENTER</justify>
3481           <wrap>False</wrap>
3482           <xalign>0.5</xalign>
3483           <yalign>0.5</yalign>
3484           <xpad>0</xpad>
3485           <ypad>0</ypad>
3486         </widget>
3487
3488         <widget>
3489           <class>GtkTable</class>
3490           <name>preferences_network_interface_table</name>
3491           <border_width>5</border_width>
3492           <rows>1</rows>
3493           <columns>2</columns>
3494           <homogeneous>False</homogeneous>
3495           <row_spacing>5</row_spacing>
3496           <column_spacing>5</column_spacing>
3497
3498           <widget>
3499             <class>GtkLabel</class>
3500             <name>preferences_interface_label</name>
3501             <label>Default interface: </label>
3502             <justify>GTK_JUSTIFY_CENTER</justify>
3503             <wrap>False</wrap>
3504             <xalign>0</xalign>
3505             <yalign>0.5</yalign>
3506             <xpad>0</xpad>
3507             <ypad>0</ypad>
3508             <child>
3509               <left_attach>0</left_attach>
3510               <right_attach>1</right_attach>
3511               <top_attach>0</top_attach>
3512               <bottom_attach>1</bottom_attach>
3513               <xpad>0</xpad>
3514               <ypad>0</ypad>
3515               <xexpand>True</xexpand>
3516               <yexpand>True</yexpand>
3517               <xshrink>False</xshrink>
3518               <yshrink>False</yshrink>
3519               <xfill>False</xfill>
3520               <yfill>False</yfill>
3521             </child>
3522           </widget>
3523
3524           <widget>
3525             <class>GnomeEntry</class>
3526             <name>preferences_interface_combo</name>
3527             <max_saved>10</max_saved>
3528             <child>
3529               <left_attach>1</left_attach>
3530               <right_attach>2</right_attach>
3531               <top_attach>0</top_attach>
3532               <bottom_attach>1</bottom_attach>
3533               <xpad>0</xpad>
3534               <ypad>0</ypad>
3535               <xexpand>True</xexpand>
3536               <yexpand>True</yexpand>
3537               <xshrink>False</xshrink>
3538               <yshrink>False</yshrink>
3539               <xfill>True</xfill>
3540               <yfill>False</yfill>
3541             </child>
3542
3543             <widget>
3544               <class>GtkEntry</class>
3545               <child_name>GnomeEntry:entry</child_name>
3546               <name>preferences_interface_entry</name>
3547               <can_focus>True</can_focus>
3548               <editable>True</editable>
3549               <text_visible>True</text_visible>
3550               <text_max_length>0</text_max_length>
3551               <text></text>
3552             </widget>
3553           </widget>
3554         </widget>
3555
3556         <widget>
3557           <class>GtkLabel</class>
3558           <child_name>Notebook:tab</child_name>
3559           <name>preferences_interface</name>
3560           <label>Interface</label>
3561           <justify>GTK_JUSTIFY_CENTER</justify>
3562           <wrap>False</wrap>
3563           <xalign>0.5</xalign>
3564           <yalign>0.5</yalign>
3565           <xpad>0</xpad>
3566           <ypad>0</ypad>
3567         </widget>
3568
3569         <widget>
3570           <class>GtkTable</class>
3571           <name>preferences_video_table</name>
3572           <border_width>5</border_width>
3573           <rows>7</rows>
3574           <columns>2</columns>
3575           <homogeneous>False</homogeneous>
3576           <row_spacing>5</row_spacing>
3577           <column_spacing>5</column_spacing>
3578
3579           <widget>
3580             <class>GtkLabel</class>
3581             <name>preferences_video_output_label</name>
3582             <label>Default output: </label>
3583             <justify>GTK_JUSTIFY_CENTER</justify>
3584             <wrap>False</wrap>
3585             <xalign>0</xalign>
3586             <yalign>0.5</yalign>
3587             <xpad>0</xpad>
3588             <ypad>0</ypad>
3589             <child>
3590               <left_attach>0</left_attach>
3591               <right_attach>1</right_attach>
3592               <top_attach>0</top_attach>
3593               <bottom_attach>1</bottom_attach>
3594               <xpad>0</xpad>
3595               <ypad>0</ypad>
3596               <xexpand>True</xexpand>
3597               <yexpand>True</yexpand>
3598               <xshrink>False</xshrink>
3599               <yshrink>False</yshrink>
3600               <xfill>False</xfill>
3601               <yfill>False</yfill>
3602             </child>
3603           </widget>
3604
3605           <widget>
3606             <class>GtkLabel</class>
3607             <name>preferences_video_height</name>
3608             <label>Default height: </label>
3609             <justify>GTK_JUSTIFY_CENTER</justify>
3610             <wrap>False</wrap>
3611             <xalign>0</xalign>
3612             <yalign>0.5</yalign>
3613             <xpad>0</xpad>
3614             <ypad>0</ypad>
3615             <child>
3616               <left_attach>0</left_attach>
3617               <right_attach>1</right_attach>
3618               <top_attach>2</top_attach>
3619               <bottom_attach>3</bottom_attach>
3620               <xpad>0</xpad>
3621               <ypad>0</ypad>
3622               <xexpand>True</xexpand>
3623               <yexpand>True</yexpand>
3624               <xshrink>False</xshrink>
3625               <yshrink>False</yshrink>
3626               <xfill>False</xfill>
3627               <yfill>False</yfill>
3628             </child>
3629           </widget>
3630
3631           <widget>
3632             <class>GtkSpinButton</class>
3633             <name>preferences_video_height_spinbutton</name>
3634             <can_focus>True</can_focus>
3635             <climb_rate>1</climb_rate>
3636             <digits>0</digits>
3637             <numeric>False</numeric>
3638             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3639             <snap>False</snap>
3640             <wrap>False</wrap>
3641             <value>576</value>
3642             <lower>0</lower>
3643             <upper>1600</upper>
3644             <step>1</step>
3645             <page>10</page>
3646             <page_size>10</page_size>
3647             <child>
3648               <left_attach>1</left_attach>
3649               <right_attach>2</right_attach>
3650               <top_attach>2</top_attach>
3651               <bottom_attach>3</bottom_attach>
3652               <xpad>0</xpad>
3653               <ypad>0</ypad>
3654               <xexpand>True</xexpand>
3655               <yexpand>True</yexpand>
3656               <xshrink>False</xshrink>
3657               <yshrink>False</yshrink>
3658               <xfill>True</xfill>
3659               <yfill>False</yfill>
3660             </child>
3661           </widget>
3662
3663           <widget>
3664             <class>GtkSpinButton</class>
3665             <name>preferences_video_width_spinbutton</name>
3666             <can_focus>True</can_focus>
3667             <climb_rate>1</climb_rate>
3668             <digits>0</digits>
3669             <numeric>False</numeric>
3670             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3671             <snap>False</snap>
3672             <wrap>False</wrap>
3673             <value>720</value>
3674             <lower>100</lower>
3675             <upper>1600</upper>
3676             <step>1</step>
3677             <page>10</page>
3678             <page_size>10</page_size>
3679             <child>
3680               <left_attach>1</left_attach>
3681               <right_attach>2</right_attach>
3682               <top_attach>1</top_attach>
3683               <bottom_attach>2</bottom_attach>
3684               <xpad>0</xpad>
3685               <ypad>0</ypad>
3686               <xexpand>True</xexpand>
3687               <yexpand>True</yexpand>
3688               <xshrink>False</xshrink>
3689               <yshrink>False</yshrink>
3690               <xfill>True</xfill>
3691               <yfill>False</yfill>
3692             </child>
3693           </widget>
3694
3695           <widget>
3696             <class>GtkLabel</class>
3697             <name>preferences_video_width_label</name>
3698             <label>Default width: </label>
3699             <justify>GTK_JUSTIFY_CENTER</justify>
3700             <wrap>False</wrap>
3701             <xalign>0</xalign>
3702             <yalign>0.5</yalign>
3703             <xpad>0</xpad>
3704             <ypad>0</ypad>
3705             <child>
3706               <left_attach>0</left_attach>
3707               <right_attach>1</right_attach>
3708               <top_attach>1</top_attach>
3709               <bottom_attach>2</bottom_attach>
3710               <xpad>0</xpad>
3711               <ypad>0</ypad>
3712               <xexpand>True</xexpand>
3713               <yexpand>True</yexpand>
3714               <xshrink>False</xshrink>
3715               <yshrink>False</yshrink>
3716               <xfill>False</xfill>
3717               <yfill>False</yfill>
3718             </child>
3719           </widget>
3720
3721           <widget>
3722             <class>GnomeEntry</class>
3723             <name>preferences_video_output_combo</name>
3724             <max_saved>10</max_saved>
3725             <child>
3726               <left_attach>1</left_attach>
3727               <right_attach>2</right_attach>
3728               <top_attach>0</top_attach>
3729               <bottom_attach>1</bottom_attach>
3730               <xpad>0</xpad>
3731               <ypad>0</ypad>
3732               <xexpand>True</xexpand>
3733               <yexpand>True</yexpand>
3734               <xshrink>False</xshrink>
3735               <yshrink>False</yshrink>
3736               <xfill>True</xfill>
3737               <yfill>False</yfill>
3738             </child>
3739
3740             <widget>
3741               <class>GtkEntry</class>
3742               <child_name>GnomeEntry:entry</child_name>
3743               <name>preferences_video_output_entry</name>
3744               <can_focus>True</can_focus>
3745               <editable>True</editable>
3746               <text_visible>True</text_visible>
3747               <text_max_length>0</text_max_length>
3748               <text></text>
3749             </widget>
3750           </widget>
3751
3752           <widget>
3753             <class>GtkLabel</class>
3754             <name>preferences_video_depth</name>
3755             <label>Default depth:</label>
3756             <justify>GTK_JUSTIFY_CENTER</justify>
3757             <wrap>False</wrap>
3758             <xalign>0</xalign>
3759             <yalign>0.5</yalign>
3760             <xpad>0</xpad>
3761             <ypad>0</ypad>
3762             <child>
3763               <left_attach>0</left_attach>
3764               <right_attach>1</right_attach>
3765               <top_attach>3</top_attach>
3766               <bottom_attach>4</bottom_attach>
3767               <xpad>0</xpad>
3768               <ypad>0</ypad>
3769               <xexpand>True</xexpand>
3770               <yexpand>True</yexpand>
3771               <xshrink>False</xshrink>
3772               <yshrink>False</yshrink>
3773               <xfill>False</xfill>
3774               <yfill>False</yfill>
3775             </child>
3776           </widget>
3777
3778           <widget>
3779             <class>GtkOptionMenu</class>
3780             <name>preferences_video_depth_optionmenu</name>
3781             <can_focus>True</can_focus>
3782             <items>15 bits
3783 16 bits
3784 32 bits
3785 </items>
3786             <initial_choice>1</initial_choice>
3787             <child>
3788               <left_attach>1</left_attach>
3789               <right_attach>2</right_attach>
3790               <top_attach>3</top_attach>
3791               <bottom_attach>4</bottom_attach>
3792               <xpad>0</xpad>
3793               <ypad>0</ypad>
3794               <xexpand>True</xexpand>
3795               <yexpand>True</yexpand>
3796               <xshrink>False</xshrink>
3797               <yshrink>False</yshrink>
3798               <xfill>True</xfill>
3799               <yfill>False</yfill>
3800             </child>
3801           </widget>
3802
3803           <widget>
3804             <class>GtkLabel</class>
3805             <name>preferences_video_fullscreen_depth</name>
3806             <label>Fullscreen depth:</label>
3807             <justify>GTK_JUSTIFY_CENTER</justify>
3808             <wrap>False</wrap>
3809             <xalign>0</xalign>
3810             <yalign>0.5</yalign>
3811             <xpad>0</xpad>
3812             <ypad>0</ypad>
3813             <child>
3814               <left_attach>0</left_attach>
3815               <right_attach>1</right_attach>
3816               <top_attach>4</top_attach>
3817               <bottom_attach>5</bottom_attach>
3818               <xpad>0</xpad>
3819               <ypad>0</ypad>
3820               <xexpand>True</xexpand>
3821               <yexpand>True</yexpand>
3822               <xshrink>False</xshrink>
3823               <yshrink>False</yshrink>
3824               <xfill>False</xfill>
3825               <yfill>False</yfill>
3826             </child>
3827           </widget>
3828
3829           <widget>
3830             <class>GtkOptionMenu</class>
3831             <name>preferences_video_fullscreen_depth_optionmenu</name>
3832             <can_focus>True</can_focus>
3833             <items>15 bits
3834 16 bits
3835 32 bits
3836 </items>
3837             <initial_choice>2</initial_choice>
3838             <child>
3839               <left_attach>1</left_attach>
3840               <right_attach>2</right_attach>
3841               <top_attach>4</top_attach>
3842               <bottom_attach>5</bottom_attach>
3843               <xpad>0</xpad>
3844               <ypad>0</ypad>
3845               <xexpand>True</xexpand>
3846               <yexpand>True</yexpand>
3847               <xshrink>False</xshrink>
3848               <yshrink>False</yshrink>
3849               <xfill>True</xfill>
3850               <yfill>True</yfill>
3851             </child>
3852           </widget>
3853
3854           <widget>
3855             <class>GtkCheckButton</class>
3856             <name>preferences_video_fullscreen_checkbutton</name>
3857             <can_focus>True</can_focus>
3858             <label>Fullscreen on play</label>
3859             <active>False</active>
3860             <draw_indicator>True</draw_indicator>
3861             <child>
3862               <left_attach>0</left_attach>
3863               <right_attach>1</right_attach>
3864               <top_attach>6</top_attach>
3865               <bottom_attach>7</bottom_attach>
3866               <xpad>0</xpad>
3867               <ypad>0</ypad>
3868               <xexpand>True</xexpand>
3869               <yexpand>True</yexpand>
3870               <xshrink>False</xshrink>
3871               <yshrink>False</yshrink>
3872               <xfill>False</xfill>
3873               <yfill>False</yfill>
3874             </child>
3875           </widget>
3876
3877           <widget>
3878             <class>GtkCheckButton</class>
3879             <name>preferences_video_grayscale_checkbutton</name>
3880             <can_focus>True</can_focus>
3881             <label>Grayscale</label>
3882             <active>False</active>
3883             <draw_indicator>True</draw_indicator>
3884             <child>
3885               <left_attach>1</left_attach>
3886               <right_attach>2</right_attach>
3887               <top_attach>6</top_attach>
3888               <bottom_attach>7</bottom_attach>
3889               <xpad>0</xpad>
3890               <ypad>0</ypad>
3891               <xexpand>True</xexpand>
3892               <yexpand>True</yexpand>
3893               <xshrink>False</xshrink>
3894               <yshrink>False</yshrink>
3895               <xfill>False</xfill>
3896               <yfill>False</yfill>
3897             </child>
3898           </widget>
3899
3900           <widget>
3901             <class>GtkLabel</class>
3902             <name>preferences_video_gamma_label</name>
3903             <label>Gamma:</label>
3904             <justify>GTK_JUSTIFY_CENTER</justify>
3905             <wrap>False</wrap>
3906             <xalign>0</xalign>
3907             <yalign>0.5</yalign>
3908             <xpad>0</xpad>
3909             <ypad>0</ypad>
3910             <child>
3911               <left_attach>0</left_attach>
3912               <right_attach>1</right_attach>
3913               <top_attach>5</top_attach>
3914               <bottom_attach>6</bottom_attach>
3915               <xpad>0</xpad>
3916               <ypad>0</ypad>
3917               <xexpand>True</xexpand>
3918               <yexpand>True</yexpand>
3919               <xshrink>False</xshrink>
3920               <yshrink>False</yshrink>
3921               <xfill>False</xfill>
3922               <yfill>False</yfill>
3923             </child>
3924           </widget>
3925
3926           <widget>
3927             <class>GtkSpinButton</class>
3928             <name>spinbutton4</name>
3929             <can_focus>True</can_focus>
3930             <climb_rate>1</climb_rate>
3931             <digits>1</digits>
3932             <numeric>False</numeric>
3933             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3934             <snap>False</snap>
3935             <wrap>False</wrap>
3936             <value>0</value>
3937             <lower>0</lower>
3938             <upper>5</upper>
3939             <step>0.1</step>
3940             <page>10</page>
3941             <page_size>10</page_size>
3942             <child>
3943               <left_attach>1</left_attach>
3944               <right_attach>2</right_attach>
3945               <top_attach>5</top_attach>
3946               <bottom_attach>6</bottom_attach>
3947               <xpad>0</xpad>
3948               <ypad>0</ypad>
3949               <xexpand>True</xexpand>
3950               <yexpand>False</yexpand>
3951               <xshrink>False</xshrink>
3952               <yshrink>False</yshrink>
3953               <xfill>True</xfill>
3954               <yfill>False</yfill>
3955             </child>
3956           </widget>
3957         </widget>
3958
3959         <widget>
3960           <class>GtkLabel</class>
3961           <child_name>Notebook:tab</child_name>
3962           <name>preferences_video</name>
3963           <label>Video</label>
3964           <justify>GTK_JUSTIFY_CENTER</justify>
3965           <wrap>False</wrap>
3966           <xalign>0.5</xalign>
3967           <yalign>0.5</yalign>
3968           <xpad>0</xpad>
3969           <ypad>0</ypad>
3970         </widget>
3971
3972         <widget>
3973           <class>GtkTable</class>
3974           <name>preference_audio_table</name>
3975           <border_width>5</border_width>
3976           <rows>6</rows>
3977           <columns>2</columns>
3978           <homogeneous>False</homogeneous>
3979           <row_spacing>5</row_spacing>
3980           <column_spacing>5</column_spacing>
3981
3982           <widget>
3983             <class>GtkCheckButton</class>
3984             <name>preferences_audio_spdif_checkbutton</name>
3985             <can_focus>True</can_focus>
3986             <label>Spdif output</label>
3987             <active>False</active>
3988             <draw_indicator>True</draw_indicator>
3989             <child>
3990               <left_attach>0</left_attach>
3991               <right_attach>2</right_attach>
3992               <top_attach>5</top_attach>
3993               <bottom_attach>6</bottom_attach>
3994               <xpad>0</xpad>
3995               <ypad>0</ypad>
3996               <xexpand>True</xexpand>
3997               <yexpand>True</yexpand>
3998               <xshrink>False</xshrink>
3999               <yshrink>False</yshrink>
4000               <xfill>False</xfill>
4001               <yfill>False</yfill>
4002             </child>
4003           </widget>
4004
4005           <widget>
4006             <class>GtkLabel</class>
4007             <name>preferences_audio_output_label</name>
4008             <label>Default output: </label>
4009             <justify>GTK_JUSTIFY_CENTER</justify>
4010             <wrap>False</wrap>
4011             <xalign>0</xalign>
4012             <yalign>0.5</yalign>
4013             <xpad>0</xpad>
4014             <ypad>0</ypad>
4015             <child>
4016               <left_attach>0</left_attach>
4017               <right_attach>1</right_attach>
4018               <top_attach>0</top_attach>
4019               <bottom_attach>1</bottom_attach>
4020               <xpad>0</xpad>
4021               <ypad>0</ypad>
4022               <xexpand>True</xexpand>
4023               <yexpand>True</yexpand>
4024               <xshrink>False</xshrink>
4025               <yshrink>False</yshrink>
4026               <xfill>False</xfill>
4027               <yfill>False</yfill>
4028             </child>
4029           </widget>
4030
4031           <widget>
4032             <class>GnomeEntry</class>
4033             <name>preferences_audio_output_combo</name>
4034             <max_saved>10</max_saved>
4035             <child>
4036               <left_attach>1</left_attach>
4037               <right_attach>2</right_attach>
4038               <top_attach>0</top_attach>
4039               <bottom_attach>1</bottom_attach>
4040               <xpad>0</xpad>
4041               <ypad>0</ypad>
4042               <xexpand>True</xexpand>
4043               <yexpand>True</yexpand>
4044               <xshrink>False</xshrink>
4045               <yshrink>False</yshrink>
4046               <xfill>True</xfill>
4047               <yfill>False</yfill>
4048             </child>
4049
4050             <widget>
4051               <class>GtkEntry</class>
4052               <child_name>GnomeEntry:entry</child_name>
4053               <name>preferences_audio_output_entry</name>
4054               <can_focus>True</can_focus>
4055               <editable>True</editable>
4056               <text_visible>True</text_visible>
4057               <text_max_length>0</text_max_length>
4058               <text></text>
4059             </widget>
4060           </widget>
4061
4062           <widget>
4063             <class>GtkLabel</class>
4064             <name>preferences_audio_frequency_label</name>
4065             <label>Frequency: </label>
4066             <justify>GTK_JUSTIFY_CENTER</justify>
4067             <wrap>False</wrap>
4068             <xalign>0</xalign>
4069             <yalign>0.5</yalign>
4070             <xpad>0</xpad>
4071             <ypad>0</ypad>
4072             <child>
4073               <left_attach>0</left_attach>
4074               <right_attach>1</right_attach>
4075               <top_attach>2</top_attach>
4076               <bottom_attach>3</bottom_attach>
4077               <xpad>0</xpad>
4078               <ypad>0</ypad>
4079               <xexpand>True</xexpand>
4080               <yexpand>True</yexpand>
4081               <xshrink>False</xshrink>
4082               <yshrink>False</yshrink>
4083               <xfill>False</xfill>
4084               <yfill>False</yfill>
4085             </child>
4086           </widget>
4087
4088           <widget>
4089             <class>GtkOptionMenu</class>
4090             <name>preferences_audio_frequency_optionmenu</name>
4091             <can_focus>True</can_focus>
4092             <items>48000 Hz
4093 44100 Hz
4094 32000 Hz
4095 22050 Hz
4096 </items>
4097             <initial_choice>0</initial_choice>
4098             <child>
4099               <left_attach>1</left_attach>
4100               <right_attach>2</right_attach>
4101               <top_attach>2</top_attach>
4102               <bottom_attach>3</bottom_attach>
4103               <xpad>0</xpad>
4104               <ypad>0</ypad>
4105               <xexpand>True</xexpand>
4106               <yexpand>True</yexpand>
4107               <xshrink>False</xshrink>
4108               <yshrink>False</yshrink>
4109               <xfill>True</xfill>
4110               <yfill>False</yfill>
4111             </child>
4112           </widget>
4113
4114           <widget>
4115             <class>GtkLabel</class>
4116             <name>preferences_audio_quality_label</name>
4117             <label>Quality: </label>
4118             <justify>GTK_JUSTIFY_CENTER</justify>
4119             <wrap>False</wrap>
4120             <xalign>0</xalign>
4121             <yalign>0.5</yalign>
4122             <xpad>0</xpad>
4123             <ypad>0</ypad>
4124             <child>
4125               <left_attach>0</left_attach>
4126               <right_attach>1</right_attach>
4127               <top_attach>3</top_attach>
4128               <bottom_attach>4</bottom_attach>
4129               <xpad>0</xpad>
4130               <ypad>0</ypad>
4131               <xexpand>True</xexpand>
4132               <yexpand>True</yexpand>
4133               <xshrink>False</xshrink>
4134               <yshrink>False</yshrink>
4135               <xfill>False</xfill>
4136               <yfill>False</yfill>
4137             </child>
4138           </widget>
4139
4140           <widget>
4141             <class>GtkOptionMenu</class>
4142             <name>preferences_audio_quality_optionmenu</name>
4143             <can_focus>True</can_focus>
4144             <items>16 bits
4145 8 bits
4146 </items>
4147             <initial_choice>0</initial_choice>
4148             <child>
4149               <left_attach>1</left_attach>
4150               <right_attach>2</right_attach>
4151               <top_attach>3</top_attach>
4152               <bottom_attach>4</bottom_attach>
4153               <xpad>0</xpad>
4154               <ypad>0</ypad>
4155               <xexpand>True</xexpand>
4156               <yexpand>True</yexpand>
4157               <xshrink>False</xshrink>
4158               <yshrink>False</yshrink>
4159               <xfill>True</xfill>
4160               <yfill>False</yfill>
4161             </child>
4162           </widget>
4163
4164           <widget>
4165             <class>GtkLabel</class>
4166             <name>preferences_audio_channels_label</name>
4167             <label>Channels: </label>
4168             <justify>GTK_JUSTIFY_CENTER</justify>
4169             <wrap>False</wrap>
4170             <xalign>0</xalign>
4171             <yalign>0.5</yalign>
4172             <xpad>0</xpad>
4173             <ypad>0</ypad>
4174             <child>
4175               <left_attach>0</left_attach>
4176               <right_attach>1</right_attach>
4177               <top_attach>4</top_attach>
4178               <bottom_attach>5</bottom_attach>
4179               <xpad>0</xpad>
4180               <ypad>0</ypad>
4181               <xexpand>True</xexpand>
4182               <yexpand>True</yexpand>
4183               <xshrink>False</xshrink>
4184               <yshrink>False</yshrink>
4185               <xfill>False</xfill>
4186               <yfill>False</yfill>
4187             </child>
4188           </widget>
4189
4190           <widget>
4191             <class>GtkOptionMenu</class>
4192             <name>preferences_audio_channels_optionmenu</name>
4193             <can_focus>True</can_focus>
4194             <items>Mono
4195 Stereo
4196 </items>
4197             <initial_choice>1</initial_choice>
4198             <child>
4199               <left_attach>1</left_attach>
4200               <right_attach>2</right_attach>
4201               <top_attach>4</top_attach>
4202               <bottom_attach>5</bottom_attach>
4203               <xpad>0</xpad>
4204               <ypad>0</ypad>
4205               <xexpand>False</xexpand>
4206               <yexpand>False</yexpand>
4207               <xshrink>False</xshrink>
4208               <yshrink>False</yshrink>
4209               <xfill>True</xfill>
4210               <yfill>False</yfill>
4211             </child>
4212           </widget>
4213
4214           <widget>
4215             <class>GtkLabel</class>
4216             <name>preferences_audio_device_label</name>
4217             <label>Default device:</label>
4218             <justify>GTK_JUSTIFY_CENTER</justify>
4219             <wrap>False</wrap>
4220             <xalign>0</xalign>
4221             <yalign>0.5</yalign>
4222             <xpad>0</xpad>
4223             <ypad>0</ypad>
4224             <child>
4225               <left_attach>0</left_attach>
4226               <right_attach>1</right_attach>
4227               <top_attach>1</top_attach>
4228               <bottom_attach>2</bottom_attach>
4229               <xpad>0</xpad>
4230               <ypad>0</ypad>
4231               <xexpand>True</xexpand>
4232               <yexpand>True</yexpand>
4233               <xshrink>False</xshrink>
4234               <yshrink>False</yshrink>
4235               <xfill>False</xfill>
4236               <yfill>False</yfill>
4237             </child>
4238           </widget>
4239
4240           <widget>
4241             <class>GnomeEntry</class>
4242             <name>preferences_audio_device_combo</name>
4243             <max_saved>10</max_saved>
4244             <child>
4245               <left_attach>1</left_attach>
4246               <right_attach>2</right_attach>
4247               <top_attach>1</top_attach>
4248               <bottom_attach>2</bottom_attach>
4249               <xpad>0</xpad>
4250               <ypad>0</ypad>
4251               <xexpand>True</xexpand>
4252               <yexpand>True</yexpand>
4253               <xshrink>False</xshrink>
4254               <yshrink>False</yshrink>
4255               <xfill>True</xfill>
4256               <yfill>False</yfill>
4257             </child>
4258
4259             <widget>
4260               <class>GtkEntry</class>
4261               <child_name>GnomeEntry:entry</child_name>
4262               <name>preferences_audio_device_entry</name>
4263               <can_focus>True</can_focus>
4264               <editable>True</editable>
4265               <text_visible>True</text_visible>
4266               <text_max_length>0</text_max_length>
4267               <text></text>
4268             </widget>
4269           </widget>
4270         </widget>
4271
4272         <widget>
4273           <class>GtkLabel</class>
4274           <child_name>Notebook:tab</child_name>
4275           <name>preferences_audio</name>
4276           <label>Audio</label>
4277           <justify>GTK_JUSTIFY_CENTER</justify>
4278           <wrap>False</wrap>
4279           <xalign>0.5</xalign>
4280           <yalign>0.5</yalign>
4281           <xpad>0</xpad>
4282           <ypad>0</ypad>
4283         </widget>
4284
4285         <widget>
4286           <class>GtkTable</class>
4287           <name>preference_playlist_table</name>
4288           <border_width>5</border_width>
4289           <rows>3</rows>
4290           <columns>1</columns>
4291           <homogeneous>False</homogeneous>
4292           <row_spacing>5</row_spacing>
4293           <column_spacing>5</column_spacing>
4294
4295           <widget>
4296             <class>GtkCheckButton</class>
4297             <name>preferences_playlist_startup_checkbutton</name>
4298             <can_focus>True</can_focus>
4299             <label>Launch on startup</label>
4300             <active>False</active>
4301             <draw_indicator>True</draw_indicator>
4302             <child>
4303               <left_attach>0</left_attach>
4304               <right_attach>1</right_attach>
4305               <top_attach>0</top_attach>
4306               <bottom_attach>1</bottom_attach>
4307               <xpad>0</xpad>
4308               <ypad>0</ypad>
4309               <xexpand>True</xexpand>
4310               <yexpand>True</yexpand>
4311               <xshrink>False</xshrink>
4312               <yshrink>False</yshrink>
4313               <xfill>False</xfill>
4314               <yfill>False</yfill>
4315             </child>
4316           </widget>
4317
4318           <widget>
4319             <class>GtkCheckButton</class>
4320             <name>preferences_playlist_loop_checkbutton</name>
4321             <can_focus>True</can_focus>
4322             <label>Loop on playlist end</label>
4323             <active>False</active>
4324             <draw_indicator>True</draw_indicator>
4325             <child>
4326               <left_attach>0</left_attach>
4327               <right_attach>1</right_attach>
4328               <top_attach>2</top_attach>
4329               <bottom_attach>3</bottom_attach>
4330               <xpad>0</xpad>
4331               <ypad>0</ypad>
4332               <xexpand>True</xexpand>
4333               <yexpand>True</yexpand>
4334               <xshrink>False</xshrink>
4335               <yshrink>False</yshrink>
4336               <xfill>False</xfill>
4337               <yfill>False</yfill>
4338             </child>
4339           </widget>
4340
4341           <widget>
4342             <class>GtkCheckButton</class>
4343             <name>preferences_playlist_enqueue_checkbutton</name>
4344             <can_focus>True</can_focus>
4345             <label>Enqueue as default</label>
4346             <active>False</active>
4347             <draw_indicator>True</draw_indicator>
4348             <child>
4349               <left_attach>0</left_attach>
4350               <right_attach>1</right_attach>
4351               <top_attach>1</top_attach>
4352               <bottom_attach>2</bottom_attach>
4353               <xpad>0</xpad>
4354               <ypad>0</ypad>
4355               <xexpand>True</xexpand>
4356               <yexpand>True</yexpand>
4357               <xshrink>False</xshrink>
4358               <yshrink>False</yshrink>
4359               <xfill>False</xfill>
4360               <yfill>False</yfill>
4361             </child>
4362           </widget>
4363         </widget>
4364
4365         <widget>
4366           <class>GtkLabel</class>
4367           <child_name>Notebook:tab</child_name>
4368           <name>preferences_playlist</name>
4369           <label>Playlist</label>
4370           <justify>GTK_JUSTIFY_CENTER</justify>
4371           <wrap>False</wrap>
4372           <xalign>0.5</xalign>
4373           <yalign>0.5</yalign>
4374           <xpad>0</xpad>
4375           <ypad>0</ypad>
4376         </widget>
4377
4378         <widget>
4379           <class>GtkTable</class>
4380           <name>preferences_misc_table</name>
4381           <border_width>5</border_width>
4382           <rows>1</rows>
4383           <columns>2</columns>
4384           <homogeneous>False</homogeneous>
4385           <row_spacing>5</row_spacing>
4386           <column_spacing>5</column_spacing>
4387
4388           <widget>
4389             <class>GtkFrame</class>
4390             <name>preferences_misc_associated_files_frame</name>
4391             <sensitive>False</sensitive>
4392             <label>Files associated with vlc</label>
4393             <label_xalign>0.05</label_xalign>
4394             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4395             <child>
4396               <left_attach>0</left_attach>
4397               <right_attach>1</right_attach>
4398               <top_attach>0</top_attach>
4399               <bottom_attach>1</bottom_attach>
4400               <xpad>0</xpad>
4401               <ypad>0</ypad>
4402               <xexpand>True</xexpand>
4403               <yexpand>False</yexpand>
4404               <xshrink>False</xshrink>
4405               <yshrink>False</yshrink>
4406               <xfill>False</xfill>
4407               <yfill>True</yfill>
4408             </child>
4409
4410             <widget>
4411               <class>GtkTable</class>
4412               <name>preferences_misc_associated_table</name>
4413               <rows>4</rows>
4414               <columns>1</columns>
4415               <homogeneous>False</homogeneous>
4416               <row_spacing>0</row_spacing>
4417               <column_spacing>0</column_spacing>
4418
4419               <widget>
4420                 <class>GtkCheckButton</class>
4421                 <name>preferences_misc_ts_checkbutton</name>
4422                 <can_focus>True</can_focus>
4423                 <label>ts</label>
4424                 <active>False</active>
4425                 <draw_indicator>True</draw_indicator>
4426                 <child>
4427                   <left_attach>0</left_attach>
4428                   <right_attach>1</right_attach>
4429                   <top_attach>3</top_attach>
4430                   <bottom_attach>4</bottom_attach>
4431                   <xpad>0</xpad>
4432                   <ypad>0</ypad>
4433                   <xexpand>False</xexpand>
4434                   <yexpand>False</yexpand>
4435                   <xshrink>False</xshrink>
4436                   <yshrink>False</yshrink>
4437                   <xfill>True</xfill>
4438                   <yfill>False</yfill>
4439                 </child>
4440               </widget>
4441
4442               <widget>
4443                 <class>GtkCheckButton</class>
4444                 <name>preferences_misc_vob_checkbutton</name>
4445                 <can_focus>True</can_focus>
4446                 <label>vob</label>
4447                 <active>False</active>
4448                 <draw_indicator>True</draw_indicator>
4449                 <child>
4450                   <left_attach>0</left_attach>
4451                   <right_attach>1</right_attach>
4452                   <top_attach>2</top_attach>
4453                   <bottom_attach>3</bottom_attach>
4454                   <xpad>0</xpad>
4455                   <ypad>0</ypad>
4456                   <xexpand>False</xexpand>
4457                   <yexpand>False</yexpand>
4458                   <xshrink>False</xshrink>
4459                   <yshrink>False</yshrink>
4460                   <xfill>True</xfill>
4461                   <yfill>False</yfill>
4462                 </child>
4463               </widget>
4464
4465               <widget>
4466                 <class>GtkCheckButton</class>
4467                 <name>preferences_misc_mp2_checkbutton</name>
4468                 <can_focus>True</can_focus>
4469                 <label>mp2</label>
4470                 <active>False</active>
4471                 <draw_indicator>True</draw_indicator>
4472                 <child>
4473                   <left_attach>0</left_attach>
4474                   <right_attach>1</right_attach>
4475                   <top_attach>1</top_attach>
4476                   <bottom_attach>2</bottom_attach>
4477                   <xpad>0</xpad>
4478                   <ypad>0</ypad>
4479                   <xexpand>False</xexpand>
4480                   <yexpand>False</yexpand>
4481                   <xshrink>False</xshrink>
4482                   <yshrink>False</yshrink>
4483                   <xfill>True</xfill>
4484                   <yfill>False</yfill>
4485                 </child>
4486               </widget>
4487
4488               <widget>
4489                 <class>GtkCheckButton</class>
4490                 <name>preferences_misc_mpeg_checkbutton</name>
4491                 <can_focus>True</can_focus>
4492                 <label>mpeg</label>
4493                 <active>False</active>
4494                 <draw_indicator>True</draw_indicator>
4495                 <child>
4496                   <left_attach>0</left_attach>
4497                   <right_attach>1</right_attach>
4498                   <top_attach>0</top_attach>
4499                   <bottom_attach>1</bottom_attach>
4500                   <xpad>0</xpad>
4501                   <ypad>0</ypad>
4502                   <xexpand>False</xexpand>
4503                   <yexpand>False</yexpand>
4504                   <xshrink>False</xshrink>
4505                   <yshrink>False</yshrink>
4506                   <xfill>True</xfill>
4507                   <yfill>False</yfill>
4508                 </child>
4509               </widget>
4510             </widget>
4511           </widget>
4512
4513           <widget>
4514             <class>GtkFrame</class>
4515             <name>preferences_misc_message_frame</name>
4516             <label>Messages</label>
4517             <label_xalign>0.05</label_xalign>
4518             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4519             <child>
4520               <left_attach>1</left_attach>
4521               <right_attach>2</right_attach>
4522               <top_attach>0</top_attach>
4523               <bottom_attach>1</bottom_attach>
4524               <xpad>0</xpad>
4525               <ypad>0</ypad>
4526               <xexpand>True</xexpand>
4527               <yexpand>False</yexpand>
4528               <xshrink>False</xshrink>
4529               <yshrink>False</yshrink>
4530               <xfill>False</xfill>
4531               <yfill>True</yfill>
4532             </child>
4533
4534             <widget>
4535               <class>GtkTable</class>
4536               <name>preferences_misc_message_table</name>
4537               <rows>1</rows>
4538               <columns>2</columns>
4539               <homogeneous>False</homogeneous>
4540               <row_spacing>0</row_spacing>
4541               <column_spacing>0</column_spacing>
4542
4543               <widget>
4544                 <class>GtkLabel</class>
4545                 <name>preferences_misc_messages_label</name>
4546                 <label>Warning level: </label>
4547                 <justify>GTK_JUSTIFY_CENTER</justify>
4548                 <wrap>False</wrap>
4549                 <xalign>0.5</xalign>
4550                 <yalign>0.5</yalign>
4551                 <xpad>0</xpad>
4552                 <ypad>0</ypad>
4553                 <child>
4554                   <left_attach>0</left_attach>
4555                   <right_attach>1</right_attach>
4556                   <top_attach>0</top_attach>
4557                   <bottom_attach>1</bottom_attach>
4558                   <xpad>0</xpad>
4559                   <ypad>0</ypad>
4560                   <xexpand>False</xexpand>
4561                   <yexpand>False</yexpand>
4562                   <xshrink>False</xshrink>
4563                   <yshrink>False</yshrink>
4564                   <xfill>True</xfill>
4565                   <yfill>False</yfill>
4566                 </child>
4567               </widget>
4568
4569               <widget>
4570                 <class>GtkSpinButton</class>
4571                 <name>preferences_misc_messages_spinbutton</name>
4572                 <can_focus>True</can_focus>
4573                 <climb_rate>1</climb_rate>
4574                 <digits>0</digits>
4575                 <numeric>False</numeric>
4576                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4577                 <snap>False</snap>
4578                 <wrap>False</wrap>
4579                 <value>0</value>
4580                 <lower>0</lower>
4581                 <upper>100</upper>
4582                 <step>1</step>
4583                 <page>10</page>
4584                 <page_size>10</page_size>
4585                 <child>
4586                   <left_attach>1</left_attach>
4587                   <right_attach>2</right_attach>
4588                   <top_attach>0</top_attach>
4589                   <bottom_attach>1</bottom_attach>
4590                   <xpad>0</xpad>
4591                   <ypad>0</ypad>
4592                   <xexpand>True</xexpand>
4593                   <yexpand>False</yexpand>
4594                   <xshrink>False</xshrink>
4595                   <yshrink>False</yshrink>
4596                   <xfill>True</xfill>
4597                   <yfill>False</yfill>
4598                 </child>
4599               </widget>
4600             </widget>
4601           </widget>
4602         </widget>
4603
4604         <widget>
4605           <class>GtkLabel</class>
4606           <child_name>Notebook:tab</child_name>
4607           <name>preferences_misc</name>
4608           <label>Misc</label>
4609           <justify>GTK_JUSTIFY_CENTER</justify>
4610           <wrap>False</wrap>
4611           <xalign>0.5</xalign>
4612           <yalign>0.5</yalign>
4613           <xpad>0</xpad>
4614           <ypad>0</ypad>
4615         </widget>
4616       </widget>
4617     </widget>
4618   </widget>
4619 </widget>
4620
4621 <widget>
4622   <class>GnomeDialog</class>
4623   <name>intf_open</name>
4624   <title>Open Stream</title>
4625   <type>GTK_WINDOW_TOPLEVEL</type>
4626   <position>GTK_WIN_POS_NONE</position>
4627   <modal>True</modal>
4628   <allow_shrink>False</allow_shrink>
4629   <allow_grow>False</allow_grow>
4630   <auto_shrink>False</auto_shrink>
4631   <auto_close>False</auto_close>
4632   <hide_on_close>False</hide_on_close>
4633
4634   <widget>
4635     <class>GtkVBox</class>
4636     <child_name>GnomeDialog:vbox</child_name>
4637     <name>dialog-vbox5</name>
4638     <homogeneous>False</homogeneous>
4639     <spacing>8</spacing>
4640     <child>
4641       <padding>4</padding>
4642       <expand>True</expand>
4643       <fill>True</fill>
4644     </child>
4645
4646     <widget>
4647       <class>GtkHButtonBox</class>
4648       <child_name>GnomeDialog:action_area</child_name>
4649       <name>dialog-action_area5</name>
4650       <layout_style>GTK_BUTTONBOX_END</layout_style>
4651       <spacing>8</spacing>
4652       <child_min_width>85</child_min_width>
4653       <child_min_height>27</child_min_height>
4654       <child_ipad_x>7</child_ipad_x>
4655       <child_ipad_y>0</child_ipad_y>
4656       <child>
4657         <padding>0</padding>
4658         <expand>False</expand>
4659         <fill>True</fill>
4660         <pack>GTK_PACK_END</pack>
4661       </child>
4662
4663       <widget>
4664         <class>GtkButton</class>
4665         <name>button1</name>
4666         <can_default>True</can_default>
4667         <can_focus>True</can_focus>
4668         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
4669       </widget>
4670
4671       <widget>
4672         <class>GtkButton</class>
4673         <name>button3</name>
4674         <can_default>True</can_default>
4675         <can_focus>True</can_focus>
4676         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
4677       </widget>
4678     </widget>
4679
4680     <widget>
4681       <class>GtkNotebook</class>
4682       <name>tab_open</name>
4683       <can_focus>True</can_focus>
4684       <show_tabs>True</show_tabs>
4685       <show_border>True</show_border>
4686       <tab_pos>GTK_POS_TOP</tab_pos>
4687       <scrollable>False</scrollable>
4688       <tab_hborder>2</tab_hborder>
4689       <tab_vborder>2</tab_vborder>
4690       <popup_enable>False</popup_enable>
4691       <child>
4692         <padding>0</padding>
4693         <expand>True</expand>
4694         <fill>True</fill>
4695       </child>
4696
4697       <widget>
4698         <class>GtkVBox</class>
4699         <name>vbox10</name>
4700         <border_width>5</border_width>
4701         <homogeneous>False</homogeneous>
4702         <spacing>5</spacing>
4703
4704         <widget>
4705           <class>GtkHBox</class>
4706           <name>hbox5</name>
4707           <homogeneous>False</homogeneous>
4708           <spacing>5</spacing>
4709           <child>
4710             <padding>0</padding>
4711             <expand>True</expand>
4712             <fill>True</fill>
4713           </child>
4714
4715           <widget>
4716             <class>GtkFrame</class>
4717             <name>frame6</name>
4718             <label>Disc type</label>
4719             <label_xalign>0</label_xalign>
4720             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4721             <child>
4722               <padding>0</padding>
4723               <expand>True</expand>
4724               <fill>True</fill>
4725             </child>
4726
4727             <widget>
4728               <class>GtkVBox</class>
4729               <name>vbox11</name>
4730               <border_width>5</border_width>
4731               <homogeneous>False</homogeneous>
4732               <spacing>0</spacing>
4733
4734               <widget>
4735                 <class>GtkRadioButton</class>
4736                 <name>radiobutton1</name>
4737                 <can_focus>True</can_focus>
4738                 <label>DVD</label>
4739                 <active>False</active>
4740                 <draw_indicator>True</draw_indicator>
4741                 <child>
4742                   <padding>0</padding>
4743                   <expand>False</expand>
4744                   <fill>False</fill>
4745                 </child>
4746               </widget>
4747
4748               <widget>
4749                 <class>GtkRadioButton</class>
4750                 <name>radiobutton2</name>
4751                 <can_focus>True</can_focus>
4752                 <label>VCD</label>
4753                 <active>False</active>
4754                 <draw_indicator>True</draw_indicator>
4755                 <child>
4756                   <padding>0</padding>
4757                   <expand>False</expand>
4758                   <fill>False</fill>
4759                 </child>
4760               </widget>
4761             </widget>
4762           </widget>
4763
4764           <widget>
4765             <class>GtkFrame</class>
4766             <name>frame7</name>
4767             <label>Starting position</label>
4768             <label_xalign>0</label_xalign>
4769             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4770             <child>
4771               <padding>0</padding>
4772               <expand>True</expand>
4773               <fill>True</fill>
4774             </child>
4775
4776             <widget>
4777               <class>GtkTable</class>
4778               <name>table3</name>
4779               <border_width>5</border_width>
4780               <rows>2</rows>
4781               <columns>2</columns>
4782               <homogeneous>False</homogeneous>
4783               <row_spacing>5</row_spacing>
4784               <column_spacing>5</column_spacing>
4785
4786               <widget>
4787                 <class>GtkLabel</class>
4788                 <name>label24</name>
4789                 <label>Title</label>
4790                 <justify>GTK_JUSTIFY_CENTER</justify>
4791                 <wrap>False</wrap>
4792                 <xalign>0</xalign>
4793                 <yalign>0.5</yalign>
4794                 <xpad>0</xpad>
4795                 <ypad>0</ypad>
4796                 <child>
4797                   <left_attach>0</left_attach>
4798                   <right_attach>1</right_attach>
4799                   <top_attach>0</top_attach>
4800                   <bottom_attach>1</bottom_attach>
4801                   <xpad>0</xpad>
4802                   <ypad>0</ypad>
4803                   <xexpand>False</xexpand>
4804                   <yexpand>False</yexpand>
4805                   <xshrink>False</xshrink>
4806                   <yshrink>False</yshrink>
4807                   <xfill>True</xfill>
4808                   <yfill>False</yfill>
4809                 </child>
4810               </widget>
4811
4812               <widget>
4813                 <class>GtkLabel</class>
4814                 <name>label25</name>
4815                 <label>Chapter</label>
4816                 <justify>GTK_JUSTIFY_CENTER</justify>
4817                 <wrap>False</wrap>
4818                 <xalign>0</xalign>
4819                 <yalign>0.5</yalign>
4820                 <xpad>0</xpad>
4821                 <ypad>0</ypad>
4822                 <child>
4823                   <left_attach>0</left_attach>
4824                   <right_attach>1</right_attach>
4825                   <top_attach>1</top_attach>
4826                   <bottom_attach>2</bottom_attach>
4827                   <xpad>0</xpad>
4828                   <ypad>0</ypad>
4829                   <xexpand>False</xexpand>
4830                   <yexpand>False</yexpand>
4831                   <xshrink>False</xshrink>
4832                   <yshrink>False</yshrink>
4833                   <xfill>True</xfill>
4834                   <yfill>False</yfill>
4835                 </child>
4836               </widget>
4837
4838               <widget>
4839                 <class>GtkSpinButton</class>
4840                 <name>spinbutton5</name>
4841                 <can_focus>True</can_focus>
4842                 <climb_rate>1</climb_rate>
4843                 <digits>0</digits>
4844                 <numeric>False</numeric>
4845                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4846                 <snap>False</snap>
4847                 <wrap>False</wrap>
4848                 <value>1</value>
4849                 <lower>0</lower>
4850                 <upper>100</upper>
4851                 <step>1</step>
4852                 <page>10</page>
4853                 <page_size>10</page_size>
4854                 <child>
4855                   <left_attach>1</left_attach>
4856                   <right_attach>2</right_attach>
4857                   <top_attach>0</top_attach>
4858                   <bottom_attach>1</bottom_attach>
4859                   <xpad>0</xpad>
4860                   <ypad>0</ypad>
4861                   <xexpand>True</xexpand>
4862                   <yexpand>False</yexpand>
4863                   <xshrink>False</xshrink>
4864                   <yshrink>False</yshrink>
4865                   <xfill>True</xfill>
4866                   <yfill>False</yfill>
4867                 </child>
4868               </widget>
4869
4870               <widget>
4871                 <class>GtkSpinButton</class>
4872                 <name>spinbutton6</name>
4873                 <can_focus>True</can_focus>
4874                 <climb_rate>1</climb_rate>
4875                 <digits>0</digits>
4876                 <numeric>False</numeric>
4877                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4878                 <snap>False</snap>
4879                 <wrap>False</wrap>
4880                 <value>1</value>
4881                 <lower>0</lower>
4882                 <upper>100</upper>
4883                 <step>1</step>
4884                 <page>10</page>
4885                 <page_size>10</page_size>
4886                 <child>
4887                   <left_attach>1</left_attach>
4888                   <right_attach>2</right_attach>
4889                   <top_attach>1</top_attach>
4890                   <bottom_attach>2</bottom_attach>
4891                   <xpad>0</xpad>
4892                   <ypad>0</ypad>
4893                   <xexpand>True</xexpand>
4894                   <yexpand>False</yexpand>
4895                   <xshrink>False</xshrink>
4896                   <yshrink>False</yshrink>
4897                   <xfill>True</xfill>
4898                   <yfill>False</yfill>
4899                 </child>
4900               </widget>
4901             </widget>
4902           </widget>
4903         </widget>
4904
4905         <widget>
4906           <class>GtkHBox</class>
4907           <name>hbox6</name>
4908           <homogeneous>False</homogeneous>
4909           <spacing>5</spacing>
4910           <child>
4911             <padding>0</padding>
4912             <expand>True</expand>
4913             <fill>True</fill>
4914           </child>
4915
4916           <widget>
4917             <class>GtkLabel</class>
4918             <name>label29</name>
4919             <label>Device name:</label>
4920             <justify>GTK_JUSTIFY_CENTER</justify>
4921             <wrap>False</wrap>
4922             <xalign>0.5</xalign>
4923             <yalign>0.5</yalign>
4924             <xpad>0</xpad>
4925             <ypad>0</ypad>
4926             <child>
4927               <padding>0</padding>
4928               <expand>False</expand>
4929               <fill>False</fill>
4930             </child>
4931           </widget>
4932
4933           <widget>
4934             <class>GtkEntry</class>
4935             <name>entry1</name>
4936             <can_focus>True</can_focus>
4937             <editable>True</editable>
4938             <text_visible>True</text_visible>
4939             <text_max_length>0</text_max_length>
4940             <text>/dev/dvd</text>
4941             <child>
4942               <padding>0</padding>
4943               <expand>True</expand>
4944               <fill>True</fill>
4945             </child>
4946           </widget>
4947         </widget>
4948       </widget>
4949
4950       <widget>
4951         <class>GtkLabel</class>
4952         <child_name>Notebook:tab</child_name>
4953         <name>tab_disc</name>
4954         <label>Disc</label>
4955         <justify>GTK_JUSTIFY_CENTER</justify>
4956         <wrap>False</wrap>
4957         <xalign>0.5</xalign>
4958         <yalign>0.5</yalign>
4959         <xpad>0</xpad>
4960         <ypad>0</ypad>
4961       </widget>
4962
4963       <widget>
4964         <class>GtkVBox</class>
4965         <name>vbox12</name>
4966         <border_width>5</border_width>
4967         <homogeneous>False</homogeneous>
4968         <spacing>5</spacing>
4969
4970         <widget>
4971           <class>GtkHBox</class>
4972           <name>hbox7</name>
4973           <homogeneous>False</homogeneous>
4974           <spacing>5</spacing>
4975           <child>
4976             <padding>0</padding>
4977             <expand>True</expand>
4978             <fill>True</fill>
4979           </child>
4980
4981           <widget>
4982             <class>GtkFrame</class>
4983             <name>frame8</name>
4984             <label>Protocol</label>
4985             <label_xalign>0</label_xalign>
4986             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4987             <child>
4988               <padding>0</padding>
4989               <expand>True</expand>
4990               <fill>True</fill>
4991             </child>
4992
4993             <widget>
4994               <class>GtkVBox</class>
4995               <name>vbox13</name>
4996               <border_width>5</border_width>
4997               <homogeneous>False</homogeneous>
4998               <spacing>0</spacing>
4999
5000               <widget>
5001                 <class>GtkRadioButton</class>
5002                 <name>radiobutton3</name>
5003                 <can_focus>True</can_focus>
5004                 <label>UDP stream</label>
5005                 <active>False</active>
5006                 <draw_indicator>True</draw_indicator>
5007                 <child>
5008                   <padding>0</padding>
5009                   <expand>False</expand>
5010                   <fill>False</fill>
5011                 </child>
5012               </widget>
5013
5014               <widget>
5015                 <class>GtkRadioButton</class>
5016                 <name>radiobutton4</name>
5017                 <can_focus>True</can_focus>
5018                 <label>HTTP</label>
5019                 <active>False</active>
5020                 <draw_indicator>True</draw_indicator>
5021                 <child>
5022                   <padding>0</padding>
5023                   <expand>False</expand>
5024                   <fill>False</fill>
5025                 </child>
5026               </widget>
5027
5028               <widget>
5029                 <class>GtkRadioButton</class>
5030                 <name>radiobutton5</name>
5031                 <can_focus>True</can_focus>
5032                 <label>RTP</label>
5033                 <active>False</active>
5034                 <draw_indicator>True</draw_indicator>
5035                 <child>
5036                   <padding>0</padding>
5037                   <expand>False</expand>
5038                   <fill>False</fill>
5039                 </child>
5040               </widget>
5041             </widget>
5042           </widget>
5043
5044           <widget>
5045             <class>GtkFrame</class>
5046             <name>frame9</name>
5047             <label>Server</label>
5048             <label_xalign>0</label_xalign>
5049             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
5050             <child>
5051               <padding>0</padding>
5052               <expand>True</expand>
5053               <fill>True</fill>
5054             </child>
5055
5056             <widget>
5057               <class>GtkVBox</class>
5058               <name>vbox14</name>
5059               <homogeneous>False</homogeneous>
5060               <spacing>0</spacing>
5061
5062               <widget>
5063                 <class>GtkTable</class>
5064                 <name>table4</name>
5065                 <border_width>5</border_width>
5066                 <rows>2</rows>
5067                 <columns>2</columns>
5068                 <homogeneous>False</homogeneous>
5069                 <row_spacing>5</row_spacing>
5070                 <column_spacing>5</column_spacing>
5071                 <child>
5072                   <padding>0</padding>
5073                   <expand>True</expand>
5074                   <fill>True</fill>
5075                 </child>
5076
5077                 <widget>
5078                   <class>GtkLabel</class>
5079                   <name>label26</name>
5080                   <label>Address</label>
5081                   <justify>GTK_JUSTIFY_CENTER</justify>
5082                   <wrap>False</wrap>
5083                   <xalign>0</xalign>
5084                   <yalign>0.5</yalign>
5085                   <xpad>0</xpad>
5086                   <ypad>0</ypad>
5087                   <child>
5088                     <left_attach>0</left_attach>
5089                     <right_attach>1</right_attach>
5090                     <top_attach>0</top_attach>
5091                     <bottom_attach>1</bottom_attach>
5092                     <xpad>0</xpad>
5093                     <ypad>0</ypad>
5094                     <xexpand>False</xexpand>
5095                     <yexpand>False</yexpand>
5096                     <xshrink>False</xshrink>
5097                     <yshrink>False</yshrink>
5098                     <xfill>True</xfill>
5099                     <yfill>False</yfill>
5100                   </child>
5101                 </widget>
5102
5103                 <widget>
5104                   <class>GtkLabel</class>
5105                   <name>label27</name>
5106                   <label>Port</label>
5107                   <justify>GTK_JUSTIFY_CENTER</justify>
5108                   <wrap>False</wrap>
5109                   <xalign>0</xalign>
5110                   <yalign>0.5</yalign>
5111                   <xpad>0</xpad>
5112                   <ypad>0</ypad>
5113                   <child>
5114                     <left_attach>0</left_attach>
5115                     <right_attach>1</right_attach>
5116                     <top_attach>1</top_attach>
5117                     <bottom_attach>2</bottom_attach>
5118                     <xpad>0</xpad>
5119                     <ypad>0</ypad>
5120                     <xexpand>False</xexpand>
5121                     <yexpand>False</yexpand>
5122                     <xshrink>False</xshrink>
5123                     <yshrink>False</yshrink>
5124                     <xfill>True</xfill>
5125                     <yfill>False</yfill>
5126                   </child>
5127                 </widget>
5128
5129                 <widget>
5130                   <class>GtkCombo</class>
5131                   <name>combo1</name>
5132                   <value_in_list>False</value_in_list>
5133                   <ok_if_empty>True</ok_if_empty>
5134                   <case_sensitive>False</case_sensitive>
5135                   <use_arrows>True</use_arrows>
5136                   <use_arrows_always>False</use_arrows_always>
5137                   <items></items>
5138                   <child>
5139                     <left_attach>1</left_attach>
5140                     <right_attach>2</right_attach>
5141                     <top_attach>0</top_attach>
5142                     <bottom_attach>1</bottom_attach>
5143                     <xpad>0</xpad>
5144                     <ypad>0</ypad>
5145                     <xexpand>True</xexpand>
5146                     <yexpand>False</yexpand>
5147                     <xshrink>False</xshrink>
5148                     <yshrink>False</yshrink>
5149                     <xfill>True</xfill>
5150                     <yfill>False</yfill>
5151                   </child>
5152
5153                   <widget>
5154                     <class>GtkEntry</class>
5155                     <child_name>GtkCombo:entry</child_name>
5156                     <name>combo-entry1</name>
5157                     <can_focus>True</can_focus>
5158                     <editable>True</editable>
5159                     <text_visible>True</text_visible>
5160                     <text_max_length>0</text_max_length>
5161                     <text></text>
5162                   </widget>
5163                 </widget>
5164
5165                 <widget>
5166                   <class>GtkSpinButton</class>
5167                   <name>spinbutton7</name>
5168                   <can_focus>True</can_focus>
5169                   <climb_rate>1</climb_rate>
5170                   <digits>0</digits>
5171                   <numeric>False</numeric>
5172                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
5173                   <snap>False</snap>
5174                   <wrap>False</wrap>
5175                   <value>0</value>
5176                   <lower>0</lower>
5177                   <upper>100</upper>
5178                   <step>1</step>
5179                   <page>10</page>
5180                   <page_size>10</page_size>
5181                   <child>
5182                     <left_attach>1</left_attach>
5183                     <right_attach>2</right_attach>
5184                     <top_attach>1</top_attach>
5185                     <bottom_attach>2</bottom_attach>
5186                     <xpad>0</xpad>
5187                     <ypad>0</ypad>
5188                     <xexpand>True</xexpand>
5189                     <yexpand>False</yexpand>
5190                     <xshrink>False</xshrink>
5191                     <yshrink>False</yshrink>
5192                     <xfill>True</xfill>
5193                     <yfill>False</yfill>
5194                   </child>
5195                 </widget>
5196               </widget>
5197             </widget>
5198           </widget>
5199         </widget>
5200
5201         <widget>
5202           <class>GtkFrame</class>
5203           <name>frame10</name>
5204           <label>Broadcast</label>
5205           <label_xalign>0</label_xalign>
5206           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
5207           <child>
5208             <padding>0</padding>
5209             <expand>True</expand>
5210             <fill>True</fill>
5211           </child>
5212
5213           <widget>
5214             <class>GtkHBox</class>
5215             <name>hbox8</name>
5216             <border_width>5</border_width>
5217             <homogeneous>False</homogeneous>
5218             <spacing>5</spacing>
5219
5220             <widget>
5221               <class>GtkCheckButton</class>
5222               <name>checkbutton2</name>
5223               <can_focus>True</can_focus>
5224               <label>Broadcast</label>
5225               <active>False</active>
5226               <draw_indicator>True</draw_indicator>
5227               <child>
5228                 <padding>0</padding>
5229                 <expand>False</expand>
5230                 <fill>False</fill>
5231               </child>
5232             </widget>
5233
5234             <widget>
5235               <class>GtkCombo</class>
5236               <name>combo3</name>
5237               <value_in_list>False</value_in_list>
5238               <ok_if_empty>True</ok_if_empty>
5239               <case_sensitive>False</case_sensitive>
5240               <use_arrows>True</use_arrows>
5241               <use_arrows_always>False</use_arrows_always>
5242               <items></items>
5243               <child>
5244                 <padding>0</padding>
5245                 <expand>True</expand>
5246                 <fill>True</fill>
5247               </child>
5248
5249               <widget>
5250                 <class>GtkEntry</class>
5251                 <child_name>GtkCombo:entry</child_name>
5252                 <name>combo-entry3</name>
5253                 <can_focus>True</can_focus>
5254                 <editable>True</editable>
5255                 <text_visible>True</text_visible>
5256                 <text_max_length>0</text_max_length>
5257                 <text></text>
5258               </widget>
5259             </widget>
5260           </widget>
5261         </widget>
5262
5263         <widget>
5264           <class>GtkFrame</class>
5265           <name>frame11</name>
5266           <label>Channels</label>
5267           <label_xalign>0</label_xalign>
5268           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
5269           <child>
5270             <padding>0</padding>
5271             <expand>True</expand>
5272             <fill>True</fill>
5273           </child>
5274
5275           <widget>
5276             <class>GtkHBox</class>
5277             <name>hbox9</name>
5278             <border_width>5</border_width>
5279             <homogeneous>False</homogeneous>
5280             <spacing>5</spacing>
5281
5282             <widget>
5283               <class>GtkCheckButton</class>
5284               <name>checkbutton1</name>
5285               <can_focus>True</can_focus>
5286               <label>Channel server</label>
5287               <active>False</active>
5288               <draw_indicator>True</draw_indicator>
5289               <child>
5290                 <padding>0</padding>
5291                 <expand>False</expand>
5292                 <fill>False</fill>
5293               </child>
5294             </widget>
5295
5296             <widget>
5297               <class>GtkCombo</class>
5298               <name>combo2</name>
5299               <value_in_list>False</value_in_list>
5300               <ok_if_empty>True</ok_if_empty>
5301               <case_sensitive>False</case_sensitive>
5302               <use_arrows>True</use_arrows>
5303               <use_arrows_always>False</use_arrows_always>
5304               <items></items>
5305               <child>
5306                 <padding>0</padding>
5307                 <expand>True</expand>
5308                 <fill>True</fill>
5309               </child>
5310
5311               <widget>
5312                 <class>GtkEntry</class>
5313                 <child_name>GtkCombo:entry</child_name>
5314                 <name>combo-entry2</name>
5315                 <can_focus>True</can_focus>
5316                 <editable>True</editable>
5317                 <text_visible>True</text_visible>
5318                 <text_max_length>0</text_max_length>
5319                 <text></text>
5320               </widget>
5321             </widget>
5322
5323             <widget>
5324               <class>GtkLabel</class>
5325               <name>label28</name>
5326               <label>Port</label>
5327               <justify>GTK_JUSTIFY_CENTER</justify>
5328               <wrap>False</wrap>
5329               <xalign>0.5</xalign>
5330               <yalign>0.5</yalign>
5331               <xpad>0</xpad>
5332               <ypad>0</ypad>
5333               <child>
5334                 <padding>0</padding>
5335                 <expand>False</expand>
5336                 <fill>False</fill>
5337               </child>
5338             </widget>
5339
5340             <widget>
5341               <class>GtkSpinButton</class>
5342               <name>spinbutton8</name>
5343               <can_focus>True</can_focus>
5344               <climb_rate>1</climb_rate>
5345               <digits>0</digits>
5346               <numeric>False</numeric>
5347               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
5348               <snap>False</snap>
5349               <wrap>False</wrap>
5350               <value>1</value>
5351               <lower>0</lower>
5352               <upper>100</upper>
5353               <step>1</step>
5354               <page>10</page>
5355               <page_size>10</page_size>
5356               <child>
5357                 <padding>0</padding>
5358                 <expand>True</expand>
5359                 <fill>True</fill>
5360               </child>
5361             </widget>
5362           </widget>
5363         </widget>
5364       </widget>
5365
5366       <widget>
5367         <class>GtkLabel</class>
5368         <child_name>Notebook:tab</child_name>
5369         <name>tab_network</name>
5370         <label>Network</label>
5371         <justify>GTK_JUSTIFY_CENTER</justify>
5372         <wrap>False</wrap>
5373         <xalign>0.5</xalign>
5374         <yalign>0.5</yalign>
5375         <xpad>0</xpad>
5376         <ypad>0</ypad>
5377       </widget>
5378     </widget>
5379   </widget>
5380 </widget>
5381
5382 <widget>
5383   <class>GnomeDialog</class>
5384   <name>intf_messages</name>
5385   <signal>
5386     <name>destroy</name>
5387     <handler>gtk_widget_hide</handler>
5388     <data>&quot;intf_playlist&quot;</data>
5389     <last_modification_time>Wed, 20 Feb 2002 05:11:27 GMT</last_modification_time>
5390   </signal>
5391   <signal>
5392     <name>delete_event</name>
5393     <handler>gtk_widget_hide</handler>
5394     <data>&quot;intf_playlist&quot;</data>
5395     <last_modification_time>Wed, 20 Feb 2002 05:11:27 GMT</last_modification_time>
5396   </signal>
5397   <title>Messages</title>
5398   <type>GTK_WINDOW_TOPLEVEL</type>
5399   <position>GTK_WIN_POS_NONE</position>
5400   <modal>False</modal>
5401   <allow_shrink>True</allow_shrink>
5402   <allow_grow>True</allow_grow>
5403   <auto_shrink>False</auto_shrink>
5404   <auto_close>False</auto_close>
5405   <hide_on_close>True</hide_on_close>
5406
5407   <widget>
5408     <class>GtkVBox</class>
5409     <child_name>GnomeDialog:vbox</child_name>
5410     <name>dialog-vbox6</name>
5411     <homogeneous>False</homogeneous>
5412     <spacing>8</spacing>
5413     <child>
5414       <padding>4</padding>
5415       <expand>True</expand>
5416       <fill>True</fill>
5417     </child>
5418
5419     <widget>
5420       <class>GtkHButtonBox</class>
5421       <child_name>GnomeDialog:action_area</child_name>
5422       <name>dialog-action_area6</name>
5423       <layout_style>GTK_BUTTONBOX_END</layout_style>
5424       <spacing>8</spacing>
5425       <child_min_width>85</child_min_width>
5426       <child_min_height>27</child_min_height>
5427       <child_ipad_x>7</child_ipad_x>
5428       <child_ipad_y>0</child_ipad_y>
5429       <child>
5430         <padding>0</padding>
5431         <expand>False</expand>
5432         <fill>True</fill>
5433         <pack>GTK_PACK_END</pack>
5434       </child>
5435
5436       <widget>
5437         <class>GtkButton</class>
5438         <name>messages_ok</name>
5439         <can_default>True</can_default>
5440         <can_focus>True</can_focus>
5441         <signal>
5442           <name>clicked</name>
5443           <handler>GtkMessagesOk</handler>
5444           <data>&quot;intf_messages&quot;</data>
5445           <last_modification_time>Wed, 20 Feb 2002 05:12:11 GMT</last_modification_time>
5446         </signal>
5447         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
5448       </widget>
5449     </widget>
5450
5451     <widget>
5452       <class>GtkScrolledWindow</class>
5453       <name>scrolledwindow1</name>
5454       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
5455       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
5456       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
5457       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
5458       <child>
5459         <padding>0</padding>
5460         <expand>True</expand>
5461         <fill>True</fill>
5462       </child>
5463
5464       <widget>
5465         <class>GtkText</class>
5466         <name>messages_textbox</name>
5467         <width>600</width>
5468         <height>400</height>
5469         <can_focus>True</can_focus>
5470         <editable>False</editable>
5471         <text></text>
5472       </widget>
5473     </widget>
5474   </widget>
5475 </widget>
5476
5477 </GTK-Interface>