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