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