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