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