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