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