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