]> git.sesse.net Git - vlc/blob - plugins/gtk/gtk.glade
* modified the directx video plugin to try to create an YUV surface before
[vlc] / plugins / gtk / gtk.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>VideoLAN Client</name>
6   <program_name>vlc</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <main_source_file>gtk_interface.c</main_source_file>
16   <main_header_file>gtk_interface.h</main_header_file>
17   <handler_source_file>gtk_callbacks.c</handler_source_file>
18   <handler_header_file>gtk_callbacks.h</handler_header_file>
19   <support_source_file>gtk_support.c</support_source_file>
20   <support_header_file>gtk_support.h</support_header_file>
21 </project>
22
23 <widget>
24   <class>GtkWindow</class>
25   <name>intf_window</name>
26   <signal>
27     <name>drag_data_received</name>
28     <handler>GtkWindowDrag</handler>
29     <data>&quot;intf_window&quot;</data>
30     <last_modification_time>Sun, 13 May 2001 17:09:36 GMT</last_modification_time>
31   </signal>
32   <signal>
33     <name>delete_event</name>
34     <handler>GtkWindowDelete</handler>
35     <data>&quot;intf_window&quot;</data>
36     <last_modification_time>Sun, 13 May 2001 17:09:48 GMT</last_modification_time>
37   </signal>
38   <title>VideoLAN Client</title>
39   <type>GTK_WINDOW_TOPLEVEL</type>
40   <position>GTK_WIN_POS_NONE</position>
41   <modal>False</modal>
42   <allow_shrink>True</allow_shrink>
43   <allow_grow>True</allow_grow>
44   <auto_shrink>True</auto_shrink>
45
46   <widget>
47     <class>GtkVBox</class>
48     <child_name>GnomeDock:contents</child_name>
49     <name>window_vbox</name>
50     <homogeneous>False</homogeneous>
51     <spacing>0</spacing>
52
53     <widget>
54       <class>GtkHandleBox</class>
55       <name>menubar_handlebox</name>
56       <shadow_type>GTK_SHADOW_OUT</shadow_type>
57       <handle_position>GTK_POS_LEFT</handle_position>
58       <snap_edge>GTK_POS_TOP</snap_edge>
59       <child>
60         <padding>0</padding>
61         <expand>False</expand>
62         <fill>True</fill>
63       </child>
64
65       <widget>
66         <class>GtkMenuBar</class>
67         <name>menubar</name>
68         <shadow_type>GTK_SHADOW_OUT</shadow_type>
69
70         <widget>
71           <class>GtkMenuItem</class>
72           <name>menubar_file</name>
73           <label>_File</label>
74           <right_justify>False</right_justify>
75
76           <widget>
77             <class>GtkMenu</class>
78             <name>menubar_file_menu</name>
79
80             <widget>
81               <class>GtkMenuItem</class>
82               <name>menubar_open</name>
83               <tooltip>Open a File</tooltip>
84               <accelerator>
85                 <modifiers>0</modifiers>
86                 <key>GDK_F3</key>
87                 <signal>activate</signal>
88               </accelerator>
89               <signal>
90                 <name>activate</name>
91                 <handler>GtkFileOpenActivate</handler>
92                 <data>&quot;intf_window&quot;</data>
93                 <last_modification_time>Mon, 14 May 2001 21:27:36 GMT</last_modification_time>
94               </signal>
95               <label>_Open File...</label>
96               <right_justify>False</right_justify>
97             </widget>
98
99             <widget>
100               <class>GtkMenuItem</class>
101               <name>menubar_disc</name>
102               <tooltip>Open a DVD or VCD</tooltip>
103               <accelerator>
104                 <modifiers>0</modifiers>
105                 <key>GDK_F4</key>
106                 <signal>activate</signal>
107               </accelerator>
108               <signal>
109                 <name>activate</name>
110                 <handler>GtkDiscOpenActivate</handler>
111                 <data>&quot;intf_window&quot;</data>
112                 <last_modification_time>Mon, 14 May 2001 21:27:47 GMT</last_modification_time>
113               </signal>
114               <label>Open _Disc...</label>
115               <right_justify>False</right_justify>
116             </widget>
117
118             <widget>
119               <class>GtkMenuItem</class>
120               <name>menubar_network</name>
121               <tooltip>Select a Network Stream</tooltip>
122               <accelerator>
123                 <modifiers>0</modifiers>
124                 <key>GDK_F5</key>
125                 <signal>activate</signal>
126               </accelerator>
127               <signal>
128                 <name>activate</name>
129                 <handler>GtkNetworkOpenActivate</handler>
130                 <data>&quot;intf_window&quot;</data>
131                 <last_modification_time>Mon, 14 May 2001 21:28:06 GMT</last_modification_time>
132               </signal>
133               <label>_Network Stream...</label>
134               <right_justify>False</right_justify>
135             </widget>
136
137             <widget>
138               <class>GtkMenuItem</class>
139               <name>separator4</name>
140               <right_justify>False</right_justify>
141             </widget>
142
143             <widget>
144               <class>GtkMenuItem</class>
145               <name>menubar_eject</name>
146               <tooltip>Eject disc</tooltip>
147               <signal>
148                 <name>activate</name>
149                 <handler>GtkEjectDiscActivate</handler>
150                 <data>&quot;intf_window&quot;</data>
151                 <last_modification_time>Fri, 21 Dec 2001 12:51:34 GMT</last_modification_time>
152               </signal>
153               <label>_Eject Disc</label>
154               <right_justify>False</right_justify>
155             </widget>
156
157             <widget>
158               <class>GtkMenuItem</class>
159               <name>separator14</name>
160               <right_justify>False</right_justify>
161             </widget>
162
163             <widget>
164               <class>GtkMenuItem</class>
165               <name>menubar_exit</name>
166               <tooltip>Exit the program</tooltip>
167               <accelerator>
168                 <modifiers>GDK_CONTROL_MASK</modifiers>
169                 <key>GDK_Q</key>
170                 <signal>activate</signal>
171               </accelerator>
172               <signal>
173                 <name>activate</name>
174                 <handler>GtkExitActivate</handler>
175                 <data>&quot;intf_window&quot;</data>
176                 <last_modification_time>Mon, 14 May 2001 21:28:20 GMT</last_modification_time>
177               </signal>
178               <label>E_xit</label>
179               <right_justify>False</right_justify>
180             </widget>
181           </widget>
182         </widget>
183
184         <widget>
185           <class>GtkMenuItem</class>
186           <name>menubar_view</name>
187           <label>_View</label>
188           <right_justify>False</right_justify>
189
190           <widget>
191             <class>GtkMenu</class>
192             <name>menubar_view_menu</name>
193
194             <widget>
195               <class>GtkMenuItem</class>
196               <name>menubar_interface_hide</name>
197               <tooltip>Hide the main interface window</tooltip>
198               <signal>
199                 <name>activate</name>
200                 <handler>GtkWindowToggleActivate</handler>
201                 <data>&quot;intf_window&quot;</data>
202                 <last_modification_time>Mon, 14 May 2001 21:32:49 GMT</last_modification_time>
203               </signal>
204               <label>_Hide interface</label>
205               <right_justify>False</right_justify>
206             </widget>
207
208             <widget>
209               <class>GtkMenuItem</class>
210               <name>menubar_fullscreen</name>
211               <signal>
212                 <name>activate</name>
213                 <handler>GtkFullscreenActivate</handler>
214                 <data>&quot;intf_window&quot;</data>
215                 <last_modification_time>Mon, 14 May 2001 21:29:21 GMT</last_modification_time>
216               </signal>
217               <label>_Fullscreen</label>
218               <right_justify>False</right_justify>
219             </widget>
220
221             <widget>
222               <class>GtkMenuItem</class>
223               <name>separator13</name>
224               <right_justify>False</right_justify>
225             </widget>
226
227             <widget>
228               <class>GtkMenuItem</class>
229               <name>menubar_program</name>
230               <sensitive>False</sensitive>
231               <tooltip>Choose the program</tooltip>
232               <label>Progr_am</label>
233               <right_justify>False</right_justify>
234             </widget>
235
236             <widget>
237               <class>GtkMenuItem</class>
238               <name>menubar_title</name>
239               <sensitive>False</sensitive>
240               <tooltip>Navigate through the stream</tooltip>
241               <label>_Title</label>
242               <right_justify>False</right_justify>
243             </widget>
244
245             <widget>
246               <class>GtkMenuItem</class>
247               <name>menubar_chapter</name>
248               <sensitive>False</sensitive>
249               <label>_Chapter</label>
250               <right_justify>False</right_justify>
251             </widget>
252
253             <widget>
254               <class>GtkMenuItem</class>
255               <name>separator11</name>
256               <right_justify>False</right_justify>
257             </widget>
258
259             <widget>
260               <class>GtkMenuItem</class>
261               <name>menubar_playlist</name>
262               <tooltip>Open the playlist window</tooltip>
263               <signal>
264                 <name>activate</name>
265                 <handler>GtkPlaylistActivate</handler>
266                 <data>&quot;intf_window&quot;</data>
267                 <last_modification_time>Mon, 14 May 2001 21:29:34 GMT</last_modification_time>
268               </signal>
269               <label>_Playlist...</label>
270               <right_justify>False</right_justify>
271             </widget>
272
273             <widget>
274               <class>GtkMenuItem</class>
275               <name>menubar_modules</name>
276               <sensitive>False</sensitive>
277               <tooltip>Open the module manager</tooltip>
278               <signal>
279                 <name>activate</name>
280                 <handler>GtkModulesActivate</handler>
281                 <data>&quot;intf_window&quot;</data>
282                 <last_modification_time>Mon, 14 May 2001 21:29:44 GMT</last_modification_time>
283               </signal>
284               <label>_Modules...</label>
285               <right_justify>False</right_justify>
286             </widget>
287
288             <widget>
289               <class>GtkMenuItem</class>
290               <name>menubar_messages</name>
291               <tooltip>Open the messages window</tooltip>
292               <signal>
293                 <name>activate</name>
294                 <handler>GtkMessagesActivate</handler>
295                 <data>&quot;intf_window&quot;</data>
296                 <last_modification_time>Tue, 19 Feb 2002 02:03:47 GMT</last_modification_time>
297               </signal>
298               <label>Messages...</label>
299               <right_justify>False</right_justify>
300             </widget>
301           </widget>
302         </widget>
303
304         <widget>
305           <class>GtkMenuItem</class>
306           <name>menubar_settings</name>
307           <label>_Settings</label>
308           <right_justify>False</right_justify>
309
310           <widget>
311             <class>GtkMenu</class>
312             <name>menubar_settings_menu</name>
313
314             <widget>
315               <class>GtkMenuItem</class>
316               <name>menubar_audio</name>
317               <sensitive>False</sensitive>
318               <tooltip>Select audio channel</tooltip>
319               <label>A_udio</label>
320               <right_justify>False</right_justify>
321             </widget>
322
323             <widget>
324               <class>GtkMenuItem</class>
325               <name>menubar_subpictures</name>
326               <sensitive>False</sensitive>
327               <tooltip>Select subtitles channel</tooltip>
328               <label>_Subtitles</label>
329               <right_justify>False</right_justify>
330             </widget>
331
332             <widget>
333               <class>GtkMenuItem</class>
334               <name>separator8</name>
335               <right_justify>False</right_justify>
336             </widget>
337
338             <widget>
339               <class>GtkMenuItem</class>
340               <name>menubar_preferences</name>
341               <tooltip>Configure the application</tooltip>
342               <signal>
343                 <name>activate</name>
344                 <handler>GtkPreferencesActivate</handler>
345                 <data>&quot;intf_window&quot;</data>
346                 <last_modification_time>Mon, 14 May 2001 21:30:02 GMT</last_modification_time>
347               </signal>
348               <label>_Preferences...</label>
349               <right_justify>False</right_justify>
350             </widget>
351           </widget>
352         </widget>
353
354         <widget>
355           <class>GtkMenuItem</class>
356           <name>menubar_help</name>
357           <label>_Help</label>
358           <right_justify>False</right_justify>
359
360           <widget>
361             <class>GtkMenu</class>
362             <name>menubar_help_menu</name>
363
364             <widget>
365               <class>GtkMenuItem</class>
366               <name>menubar_about</name>
367               <tooltip>About this application</tooltip>
368               <signal>
369                 <name>activate</name>
370                 <handler>GtkAboutActivate</handler>
371                 <data>&quot;intf_window&quot;</data>
372                 <last_modification_time>Mon, 14 May 2001 21:30:15 GMT</last_modification_time>
373               </signal>
374               <label>_About...</label>
375               <right_justify>False</right_justify>
376             </widget>
377           </widget>
378         </widget>
379       </widget>
380     </widget>
381
382     <widget>
383       <class>GtkHandleBox</class>
384       <name>toolbar_handlebox</name>
385       <shadow_type>GTK_SHADOW_OUT</shadow_type>
386       <handle_position>GTK_POS_LEFT</handle_position>
387       <snap_edge>GTK_POS_TOP</snap_edge>
388       <child>
389         <padding>0</padding>
390         <expand>False</expand>
391         <fill>True</fill>
392       </child>
393
394       <widget>
395         <class>GtkToolbar</class>
396         <name>toolbar</name>
397         <border_width>1</border_width>
398         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
399         <type>GTK_TOOLBAR_BOTH</type>
400         <space_size>16</space_size>
401         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
402         <relief>GTK_RELIEF_NONE</relief>
403         <tooltips>True</tooltips>
404
405         <widget>
406           <class>GtkButton</class>
407           <child_name>Toolbar:button</child_name>
408           <name>toolbar_open</name>
409           <tooltip>Open a File</tooltip>
410           <signal>
411             <name>button_press_event</name>
412             <handler>GtkFileOpenShow</handler>
413             <data>&quot;intf_window&quot;</data>
414             <last_modification_time>Sun, 13 May 2001 15:10:21 GMT</last_modification_time>
415           </signal>
416           <label>File</label>
417         </widget>
418
419         <widget>
420           <class>GtkButton</class>
421           <child_name>Toolbar:button</child_name>
422           <name>toolbar_disc</name>
423           <tooltip>Open a DVD or VCD</tooltip>
424           <signal>
425             <name>button_press_event</name>
426             <handler>GtkDiscOpenShow</handler>
427             <data>&quot;intf_window&quot;</data>
428             <last_modification_time>Sun, 13 May 2001 15:10:30 GMT</last_modification_time>
429           </signal>
430           <label>Disc</label>
431         </widget>
432
433         <widget>
434           <class>GtkButton</class>
435           <child_name>Toolbar:button</child_name>
436           <name>toolbar_network</name>
437           <tooltip>Select a Network Stream</tooltip>
438           <signal>
439             <name>button_press_event</name>
440             <handler>GtkNetworkOpenShow</handler>
441             <data>&quot;intf_window&quot;</data>
442             <last_modification_time>Sun, 13 May 2001 15:10:37 GMT</last_modification_time>
443           </signal>
444           <label>Net</label>
445         </widget>
446
447         <widget>
448           <class>GtkButton</class>
449           <child_name>Toolbar:button</child_name>
450           <name>toolbar_sat</name>
451           <tooltip>Open a Satellite Card</tooltip>
452           <signal>
453             <name>button_press_event</name>
454             <handler>GtkSatOpenShow</handler>
455             <data>&quot;intf_window&quot;</data>
456             <last_modification_time>Sun, 24 Mar 2002 15:08:57 GMT</last_modification_time>
457           </signal>
458           <label>Sat</label>
459         </widget>
460
461         <widget>
462           <class>GtkButton</class>
463           <child_name>Toolbar:button</child_name>
464           <name>toolbar_back</name>
465           <sensitive>False</sensitive>
466           <tooltip>Go Backward</tooltip>
467           <signal>
468             <name>button_press_event</name>
469             <handler>GtkControlBack</handler>
470             <data>&quot;intf_window&quot;</data>
471             <last_modification_time>Sun, 13 May 2001 15:10:47 GMT</last_modification_time>
472           </signal>
473           <label>Back</label>
474           <child>
475             <new_group>True</new_group>
476           </child>
477         </widget>
478
479         <widget>
480           <class>GtkButton</class>
481           <child_name>Toolbar:button</child_name>
482           <name>toolbar_stop</name>
483           <tooltip>Stop Stream</tooltip>
484           <signal>
485             <name>button_press_event</name>
486             <handler>GtkControlStop</handler>
487             <data>&quot;intf_window&quot;</data>
488             <last_modification_time>Sun, 13 May 2001 15:10:57 GMT</last_modification_time>
489           </signal>
490           <label>Stop</label>
491         </widget>
492
493         <widget>
494           <class>GtkButton</class>
495           <child_name>Toolbar:button</child_name>
496           <name>toolbar_eject</name>
497           <signal>
498             <name>button_press_event</name>
499             <handler>GtkDiscEject</handler>
500             <data>&quot;intf_window&quot;</data>
501             <last_modification_time>Fri, 21 Dec 2001 15:33:26 GMT</last_modification_time>
502           </signal>
503           <label>Eject</label>
504         </widget>
505
506         <widget>
507           <class>GtkButton</class>
508           <child_name>Toolbar:button</child_name>
509           <name>toolbar_play</name>
510           <tooltip>Play Stream</tooltip>
511           <signal>
512             <name>button_press_event</name>
513             <handler>GtkControlPlay</handler>
514             <data>&quot;intf_window&quot;</data>
515             <last_modification_time>Sun, 13 May 2001 15:11:06 GMT</last_modification_time>
516           </signal>
517           <label>Play</label>
518         </widget>
519
520         <widget>
521           <class>GtkButton</class>
522           <child_name>Toolbar:button</child_name>
523           <name>toolbar_pause</name>
524           <sensitive>False</sensitive>
525           <tooltip>Pause Stream</tooltip>
526           <signal>
527             <name>button_press_event</name>
528             <handler>GtkControlPause</handler>
529             <data>&quot;intf_window&quot;</data>
530             <last_modification_time>Sun, 13 May 2001 15:11:13 GMT</last_modification_time>
531           </signal>
532           <label>Pause</label>
533         </widget>
534
535         <widget>
536           <class>GtkButton</class>
537           <child_name>Toolbar:button</child_name>
538           <name>toolbar_slow</name>
539           <sensitive>False</sensitive>
540           <tooltip>Play Slower</tooltip>
541           <signal>
542             <name>button_press_event</name>
543             <handler>GtkControlSlow</handler>
544             <data>&quot;intf_window&quot;</data>
545             <last_modification_time>Sun, 13 May 2001 15:11:20 GMT</last_modification_time>
546           </signal>
547           <label>Slow</label>
548           <child>
549             <new_group>True</new_group>
550           </child>
551         </widget>
552
553         <widget>
554           <class>GtkButton</class>
555           <child_name>Toolbar:button</child_name>
556           <name>toolbar_fast</name>
557           <sensitive>False</sensitive>
558           <tooltip>Play Faster</tooltip>
559           <signal>
560             <name>button_press_event</name>
561             <handler>GtkControlFast</handler>
562             <data>&quot;intf_window&quot;</data>
563             <last_modification_time>Sun, 13 May 2001 15:11:31 GMT</last_modification_time>
564           </signal>
565           <label>Fast</label>
566         </widget>
567
568         <widget>
569           <class>GtkButton</class>
570           <child_name>Toolbar:button</child_name>
571           <name>toolbar_playlist</name>
572           <tooltip>Open Playlist</tooltip>
573           <signal>
574             <name>button_press_event</name>
575             <handler>GtkPlaylistShow</handler>
576             <data>&quot;intf_window&quot;</data>
577             <last_modification_time>Sun, 13 May 2001 15:11:38 GMT</last_modification_time>
578           </signal>
579           <label>Playlist</label>
580         </widget>
581
582         <widget>
583           <class>GtkButton</class>
584           <child_name>Toolbar:button</child_name>
585           <name>toolbar_prev</name>
586           <tooltip>Previous File</tooltip>
587           <signal>
588             <name>button_press_event</name>
589             <handler>GtkPlaylistPrev</handler>
590             <data>&quot;intf_window&quot;</data>
591             <last_modification_time>Sun, 13 May 2001 15:11:45 GMT</last_modification_time>
592           </signal>
593           <label>Prev</label>
594         </widget>
595
596         <widget>
597           <class>GtkButton</class>
598           <child_name>Toolbar:button</child_name>
599           <name>toolbar_next</name>
600           <tooltip>Next File</tooltip>
601           <signal>
602             <name>button_press_event</name>
603             <handler>GtkPlaylistNext</handler>
604             <data>&quot;intf_window&quot;</data>
605             <last_modification_time>Sun, 13 May 2001 15:11:58 GMT</last_modification_time>
606           </signal>
607           <label>Next</label>
608         </widget>
609       </widget>
610     </widget>
611
612     <widget>
613       <class>GtkFrame</class>
614       <name>slider_frame</name>
615       <visible>False</visible>
616       <label>-:--:--</label>
617       <label_xalign>0.05</label_xalign>
618       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
619       <child>
620         <padding>0</padding>
621         <expand>True</expand>
622         <fill>True</fill>
623       </child>
624
625       <widget>
626         <class>GtkHScale</class>
627         <name>slider</name>
628         <width>500</width>
629         <height>15</height>
630         <can_focus>True</can_focus>
631         <signal>
632           <name>button_release_event</name>
633           <handler>GtkSliderRelease</handler>
634           <data>&quot;intf_window&quot;</data>
635           <last_modification_time>Sun, 13 May 2001 14:40:22 GMT</last_modification_time>
636         </signal>
637         <signal>
638           <name>button_press_event</name>
639           <handler>GtkSliderPress</handler>
640           <data>&quot;intf_window&quot;</data>
641           <last_modification_time>Sun, 13 May 2001 14:40:38 GMT</last_modification_time>
642         </signal>
643         <draw_value>False</draw_value>
644         <value_pos>GTK_POS_TOP</value_pos>
645         <digits>3</digits>
646         <policy>GTK_UPDATE_CONTINUOUS</policy>
647         <value>0</value>
648         <lower>0</lower>
649         <upper>100</upper>
650         <step>1</step>
651         <page>6.25</page>
652         <page_size>0</page_size>
653       </widget>
654     </widget>
655
656     <widget>
657       <class>GtkHBox</class>
658       <name>file_box</name>
659       <width>500</width>
660       <height>24</height>
661       <homogeneous>False</homogeneous>
662       <spacing>0</spacing>
663       <child>
664         <padding>0</padding>
665         <expand>True</expand>
666         <fill>True</fill>
667       </child>
668
669       <widget>
670         <class>GtkLabel</class>
671         <name>label_status</name>
672         <label></label>
673         <justify>GTK_JUSTIFY_CENTER</justify>
674         <wrap>False</wrap>
675         <xalign>0.5</xalign>
676         <yalign>0.5</yalign>
677         <xpad>0</xpad>
678         <ypad>0</ypad>
679         <child>
680           <padding>0</padding>
681           <expand>True</expand>
682           <fill>True</fill>
683         </child>
684       </widget>
685     </widget>
686
687     <widget>
688       <class>GtkHBox</class>
689       <name>dvd_box</name>
690       <width>500</width>
691       <height>24</height>
692       <visible>False</visible>
693       <homogeneous>False</homogeneous>
694       <spacing>0</spacing>
695       <child>
696         <padding>0</padding>
697         <expand>True</expand>
698         <fill>True</fill>
699       </child>
700
701       <widget>
702         <class>GtkLabel</class>
703         <name>dvd_label</name>
704         <label>Disc</label>
705         <justify>GTK_JUSTIFY_CENTER</justify>
706         <wrap>False</wrap>
707         <xalign>0.5</xalign>
708         <yalign>0.5</yalign>
709         <xpad>0</xpad>
710         <ypad>0</ypad>
711         <child>
712           <padding>0</padding>
713           <expand>True</expand>
714           <fill>False</fill>
715         </child>
716       </widget>
717
718       <widget>
719         <class>GtkHBox</class>
720         <name>title_box</name>
721         <homogeneous>False</homogeneous>
722         <spacing>0</spacing>
723         <child>
724           <padding>0</padding>
725           <expand>True</expand>
726           <fill>True</fill>
727         </child>
728
729         <widget>
730           <class>GtkLabel</class>
731           <name>title</name>
732           <label>Title:</label>
733           <justify>GTK_JUSTIFY_CENTER</justify>
734           <wrap>False</wrap>
735           <xalign>0.5</xalign>
736           <yalign>0.5</yalign>
737           <xpad>0</xpad>
738           <ypad>0</ypad>
739           <child>
740             <padding>5</padding>
741             <expand>False</expand>
742             <fill>False</fill>
743           </child>
744         </widget>
745
746         <widget>
747           <class>GtkLabel</class>
748           <name>title_label</name>
749           <label>--</label>
750           <justify>GTK_JUSTIFY_CENTER</justify>
751           <wrap>False</wrap>
752           <xalign>0.5</xalign>
753           <yalign>0.5</yalign>
754           <xpad>0</xpad>
755           <ypad>0</ypad>
756           <child>
757             <padding>5</padding>
758             <expand>False</expand>
759             <fill>False</fill>
760           </child>
761         </widget>
762
763         <widget>
764           <class>GtkButton</class>
765           <name>title_prev_button</name>
766           <can_focus>True</can_focus>
767           <signal>
768             <name>clicked</name>
769             <handler>GtkTitlePrev</handler>
770             <data>&quot;intf_window&quot;</data>
771             <last_modification_time>Sun, 13 May 2001 14:41:41 GMT</last_modification_time>
772           </signal>
773           <label>Prev</label>
774           <relief>GTK_RELIEF_NONE</relief>
775           <child>
776             <padding>5</padding>
777             <expand>False</expand>
778             <fill>False</fill>
779           </child>
780         </widget>
781
782         <widget>
783           <class>GtkButton</class>
784           <name>title_next_button</name>
785           <can_focus>True</can_focus>
786           <signal>
787             <name>clicked</name>
788             <handler>GtkTitleNext</handler>
789             <data>&quot;intf_window&quot;</data>
790             <last_modification_time>Sun, 13 May 2001 14:42:00 GMT</last_modification_time>
791           </signal>
792           <label>Next</label>
793           <relief>GTK_RELIEF_NONE</relief>
794           <child>
795             <padding>5</padding>
796             <expand>False</expand>
797             <fill>False</fill>
798           </child>
799         </widget>
800       </widget>
801
802       <widget>
803         <class>GtkVSeparator</class>
804         <name>dvd_separator</name>
805         <child>
806           <padding>0</padding>
807           <expand>True</expand>
808           <fill>True</fill>
809         </child>
810       </widget>
811
812       <widget>
813         <class>GtkHBox</class>
814         <name>chapter_box</name>
815         <homogeneous>False</homogeneous>
816         <spacing>0</spacing>
817         <child>
818           <padding>0</padding>
819           <expand>True</expand>
820           <fill>True</fill>
821         </child>
822
823         <widget>
824           <class>GtkLabel</class>
825           <name>chapter</name>
826           <label>Chapter:</label>
827           <justify>GTK_JUSTIFY_CENTER</justify>
828           <wrap>False</wrap>
829           <xalign>0.5</xalign>
830           <yalign>0.5</yalign>
831           <xpad>0</xpad>
832           <ypad>0</ypad>
833           <child>
834             <padding>5</padding>
835             <expand>False</expand>
836             <fill>False</fill>
837           </child>
838         </widget>
839
840         <widget>
841           <class>GtkLabel</class>
842           <name>chapter_label</name>
843           <label>---</label>
844           <justify>GTK_JUSTIFY_CENTER</justify>
845           <wrap>False</wrap>
846           <xalign>0.5</xalign>
847           <yalign>0.5</yalign>
848           <xpad>0</xpad>
849           <ypad>0</ypad>
850           <child>
851             <padding>5</padding>
852             <expand>False</expand>
853             <fill>False</fill>
854           </child>
855         </widget>
856
857         <widget>
858           <class>GtkButton</class>
859           <name>chapter_prev_button</name>
860           <can_focus>True</can_focus>
861           <signal>
862             <name>clicked</name>
863             <handler>GtkChapterPrev</handler>
864             <data>&quot;intf_window&quot;</data>
865             <last_modification_time>Sun, 13 May 2001 14:42:25 GMT</last_modification_time>
866           </signal>
867           <label>Prev</label>
868           <relief>GTK_RELIEF_NONE</relief>
869           <child>
870             <padding>5</padding>
871             <expand>False</expand>
872             <fill>False</fill>
873           </child>
874         </widget>
875
876         <widget>
877           <class>GtkButton</class>
878           <name>chapter_next_button</name>
879           <can_focus>True</can_focus>
880           <signal>
881             <name>clicked</name>
882             <handler>GtkChapterNext</handler>
883             <data>&quot;intf_window&quot;</data>
884             <last_modification_time>Sun, 13 May 2001 14:42:42 GMT</last_modification_time>
885           </signal>
886           <label>Next</label>
887           <relief>GTK_RELIEF_NONE</relief>
888           <child>
889             <padding>5</padding>
890             <expand>False</expand>
891             <fill>False</fill>
892           </child>
893         </widget>
894       </widget>
895     </widget>
896
897     <widget>
898       <class>GtkHBox</class>
899       <name>network_box</name>
900       <width>500</width>
901       <height>24</height>
902       <visible>False</visible>
903       <homogeneous>False</homogeneous>
904       <spacing>0</spacing>
905       <child>
906         <padding>0</padding>
907         <expand>True</expand>
908         <fill>True</fill>
909       </child>
910
911       <widget>
912         <class>GtkLabel</class>
913         <name>network_address_label</name>
914         <label>No server</label>
915         <justify>GTK_JUSTIFY_CENTER</justify>
916         <wrap>False</wrap>
917         <xalign>0.5</xalign>
918         <yalign>0.5</yalign>
919         <xpad>0</xpad>
920         <ypad>0</ypad>
921         <child>
922           <padding>0</padding>
923           <expand>True</expand>
924           <fill>True</fill>
925         </child>
926       </widget>
927
928       <widget>
929         <class>GtkHBox</class>
930         <name>network_channel_box</name>
931         <homogeneous>False</homogeneous>
932         <spacing>0</spacing>
933         <child>
934           <padding>0</padding>
935           <expand>True</expand>
936           <fill>False</fill>
937         </child>
938
939         <widget>
940           <class>GtkLabel</class>
941           <name>channel_label</name>
942           <label>Channel:</label>
943           <justify>GTK_JUSTIFY_CENTER</justify>
944           <wrap>False</wrap>
945           <xalign>0.5</xalign>
946           <yalign>0.5</yalign>
947           <xpad>0</xpad>
948           <ypad>0</ypad>
949           <child>
950             <padding>5</padding>
951             <expand>False</expand>
952             <fill>False</fill>
953           </child>
954         </widget>
955
956         <widget>
957           <class>GtkSpinButton</class>
958           <name>network_channel_spinbutton</name>
959           <can_focus>True</can_focus>
960           <signal>
961             <name>activate</name>
962             <handler>GtkNetworkJoin</handler>
963             <data>&quot;intf_window&quot;</data>
964             <last_modification_time>Wed, 30 May 2001 02:48:10 GMT</last_modification_time>
965           </signal>
966           <climb_rate>1</climb_rate>
967           <digits>0</digits>
968           <numeric>False</numeric>
969           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
970           <snap>False</snap>
971           <wrap>False</wrap>
972           <value>0</value>
973           <lower>0</lower>
974           <upper>100</upper>
975           <step>1</step>
976           <page>10</page>
977           <page_size>10</page_size>
978           <child>
979             <padding>0</padding>
980             <expand>False</expand>
981             <fill>True</fill>
982           </child>
983         </widget>
984
985         <widget>
986           <class>GtkButton</class>
987           <name>network_channel_go_button</name>
988           <can_focus>True</can_focus>
989           <signal>
990             <name>clicked</name>
991             <handler>GtkChannelGo</handler>
992             <data>&quot;intf_window&quot;</data>
993             <last_modification_time>Wed, 30 May 2001 02:49:18 GMT</last_modification_time>
994           </signal>
995           <label>Go!</label>
996           <relief>GTK_RELIEF_NONE</relief>
997           <child>
998             <padding>0</padding>
999             <expand>False</expand>
1000             <fill>False</fill>
1001           </child>
1002         </widget>
1003       </widget>
1004     </widget>
1005
1006     <widget>
1007       <class>GtkStatusbar</class>
1008       <name>intf_statusbar</name>
1009       <child>
1010         <padding>0</padding>
1011         <expand>False</expand>
1012         <fill>False</fill>
1013       </child>
1014     </widget>
1015   </widget>
1016 </widget>
1017
1018 <widget>
1019   <class>GtkMenu</class>
1020   <name>intf_popup</name>
1021
1022   <widget>
1023     <class>GtkMenuItem</class>
1024     <name>popup_play</name>
1025     <signal>
1026       <name>activate</name>
1027       <handler>GtkPlayActivate</handler>
1028       <data>&quot;intf_popup&quot;</data>
1029       <last_modification_time>Tue, 15 May 2001 13:53:43 GMT</last_modification_time>
1030     </signal>
1031     <label>_Play</label>
1032     <right_justify>False</right_justify>
1033   </widget>
1034
1035   <widget>
1036     <class>GtkMenuItem</class>
1037     <name>popup_pause</name>
1038     <sensitive>False</sensitive>
1039     <signal>
1040       <name>activate</name>
1041       <handler>GtkPauseActivate</handler>
1042       <data>&quot;intf_popup&quot;</data>
1043       <last_modification_time>Tue, 15 May 2001 13:53:37 GMT</last_modification_time>
1044     </signal>
1045     <label>Pause</label>
1046     <right_justify>False</right_justify>
1047   </widget>
1048
1049   <widget>
1050     <class>GtkMenuItem</class>
1051     <name>popup_stop</name>
1052     <signal>
1053       <name>activate</name>
1054       <handler>GtKStopActivate</handler>
1055       <data>&quot;intf_popup&quot;</data>
1056       <last_modification_time>Tue, 15 May 2001 13:53:29 GMT</last_modification_time>
1057     </signal>
1058     <label>Stop</label>
1059     <right_justify>False</right_justify>
1060   </widget>
1061
1062   <widget>
1063     <class>GtkMenuItem</class>
1064     <name>popup_back</name>
1065     <sensitive>False</sensitive>
1066     <signal>
1067       <name>activate</name>
1068       <handler>GtkBackActivate</handler>
1069       <data>&quot;intf_popup&quot;</data>
1070       <last_modification_time>Tue, 15 May 2001 13:53:21 GMT</last_modification_time>
1071     </signal>
1072     <label>Back</label>
1073     <right_justify>False</right_justify>
1074   </widget>
1075
1076   <widget>
1077     <class>GtkMenuItem</class>
1078     <name>popup_slow</name>
1079     <sensitive>False</sensitive>
1080     <signal>
1081       <name>activate</name>
1082       <handler>GtkSlowActivate</handler>
1083       <data>&quot;intf_popup&quot;</data>
1084       <last_modification_time>Tue, 15 May 2001 13:53:15 GMT</last_modification_time>
1085     </signal>
1086     <label>Slow</label>
1087     <right_justify>False</right_justify>
1088   </widget>
1089
1090   <widget>
1091     <class>GtkMenuItem</class>
1092     <name>popup_fast</name>
1093     <sensitive>False</sensitive>
1094     <signal>
1095       <name>activate</name>
1096       <handler>GtkFastActivate</handler>
1097       <data>&quot;intf_popup&quot;</data>
1098       <last_modification_time>Tue, 15 May 2001 13:53:07 GMT</last_modification_time>
1099     </signal>
1100     <label>Fast</label>
1101     <right_justify>False</right_justify>
1102   </widget>
1103
1104   <widget>
1105     <class>GtkMenuItem</class>
1106     <name>separator6</name>
1107     <right_justify>False</right_justify>
1108   </widget>
1109
1110   <widget>
1111     <class>GtkMenuItem</class>
1112     <name>popup_interface_toggle</name>
1113     <signal>
1114       <name>activate</name>
1115       <handler>GtkWindowToggleActivate</handler>
1116       <data>&quot;intf_popup&quot;</data>
1117       <last_modification_time>Tue, 15 May 2001 13:53:00 GMT</last_modification_time>
1118     </signal>
1119     <label>Toggle _Interface</label>
1120     <right_justify>False</right_justify>
1121   </widget>
1122
1123   <widget>
1124     <class>GtkMenuItem</class>
1125     <name>popup_fullscreen</name>
1126     <signal>
1127       <name>activate</name>
1128       <handler>GtkFullscreenActivate</handler>
1129       <data>&quot;intf_popup&quot;</data>
1130       <last_modification_time>Tue, 15 May 2001 13:52:38 GMT</last_modification_time>
1131     </signal>
1132     <label>_Fullscreen</label>
1133     <right_justify>False</right_justify>
1134   </widget>
1135
1136   <widget>
1137     <class>GtkMenuItem</class>
1138     <name>separator5</name>
1139     <right_justify>False</right_justify>
1140   </widget>
1141
1142   <widget>
1143     <class>GtkMenuItem</class>
1144     <name>popup_next</name>
1145     <signal>
1146       <name>activate</name>
1147       <handler>GtkNextActivate</handler>
1148       <data>&quot;intf_popup&quot;</data>
1149       <last_modification_time>Tue, 15 May 2001 13:52:31 GMT</last_modification_time>
1150     </signal>
1151     <label>Next</label>
1152     <right_justify>False</right_justify>
1153   </widget>
1154
1155   <widget>
1156     <class>GtkMenuItem</class>
1157     <name>popup_prev</name>
1158     <signal>
1159       <name>activate</name>
1160       <handler>GtkPrevActivate</handler>
1161       <data>&quot;intf_popup&quot;</data>
1162       <last_modification_time>Tue, 15 May 2001 13:52:23 GMT</last_modification_time>
1163     </signal>
1164     <label>Prev</label>
1165     <right_justify>False</right_justify>
1166   </widget>
1167
1168   <widget>
1169     <class>GtkMenuItem</class>
1170     <name>popup_jump</name>
1171     <signal>
1172       <name>activate</name>
1173       <handler>GtkJumpActivate</handler>
1174       <data>&quot;intf_popup&quot;</data>
1175       <last_modification_time>Tue, 15 May 2001 13:52:13 GMT</last_modification_time>
1176     </signal>
1177     <label>_Jump...</label>
1178     <right_justify>False</right_justify>
1179   </widget>
1180
1181   <widget>
1182     <class>GtkMenuItem</class>
1183     <name>popup_program</name>
1184     <sensitive>False</sensitive>
1185     <label>Program</label>
1186     <right_justify>False</right_justify>
1187   </widget>
1188
1189   <widget>
1190     <class>GtkMenuItem</class>
1191     <name>popup_navigation</name>
1192     <sensitive>False</sensitive>
1193     <label>_Navigation</label>
1194     <right_justify>False</right_justify>
1195   </widget>
1196
1197   <widget>
1198     <class>GtkMenuItem</class>
1199     <name>popup_audio</name>
1200     <sensitive>False</sensitive>
1201     <label>_Audio</label>
1202     <right_justify>False</right_justify>
1203   </widget>
1204
1205   <widget>
1206     <class>GtkMenuItem</class>
1207     <name>popup_subpictures</name>
1208     <sensitive>False</sensitive>
1209     <label>_Subtitles</label>
1210     <right_justify>False</right_justify>
1211   </widget>
1212
1213   <widget>
1214     <class>GtkMenuItem</class>
1215     <name>popup_open</name>
1216     <label>_File</label>
1217     <right_justify>False</right_justify>
1218
1219     <widget>
1220       <class>GtkMenu</class>
1221       <name>popup_open_menu</name>
1222
1223       <widget>
1224         <class>GtkMenuItem</class>
1225         <name>popup_file</name>
1226         <tooltip>Open a File</tooltip>
1227         <signal>
1228           <name>activate</name>
1229           <handler>GtkFileOpenActivate</handler>
1230           <data>&quot;intf_popup&quot;</data>
1231           <last_modification_time>Mon, 14 May 2001 21:33:55 GMT</last_modification_time>
1232         </signal>
1233         <label>_Open File...</label>
1234         <right_justify>False</right_justify>
1235       </widget>
1236
1237       <widget>
1238         <class>GtkMenuItem</class>
1239         <name>popup_disc</name>
1240         <tooltip>Open a DVD or VCD</tooltip>
1241         <signal>
1242           <name>activate</name>
1243           <handler>GtkDiscOpenActivate</handler>
1244           <data>&quot;intf_popup&quot;</data>
1245           <last_modification_time>Mon, 14 May 2001 21:34:09 GMT</last_modification_time>
1246         </signal>
1247         <label>Open _Disc...</label>
1248         <right_justify>False</right_justify>
1249       </widget>
1250
1251       <widget>
1252         <class>GtkMenuItem</class>
1253         <name>popup_network</name>
1254         <tooltip>Select a Network Stream</tooltip>
1255         <signal>
1256           <name>activate</name>
1257           <handler>GtkNetworkOpenActivate</handler>
1258           <data>&quot;intf_popup&quot;</data>
1259           <last_modification_time>Mon, 14 May 2001 21:34:23 GMT</last_modification_time>
1260         </signal>
1261         <label>_Network Stream...</label>
1262         <right_justify>False</right_justify>
1263       </widget>
1264
1265       <widget>
1266         <class>GtkMenuItem</class>
1267         <name>separator12</name>
1268         <right_justify>False</right_justify>
1269       </widget>
1270
1271       <widget>
1272         <class>GtkMenuItem</class>
1273         <name>popup_about</name>
1274         <signal>
1275           <name>activate</name>
1276           <handler>GtkAboutActivate</handler>
1277           <data>&quot;intf_popup&quot;</data>
1278           <last_modification_time>Mon, 14 May 2001 21:34:54 GMT</last_modification_time>
1279         </signal>
1280         <label>_About...</label>
1281         <right_justify>False</right_justify>
1282       </widget>
1283     </widget>
1284   </widget>
1285
1286   <widget>
1287     <class>GtkMenuItem</class>
1288     <name>popup_playlist</name>
1289     <signal>
1290       <name>activate</name>
1291       <handler>GtkPlaylistActivate</handler>
1292       <data>&quot;intf_popup&quot;</data>
1293       <last_modification_time>Tue, 15 May 2001 13:51:55 GMT</last_modification_time>
1294     </signal>
1295     <label>Playlist...</label>
1296     <right_justify>False</right_justify>
1297   </widget>
1298
1299   <widget>
1300     <class>GtkMenuItem</class>
1301     <name>popup_preferences</name>
1302     <signal>
1303       <name>activate</name>
1304       <handler>GtkPreferencesActivate</handler>
1305       <data>&quot;intf_popup&quot;</data>
1306       <last_modification_time>Tue, 15 May 2001 13:51:46 GMT</last_modification_time>
1307     </signal>
1308     <label>_Preferences...</label>
1309     <right_justify>False</right_justify>
1310   </widget>
1311
1312   <widget>
1313     <class>GtkMenuItem</class>
1314     <name>separator9</name>
1315     <right_justify>False</right_justify>
1316   </widget>
1317
1318   <widget>
1319     <class>GtkMenuItem</class>
1320     <name>popup_exit</name>
1321     <signal>
1322       <name>activate</name>
1323       <handler>GtkExitActivate</handler>
1324       <data>&quot;intf_popup&quot;</data>
1325       <last_modification_time>Tue, 15 May 2001 13:52:03 GMT</last_modification_time>
1326     </signal>
1327     <label>E_xit</label>
1328     <right_justify>False</right_justify>
1329   </widget>
1330 </widget>
1331
1332 <widget>
1333   <class>GtkDialog</class>
1334   <name>intf_about</name>
1335   <border_width>5</border_width>
1336   <title>About</title>
1337   <type>GTK_WINDOW_TOPLEVEL</type>
1338   <position>GTK_WIN_POS_CENTER</position>
1339   <modal>False</modal>
1340   <allow_shrink>False</allow_shrink>
1341   <allow_grow>False</allow_grow>
1342   <auto_shrink>False</auto_shrink>
1343
1344   <widget>
1345     <class>GtkVBox</class>
1346     <child_name>Dialog:vbox</child_name>
1347     <name>dialog-vbox1</name>
1348     <homogeneous>False</homogeneous>
1349     <spacing>0</spacing>
1350
1351     <widget>
1352       <class>GtkHBox</class>
1353       <child_name>Dialog:action_area</child_name>
1354       <name>dialog-action_area</name>
1355       <border_width>10</border_width>
1356       <homogeneous>True</homogeneous>
1357       <spacing>5</spacing>
1358       <child>
1359         <padding>0</padding>
1360         <expand>False</expand>
1361         <fill>True</fill>
1362         <pack>GTK_PACK_END</pack>
1363       </child>
1364
1365       <widget>
1366         <class>GtkButton</class>
1367         <name>about_ok</name>
1368         <can_default>True</can_default>
1369         <has_default>True</has_default>
1370         <can_focus>True</can_focus>
1371         <signal>
1372           <name>clicked</name>
1373           <handler>GtkAboutOk</handler>
1374           <data>&quot;intf_about&quot;</data>
1375           <last_modification_time>Sun, 13 May 2001 14:47:20 GMT</last_modification_time>
1376         </signal>
1377         <label>OK</label>
1378         <relief>GTK_RELIEF_NORMAL</relief>
1379         <child>
1380           <padding>0</padding>
1381           <expand>False</expand>
1382           <fill>True</fill>
1383         </child>
1384       </widget>
1385     </widget>
1386
1387     <widget>
1388       <class>GtkVBox</class>
1389       <name>vbox3</name>
1390       <homogeneous>False</homogeneous>
1391       <spacing>0</spacing>
1392       <child>
1393         <padding>0</padding>
1394         <expand>True</expand>
1395         <fill>True</fill>
1396       </child>
1397
1398       <widget>
1399         <class>GtkLabel</class>
1400         <name>label14</name>
1401         <label>VideoLAN Client</label>
1402         <justify>GTK_JUSTIFY_CENTER</justify>
1403         <wrap>False</wrap>
1404         <xalign>0.5</xalign>
1405         <yalign>0.5</yalign>
1406         <xpad>0</xpad>
1407         <ypad>10</ypad>
1408         <child>
1409           <padding>0</padding>
1410           <expand>True</expand>
1411           <fill>True</fill>
1412         </child>
1413       </widget>
1414
1415       <widget>
1416         <class>GtkLabel</class>
1417         <name>label18</name>
1418         <label>(C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 - the VideoLAN Team</label>
1419         <justify>GTK_JUSTIFY_LEFT</justify>
1420         <wrap>False</wrap>
1421         <xalign>0.5</xalign>
1422         <yalign>0.5</yalign>
1423         <xpad>0</xpad>
1424         <ypad>5</ypad>
1425         <child>
1426           <padding>0</padding>
1427           <expand>False</expand>
1428           <fill>False</fill>
1429         </child>
1430       </widget>
1431
1432       <widget>
1433         <class>GtkFrame</class>
1434         <name>frame1</name>
1435         <label>Authors</label>
1436         <label_xalign>0</label_xalign>
1437         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1438         <child>
1439           <padding>0</padding>
1440           <expand>False</expand>
1441           <fill>False</fill>
1442         </child>
1443
1444         <widget>
1445           <class>GtkLabel</class>
1446           <name>label16</name>
1447           <label>the VideoLAN team &lt;videolan@videolan.org&gt;
1448 http://www.videolan.org/</label>
1449           <justify>GTK_JUSTIFY_LEFT</justify>
1450           <wrap>False</wrap>
1451           <xalign>0.5</xalign>
1452           <yalign>0</yalign>
1453           <xpad>5</xpad>
1454           <ypad>5</ypad>
1455         </widget>
1456       </widget>
1457
1458       <widget>
1459         <class>GtkLabel</class>
1460         <name>label17</name>
1461         <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>
1462         <justify>GTK_JUSTIFY_LEFT</justify>
1463         <wrap>True</wrap>
1464         <xalign>0.5</xalign>
1465         <yalign>0.5</yalign>
1466         <xpad>0</xpad>
1467         <ypad>5</ypad>
1468         <child>
1469           <padding>0</padding>
1470           <expand>False</expand>
1471           <fill>False</fill>
1472         </child>
1473       </widget>
1474     </widget>
1475   </widget>
1476 </widget>
1477
1478 <widget>
1479   <class>GtkFileSelection</class>
1480   <name>intf_fileopen</name>
1481   <border_width>10</border_width>
1482   <title>Select File</title>
1483   <type>GTK_WINDOW_TOPLEVEL</type>
1484   <position>GTK_WIN_POS_NONE</position>
1485   <modal>True</modal>
1486   <allow_shrink>False</allow_shrink>
1487   <allow_grow>True</allow_grow>
1488   <auto_shrink>False</auto_shrink>
1489   <show_file_op_buttons>True</show_file_op_buttons>
1490
1491   <widget>
1492     <class>GtkButton</class>
1493     <child_name>FileSel:ok_button</child_name>
1494     <name>fileopen_ok</name>
1495     <can_default>True</can_default>
1496     <can_focus>True</can_focus>
1497     <signal>
1498       <name>clicked</name>
1499       <handler>GtkFileOpenOk</handler>
1500       <data>&quot;intf_fileopen&quot;</data>
1501       <last_modification_time>Sun, 13 May 2001 14:47:46 GMT</last_modification_time>
1502     </signal>
1503     <label>OK</label>
1504     <relief>GTK_RELIEF_NORMAL</relief>
1505   </widget>
1506
1507   <widget>
1508     <class>GtkButton</class>
1509     <child_name>FileSel:cancel_button</child_name>
1510     <name>fileopen_cancel</name>
1511     <can_default>True</can_default>
1512     <can_focus>True</can_focus>
1513     <signal>
1514       <name>clicked</name>
1515       <handler>GtkFileOpenCancel</handler>
1516       <data>&quot;intf_fileopen&quot;</data>
1517       <last_modification_time>Sun, 13 May 2001 14:47:55 GMT</last_modification_time>
1518     </signal>
1519     <label>Cancel</label>
1520     <relief>GTK_RELIEF_NORMAL</relief>
1521   </widget>
1522 </widget>
1523
1524 <widget>
1525   <class>GtkDialog</class>
1526   <name>intf_disc</name>
1527   <title>Open Disc</title>
1528   <type>GTK_WINDOW_TOPLEVEL</type>
1529   <position>GTK_WIN_POS_NONE</position>
1530   <modal>True</modal>
1531   <allow_shrink>False</allow_shrink>
1532   <allow_grow>False</allow_grow>
1533   <auto_shrink>False</auto_shrink>
1534
1535   <widget>
1536     <class>GtkVBox</class>
1537     <child_name>Dialog:vbox</child_name>
1538     <name>dialog-vbox2</name>
1539     <border_width>5</border_width>
1540     <homogeneous>False</homogeneous>
1541     <spacing>0</spacing>
1542
1543     <widget>
1544       <class>GtkHBox</class>
1545       <child_name>Dialog:action_area</child_name>
1546       <name>dialog-action_area1</name>
1547       <border_width>5</border_width>
1548       <homogeneous>True</homogeneous>
1549       <spacing>5</spacing>
1550       <child>
1551         <padding>0</padding>
1552         <expand>False</expand>
1553         <fill>True</fill>
1554         <pack>GTK_PACK_END</pack>
1555       </child>
1556
1557       <widget>
1558         <class>GtkHBox</class>
1559         <name>hbox1</name>
1560         <homogeneous>True</homogeneous>
1561         <spacing>5</spacing>
1562         <child>
1563           <padding>0</padding>
1564           <expand>False</expand>
1565           <fill>True</fill>
1566           <pack>GTK_PACK_END</pack>
1567         </child>
1568
1569         <widget>
1570           <class>GtkButton</class>
1571           <name>disc_ok</name>
1572           <can_focus>True</can_focus>
1573           <signal>
1574             <name>clicked</name>
1575             <handler>GtkDiscOpenOk</handler>
1576             <data>&quot;intf_disc&quot;</data>
1577             <last_modification_time>Sun, 13 May 2001 14:48:09 GMT</last_modification_time>
1578           </signal>
1579           <label>OK</label>
1580           <relief>GTK_RELIEF_NORMAL</relief>
1581           <child>
1582             <padding>0</padding>
1583             <expand>False</expand>
1584             <fill>True</fill>
1585           </child>
1586         </widget>
1587
1588         <widget>
1589           <class>GtkButton</class>
1590           <name>disc_cancel</name>
1591           <can_focus>True</can_focus>
1592           <signal>
1593             <name>clicked</name>
1594             <handler>GtkDiscOpenCancel</handler>
1595             <data>&quot;intf_disc&quot;</data>
1596             <last_modification_time>Sun, 13 May 2001 14:48:17 GMT</last_modification_time>
1597           </signal>
1598           <label>Cancel</label>
1599           <relief>GTK_RELIEF_NORMAL</relief>
1600           <child>
1601             <padding>0</padding>
1602             <expand>False</expand>
1603             <fill>True</fill>
1604           </child>
1605         </widget>
1606       </widget>
1607     </widget>
1608
1609     <widget>
1610       <class>GtkVBox</class>
1611       <name>vbox4</name>
1612       <border_width>5</border_width>
1613       <homogeneous>False</homogeneous>
1614       <spacing>5</spacing>
1615       <child>
1616         <padding>0</padding>
1617         <expand>True</expand>
1618         <fill>True</fill>
1619       </child>
1620
1621       <widget>
1622         <class>GtkHBox</class>
1623         <name>hbox3</name>
1624         <homogeneous>False</homogeneous>
1625         <spacing>5</spacing>
1626         <child>
1627           <padding>0</padding>
1628           <expand>True</expand>
1629           <fill>True</fill>
1630         </child>
1631
1632         <widget>
1633           <class>GtkFrame</class>
1634           <name>frame2</name>
1635           <label>Disc type</label>
1636           <label_xalign>0</label_xalign>
1637           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1638           <child>
1639             <padding>0</padding>
1640             <expand>True</expand>
1641             <fill>True</fill>
1642           </child>
1643
1644           <widget>
1645             <class>GtkVBox</class>
1646             <name>vbox5</name>
1647             <homogeneous>False</homogeneous>
1648             <spacing>0</spacing>
1649
1650             <widget>
1651               <class>GtkRadioButton</class>
1652               <name>disc_dvd</name>
1653               <can_focus>True</can_focus>
1654               <signal>
1655                 <name>toggled</name>
1656                 <handler>GtkDiscOpenDvd</handler>
1657                 <data>&quot;intf_disc&quot;</data>
1658                 <last_modification_time>Sun, 13 May 2001 14:48:29 GMT</last_modification_time>
1659               </signal>
1660               <label>DVD</label>
1661               <active>False</active>
1662               <draw_indicator>True</draw_indicator>
1663               <group>disc</group>
1664               <child>
1665                 <padding>0</padding>
1666                 <expand>False</expand>
1667                 <fill>False</fill>
1668               </child>
1669             </widget>
1670
1671             <widget>
1672               <class>GtkRadioButton</class>
1673               <name>disc_vcd</name>
1674               <can_focus>True</can_focus>
1675               <signal>
1676                 <name>toggled</name>
1677                 <handler>GtkDiscOpenVcd</handler>
1678                 <data>&quot;intf_disc&quot;</data>
1679                 <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
1680               </signal>
1681               <label>VCD</label>
1682               <active>False</active>
1683               <draw_indicator>True</draw_indicator>
1684               <group>disc</group>
1685               <child>
1686                 <padding>0</padding>
1687                 <expand>False</expand>
1688                 <fill>False</fill>
1689               </child>
1690             </widget>
1691           </widget>
1692         </widget>
1693
1694         <widget>
1695           <class>GtkFrame</class>
1696           <name>frame3</name>
1697           <label>Starting position</label>
1698           <label_xalign>0</label_xalign>
1699           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1700           <child>
1701             <padding>0</padding>
1702             <expand>True</expand>
1703             <fill>True</fill>
1704           </child>
1705
1706           <widget>
1707             <class>GtkTable</class>
1708             <name>table1</name>
1709             <border_width>5</border_width>
1710             <rows>2</rows>
1711             <columns>2</columns>
1712             <homogeneous>False</homogeneous>
1713             <row_spacing>5</row_spacing>
1714             <column_spacing>5</column_spacing>
1715
1716             <widget>
1717               <class>GtkSpinButton</class>
1718               <name>disc_title</name>
1719               <can_focus>True</can_focus>
1720               <climb_rate>1</climb_rate>
1721               <digits>0</digits>
1722               <numeric>False</numeric>
1723               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1724               <snap>False</snap>
1725               <wrap>False</wrap>
1726               <value>1</value>
1727               <lower>1</lower>
1728               <upper>65536</upper>
1729               <step>1</step>
1730               <page>10</page>
1731               <page_size>10</page_size>
1732               <child>
1733                 <left_attach>1</left_attach>
1734                 <right_attach>2</right_attach>
1735                 <top_attach>0</top_attach>
1736                 <bottom_attach>1</bottom_attach>
1737                 <xpad>0</xpad>
1738                 <ypad>0</ypad>
1739                 <xexpand>True</xexpand>
1740                 <yexpand>False</yexpand>
1741                 <xshrink>False</xshrink>
1742                 <yshrink>False</yshrink>
1743                 <xfill>True</xfill>
1744                 <yfill>False</yfill>
1745               </child>
1746             </widget>
1747
1748             <widget>
1749               <class>GtkSpinButton</class>
1750               <name>disc_chapter</name>
1751               <can_focus>True</can_focus>
1752               <climb_rate>1</climb_rate>
1753               <digits>0</digits>
1754               <numeric>False</numeric>
1755               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1756               <snap>False</snap>
1757               <wrap>False</wrap>
1758               <value>1</value>
1759               <lower>1</lower>
1760               <upper>65536</upper>
1761               <step>1</step>
1762               <page>10</page>
1763               <page_size>10</page_size>
1764               <child>
1765                 <left_attach>1</left_attach>
1766                 <right_attach>2</right_attach>
1767                 <top_attach>1</top_attach>
1768                 <bottom_attach>2</bottom_attach>
1769                 <xpad>0</xpad>
1770                 <ypad>0</ypad>
1771                 <xexpand>True</xexpand>
1772                 <yexpand>False</yexpand>
1773                 <xshrink>False</xshrink>
1774                 <yshrink>False</yshrink>
1775                 <xfill>True</xfill>
1776                 <yfill>False</yfill>
1777               </child>
1778             </widget>
1779
1780             <widget>
1781               <class>GtkLabel</class>
1782               <name>label20</name>
1783               <label>Chapter</label>
1784               <justify>GTK_JUSTIFY_CENTER</justify>
1785               <wrap>False</wrap>
1786               <xalign>0</xalign>
1787               <yalign>0.5</yalign>
1788               <xpad>0</xpad>
1789               <ypad>0</ypad>
1790               <child>
1791                 <left_attach>0</left_attach>
1792                 <right_attach>1</right_attach>
1793                 <top_attach>1</top_attach>
1794                 <bottom_attach>2</bottom_attach>
1795                 <xpad>0</xpad>
1796                 <ypad>0</ypad>
1797                 <xexpand>False</xexpand>
1798                 <yexpand>False</yexpand>
1799                 <xshrink>False</xshrink>
1800                 <yshrink>False</yshrink>
1801                 <xfill>True</xfill>
1802                 <yfill>False</yfill>
1803               </child>
1804             </widget>
1805
1806             <widget>
1807               <class>GtkLabel</class>
1808               <name>label21</name>
1809               <label>Title</label>
1810               <justify>GTK_JUSTIFY_CENTER</justify>
1811               <wrap>False</wrap>
1812               <xalign>0</xalign>
1813               <yalign>0.5</yalign>
1814               <xpad>0</xpad>
1815               <ypad>0</ypad>
1816               <child>
1817                 <left_attach>0</left_attach>
1818                 <right_attach>1</right_attach>
1819                 <top_attach>0</top_attach>
1820                 <bottom_attach>1</bottom_attach>
1821                 <xpad>0</xpad>
1822                 <ypad>0</ypad>
1823                 <xexpand>False</xexpand>
1824                 <yexpand>False</yexpand>
1825                 <xshrink>False</xshrink>
1826                 <yshrink>False</yshrink>
1827                 <xfill>True</xfill>
1828                 <yfill>False</yfill>
1829               </child>
1830             </widget>
1831           </widget>
1832         </widget>
1833       </widget>
1834
1835       <widget>
1836         <class>GtkHBox</class>
1837         <name>hbox2</name>
1838         <homogeneous>False</homogeneous>
1839         <spacing>5</spacing>
1840         <child>
1841           <padding>0</padding>
1842           <expand>True</expand>
1843           <fill>True</fill>
1844         </child>
1845
1846         <widget>
1847           <class>GtkLabel</class>
1848           <name>label19</name>
1849           <label>Device name</label>
1850           <justify>GTK_JUSTIFY_CENTER</justify>
1851           <wrap>False</wrap>
1852           <xalign>0.5</xalign>
1853           <yalign>0.5</yalign>
1854           <xpad>0</xpad>
1855           <ypad>0</ypad>
1856           <child>
1857             <padding>0</padding>
1858             <expand>False</expand>
1859             <fill>False</fill>
1860           </child>
1861         </widget>
1862
1863         <widget>
1864           <class>GtkEntry</class>
1865           <name>disc_name</name>
1866           <can_focus>True</can_focus>
1867           <editable>True</editable>
1868           <text_visible>True</text_visible>
1869           <text_max_length>0</text_max_length>
1870           <text>/dev/dvd</text>
1871           <child>
1872             <padding>0</padding>
1873             <expand>True</expand>
1874             <fill>True</fill>
1875           </child>
1876         </widget>
1877       </widget>
1878     </widget>
1879   </widget>
1880 </widget>
1881
1882 <widget>
1883   <class>GtkDialog</class>
1884   <name>intf_network</name>
1885   <title>Open Network</title>
1886   <type>GTK_WINDOW_TOPLEVEL</type>
1887   <position>GTK_WIN_POS_NONE</position>
1888   <modal>True</modal>
1889   <allow_shrink>False</allow_shrink>
1890   <allow_grow>False</allow_grow>
1891   <auto_shrink>False</auto_shrink>
1892
1893   <widget>
1894     <class>GtkVBox</class>
1895     <child_name>Dialog:vbox</child_name>
1896     <name>vbox7</name>
1897     <border_width>5</border_width>
1898     <homogeneous>False</homogeneous>
1899     <spacing>0</spacing>
1900
1901     <widget>
1902       <class>GtkHBox</class>
1903       <child_name>Dialog:action_area</child_name>
1904       <name>hbox4</name>
1905       <border_width>5</border_width>
1906       <homogeneous>True</homogeneous>
1907       <spacing>5</spacing>
1908       <child>
1909         <padding>0</padding>
1910         <expand>False</expand>
1911         <fill>True</fill>
1912         <pack>GTK_PACK_END</pack>
1913       </child>
1914
1915       <widget>
1916         <class>GtkHBox</class>
1917         <name>hbox5</name>
1918         <homogeneous>True</homogeneous>
1919         <spacing>5</spacing>
1920         <child>
1921           <padding>0</padding>
1922           <expand>False</expand>
1923           <fill>True</fill>
1924           <pack>GTK_PACK_END</pack>
1925         </child>
1926
1927         <widget>
1928           <class>GtkButton</class>
1929           <name>network_ok</name>
1930           <can_focus>True</can_focus>
1931           <signal>
1932             <name>clicked</name>
1933             <handler>GtkNetworkOpenOk</handler>
1934             <data>&quot;intf_network&quot;</data>
1935             <last_modification_time>Sun, 13 May 2001 14:49:35 GMT</last_modification_time>
1936           </signal>
1937           <label>OK</label>
1938           <relief>GTK_RELIEF_NORMAL</relief>
1939           <child>
1940             <padding>0</padding>
1941             <expand>False</expand>
1942             <fill>True</fill>
1943           </child>
1944         </widget>
1945
1946         <widget>
1947           <class>GtkButton</class>
1948           <name>network_cancel</name>
1949           <can_focus>True</can_focus>
1950           <signal>
1951             <name>clicked</name>
1952             <handler>GtkNetworkOpenCancel</handler>
1953             <data>&quot;intf_network&quot;</data>
1954             <last_modification_time>Sun, 13 May 2001 14:49:44 GMT</last_modification_time>
1955           </signal>
1956           <label>Cancel</label>
1957           <relief>GTK_RELIEF_NORMAL</relief>
1958           <child>
1959             <padding>0</padding>
1960             <expand>False</expand>
1961             <fill>True</fill>
1962           </child>
1963         </widget>
1964       </widget>
1965     </widget>
1966
1967     <widget>
1968       <class>GtkVBox</class>
1969       <name>vbox8</name>
1970       <border_width>5</border_width>
1971       <homogeneous>False</homogeneous>
1972       <spacing>5</spacing>
1973       <child>
1974         <padding>0</padding>
1975         <expand>True</expand>
1976         <fill>True</fill>
1977       </child>
1978
1979       <widget>
1980         <class>GtkFrame</class>
1981         <name>frame9</name>
1982         <label>Network mode</label>
1983         <label_xalign>0</label_xalign>
1984         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1985         <child>
1986           <padding>0</padding>
1987           <expand>True</expand>
1988           <fill>True</fill>
1989         </child>
1990
1991         <widget>
1992           <class>GtkTable</class>
1993           <name>table4</name>
1994           <border_width>9</border_width>
1995           <rows>4</rows>
1996           <columns>6</columns>
1997           <homogeneous>False</homogeneous>
1998           <row_spacing>0</row_spacing>
1999           <column_spacing>6</column_spacing>
2000
2001           <widget>
2002             <class>GtkRadioButton</class>
2003             <name>network_udp</name>
2004             <can_focus>True</can_focus>
2005             <signal>
2006               <name>toggled</name>
2007               <handler>GtkNetworkOpenUDP</handler>
2008               <data>&quot;intf_network&quot;</data>
2009               <last_modification_time>Thu, 16 May 2002 00:47:18 GMT</last_modification_time>
2010             </signal>
2011             <label>UDP</label>
2012             <active>False</active>
2013             <draw_indicator>True</draw_indicator>
2014             <child>
2015               <left_attach>0</left_attach>
2016               <right_attach>1</right_attach>
2017               <top_attach>0</top_attach>
2018               <bottom_attach>1</bottom_attach>
2019               <xpad>0</xpad>
2020               <ypad>0</ypad>
2021               <xexpand>False</xexpand>
2022               <yexpand>False</yexpand>
2023               <xshrink>False</xshrink>
2024               <yshrink>False</yshrink>
2025               <xfill>True</xfill>
2026               <yfill>False</yfill>
2027             </child>
2028           </widget>
2029
2030           <widget>
2031             <class>GtkRadioButton</class>
2032             <name>network_multicast</name>
2033             <can_focus>True</can_focus>
2034             <signal>
2035               <name>toggled</name>
2036               <handler>GtkNetworkOpenMulticast</handler>
2037               <data>&quot;intf_network&quot;</data>
2038               <last_modification_time>Thu, 16 May 2002 00:47:05 GMT</last_modification_time>
2039             </signal>
2040             <label>UDP Multicast</label>
2041             <active>False</active>
2042             <draw_indicator>True</draw_indicator>
2043             <child>
2044               <left_attach>0</left_attach>
2045               <right_attach>1</right_attach>
2046               <top_attach>1</top_attach>
2047               <bottom_attach>2</bottom_attach>
2048               <xpad>0</xpad>
2049               <ypad>0</ypad>
2050               <xexpand>False</xexpand>
2051               <yexpand>False</yexpand>
2052               <xshrink>False</xshrink>
2053               <yshrink>False</yshrink>
2054               <xfill>True</xfill>
2055               <yfill>False</yfill>
2056             </child>
2057           </widget>
2058
2059           <widget>
2060             <class>GtkRadioButton</class>
2061             <name>network_channel</name>
2062             <can_focus>True</can_focus>
2063             <signal>
2064               <name>toggled</name>
2065               <handler>GtkNetworkOpenChannel</handler>
2066               <data>&quot;intf_network&quot;</data>
2067               <last_modification_time>Thu, 16 May 2002 01:44:15 GMT</last_modification_time>
2068             </signal>
2069             <label>Channel server </label>
2070             <active>False</active>
2071             <draw_indicator>True</draw_indicator>
2072             <child>
2073               <left_attach>0</left_attach>
2074               <right_attach>1</right_attach>
2075               <top_attach>2</top_attach>
2076               <bottom_attach>3</bottom_attach>
2077               <xpad>0</xpad>
2078               <ypad>0</ypad>
2079               <xexpand>False</xexpand>
2080               <yexpand>False</yexpand>
2081               <xshrink>False</xshrink>
2082               <yshrink>False</yshrink>
2083               <xfill>True</xfill>
2084               <yfill>False</yfill>
2085             </child>
2086           </widget>
2087
2088           <widget>
2089             <class>GtkRadioButton</class>
2090             <name>network_http</name>
2091             <can_focus>True</can_focus>
2092             <signal>
2093               <name>toggled</name>
2094               <handler>GtkNetworkOpenHTTP</handler>
2095               <data>&quot;intf_network&quot;</data>
2096               <last_modification_time>Thu, 16 May 2002 00:47:42 GMT</last_modification_time>
2097             </signal>
2098             <label>HTTP</label>
2099             <active>False</active>
2100             <draw_indicator>True</draw_indicator>
2101             <child>
2102               <left_attach>0</left_attach>
2103               <right_attach>1</right_attach>
2104               <top_attach>3</top_attach>
2105               <bottom_attach>4</bottom_attach>
2106               <xpad>0</xpad>
2107               <ypad>0</ypad>
2108               <xexpand>False</xexpand>
2109               <yexpand>False</yexpand>
2110               <xshrink>False</xshrink>
2111               <yshrink>False</yshrink>
2112               <xfill>True</xfill>
2113               <yfill>False</yfill>
2114             </child>
2115           </widget>
2116
2117           <widget>
2118             <class>GtkLabel</class>
2119             <name>network_udp_port_label</name>
2120             <label>Port</label>
2121             <justify>GTK_JUSTIFY_CENTER</justify>
2122             <wrap>False</wrap>
2123             <xalign>1</xalign>
2124             <yalign>0.5</yalign>
2125             <xpad>0</xpad>
2126             <ypad>0</ypad>
2127             <child>
2128               <left_attach>1</left_attach>
2129               <right_attach>2</right_attach>
2130               <top_attach>0</top_attach>
2131               <bottom_attach>1</bottom_attach>
2132               <xpad>0</xpad>
2133               <ypad>0</ypad>
2134               <xexpand>False</xexpand>
2135               <yexpand>False</yexpand>
2136               <xshrink>False</xshrink>
2137               <yshrink>False</yshrink>
2138               <xfill>True</xfill>
2139               <yfill>False</yfill>
2140             </child>
2141           </widget>
2142
2143           <widget>
2144             <class>GtkLabel</class>
2145             <name>network_multicast_address_label</name>
2146             <sensitive>False</sensitive>
2147             <label>Address</label>
2148             <justify>GTK_JUSTIFY_RIGHT</justify>
2149             <wrap>False</wrap>
2150             <xalign>1</xalign>
2151             <yalign>0.5</yalign>
2152             <xpad>0</xpad>
2153             <ypad>0</ypad>
2154             <child>
2155               <left_attach>1</left_attach>
2156               <right_attach>2</right_attach>
2157               <top_attach>1</top_attach>
2158               <bottom_attach>2</bottom_attach>
2159               <xpad>0</xpad>
2160               <ypad>0</ypad>
2161               <xexpand>False</xexpand>
2162               <yexpand>False</yexpand>
2163               <xshrink>False</xshrink>
2164               <yshrink>False</yshrink>
2165               <xfill>True</xfill>
2166               <yfill>False</yfill>
2167             </child>
2168           </widget>
2169
2170           <widget>
2171             <class>GtkLabel</class>
2172             <name>network_channel_address_label</name>
2173             <sensitive>False</sensitive>
2174             <label>Address</label>
2175             <justify>GTK_JUSTIFY_CENTER</justify>
2176             <wrap>False</wrap>
2177             <xalign>0.5</xalign>
2178             <yalign>0.5</yalign>
2179             <xpad>0</xpad>
2180             <ypad>0</ypad>
2181             <child>
2182               <left_attach>1</left_attach>
2183               <right_attach>2</right_attach>
2184               <top_attach>2</top_attach>
2185               <bottom_attach>3</bottom_attach>
2186               <xpad>0</xpad>
2187               <ypad>0</ypad>
2188               <xexpand>False</xexpand>
2189               <yexpand>False</yexpand>
2190               <xshrink>False</xshrink>
2191               <yshrink>False</yshrink>
2192               <xfill>True</xfill>
2193               <yfill>False</yfill>
2194             </child>
2195           </widget>
2196
2197           <widget>
2198             <class>GtkLabel</class>
2199             <name>network_http_url_label</name>
2200             <sensitive>False</sensitive>
2201             <label>URL</label>
2202             <justify>GTK_JUSTIFY_CENTER</justify>
2203             <wrap>False</wrap>
2204             <xalign>1</xalign>
2205             <yalign>0.5</yalign>
2206             <xpad>0</xpad>
2207             <ypad>0</ypad>
2208             <child>
2209               <left_attach>1</left_attach>
2210               <right_attach>2</right_attach>
2211               <top_attach>3</top_attach>
2212               <bottom_attach>4</bottom_attach>
2213               <xpad>0</xpad>
2214               <ypad>0</ypad>
2215               <xexpand>False</xexpand>
2216               <yexpand>False</yexpand>
2217               <xshrink>False</xshrink>
2218               <yshrink>False</yshrink>
2219               <xfill>True</xfill>
2220               <yfill>False</yfill>
2221             </child>
2222           </widget>
2223
2224           <widget>
2225             <class>GtkCombo</class>
2226             <name>network_multicast_address_combo</name>
2227             <sensitive>False</sensitive>
2228             <value_in_list>False</value_in_list>
2229             <ok_if_empty>True</ok_if_empty>
2230             <case_sensitive>False</case_sensitive>
2231             <use_arrows>True</use_arrows>
2232             <use_arrows_always>False</use_arrows_always>
2233             <items></items>
2234             <child>
2235               <left_attach>2</left_attach>
2236               <right_attach>4</right_attach>
2237               <top_attach>1</top_attach>
2238               <bottom_attach>2</bottom_attach>
2239               <xpad>0</xpad>
2240               <ypad>0</ypad>
2241               <xexpand>True</xexpand>
2242               <yexpand>False</yexpand>
2243               <xshrink>False</xshrink>
2244               <yshrink>False</yshrink>
2245               <xfill>True</xfill>
2246               <yfill>False</yfill>
2247             </child>
2248
2249             <widget>
2250               <class>GtkEntry</class>
2251               <child_name>GtkCombo:entry</child_name>
2252               <name>network_multicast_address</name>
2253               <can_focus>True</can_focus>
2254               <editable>True</editable>
2255               <text_visible>True</text_visible>
2256               <text_max_length>0</text_max_length>
2257               <text></text>
2258             </widget>
2259           </widget>
2260
2261           <widget>
2262             <class>GtkSpinButton</class>
2263             <name>network_udp_port</name>
2264             <width>1</width>
2265             <can_focus>True</can_focus>
2266             <climb_rate>1</climb_rate>
2267             <digits>0</digits>
2268             <numeric>False</numeric>
2269             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2270             <snap>False</snap>
2271             <wrap>False</wrap>
2272             <value>1234</value>
2273             <lower>0</lower>
2274             <upper>65535</upper>
2275             <step>1</step>
2276             <page>10</page>
2277             <page_size>10</page_size>
2278             <child>
2279               <left_attach>2</left_attach>
2280               <right_attach>3</right_attach>
2281               <top_attach>0</top_attach>
2282               <bottom_attach>1</bottom_attach>
2283               <xpad>0</xpad>
2284               <ypad>0</ypad>
2285               <xexpand>False</xexpand>
2286               <yexpand>False</yexpand>
2287               <xshrink>False</xshrink>
2288               <yshrink>False</yshrink>
2289               <xfill>True</xfill>
2290               <yfill>False</yfill>
2291             </child>
2292           </widget>
2293
2294           <widget>
2295             <class>GtkCombo</class>
2296             <name>network_channel_address_combo</name>
2297             <sensitive>False</sensitive>
2298             <value_in_list>False</value_in_list>
2299             <ok_if_empty>True</ok_if_empty>
2300             <case_sensitive>False</case_sensitive>
2301             <use_arrows>True</use_arrows>
2302             <use_arrows_always>False</use_arrows_always>
2303             <items></items>
2304             <child>
2305               <left_attach>2</left_attach>
2306               <right_attach>4</right_attach>
2307               <top_attach>2</top_attach>
2308               <bottom_attach>3</bottom_attach>
2309               <xpad>0</xpad>
2310               <ypad>0</ypad>
2311               <xexpand>True</xexpand>
2312               <yexpand>False</yexpand>
2313               <xshrink>False</xshrink>
2314               <yshrink>False</yshrink>
2315               <xfill>True</xfill>
2316               <yfill>False</yfill>
2317             </child>
2318
2319             <widget>
2320               <class>GtkEntry</class>
2321               <child_name>GtkCombo:entry</child_name>
2322               <name>network_channel_address</name>
2323               <can_focus>True</can_focus>
2324               <editable>True</editable>
2325               <text_visible>True</text_visible>
2326               <text_max_length>0</text_max_length>
2327               <text></text>
2328             </widget>
2329           </widget>
2330
2331           <widget>
2332             <class>GtkLabel</class>
2333             <name>network_multicast_port_label</name>
2334             <width>51</width>
2335             <sensitive>False</sensitive>
2336             <label>Port</label>
2337             <justify>GTK_JUSTIFY_CENTER</justify>
2338             <wrap>False</wrap>
2339             <xalign>1</xalign>
2340             <yalign>0.5</yalign>
2341             <xpad>0</xpad>
2342             <ypad>0</ypad>
2343             <child>
2344               <left_attach>4</left_attach>
2345               <right_attach>5</right_attach>
2346               <top_attach>1</top_attach>
2347               <bottom_attach>2</bottom_attach>
2348               <xpad>0</xpad>
2349               <ypad>0</ypad>
2350               <xexpand>False</xexpand>
2351               <yexpand>False</yexpand>
2352               <xshrink>False</xshrink>
2353               <yshrink>False</yshrink>
2354               <xfill>True</xfill>
2355               <yfill>False</yfill>
2356             </child>
2357           </widget>
2358
2359           <widget>
2360             <class>GtkLabel</class>
2361             <name>network_channel_port_label</name>
2362             <sensitive>False</sensitive>
2363             <label>Port</label>
2364             <justify>GTK_JUSTIFY_CENTER</justify>
2365             <wrap>False</wrap>
2366             <xalign>1</xalign>
2367             <yalign>0.5</yalign>
2368             <xpad>0</xpad>
2369             <ypad>0</ypad>
2370             <child>
2371               <left_attach>4</left_attach>
2372               <right_attach>5</right_attach>
2373               <top_attach>2</top_attach>
2374               <bottom_attach>3</bottom_attach>
2375               <xpad>0</xpad>
2376               <ypad>0</ypad>
2377               <xexpand>False</xexpand>
2378               <yexpand>False</yexpand>
2379               <xshrink>False</xshrink>
2380               <yshrink>False</yshrink>
2381               <xfill>True</xfill>
2382               <yfill>False</yfill>
2383             </child>
2384           </widget>
2385
2386           <widget>
2387             <class>GtkSpinButton</class>
2388             <name>network_multicast_port</name>
2389             <width>75</width>
2390             <sensitive>False</sensitive>
2391             <can_focus>True</can_focus>
2392             <climb_rate>1</climb_rate>
2393             <digits>0</digits>
2394             <numeric>False</numeric>
2395             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2396             <snap>False</snap>
2397             <wrap>False</wrap>
2398             <value>1234</value>
2399             <lower>0</lower>
2400             <upper>65535</upper>
2401             <step>1</step>
2402             <page>10</page>
2403             <page_size>10</page_size>
2404             <child>
2405               <left_attach>5</left_attach>
2406               <right_attach>6</right_attach>
2407               <top_attach>1</top_attach>
2408               <bottom_attach>2</bottom_attach>
2409               <xpad>0</xpad>
2410               <ypad>0</ypad>
2411               <xexpand>True</xexpand>
2412               <yexpand>False</yexpand>
2413               <xshrink>False</xshrink>
2414               <yshrink>False</yshrink>
2415               <xfill>True</xfill>
2416               <yfill>False</yfill>
2417             </child>
2418           </widget>
2419
2420           <widget>
2421             <class>GtkSpinButton</class>
2422             <name>network_channel_port</name>
2423             <width>75</width>
2424             <sensitive>False</sensitive>
2425             <can_focus>True</can_focus>
2426             <climb_rate>1</climb_rate>
2427             <digits>0</digits>
2428             <numeric>False</numeric>
2429             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2430             <snap>False</snap>
2431             <wrap>False</wrap>
2432             <value>6010</value>
2433             <lower>0</lower>
2434             <upper>65535</upper>
2435             <step>1</step>
2436             <page>10</page>
2437             <page_size>10</page_size>
2438             <child>
2439               <left_attach>5</left_attach>
2440               <right_attach>6</right_attach>
2441               <top_attach>2</top_attach>
2442               <bottom_attach>3</bottom_attach>
2443               <xpad>0</xpad>
2444               <ypad>0</ypad>
2445               <xexpand>True</xexpand>
2446               <yexpand>False</yexpand>
2447               <xshrink>False</xshrink>
2448               <yshrink>False</yshrink>
2449               <xfill>True</xfill>
2450               <yfill>False</yfill>
2451             </child>
2452           </widget>
2453
2454           <widget>
2455             <class>GtkEntry</class>
2456             <name>network_http_url</name>
2457             <sensitive>False</sensitive>
2458             <can_focus>True</can_focus>
2459             <editable>True</editable>
2460             <text_visible>True</text_visible>
2461             <text_max_length>0</text_max_length>
2462             <text></text>
2463             <child>
2464               <left_attach>2</left_attach>
2465               <right_attach>6</right_attach>
2466               <top_attach>3</top_attach>
2467               <bottom_attach>4</bottom_attach>
2468               <xpad>0</xpad>
2469               <ypad>0</ypad>
2470               <xexpand>True</xexpand>
2471               <yexpand>False</yexpand>
2472               <xshrink>False</xshrink>
2473               <yshrink>False</yshrink>
2474               <xfill>True</xfill>
2475               <yfill>False</yfill>
2476             </child>
2477           </widget>
2478
2479           <widget>
2480             <class>GtkLabel</class>
2481             <name>label28</name>
2482             <label></label>
2483             <justify>GTK_JUSTIFY_CENTER</justify>
2484             <wrap>False</wrap>
2485             <xalign>0</xalign>
2486             <yalign>0.5</yalign>
2487             <xpad>0</xpad>
2488             <ypad>0</ypad>
2489             <child>
2490               <left_attach>3</left_attach>
2491               <right_attach>6</right_attach>
2492               <top_attach>0</top_attach>
2493               <bottom_attach>1</bottom_attach>
2494               <xpad>0</xpad>
2495               <ypad>0</ypad>
2496               <xexpand>True</xexpand>
2497               <yexpand>False</yexpand>
2498               <xshrink>False</xshrink>
2499               <yshrink>False</yshrink>
2500               <xfill>True</xfill>
2501               <yfill>False</yfill>
2502             </child>
2503           </widget>
2504         </widget>
2505       </widget>
2506     </widget>
2507   </widget>
2508 </widget>
2509
2510 <widget>
2511   <class>GtkDialog</class>
2512   <name>intf_jump</name>
2513   <title>Jump</title>
2514   <type>GTK_WINDOW_TOPLEVEL</type>
2515   <position>GTK_WIN_POS_NONE</position>
2516   <modal>False</modal>
2517   <allow_shrink>True</allow_shrink>
2518   <allow_grow>True</allow_grow>
2519   <auto_shrink>False</auto_shrink>
2520
2521   <widget>
2522     <class>GtkVBox</class>
2523     <child_name>Dialog:vbox</child_name>
2524     <name>dialog-vbox3</name>
2525     <homogeneous>False</homogeneous>
2526     <spacing>0</spacing>
2527
2528     <widget>
2529       <class>GtkHBox</class>
2530       <child_name>Dialog:action_area</child_name>
2531       <name>dialog-action_area2</name>
2532       <border_width>10</border_width>
2533       <homogeneous>True</homogeneous>
2534       <spacing>5</spacing>
2535       <child>
2536         <padding>0</padding>
2537         <expand>False</expand>
2538         <fill>True</fill>
2539         <pack>GTK_PACK_END</pack>
2540       </child>
2541
2542       <widget>
2543         <class>GtkButton</class>
2544         <name>jump_ok_button</name>
2545         <can_focus>True</can_focus>
2546         <signal>
2547           <name>clicked</name>
2548           <handler>GtkJumpOk</handler>
2549           <data>&quot;intf_jump&quot;</data>
2550           <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
2551         </signal>
2552         <label>OK</label>
2553         <relief>GTK_RELIEF_NORMAL</relief>
2554         <child>
2555           <padding>0</padding>
2556           <expand>True</expand>
2557           <fill>True</fill>
2558         </child>
2559       </widget>
2560
2561       <widget>
2562         <class>GtkButton</class>
2563         <name>jump_cancel_button</name>
2564         <can_focus>True</can_focus>
2565         <signal>
2566           <name>clicked</name>
2567           <handler>GtkJumpCancel</handler>
2568           <data>&quot;intf_jump&quot;</data>
2569           <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
2570         </signal>
2571         <label>Cancel</label>
2572         <relief>GTK_RELIEF_NORMAL</relief>
2573         <child>
2574           <padding>0</padding>
2575           <expand>True</expand>
2576           <fill>True</fill>
2577         </child>
2578       </widget>
2579     </widget>
2580
2581     <widget>
2582       <class>GtkFrame</class>
2583       <name>jump_frame</name>
2584       <border_width>5</border_width>
2585       <label>Go to:</label>
2586       <label_xalign>0.05</label_xalign>
2587       <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2588       <child>
2589         <padding>0</padding>
2590         <expand>True</expand>
2591         <fill>True</fill>
2592       </child>
2593
2594       <widget>
2595         <class>GtkHBox</class>
2596         <name>hbox13</name>
2597         <homogeneous>False</homogeneous>
2598         <spacing>0</spacing>
2599
2600         <widget>
2601           <class>GtkLabel</class>
2602           <name>jump_second_label</name>
2603           <label>s.</label>
2604           <justify>GTK_JUSTIFY_CENTER</justify>
2605           <wrap>False</wrap>
2606           <xalign>0.5</xalign>
2607           <yalign>0.5</yalign>
2608           <xpad>0</xpad>
2609           <ypad>0</ypad>
2610           <child>
2611             <padding>5</padding>
2612             <expand>False</expand>
2613             <fill>False</fill>
2614             <pack>GTK_PACK_END</pack>
2615           </child>
2616         </widget>
2617
2618         <widget>
2619           <class>GtkSpinButton</class>
2620           <name>jump_second_spinbutton</name>
2621           <can_focus>True</can_focus>
2622           <climb_rate>1</climb_rate>
2623           <digits>0</digits>
2624           <numeric>False</numeric>
2625           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2626           <snap>False</snap>
2627           <wrap>False</wrap>
2628           <value>0</value>
2629           <lower>0</lower>
2630           <upper>60</upper>
2631           <step>1</step>
2632           <page>10</page>
2633           <page_size>10</page_size>
2634           <child>
2635             <padding>0</padding>
2636             <expand>False</expand>
2637             <fill>True</fill>
2638             <pack>GTK_PACK_END</pack>
2639           </child>
2640         </widget>
2641
2642         <widget>
2643           <class>GtkLabel</class>
2644           <name>jump_minute_label</name>
2645           <label>m:</label>
2646           <justify>GTK_JUSTIFY_CENTER</justify>
2647           <wrap>False</wrap>
2648           <xalign>0.5</xalign>
2649           <yalign>0.5</yalign>
2650           <xpad>0</xpad>
2651           <ypad>0</ypad>
2652           <child>
2653             <padding>5</padding>
2654             <expand>False</expand>
2655             <fill>False</fill>
2656             <pack>GTK_PACK_END</pack>
2657           </child>
2658         </widget>
2659
2660         <widget>
2661           <class>GtkSpinButton</class>
2662           <name>jump_minute_spinbutton</name>
2663           <can_focus>True</can_focus>
2664           <climb_rate>1</climb_rate>
2665           <digits>0</digits>
2666           <numeric>False</numeric>
2667           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2668           <snap>False</snap>
2669           <wrap>False</wrap>
2670           <value>0</value>
2671           <lower>0</lower>
2672           <upper>60</upper>
2673           <step>1</step>
2674           <page>10</page>
2675           <page_size>10</page_size>
2676           <child>
2677             <padding>0</padding>
2678             <expand>False</expand>
2679             <fill>True</fill>
2680             <pack>GTK_PACK_END</pack>
2681           </child>
2682         </widget>
2683
2684         <widget>
2685           <class>GtkLabel</class>
2686           <name>jump_hour_label</name>
2687           <label>h:</label>
2688           <justify>GTK_JUSTIFY_CENTER</justify>
2689           <wrap>False</wrap>
2690           <xalign>0.5</xalign>
2691           <yalign>0.5</yalign>
2692           <xpad>0</xpad>
2693           <ypad>0</ypad>
2694           <child>
2695             <padding>5</padding>
2696             <expand>False</expand>
2697             <fill>False</fill>
2698             <pack>GTK_PACK_END</pack>
2699           </child>
2700         </widget>
2701
2702         <widget>
2703           <class>GtkSpinButton</class>
2704           <name>jump_hour_spinbutton</name>
2705           <can_focus>True</can_focus>
2706           <climb_rate>1</climb_rate>
2707           <digits>0</digits>
2708           <numeric>False</numeric>
2709           <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2710           <snap>False</snap>
2711           <wrap>False</wrap>
2712           <value>0</value>
2713           <lower>0</lower>
2714           <upper>12</upper>
2715           <step>1</step>
2716           <page>10</page>
2717           <page_size>10</page_size>
2718           <child>
2719             <padding>0</padding>
2720             <expand>False</expand>
2721             <fill>True</fill>
2722             <pack>GTK_PACK_END</pack>
2723           </child>
2724         </widget>
2725       </widget>
2726     </widget>
2727   </widget>
2728 </widget>
2729
2730 <widget>
2731   <class>GtkDialog</class>
2732   <name>intf_playlist</name>
2733   <signal>
2734     <name>destroy</name>
2735     <handler>gtk_widget_hide</handler>
2736     <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
2737   </signal>
2738   <signal>
2739     <name>delete_event</name>
2740     <handler>gtk_widget_hide</handler>
2741     <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
2742   </signal>
2743   <title>Playlist</title>
2744   <type>GTK_WINDOW_TOPLEVEL</type>
2745   <position>GTK_WIN_POS_NONE</position>
2746   <modal>False</modal>
2747   <default_width>400</default_width>
2748   <default_height>300</default_height>
2749   <allow_shrink>True</allow_shrink>
2750   <allow_grow>True</allow_grow>
2751   <auto_shrink>False</auto_shrink>
2752
2753   <widget>
2754     <class>GtkVBox</class>
2755     <child_name>Dialog:vbox</child_name>
2756     <name>dialog-vbox4</name>
2757     <homogeneous>False</homogeneous>
2758     <spacing>5</spacing>
2759
2760     <widget>
2761       <class>GtkHBox</class>
2762       <child_name>Dialog:action_area</child_name>
2763       <name>dialog-action_area3</name>
2764       <border_width>10</border_width>
2765       <homogeneous>True</homogeneous>
2766       <spacing>5</spacing>
2767       <child>
2768         <padding>0</padding>
2769         <expand>False</expand>
2770         <fill>True</fill>
2771         <pack>GTK_PACK_END</pack>
2772       </child>
2773
2774       <widget>
2775         <class>GtkButton</class>
2776         <name>playlist_ok_button</name>
2777         <can_focus>True</can_focus>
2778         <signal>
2779           <name>clicked</name>
2780           <handler>GtkPlaylistOk</handler>
2781           <data>&quot;intf_playlist&quot;</data>
2782           <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
2783         </signal>
2784         <label>OK</label>
2785         <relief>GTK_RELIEF_NORMAL</relief>
2786         <child>
2787           <padding>0</padding>
2788           <expand>True</expand>
2789           <fill>True</fill>
2790         </child>
2791       </widget>
2792
2793       <widget>
2794         <class>GtkButton</class>
2795         <name>playlist_cancel_button</name>
2796         <can_focus>True</can_focus>
2797         <signal>
2798           <name>clicked</name>
2799           <handler>GtkPlaylistCancel</handler>
2800           <data>&quot;intf_playlist&quot;</data>
2801           <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
2802         </signal>
2803         <label>Cancel</label>
2804         <relief>GTK_RELIEF_NORMAL</relief>
2805         <child>
2806           <padding>0</padding>
2807           <expand>True</expand>
2808           <fill>True</fill>
2809         </child>
2810       </widget>
2811     </widget>
2812
2813     <widget>
2814       <class>GtkMenuBar</class>
2815       <name>playlist_menubar</name>
2816       <shadow_type>GTK_SHADOW_OUT</shadow_type>
2817       <child>
2818         <padding>0</padding>
2819         <expand>False</expand>
2820         <fill>False</fill>
2821       </child>
2822
2823       <widget>
2824         <class>GtkMenuItem</class>
2825         <name>playlist_add</name>
2826         <label>Add</label>
2827         <right_justify>False</right_justify>
2828
2829         <widget>
2830           <class>GtkMenu</class>
2831           <name>playlist_add_menu</name>
2832
2833           <widget>
2834             <class>GtkMenuItem</class>
2835             <name>playlist_add_disc</name>
2836             <signal>
2837               <name>activate</name>
2838               <handler>GtkDiscOpenActivate</handler>
2839               <data>&quot;intf_playlist&quot;</data>
2840               <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
2841             </signal>
2842             <label>Disc</label>
2843             <right_justify>False</right_justify>
2844           </widget>
2845
2846           <widget>
2847             <class>GtkMenuItem</class>
2848             <name>playlist_add_file</name>
2849             <signal>
2850               <name>activate</name>
2851               <handler>GtkFileOpenActivate</handler>
2852               <data>&quot;intf_playlist&quot;</data>
2853               <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
2854             </signal>
2855             <label>File</label>
2856             <right_justify>False</right_justify>
2857           </widget>
2858
2859           <widget>
2860             <class>GtkMenuItem</class>
2861             <name>playlist_add_network</name>
2862             <signal>
2863               <name>activate</name>
2864               <handler>GtkNetworkOpenActivate</handler>
2865               <data>&quot;intf_playlist&quot;</data>
2866               <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
2867             </signal>
2868             <label>Network</label>
2869             <right_justify>False</right_justify>
2870           </widget>
2871
2872           <widget>
2873             <class>GtkMenuItem</class>
2874             <name>playlist_add_url</name>
2875             <signal>
2876               <name>activate</name>
2877               <handler>GtkPlaylistAddUrl</handler>
2878               <data>&quot;intf_playlist&quot;</data>
2879               <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
2880             </signal>
2881             <label>Url</label>
2882             <right_justify>False</right_justify>
2883           </widget>
2884         </widget>
2885       </widget>
2886
2887       <widget>
2888         <class>GtkMenuItem</class>
2889         <name>playlist_delete</name>
2890         <label>Delete</label>
2891         <right_justify>False</right_justify>
2892
2893         <widget>
2894           <class>GtkMenu</class>
2895           <name>playlist_delete_menu</name>
2896
2897           <widget>
2898             <class>GtkMenuItem</class>
2899             <name>playlist_delete_all</name>
2900             <signal>
2901               <name>activate</name>
2902               <handler>GtkPlaylistDeleteAll</handler>
2903               <data>&quot;intf_playlist&quot;</data>
2904               <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
2905             </signal>
2906             <label>All</label>
2907             <right_justify>False</right_justify>
2908           </widget>
2909
2910           <widget>
2911             <class>GtkMenuItem</class>
2912             <name>playlist_delete_selected</name>
2913             <signal>
2914               <name>activate</name>
2915               <handler>GtkPlaylistDeleteSelected</handler>
2916               <data>&quot;intf_playlist&quot;</data>
2917               <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
2918             </signal>
2919             <label>Selected</label>
2920             <right_justify>False</right_justify>
2921           </widget>
2922         </widget>
2923       </widget>
2924
2925       <widget>
2926         <class>GtkMenuItem</class>
2927         <name>playlist_selection</name>
2928         <label>Selection</label>
2929         <right_justify>False</right_justify>
2930
2931         <widget>
2932           <class>GtkMenu</class>
2933           <name>playlist_selection_menu</name>
2934
2935           <widget>
2936             <class>GtkMenuItem</class>
2937             <name>playlist_selection_crop</name>
2938             <signal>
2939               <name>activate</name>
2940               <handler>GtkPlaylistCrop</handler>
2941               <data>&quot;intf_playlist&quot;</data>
2942               <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
2943             </signal>
2944             <label>_Crop</label>
2945             <right_justify>False</right_justify>
2946           </widget>
2947
2948           <widget>
2949             <class>GtkMenuItem</class>
2950             <name>playlist_selection_invert</name>
2951             <signal>
2952               <name>activate</name>
2953               <handler>GtkPlaylistInvert</handler>
2954               <data>&quot;intf_playlist&quot;</data>
2955               <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
2956             </signal>
2957             <label>_Invert</label>
2958             <right_justify>False</right_justify>
2959           </widget>
2960
2961           <widget>
2962             <class>GtkMenuItem</class>
2963             <name>playlist_selection_select</name>
2964             <signal>
2965               <name>activate</name>
2966               <handler>GtkPlaylistSelect</handler>
2967               <data>&quot;intf_playlist&quot;</data>
2968               <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
2969             </signal>
2970             <label>_Select</label>
2971             <right_justify>False</right_justify>
2972           </widget>
2973         </widget>
2974       </widget>
2975     </widget>
2976
2977     <widget>
2978       <class>GtkScrolledWindow</class>
2979       <name>scrolledwindow1</name>
2980       <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2981       <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2982       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2983       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2984       <child>
2985         <padding>0</padding>
2986         <expand>True</expand>
2987         <fill>True</fill>
2988       </child>
2989
2990       <widget>
2991         <class>GtkCList</class>
2992         <name>playlist_clist</name>
2993         <border_width>5</border_width>
2994         <can_focus>True</can_focus>
2995         <signal>
2996           <name>event</name>
2997           <handler>GtkPlaylistEvent</handler>
2998           <data>&quot;intf_playlist&quot;</data>
2999           <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
3000         </signal>
3001         <signal>
3002           <name>drag_data_received</name>
3003           <handler>GtkPlaylistDragData</handler>
3004           <data>&quot;intf_playlist&quot;</data>
3005           <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
3006         </signal>
3007         <signal>
3008           <name>drag_motion</name>
3009           <handler>GtkPlaylistDragMotion</handler>
3010           <data>&quot;intf_playlist&quot;</data>
3011           <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
3012         </signal>
3013         <columns>2</columns>
3014         <column_widths>257,80</column_widths>
3015         <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
3016         <show_titles>True</show_titles>
3017         <shadow_type>GTK_SHADOW_OUT</shadow_type>
3018
3019         <widget>
3020           <class>GtkLabel</class>
3021           <child_name>CList:title</child_name>
3022           <name>label22</name>
3023           <label>File</label>
3024           <justify>GTK_JUSTIFY_CENTER</justify>
3025           <wrap>False</wrap>
3026           <xalign>0.5</xalign>
3027           <yalign>0.5</yalign>
3028           <xpad>0</xpad>
3029           <ypad>0</ypad>
3030         </widget>
3031
3032         <widget>
3033           <class>GtkLabel</class>
3034           <child_name>CList:title</child_name>
3035           <name>label23</name>
3036           <label>Duration</label>
3037           <justify>GTK_JUSTIFY_CENTER</justify>
3038           <wrap>False</wrap>
3039           <xalign>0.5</xalign>
3040           <yalign>0.5</yalign>
3041           <xpad>0</xpad>
3042           <ypad>0</ypad>
3043         </widget>
3044       </widget>
3045     </widget>
3046   </widget>
3047 </widget>
3048
3049 <widget>
3050   <class>GtkDialog</class>
3051   <name>intf_messages</name>
3052   <signal>
3053     <name>delete_event</name>
3054     <handler>GtkMessagesDelete</handler>
3055     <data>&quot;intf_messages&quot;</data>
3056     <last_modification_time>Tue, 19 Feb 2002 02:39:16 GMT</last_modification_time>
3057   </signal>
3058   <title>Messages</title>
3059   <type>GTK_WINDOW_TOPLEVEL</type>
3060   <position>GTK_WIN_POS_NONE</position>
3061   <modal>False</modal>
3062   <default_width>600</default_width>
3063   <default_height>400</default_height>
3064   <allow_shrink>True</allow_shrink>
3065   <allow_grow>True</allow_grow>
3066   <auto_shrink>False</auto_shrink>
3067
3068   <widget>
3069     <class>GtkVBox</class>
3070     <child_name>Dialog:vbox</child_name>
3071     <name>dialog-vbox6</name>
3072     <homogeneous>False</homogeneous>
3073     <spacing>0</spacing>
3074
3075     <widget>
3076       <class>GtkHBox</class>
3077       <child_name>Dialog:action_area</child_name>
3078       <name>dialog-action_area5</name>
3079       <border_width>10</border_width>
3080       <homogeneous>True</homogeneous>
3081       <spacing>5</spacing>
3082       <child>
3083         <padding>0</padding>
3084         <expand>False</expand>
3085         <fill>True</fill>
3086         <pack>GTK_PACK_END</pack>
3087       </child>
3088
3089       <widget>
3090         <class>GtkButton</class>
3091         <name>messages_ok</name>
3092         <can_default>True</can_default>
3093         <has_default>True</has_default>
3094         <can_focus>True</can_focus>
3095         <signal>
3096           <name>clicked</name>
3097           <handler>GtkMessagesOk</handler>
3098           <data>&quot;intf_messages&quot;</data>
3099           <last_modification_time>Tue, 19 Feb 2002 02:07:37 GMT</last_modification_time>
3100         </signal>
3101         <label>OK</label>
3102         <relief>GTK_RELIEF_NORMAL</relief>
3103         <child>
3104           <padding>0</padding>
3105           <expand>False</expand>
3106           <fill>True</fill>
3107         </child>
3108       </widget>
3109     </widget>
3110
3111     <widget>
3112       <class>GtkScrolledWindow</class>
3113       <name>scrolledwindow2</name>
3114       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
3115       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
3116       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
3117       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
3118       <child>
3119         <padding>0</padding>
3120         <expand>True</expand>
3121         <fill>True</fill>
3122       </child>
3123
3124       <widget>
3125         <class>GtkText</class>
3126         <name>messages_textbox</name>
3127         <can_focus>True</can_focus>
3128         <editable>False</editable>
3129         <text></text>
3130       </widget>
3131     </widget>
3132   </widget>
3133 </widget>
3134
3135 <widget>
3136   <class>GtkDialog</class>
3137   <name>intf_sat</name>
3138   <title>Open Satellite Card</title>
3139   <type>GTK_WINDOW_TOPLEVEL</type>
3140   <position>GTK_WIN_POS_NONE</position>
3141   <modal>True</modal>
3142   <allow_shrink>False</allow_shrink>
3143   <allow_grow>False</allow_grow>
3144   <auto_shrink>False</auto_shrink>
3145
3146   <widget>
3147     <class>GtkVBox</class>
3148     <child_name>Dialog:vbox</child_name>
3149     <name>vbox10</name>
3150     <border_width>5</border_width>
3151     <homogeneous>False</homogeneous>
3152     <spacing>0</spacing>
3153
3154     <widget>
3155       <class>GtkHBox</class>
3156       <child_name>Dialog:action_area</child_name>
3157       <name>hbox15</name>
3158       <border_width>5</border_width>
3159       <homogeneous>True</homogeneous>
3160       <spacing>5</spacing>
3161       <child>
3162         <padding>0</padding>
3163         <expand>False</expand>
3164         <fill>True</fill>
3165         <pack>GTK_PACK_END</pack>
3166       </child>
3167
3168       <widget>
3169         <class>GtkHBox</class>
3170         <name>hbox16</name>
3171         <homogeneous>True</homogeneous>
3172         <spacing>5</spacing>
3173         <child>
3174           <padding>0</padding>
3175           <expand>False</expand>
3176           <fill>True</fill>
3177           <pack>GTK_PACK_END</pack>
3178         </child>
3179
3180         <widget>
3181           <class>GtkButton</class>
3182           <name>sat_ok</name>
3183           <can_focus>True</can_focus>
3184           <signal>
3185             <name>clicked</name>
3186             <handler>GtkSatOpenOk</handler>
3187             <data>&quot;intf_disc&quot;</data>
3188             <last_modification_time>Sun, 24 Mar 2002 15:36:12 GMT</last_modification_time>
3189           </signal>
3190           <label>OK</label>
3191           <relief>GTK_RELIEF_NORMAL</relief>
3192           <child>
3193             <padding>0</padding>
3194             <expand>False</expand>
3195             <fill>True</fill>
3196           </child>
3197         </widget>
3198
3199         <widget>
3200           <class>GtkButton</class>
3201           <name>sat_cancel</name>
3202           <can_focus>True</can_focus>
3203           <signal>
3204             <name>clicked</name>
3205             <handler>GtkSatOpenCancel</handler>
3206             <data>&quot;intf_disc&quot;</data>
3207             <last_modification_time>Sun, 24 Mar 2002 15:36:03 GMT</last_modification_time>
3208           </signal>
3209           <label>Cancel</label>
3210           <relief>GTK_RELIEF_NORMAL</relief>
3211           <child>
3212             <padding>0</padding>
3213             <expand>False</expand>
3214             <fill>True</fill>
3215           </child>
3216         </widget>
3217       </widget>
3218     </widget>
3219
3220     <widget>
3221       <class>GtkVBox</class>
3222       <name>vbox11</name>
3223       <border_width>5</border_width>
3224       <homogeneous>False</homogeneous>
3225       <spacing>5</spacing>
3226       <child>
3227         <padding>0</padding>
3228         <expand>True</expand>
3229         <fill>True</fill>
3230       </child>
3231
3232       <widget>
3233         <class>GtkHBox</class>
3234         <name>hbox17</name>
3235         <homogeneous>False</homogeneous>
3236         <spacing>5</spacing>
3237         <child>
3238           <padding>0</padding>
3239           <expand>True</expand>
3240           <fill>True</fill>
3241         </child>
3242
3243         <widget>
3244           <class>GtkFrame</class>
3245           <name>frame8</name>
3246           <label>Transponder settings</label>
3247           <label_xalign>0</label_xalign>
3248           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3249           <child>
3250             <padding>0</padding>
3251             <expand>True</expand>
3252             <fill>True</fill>
3253           </child>
3254
3255           <widget>
3256             <class>GtkTable</class>
3257             <name>table3</name>
3258             <border_width>5</border_width>
3259             <rows>5</rows>
3260             <columns>2</columns>
3261             <homogeneous>False</homogeneous>
3262             <row_spacing>5</row_spacing>
3263             <column_spacing>5</column_spacing>
3264
3265             <widget>
3266               <class>GtkSpinButton</class>
3267               <name>sat_freq</name>
3268               <can_focus>True</can_focus>
3269               <climb_rate>1</climb_rate>
3270               <digits>0</digits>
3271               <numeric>False</numeric>
3272               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3273               <snap>False</snap>
3274               <wrap>False</wrap>
3275               <value>11954</value>
3276               <lower>10000</lower>
3277               <upper>12999</upper>
3278               <step>1</step>
3279               <page>10</page>
3280               <page_size>10</page_size>
3281               <child>
3282                 <left_attach>1</left_attach>
3283                 <right_attach>2</right_attach>
3284                 <top_attach>0</top_attach>
3285                 <bottom_attach>1</bottom_attach>
3286                 <xpad>0</xpad>
3287                 <ypad>0</ypad>
3288                 <xexpand>True</xexpand>
3289                 <yexpand>False</yexpand>
3290                 <xshrink>False</xshrink>
3291                 <yshrink>False</yshrink>
3292                 <xfill>True</xfill>
3293                 <yfill>False</yfill>
3294               </child>
3295             </widget>
3296
3297             <widget>
3298               <class>GtkSpinButton</class>
3299               <name>sat_srate</name>
3300               <can_focus>True</can_focus>
3301               <climb_rate>1</climb_rate>
3302               <digits>0</digits>
3303               <numeric>False</numeric>
3304               <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3305               <snap>False</snap>
3306               <wrap>False</wrap>
3307               <value>27500</value>
3308               <lower>1000</lower>
3309               <upper>30000</upper>
3310               <step>1</step>
3311               <page>10</page>
3312               <page_size>10</page_size>
3313               <child>
3314                 <left_attach>1</left_attach>
3315                 <right_attach>2</right_attach>
3316                 <top_attach>1</top_attach>
3317                 <bottom_attach>2</bottom_attach>
3318                 <xpad>0</xpad>
3319                 <ypad>0</ypad>
3320                 <xexpand>True</xexpand>
3321                 <yexpand>False</yexpand>
3322                 <xshrink>False</xshrink>
3323                 <yshrink>False</yshrink>
3324                 <xfill>True</xfill>
3325                 <yfill>False</yfill>
3326               </child>
3327             </widget>
3328
3329             <widget>
3330               <class>GtkLabel</class>
3331               <name>label24</name>
3332               <label>Symbol Rate</label>
3333               <justify>GTK_JUSTIFY_CENTER</justify>
3334               <wrap>False</wrap>
3335               <xalign>0</xalign>
3336               <yalign>0.5</yalign>
3337               <xpad>0</xpad>
3338               <ypad>0</ypad>
3339               <child>
3340                 <left_attach>0</left_attach>
3341                 <right_attach>1</right_attach>
3342                 <top_attach>1</top_attach>
3343                 <bottom_attach>2</bottom_attach>
3344                 <xpad>0</xpad>
3345                 <ypad>0</ypad>
3346                 <xexpand>False</xexpand>
3347                 <yexpand>False</yexpand>
3348                 <xshrink>False</xshrink>
3349                 <yshrink>False</yshrink>
3350                 <xfill>True</xfill>
3351                 <yfill>False</yfill>
3352               </child>
3353             </widget>
3354
3355             <widget>
3356               <class>GtkLabel</class>
3357               <name>label25</name>
3358               <label>Frequency</label>
3359               <justify>GTK_JUSTIFY_CENTER</justify>
3360               <wrap>False</wrap>
3361               <xalign>0</xalign>
3362               <yalign>0.5</yalign>
3363               <xpad>0</xpad>
3364               <ypad>0</ypad>
3365               <child>
3366                 <left_attach>0</left_attach>
3367                 <right_attach>1</right_attach>
3368                 <top_attach>0</top_attach>
3369                 <bottom_attach>1</bottom_attach>
3370                 <xpad>0</xpad>
3371                 <ypad>0</ypad>
3372                 <xexpand>False</xexpand>
3373                 <yexpand>False</yexpand>
3374                 <xshrink>False</xshrink>
3375                 <yshrink>False</yshrink>
3376                 <xfill>True</xfill>
3377                 <yfill>False</yfill>
3378               </child>
3379             </widget>
3380
3381             <widget>
3382               <class>GtkLabel</class>
3383               <name>label26</name>
3384               <label>Polarization</label>
3385               <justify>GTK_JUSTIFY_CENTER</justify>
3386               <wrap>False</wrap>
3387               <xalign>0</xalign>
3388               <yalign>0.5</yalign>
3389               <xpad>0</xpad>
3390               <ypad>0</ypad>
3391               <child>
3392                 <left_attach>0</left_attach>
3393                 <right_attach>1</right_attach>
3394                 <top_attach>2</top_attach>
3395                 <bottom_attach>3</bottom_attach>
3396                 <xpad>0</xpad>
3397                 <ypad>0</ypad>
3398                 <xexpand>False</xexpand>
3399                 <yexpand>False</yexpand>
3400                 <xshrink>False</xshrink>
3401                 <yshrink>False</yshrink>
3402                 <xfill>True</xfill>
3403                 <yfill>False</yfill>
3404               </child>
3405             </widget>
3406
3407             <widget>
3408               <class>GtkRadioButton</class>
3409               <name>sat_pol_vert</name>
3410               <can_focus>True</can_focus>
3411               <label>Vertical</label>
3412               <active>False</active>
3413               <draw_indicator>True</draw_indicator>
3414               <group>pol</group>
3415               <child>
3416                 <left_attach>1</left_attach>
3417                 <right_attach>2</right_attach>
3418                 <top_attach>2</top_attach>
3419                 <bottom_attach>3</bottom_attach>
3420                 <xpad>0</xpad>
3421                 <ypad>0</ypad>
3422                 <xexpand>False</xexpand>
3423                 <yexpand>False</yexpand>
3424                 <xshrink>False</xshrink>
3425                 <yshrink>False</yshrink>
3426                 <xfill>True</xfill>
3427                 <yfill>False</yfill>
3428               </child>
3429             </widget>
3430
3431             <widget>
3432               <class>GtkRadioButton</class>
3433               <name>sat_pol_hor</name>
3434               <can_focus>True</can_focus>
3435               <label>Horizontal</label>
3436               <active>False</active>
3437               <draw_indicator>True</draw_indicator>
3438               <group>pol</group>
3439               <child>
3440                 <left_attach>1</left_attach>
3441                 <right_attach>2</right_attach>
3442                 <top_attach>3</top_attach>
3443                 <bottom_attach>4</bottom_attach>
3444                 <xpad>0</xpad>
3445                 <ypad>0</ypad>
3446                 <xexpand>False</xexpand>
3447                 <yexpand>False</yexpand>
3448                 <xshrink>False</xshrink>
3449                 <yshrink>False</yshrink>
3450                 <xfill>True</xfill>
3451                 <yfill>False</yfill>
3452               </child>
3453             </widget>
3454
3455             <widget>
3456               <class>GtkLabel</class>
3457               <name>label27</name>
3458               <label>FEC</label>
3459               <justify>GTK_JUSTIFY_CENTER</justify>
3460               <wrap>False</wrap>
3461               <xalign>0</xalign>
3462               <yalign>0.5</yalign>
3463               <xpad>0</xpad>
3464               <ypad>0</ypad>
3465               <child>
3466                 <left_attach>0</left_attach>
3467                 <right_attach>1</right_attach>
3468                 <top_attach>4</top_attach>
3469                 <bottom_attach>5</bottom_attach>
3470                 <xpad>0</xpad>
3471                 <ypad>0</ypad>
3472                 <xexpand>False</xexpand>
3473                 <yexpand>False</yexpand>
3474                 <xshrink>False</xshrink>
3475                 <yshrink>False</yshrink>
3476                 <xfill>True</xfill>
3477                 <yfill>False</yfill>
3478               </child>
3479             </widget>
3480
3481             <widget>
3482               <class>GtkCombo</class>
3483               <name>sat_fec</name>
3484               <value_in_list>False</value_in_list>
3485               <ok_if_empty>True</ok_if_empty>
3486               <case_sensitive>False</case_sensitive>
3487               <use_arrows>True</use_arrows>
3488               <use_arrows_always>False</use_arrows_always>
3489               <items>1/2
3490 2/3
3491 3/4
3492 4/5
3493 5/6
3494 7/8
3495 </items>
3496               <child>
3497                 <left_attach>1</left_attach>
3498                 <right_attach>2</right_attach>
3499                 <top_attach>4</top_attach>
3500                 <bottom_attach>5</bottom_attach>
3501                 <xpad>0</xpad>
3502                 <ypad>0</ypad>
3503                 <xexpand>True</xexpand>
3504                 <yexpand>False</yexpand>
3505                 <xshrink>False</xshrink>
3506                 <yshrink>False</yshrink>
3507                 <xfill>True</xfill>
3508                 <yfill>False</yfill>
3509               </child>
3510
3511               <widget>
3512                 <class>GtkEntry</class>
3513                 <child_name>GtkCombo:entry</child_name>
3514                 <name>combo-entry1</name>
3515                 <can_focus>True</can_focus>
3516                 <editable>True</editable>
3517                 <text_visible>True</text_visible>
3518                 <text_max_length>0</text_max_length>
3519                 <text>3/4</text>
3520               </widget>
3521             </widget>
3522           </widget>
3523         </widget>
3524       </widget>
3525     </widget>
3526   </widget>
3527 </widget>
3528
3529 </GTK-Interface>