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