]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
* Bug fixes and enhancements in the Gtk+/Gnome interfaces.
[vlc] / plugins / gnome / intf_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>destroy</name>
29     <handler>on_intf_window_destroy</handler>
30     <last_modification_time>Sun, 11 Feb 2001 17:41:57 GMT</last_modification_time>
31   </signal>
32   <signal>
33     <name>drag_data_received</name>
34     <handler>on_intf_window_drag_data_received</handler>
35     <last_modification_time>Fri, 16 Feb 2001 01:59:35 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>False</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         <shadow_type>GTK_SHADOW_NONE</shadow_type>
76
77         <widget>
78           <class>GtkMenuItem</class>
79           <name>menubar_file</name>
80           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
81
82           <widget>
83             <class>GtkMenu</class>
84             <name>menubar_file_menu</name>
85
86             <widget>
87               <class>GtkPixmapMenuItem</class>
88               <name>menubar_open</name>
89               <tooltip>Open a File</tooltip>
90               <signal>
91                 <name>activate</name>
92                 <handler>on_menubar_open_activate</handler>
93                 <last_modification_time>Sun, 04 Mar 2001 21:01:45 GMT</last_modification_time>
94               </signal>
95               <label>_Open File...</label>
96               <right_justify>False</right_justify>
97               <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
98             </widget>
99
100             <widget>
101               <class>GtkPixmapMenuItem</class>
102               <name>menubar_disc</name>
103               <tooltip>Open a DVD or VCD</tooltip>
104               <signal>
105                 <name>activate</name>
106                 <handler>on_menubar_disc_activate</handler>
107                 <last_modification_time>Sun, 04 Mar 2001 01:28:32 GMT</last_modification_time>
108               </signal>
109               <label>Open _Disc...</label>
110               <right_justify>False</right_justify>
111               <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
112             </widget>
113
114             <widget>
115               <class>GtkPixmapMenuItem</class>
116               <name>menubar_network</name>
117               <tooltip>Select a Network Stream</tooltip>
118               <signal>
119                 <name>activate</name>
120                 <handler>on_menubar_network_activate</handler>
121                 <last_modification_time>Mon, 12 Mar 2001 14:33:42 GMT</last_modification_time>
122               </signal>
123               <label>_Network Stream...</label>
124               <right_justify>False</right_justify>
125               <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
126             </widget>
127
128             <widget>
129               <class>GtkMenuItem</class>
130               <name>separator1</name>
131               <right_justify>False</right_justify>
132             </widget>
133
134             <widget>
135               <class>GtkPixmapMenuItem</class>
136               <name>menubar_exit</name>
137               <signal>
138                 <name>activate</name>
139                 <handler>on_menubar_exit_activate</handler>
140                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
141               </signal>
142               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
143             </widget>
144           </widget>
145         </widget>
146
147         <widget>
148           <class>GtkMenuItem</class>
149           <name>menubar_view</name>
150           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
151
152           <widget>
153             <class>GtkMenu</class>
154             <name>menubar_view_menu</name>
155
156             <widget>
157               <class>GtkMenuItem</class>
158               <name>menubar_title</name>
159               <sensitive>False</sensitive>
160               <label>_Title</label>
161               <right_justify>False</right_justify>
162             </widget>
163
164             <widget>
165               <class>GtkMenuItem</class>
166               <name>menubar_chapter</name>
167               <sensitive>False</sensitive>
168               <label>_Chapter</label>
169               <right_justify>False</right_justify>
170             </widget>
171
172             <widget>
173               <class>GtkMenuItem</class>
174               <name>separator7</name>
175               <right_justify>False</right_justify>
176             </widget>
177
178             <widget>
179               <class>GtkPixmapMenuItem</class>
180               <name>menubar_playlist</name>
181               <sensitive>False</sensitive>
182               <tooltip>Open the playlist window</tooltip>
183               <signal>
184                 <name>activate</name>
185                 <handler>on_menubar_playlist_activate</handler>
186                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
187               </signal>
188               <label>_Playlist...</label>
189               <right_justify>False</right_justify>
190               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
191             </widget>
192
193             <widget>
194               <class>GtkPixmapMenuItem</class>
195               <name>menubar_modules</name>
196               <sensitive>False</sensitive>
197               <tooltip>Open the plugin manager</tooltip>
198               <signal>
199                 <name>activate</name>
200                 <handler>on_menubar_modules_activate</handler>
201                 <last_modification_time>Tue, 13 Feb 2001 17:19:41 GMT</last_modification_time>
202               </signal>
203               <label>_Modules...</label>
204               <right_justify>False</right_justify>
205               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
206             </widget>
207           </widget>
208         </widget>
209
210         <widget>
211           <class>GtkMenuItem</class>
212           <name>menubar_settings</name>
213           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
214
215           <widget>
216             <class>GtkMenu</class>
217             <name>menubar_settings_menu</name>
218
219             <widget>
220               <class>GtkMenuItem</class>
221               <name>menubar_audio</name>
222               <sensitive>False</sensitive>
223               <tooltip>Select audio channel</tooltip>
224               <label>_Audio</label>
225               <right_justify>False</right_justify>
226             </widget>
227
228             <widget>
229               <class>GtkMenuItem</class>
230               <name>menubar_subtitle</name>
231               <sensitive>False</sensitive>
232               <tooltip>Select subtitle unit</tooltip>
233               <label>_Subtitle</label>
234               <right_justify>False</right_justify>
235             </widget>
236
237             <widget>
238               <class>GtkMenuItem</class>
239               <name>separator5</name>
240               <right_justify>False</right_justify>
241             </widget>
242
243             <widget>
244               <class>GtkPixmapMenuItem</class>
245               <name>menubar_preferences</name>
246               <sensitive>False</sensitive>
247               <signal>
248                 <name>activate</name>
249                 <handler>on_menubar_preferences_activate</handler>
250                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
251               </signal>
252               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
253             </widget>
254           </widget>
255         </widget>
256
257         <widget>
258           <class>GtkMenuItem</class>
259           <name>menubar_help</name>
260           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
261
262           <widget>
263             <class>GtkMenu</class>
264             <name>menubar_help_menu</name>
265
266             <widget>
267               <class>GtkPixmapMenuItem</class>
268               <name>menubar_about</name>
269               <signal>
270                 <name>activate</name>
271                 <handler>on_menubar_about_activate</handler>
272                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
273               </signal>
274               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
275             </widget>
276           </widget>
277         </widget>
278       </widget>
279     </widget>
280
281     <widget>
282       <class>GnomeDockItem</class>
283       <name>dockitem_toolbar</name>
284       <placement>GNOME_DOCK_TOP</placement>
285       <band>1</band>
286       <position>0</position>
287       <offset>2</offset>
288       <locked>False</locked>
289       <exclusive>True</exclusive>
290       <never_floating>False</never_floating>
291       <never_vertical>False</never_vertical>
292       <never_horizontal>False</never_horizontal>
293       <shadow_type>GTK_SHADOW_OUT</shadow_type>
294
295       <widget>
296         <class>GtkToolbar</class>
297         <name>toolbar</name>
298         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
299         <type>GTK_TOOLBAR_BOTH</type>
300         <space_size>16</space_size>
301         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
302         <relief>GTK_RELIEF_NONE</relief>
303         <tooltips>True</tooltips>
304
305         <widget>
306           <class>GtkButton</class>
307           <child_name>Toolbar:button</child_name>
308           <name>toolbar_file</name>
309           <tooltip>Open a File</tooltip>
310           <signal>
311             <name>clicked</name>
312             <handler>on_toolbar_open_clicked</handler>
313             <last_modification_time>Sun, 04 Mar 2001 21:01:24 GMT</last_modification_time>
314           </signal>
315           <label>Open</label>
316           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
317         </widget>
318
319         <widget>
320           <class>GtkButton</class>
321           <child_name>Toolbar:button</child_name>
322           <name>toolbar_disc</name>
323           <tooltip>Open a DVD or VCD</tooltip>
324           <signal>
325             <name>clicked</name>
326             <handler>on_toolbar_disc_clicked</handler>
327             <last_modification_time>Sun, 04 Mar 2001 01:27:51 GMT</last_modification_time>
328           </signal>
329           <label>Disc</label>
330           <stock_pixmap>GNOME_STOCK_PIXMAP_CDROM</stock_pixmap>
331         </widget>
332
333         <widget>
334           <class>GtkButton</class>
335           <child_name>Toolbar:button</child_name>
336           <name>toolbar_network</name>
337           <tooltip>Select a Network Stream</tooltip>
338           <signal>
339             <name>clicked</name>
340             <handler>on_toolbar_network_clicked</handler>
341             <last_modification_time>Mon, 12 Mar 2001 14:32:18 GMT</last_modification_time>
342           </signal>
343           <label>Net</label>
344           <stock_pixmap>GNOME_STOCK_PIXMAP_REFRESH</stock_pixmap>
345         </widget>
346
347         <widget>
348           <class>GtkButton</class>
349           <child_name>Toolbar:button</child_name>
350           <name>toolbar_back</name>
351           <sensitive>False</sensitive>
352           <tooltip>Go Backwards</tooltip>
353           <signal>
354             <name>clicked</name>
355             <handler>on_toolbar_back_clicked</handler>
356             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
357           </signal>
358           <label>Back</label>
359           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
360           <child>
361             <new_group>True</new_group>
362           </child>
363         </widget>
364
365         <widget>
366           <class>GtkButton</class>
367           <child_name>Toolbar:button</child_name>
368           <name>toolbar_stop</name>
369           <sensitive>False</sensitive>
370           <tooltip>Stop Stream</tooltip>
371           <signal>
372             <name>clicked</name>
373             <handler>on_toolbar_stop_clicked</handler>
374             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
375           </signal>
376           <label>Stop</label>
377           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
378         </widget>
379
380         <widget>
381           <class>GtkButton</class>
382           <child_name>Toolbar:button</child_name>
383           <name>toolbar_play</name>
384           <tooltip>Play Stream</tooltip>
385           <signal>
386             <name>clicked</name>
387             <handler>on_toolbar_play_clicked</handler>
388             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
389           </signal>
390           <label>Play</label>
391           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
392         </widget>
393
394         <widget>
395           <class>GtkButton</class>
396           <child_name>Toolbar:button</child_name>
397           <name>toolbar_pause</name>
398           <tooltip>Pause Stream</tooltip>
399           <signal>
400             <name>clicked</name>
401             <handler>on_toolbar_pause_clicked</handler>
402             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
403           </signal>
404           <label>Pause</label>
405           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
406         </widget>
407
408         <widget>
409           <class>GtkButton</class>
410           <child_name>Toolbar:button</child_name>
411           <name>toolbar_slow</name>
412           <tooltip>Play Slower</tooltip>
413           <signal>
414             <name>clicked</name>
415             <handler>on_toolbar_slow_clicked</handler>
416             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
417           </signal>
418           <label>Slow</label>
419           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
420         </widget>
421
422         <widget>
423           <class>GtkButton</class>
424           <child_name>Toolbar:button</child_name>
425           <name>toolbar_fast</name>
426           <tooltip>Play Faster</tooltip>
427           <signal>
428             <name>clicked</name>
429             <handler>on_toolbar_fast_clicked</handler>
430             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
431           </signal>
432           <label>Fast</label>
433           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
434         </widget>
435
436         <widget>
437           <class>GtkButton</class>
438           <child_name>Toolbar:button</child_name>
439           <name>toolbar_playlist</name>
440           <sensitive>False</sensitive>
441           <tooltip>Open Playlist</tooltip>
442           <signal>
443             <name>clicked</name>
444             <handler>on_toolbar_playlist_clicked</handler>
445             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
446           </signal>
447           <label>Playlist</label>
448           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
449           <child>
450             <new_group>True</new_group>
451           </child>
452         </widget>
453
454         <widget>
455           <class>GtkButton</class>
456           <child_name>Toolbar:button</child_name>
457           <name>toolbar_prev</name>
458           <tooltip>Previous File</tooltip>
459           <signal>
460             <name>clicked</name>
461             <handler>on_toolbar_prev_clicked</handler>
462             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
463           </signal>
464           <label>Prev</label>
465           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
466         </widget>
467
468         <widget>
469           <class>GtkButton</class>
470           <child_name>Toolbar:button</child_name>
471           <name>toolbar_next</name>
472           <tooltip>Next File</tooltip>
473           <signal>
474             <name>clicked</name>
475             <handler>on_toolbar_next_clicked</handler>
476             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
477           </signal>
478           <label>Next</label>
479           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
480         </widget>
481       </widget>
482     </widget>
483
484     <widget>
485       <class>GtkVBox</class>
486       <child_name>GnomeDock:contents</child_name>
487       <name>vbox2</name>
488       <homogeneous>False</homogeneous>
489       <spacing>0</spacing>
490
491       <widget>
492         <class>GtkHBox</class>
493         <name>hbox4</name>
494         <homogeneous>True</homogeneous>
495         <spacing>0</spacing>
496         <child>
497           <padding>0</padding>
498           <expand>True</expand>
499           <fill>True</fill>
500         </child>
501
502         <widget>
503           <class>GtkLabel</class>
504           <name>label_date</name>
505           <label>-:--:--</label>
506           <justify>GTK_JUSTIFY_CENTER</justify>
507           <wrap>False</wrap>
508           <xalign>0.5</xalign>
509           <yalign>0.5</yalign>
510           <xpad>0</xpad>
511           <ypad>0</ypad>
512           <child>
513             <padding>0</padding>
514             <expand>False</expand>
515             <fill>False</fill>
516           </child>
517         </widget>
518
519         <widget>
520           <class>GtkLabel</class>
521           <name>label_status</name>
522           <label>Status: foo</label>
523           <justify>GTK_JUSTIFY_CENTER</justify>
524           <wrap>False</wrap>
525           <xalign>0.5</xalign>
526           <yalign>0.5</yalign>
527           <xpad>0</xpad>
528           <ypad>0</ypad>
529           <child>
530             <padding>0</padding>
531             <expand>False</expand>
532             <fill>False</fill>
533           </child>
534         </widget>
535
536         <widget>
537           <class>GtkLabel</class>
538           <name>label_bar</name>
539           <label>Bar: baz</label>
540           <justify>GTK_JUSTIFY_CENTER</justify>
541           <wrap>False</wrap>
542           <xalign>0.5</xalign>
543           <yalign>0.5</yalign>
544           <xpad>0</xpad>
545           <ypad>0</ypad>
546           <child>
547             <padding>0</padding>
548             <expand>False</expand>
549             <fill>False</fill>
550           </child>
551         </widget>
552       </widget>
553
554       <widget>
555         <class>GtkHScale</class>
556         <name>slider</name>
557         <can_focus>True</can_focus>
558         <signal>
559           <name>button_press_event</name>
560           <handler>on_slider_button_press_event</handler>
561           <last_modification_time>Wed, 14 Mar 2001 13:46:55 GMT</last_modification_time>
562         </signal>
563         <signal>
564           <name>button_release_event</name>
565           <handler>on_slider_button_release_event</handler>
566           <last_modification_time>Wed, 14 Mar 2001 13:46:59 GMT</last_modification_time>
567         </signal>
568         <draw_value>False</draw_value>
569         <value_pos>GTK_POS_TOP</value_pos>
570         <digits>0</digits>
571         <policy>GTK_UPDATE_CONTINUOUS</policy>
572         <value>0</value>
573         <lower>0</lower>
574         <upper>100</upper>
575         <step>0</step>
576         <page>6.25</page>
577         <page_size>0</page_size>
578         <child>
579           <padding>0</padding>
580           <expand>True</expand>
581           <fill>True</fill>
582         </child>
583       </widget>
584     </widget>
585   </widget>
586
587   <widget>
588     <class>GnomeAppBar</class>
589     <child_name>GnomeApp:appbar</child_name>
590     <name>appbar</name>
591     <has_progress>True</has_progress>
592     <has_status>True</has_status>
593     <child>
594       <padding>0</padding>
595       <expand>True</expand>
596       <fill>True</fill>
597     </child>
598   </widget>
599 </widget>
600
601 <widget>
602   <class>GtkMenu</class>
603   <name>intf_popup</name>
604
605   <widget>
606     <class>GtkPixmapMenuItem</class>
607     <name>popup_play</name>
608     <signal>
609       <name>activate</name>
610       <handler>on_popup_play_activate</handler>
611       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
612     </signal>
613     <label>_Play</label>
614     <right_justify>False</right_justify>
615     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
616   </widget>
617
618   <widget>
619     <class>GtkPixmapMenuItem</class>
620     <name>popup_pause</name>
621     <signal>
622       <name>activate</name>
623       <handler>on_popup_pause_activate</handler>
624       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
625     </signal>
626     <label>Pause</label>
627     <right_justify>False</right_justify>
628     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
629   </widget>
630
631   <widget>
632     <class>GtkPixmapMenuItem</class>
633     <name>popup_slow</name>
634     <signal>
635       <name>activate</name>
636       <handler>on_popup_slow_activate</handler>
637       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
638     </signal>
639     <label>Slow</label>
640     <right_justify>False</right_justify>
641     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
642   </widget>
643
644   <widget>
645     <class>GtkPixmapMenuItem</class>
646     <name>popup_fast</name>
647     <signal>
648       <name>activate</name>
649       <handler>on_popup_fast_activate</handler>
650       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
651     </signal>
652     <label>Fast</label>
653     <right_justify>False</right_justify>
654     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
655   </widget>
656
657   <widget>
658     <class>GtkMenuItem</class>
659     <name>separator3</name>
660     <right_justify>False</right_justify>
661   </widget>
662
663   <widget>
664     <class>GtkMenuItem</class>
665     <name>popup_navigation</name>
666     <sensitive>False</sensitive>
667     <tooltip>Navigate through titles and chapters</tooltip>
668     <label>_Navigation</label>
669     <right_justify>False</right_justify>
670   </widget>
671
672   <widget>
673     <class>GtkMenuItem</class>
674     <name>popup_audio</name>
675     <sensitive>False</sensitive>
676     <tooltip>Select audio channel</tooltip>
677     <label>_Audio</label>
678     <right_justify>False</right_justify>
679   </widget>
680
681   <widget>
682     <class>GtkMenuItem</class>
683     <name>popup_subtitle</name>
684     <sensitive>False</sensitive>
685     <tooltip>Select subtitle channel</tooltip>
686     <label>_Subtitle</label>
687     <right_justify>False</right_justify>
688   </widget>
689
690   <widget>
691     <class>GtkMenuItem</class>
692     <name>popup_file</name>
693     <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
694
695     <widget>
696       <class>GtkMenu</class>
697       <name>popup_file_menu</name>
698
699       <widget>
700         <class>GtkPixmapMenuItem</class>
701         <name>popup_open</name>
702         <tooltip>Open a File</tooltip>
703         <signal>
704           <name>activate</name>
705           <handler>on_popup_open_activate</handler>
706           <last_modification_time>Sun, 04 Mar 2001 21:01:58 GMT</last_modification_time>
707         </signal>
708         <label>_Open File...</label>
709         <right_justify>False</right_justify>
710         <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
711       </widget>
712
713       <widget>
714         <class>GtkPixmapMenuItem</class>
715         <name>popup_disc</name>
716         <tooltip>Open a DVD or VCD</tooltip>
717         <signal>
718           <name>activate</name>
719           <handler>on_popup_disc_activate</handler>
720           <last_modification_time>Sun, 04 Mar 2001 02:57:11 GMT</last_modification_time>
721         </signal>
722         <label>Open _Disc...</label>
723         <right_justify>False</right_justify>
724         <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
725       </widget>
726
727       <widget>
728         <class>GtkPixmapMenuItem</class>
729         <name>popup_network</name>
730         <tooltip>Select a Network Stream</tooltip>
731         <signal>
732           <name>activate</name>
733           <handler>on_popup_network_activate</handler>
734           <last_modification_time>Mon, 12 Mar 2001 14:57:25 GMT</last_modification_time>
735         </signal>
736         <label>_Network Stream...</label>
737         <right_justify>False</right_justify>
738         <stock_icon>GNOME_STOCK_MENU_REFRESH</stock_icon>
739       </widget>
740
741       <widget>
742         <class>GtkMenuItem</class>
743         <name>separator4</name>
744         <right_justify>False</right_justify>
745       </widget>
746
747       <widget>
748         <class>GtkPixmapMenuItem</class>
749         <name>popup_about</name>
750         <signal>
751           <name>activate</name>
752           <handler>on_popup_about_activate</handler>
753           <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
754         </signal>
755         <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
756       </widget>
757     </widget>
758   </widget>
759
760   <widget>
761     <class>GtkMenuItem</class>
762     <name>separator2</name>
763     <right_justify>False</right_justify>
764   </widget>
765
766   <widget>
767     <class>GtkPixmapMenuItem</class>
768     <name>popup_exit</name>
769     <signal>
770       <name>activate</name>
771       <handler>on_popup_exit_activate</handler>
772       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
773     </signal>
774     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
775   </widget>
776 </widget>
777
778 <widget>
779   <class>GnomeAbout</class>
780   <name>intf_about</name>
781   <modal>False</modal>
782   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
783   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
784 Michel Lespinasse &lt;walken@zoy.org&gt;
785 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
786 Pierre Baillet &lt;oct@zoy.org&gt;
787 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
788 Andres Krapf &lt;dae@via.ecp.fr&gt;
789 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
790 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
791 Benoit Steiner &lt;benny@via.ecp.fr&gt;
792 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
793 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
794 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
795 Samuel Hocevar &lt;sam@zoy.org&gt;
796 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
797 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
798 Stéphane Borel &lt;stef@via.ecp.fr&gt;
799 Renaud Dartus &lt;reno@via.ecp.fr&gt;
800 Henri Fallon &lt;henri@via.ecp.fr&gt;
801 </authors>
802   <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>
803 </widget>
804
805 <widget>
806   <class>GtkFileSelection</class>
807   <name>intf_fileopen</name>
808   <border_width>10</border_width>
809   <signal>
810     <name>destroy</name>
811     <handler>on_intf_fileopen_destroy</handler>
812     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
813   </signal>
814   <title>Open File</title>
815   <type>GTK_WINDOW_TOPLEVEL</type>
816   <position>GTK_WIN_POS_NONE</position>
817   <modal>True</modal>
818   <allow_shrink>False</allow_shrink>
819   <allow_grow>True</allow_grow>
820   <auto_shrink>False</auto_shrink>
821   <show_file_op_buttons>True</show_file_op_buttons>
822
823   <widget>
824     <class>GtkButton</class>
825     <child_name>FileSel:ok_button</child_name>
826     <name>fileopen_ok</name>
827     <can_default>True</can_default>
828     <can_focus>True</can_focus>
829     <signal>
830       <name>clicked</name>
831       <handler>on_fileopen_ok_clicked</handler>
832       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
833     </signal>
834     <label>OK</label>
835     <relief>GTK_RELIEF_NORMAL</relief>
836   </widget>
837
838   <widget>
839     <class>GtkButton</class>
840     <child_name>FileSel:cancel_button</child_name>
841     <name>fileopen_cancel</name>
842     <can_default>True</can_default>
843     <can_focus>True</can_focus>
844     <signal>
845       <name>clicked</name>
846       <handler>on_fileopen_cancel_clicked</handler>
847       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
848     </signal>
849     <label>Cancel</label>
850     <relief>GTK_RELIEF_NORMAL</relief>
851   </widget>
852 </widget>
853
854 <widget>
855   <class>GnomeDialog</class>
856   <name>intf_modules</name>
857   <signal>
858     <name>destroy</name>
859     <handler>on_intf_modules_destroy</handler>
860     <last_modification_time>Tue, 13 Feb 2001 09:19:08 GMT</last_modification_time>
861   </signal>
862   <title>Modules</title>
863   <type>GTK_WINDOW_TOPLEVEL</type>
864   <position>GTK_WIN_POS_NONE</position>
865   <modal>False</modal>
866   <allow_shrink>False</allow_shrink>
867   <allow_grow>False</allow_grow>
868   <auto_shrink>False</auto_shrink>
869   <auto_close>False</auto_close>
870   <hide_on_close>False</hide_on_close>
871
872   <widget>
873     <class>GtkVBox</class>
874     <child_name>GnomeDialog:vbox</child_name>
875     <name>dialog-vbox1</name>
876     <homogeneous>False</homogeneous>
877     <spacing>8</spacing>
878     <child>
879       <padding>4</padding>
880       <expand>True</expand>
881       <fill>True</fill>
882     </child>
883
884     <widget>
885       <class>GtkHButtonBox</class>
886       <child_name>GnomeDialog:action_area</child_name>
887       <name>dialog-action_area1</name>
888       <layout_style>GTK_BUTTONBOX_END</layout_style>
889       <spacing>8</spacing>
890       <child_min_width>85</child_min_width>
891       <child_min_height>27</child_min_height>
892       <child_ipad_x>7</child_ipad_x>
893       <child_ipad_y>0</child_ipad_y>
894       <child>
895         <padding>0</padding>
896         <expand>False</expand>
897         <fill>True</fill>
898         <pack>GTK_PACK_END</pack>
899       </child>
900
901       <widget>
902         <class>GtkButton</class>
903         <name>modules_ok</name>
904         <can_default>True</can_default>
905         <can_focus>True</can_focus>
906         <signal>
907           <name>clicked</name>
908           <handler>on_modules_ok_clicked</handler>
909           <last_modification_time>Tue, 13 Feb 2001 09:21:29 GMT</last_modification_time>
910         </signal>
911         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
912       </widget>
913
914       <widget>
915         <class>GtkButton</class>
916         <name>modules_apply</name>
917         <can_default>True</can_default>
918         <can_focus>True</can_focus>
919         <signal>
920           <name>clicked</name>
921           <handler>on_modules_apply_clicked</handler>
922           <last_modification_time>Tue, 13 Feb 2001 09:21:25 GMT</last_modification_time>
923         </signal>
924         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
925       </widget>
926
927       <widget>
928         <class>GtkButton</class>
929         <name>modules_cancel</name>
930         <can_default>True</can_default>
931         <can_focus>True</can_focus>
932         <signal>
933           <name>clicked</name>
934           <handler>on_modules_cancel_clicked</handler>
935           <last_modification_time>Tue, 13 Feb 2001 09:21:34 GMT</last_modification_time>
936         </signal>
937         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
938       </widget>
939     </widget>
940
941     <widget>
942       <class>GtkLabel</class>
943       <name>label12</name>
944       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
945       <justify>GTK_JUSTIFY_CENTER</justify>
946       <wrap>False</wrap>
947       <xalign>0.5</xalign>
948       <yalign>0.5</yalign>
949       <xpad>0</xpad>
950       <ypad>0</ypad>
951       <child>
952         <padding>0</padding>
953         <expand>False</expand>
954         <fill>False</fill>
955       </child>
956     </widget>
957   </widget>
958 </widget>
959
960 <widget>
961   <class>GnomeDialog</class>
962   <name>intf_playlist</name>
963   <signal>
964     <name>destroy</name>
965     <handler>on_intf_playlist_destroy</handler>
966     <last_modification_time>Tue, 13 Feb 2001 09:18:45 GMT</last_modification_time>
967   </signal>
968   <title>Playlist</title>
969   <type>GTK_WINDOW_TOPLEVEL</type>
970   <position>GTK_WIN_POS_NONE</position>
971   <modal>False</modal>
972   <allow_shrink>False</allow_shrink>
973   <allow_grow>True</allow_grow>
974   <auto_shrink>False</auto_shrink>
975   <auto_close>False</auto_close>
976   <hide_on_close>False</hide_on_close>
977
978   <widget>
979     <class>GtkVBox</class>
980     <child_name>GnomeDialog:vbox</child_name>
981     <name>dialog-vbox2</name>
982     <homogeneous>False</homogeneous>
983     <spacing>8</spacing>
984     <child>
985       <padding>4</padding>
986       <expand>True</expand>
987       <fill>True</fill>
988     </child>
989
990     <widget>
991       <class>GtkHButtonBox</class>
992       <child_name>GnomeDialog:action_area</child_name>
993       <name>dialog-action_area2</name>
994       <layout_style>GTK_BUTTONBOX_END</layout_style>
995       <spacing>8</spacing>
996       <child_min_width>85</child_min_width>
997       <child_min_height>27</child_min_height>
998       <child_ipad_x>7</child_ipad_x>
999       <child_ipad_y>0</child_ipad_y>
1000       <child>
1001         <padding>0</padding>
1002         <expand>False</expand>
1003         <fill>True</fill>
1004         <pack>GTK_PACK_END</pack>
1005       </child>
1006
1007       <widget>
1008         <class>GtkButton</class>
1009         <name>playlist_ok</name>
1010         <can_default>True</can_default>
1011         <can_focus>True</can_focus>
1012         <signal>
1013           <name>clicked</name>
1014           <handler>on_playlist_ok_clicked</handler>
1015           <last_modification_time>Tue, 13 Feb 2001 09:20:38 GMT</last_modification_time>
1016         </signal>
1017         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1018       </widget>
1019     </widget>
1020
1021     <widget>
1022       <class>GtkLabel</class>
1023       <name>label11</name>
1024       <label>Sorry, the playlist isn't functional yet. Please retry in a later version.</label>
1025       <justify>GTK_JUSTIFY_CENTER</justify>
1026       <wrap>False</wrap>
1027       <xalign>0.5</xalign>
1028       <yalign>0.5</yalign>
1029       <xpad>0</xpad>
1030       <ypad>0</ypad>
1031       <child>
1032         <padding>0</padding>
1033         <expand>False</expand>
1034         <fill>False</fill>
1035       </child>
1036     </widget>
1037
1038     <widget>
1039       <class>GtkScrolledWindow</class>
1040       <name>scrolledwindow3</name>
1041       <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
1042       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
1043       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1044       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1045       <child>
1046         <padding>0</padding>
1047         <expand>True</expand>
1048         <fill>True</fill>
1049       </child>
1050
1051       <widget>
1052         <class>GtkCList</class>
1053         <name>clist2</name>
1054         <can_focus>True</can_focus>
1055         <columns>3</columns>
1056         <column_widths>211,49,35</column_widths>
1057         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
1058         <show_titles>False</show_titles>
1059         <shadow_type>GTK_SHADOW_IN</shadow_type>
1060
1061         <widget>
1062           <class>GtkLabel</class>
1063           <child_name>CList:title</child_name>
1064           <name>label8</name>
1065           <label>Name</label>
1066           <justify>GTK_JUSTIFY_CENTER</justify>
1067           <wrap>False</wrap>
1068           <xalign>0.5</xalign>
1069           <yalign>0.5</yalign>
1070           <xpad>0</xpad>
1071           <ypad>0</ypad>
1072         </widget>
1073
1074         <widget>
1075           <class>GtkLabel</class>
1076           <child_name>CList:title</child_name>
1077           <name>label9</name>
1078           <label>Type</label>
1079           <justify>GTK_JUSTIFY_CENTER</justify>
1080           <wrap>False</wrap>
1081           <xalign>0.5</xalign>
1082           <yalign>0.5</yalign>
1083           <xpad>0</xpad>
1084           <ypad>0</ypad>
1085         </widget>
1086
1087         <widget>
1088           <class>GtkLabel</class>
1089           <child_name>CList:title</child_name>
1090           <name>label10</name>
1091           <label>Length</label>
1092           <justify>GTK_JUSTIFY_CENTER</justify>
1093           <wrap>False</wrap>
1094           <xalign>0.5</xalign>
1095           <yalign>0.5</yalign>
1096           <xpad>0</xpad>
1097           <ypad>0</ypad>
1098         </widget>
1099       </widget>
1100     </widget>
1101   </widget>
1102 </widget>
1103
1104 <widget>
1105   <class>GnomeDialog</class>
1106   <name>intf_disc</name>
1107   <title>Open Disc</title>
1108   <type>GTK_WINDOW_TOPLEVEL</type>
1109   <position>GTK_WIN_POS_NONE</position>
1110   <modal>True</modal>
1111   <allow_shrink>False</allow_shrink>
1112   <allow_grow>False</allow_grow>
1113   <auto_shrink>False</auto_shrink>
1114   <auto_close>False</auto_close>
1115   <hide_on_close>False</hide_on_close>
1116
1117   <widget>
1118     <class>GtkVBox</class>
1119     <child_name>GnomeDialog:vbox</child_name>
1120     <name>dialog-vbox4</name>
1121     <homogeneous>False</homogeneous>
1122     <spacing>8</spacing>
1123     <child>
1124       <padding>4</padding>
1125       <expand>True</expand>
1126       <fill>True</fill>
1127     </child>
1128
1129     <widget>
1130       <class>GtkHButtonBox</class>
1131       <child_name>GnomeDialog:action_area</child_name>
1132       <name>dialog-action_area4</name>
1133       <layout_style>GTK_BUTTONBOX_END</layout_style>
1134       <spacing>8</spacing>
1135       <child_min_width>85</child_min_width>
1136       <child_min_height>27</child_min_height>
1137       <child_ipad_x>7</child_ipad_x>
1138       <child_ipad_y>0</child_ipad_y>
1139       <child>
1140         <padding>0</padding>
1141         <expand>False</expand>
1142         <fill>True</fill>
1143         <pack>GTK_PACK_END</pack>
1144       </child>
1145
1146       <widget>
1147         <class>GtkButton</class>
1148         <name>disc_ok</name>
1149         <can_default>True</can_default>
1150         <can_focus>True</can_focus>
1151         <signal>
1152           <name>clicked</name>
1153           <handler>on_disc_ok_clicked</handler>
1154           <last_modification_time>Sun, 04 Mar 2001 01:33:55 GMT</last_modification_time>
1155         </signal>
1156         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1157       </widget>
1158
1159       <widget>
1160         <class>GtkButton</class>
1161         <name>disc_cancel</name>
1162         <can_default>True</can_default>
1163         <can_focus>True</can_focus>
1164         <signal>
1165           <name>clicked</name>
1166           <handler>on_disc_cancel_clicked</handler>
1167           <last_modification_time>Sun, 04 Mar 2001 01:33:50 GMT</last_modification_time>
1168         </signal>
1169         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1170       </widget>
1171     </widget>
1172
1173     <widget>
1174       <class>GtkHBox</class>
1175       <name>hbox2</name>
1176       <homogeneous>False</homogeneous>
1177       <spacing>5</spacing>
1178       <child>
1179         <padding>0</padding>
1180         <expand>True</expand>
1181         <fill>True</fill>
1182       </child>
1183
1184       <widget>
1185         <class>GtkFrame</class>
1186         <name>frame1</name>
1187         <label>Disc type</label>
1188         <label_xalign>0</label_xalign>
1189         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1190         <child>
1191           <padding>0</padding>
1192           <expand>True</expand>
1193           <fill>True</fill>
1194         </child>
1195
1196         <widget>
1197           <class>GtkVBox</class>
1198           <name>vbox4</name>
1199           <homogeneous>False</homogeneous>
1200           <spacing>0</spacing>
1201
1202           <widget>
1203             <class>GtkRadioButton</class>
1204             <name>disc_dvd</name>
1205             <can_focus>True</can_focus>
1206             <signal>
1207               <name>toggled</name>
1208               <handler>on_disc_dvd_toggled</handler>
1209               <last_modification_time>Sun, 04 Mar 2001 02:12:52 GMT</last_modification_time>
1210             </signal>
1211             <label>DVD</label>
1212             <active>False</active>
1213             <draw_indicator>True</draw_indicator>
1214             <group>disc</group>
1215             <child>
1216               <padding>0</padding>
1217               <expand>False</expand>
1218               <fill>False</fill>
1219             </child>
1220           </widget>
1221
1222           <widget>
1223             <class>GtkRadioButton</class>
1224             <name>disc_vcd</name>
1225             <sensitive>False</sensitive>
1226             <can_focus>True</can_focus>
1227             <signal>
1228               <name>toggled</name>
1229               <handler>on_disc_vcd_toggled</handler>
1230               <last_modification_time>Sun, 04 Mar 2001 02:12:58 GMT</last_modification_time>
1231             </signal>
1232             <label>VCD</label>
1233             <active>False</active>
1234             <draw_indicator>True</draw_indicator>
1235             <group>disc</group>
1236             <child>
1237               <padding>0</padding>
1238               <expand>False</expand>
1239               <fill>False</fill>
1240             </child>
1241           </widget>
1242         </widget>
1243       </widget>
1244
1245       <widget>
1246         <class>GtkFrame</class>
1247         <name>frame2</name>
1248         <label>Starting position</label>
1249         <label_xalign>0</label_xalign>
1250         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1251         <child>
1252           <padding>0</padding>
1253           <expand>True</expand>
1254           <fill>True</fill>
1255         </child>
1256
1257         <widget>
1258           <class>GtkTable</class>
1259           <name>table1</name>
1260           <border_width>5</border_width>
1261           <rows>2</rows>
1262           <columns>2</columns>
1263           <homogeneous>False</homogeneous>
1264           <row_spacing>5</row_spacing>
1265           <column_spacing>5</column_spacing>
1266
1267           <widget>
1268             <class>GtkLabel</class>
1269             <name>label15</name>
1270             <label>Title</label>
1271             <justify>GTK_JUSTIFY_CENTER</justify>
1272             <wrap>False</wrap>
1273             <xalign>0</xalign>
1274             <yalign>0.5</yalign>
1275             <xpad>0</xpad>
1276             <ypad>0</ypad>
1277             <child>
1278               <left_attach>0</left_attach>
1279               <right_attach>1</right_attach>
1280               <top_attach>0</top_attach>
1281               <bottom_attach>1</bottom_attach>
1282               <xpad>0</xpad>
1283               <ypad>0</ypad>
1284               <xexpand>False</xexpand>
1285               <yexpand>False</yexpand>
1286               <xshrink>False</xshrink>
1287               <yshrink>False</yshrink>
1288               <xfill>True</xfill>
1289               <yfill>False</yfill>
1290             </child>
1291           </widget>
1292
1293           <widget>
1294             <class>GtkLabel</class>
1295             <name>label16</name>
1296             <label>Chapter</label>
1297             <justify>GTK_JUSTIFY_CENTER</justify>
1298             <wrap>False</wrap>
1299             <xalign>0</xalign>
1300             <yalign>0.5</yalign>
1301             <xpad>0</xpad>
1302             <ypad>0</ypad>
1303             <child>
1304               <left_attach>0</left_attach>
1305               <right_attach>1</right_attach>
1306               <top_attach>1</top_attach>
1307               <bottom_attach>2</bottom_attach>
1308               <xpad>0</xpad>
1309               <ypad>0</ypad>
1310               <xexpand>False</xexpand>
1311               <yexpand>False</yexpand>
1312               <xshrink>False</xshrink>
1313               <yshrink>False</yshrink>
1314               <xfill>True</xfill>
1315               <yfill>False</yfill>
1316             </child>
1317           </widget>
1318
1319           <widget>
1320             <class>GtkSpinButton</class>
1321             <name>disc_title</name>
1322             <can_focus>True</can_focus>
1323             <climb_rate>1</climb_rate>
1324             <digits>0</digits>
1325             <numeric>False</numeric>
1326             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1327             <snap>False</snap>
1328             <wrap>False</wrap>
1329             <value>1</value>
1330             <lower>1</lower>
1331             <upper>65536</upper>
1332             <step>1</step>
1333             <page>10</page>
1334             <page_size>10</page_size>
1335             <child>
1336               <left_attach>1</left_attach>
1337               <right_attach>2</right_attach>
1338               <top_attach>0</top_attach>
1339               <bottom_attach>1</bottom_attach>
1340               <xpad>0</xpad>
1341               <ypad>0</ypad>
1342               <xexpand>True</xexpand>
1343               <yexpand>False</yexpand>
1344               <xshrink>False</xshrink>
1345               <yshrink>False</yshrink>
1346               <xfill>True</xfill>
1347               <yfill>False</yfill>
1348             </child>
1349           </widget>
1350
1351           <widget>
1352             <class>GtkSpinButton</class>
1353             <name>disc_chapter</name>
1354             <can_focus>True</can_focus>
1355             <climb_rate>1</climb_rate>
1356             <digits>0</digits>
1357             <numeric>False</numeric>
1358             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1359             <snap>False</snap>
1360             <wrap>False</wrap>
1361             <value>1</value>
1362             <lower>1</lower>
1363             <upper>65536</upper>
1364             <step>1</step>
1365             <page>10</page>
1366             <page_size>10</page_size>
1367             <child>
1368               <left_attach>1</left_attach>
1369               <right_attach>2</right_attach>
1370               <top_attach>1</top_attach>
1371               <bottom_attach>2</bottom_attach>
1372               <xpad>0</xpad>
1373               <ypad>0</ypad>
1374               <xexpand>True</xexpand>
1375               <yexpand>False</yexpand>
1376               <xshrink>False</xshrink>
1377               <yshrink>False</yshrink>
1378               <xfill>True</xfill>
1379               <yfill>False</yfill>
1380             </child>
1381           </widget>
1382         </widget>
1383       </widget>
1384     </widget>
1385
1386     <widget>
1387       <class>GtkHBox</class>
1388       <name>hbox1</name>
1389       <homogeneous>False</homogeneous>
1390       <spacing>5</spacing>
1391       <child>
1392         <padding>0</padding>
1393         <expand>True</expand>
1394         <fill>True</fill>
1395       </child>
1396
1397       <widget>
1398         <class>GtkLabel</class>
1399         <name>label14</name>
1400         <label>Device name:</label>
1401         <justify>GTK_JUSTIFY_CENTER</justify>
1402         <wrap>False</wrap>
1403         <xalign>0.5</xalign>
1404         <yalign>0.5</yalign>
1405         <xpad>0</xpad>
1406         <ypad>0</ypad>
1407         <child>
1408           <padding>0</padding>
1409           <expand>False</expand>
1410           <fill>False</fill>
1411         </child>
1412       </widget>
1413
1414       <widget>
1415         <class>GtkEntry</class>
1416         <name>disc_name</name>
1417         <can_focus>True</can_focus>
1418         <editable>True</editable>
1419         <text_visible>True</text_visible>
1420         <text_max_length>0</text_max_length>
1421         <text>/dev/dvd</text>
1422         <child>
1423           <padding>0</padding>
1424           <expand>True</expand>
1425           <fill>True</fill>
1426         </child>
1427       </widget>
1428     </widget>
1429   </widget>
1430 </widget>
1431
1432 <widget>
1433   <class>GnomeDialog</class>
1434   <name>intf_network</name>
1435   <title>Network Stream</title>
1436   <type>GTK_WINDOW_TOPLEVEL</type>
1437   <position>GTK_WIN_POS_NONE</position>
1438   <modal>True</modal>
1439   <allow_shrink>False</allow_shrink>
1440   <allow_grow>False</allow_grow>
1441   <auto_shrink>False</auto_shrink>
1442   <auto_close>False</auto_close>
1443   <hide_on_close>False</hide_on_close>
1444
1445   <widget>
1446     <class>GtkVBox</class>
1447     <child_name>GnomeDialog:vbox</child_name>
1448     <name>vbox5</name>
1449     <homogeneous>False</homogeneous>
1450     <spacing>8</spacing>
1451     <child>
1452       <padding>4</padding>
1453       <expand>True</expand>
1454       <fill>True</fill>
1455     </child>
1456
1457     <widget>
1458       <class>GtkHButtonBox</class>
1459       <child_name>GnomeDialog:action_area</child_name>
1460       <name>hbuttonbox1</name>
1461       <layout_style>GTK_BUTTONBOX_END</layout_style>
1462       <spacing>8</spacing>
1463       <child_min_width>85</child_min_width>
1464       <child_min_height>27</child_min_height>
1465       <child_ipad_x>7</child_ipad_x>
1466       <child_ipad_y>0</child_ipad_y>
1467       <child>
1468         <padding>0</padding>
1469         <expand>False</expand>
1470         <fill>True</fill>
1471         <pack>GTK_PACK_END</pack>
1472       </child>
1473
1474       <widget>
1475         <class>GtkButton</class>
1476         <name>network_ok</name>
1477         <can_default>True</can_default>
1478         <can_focus>True</can_focus>
1479         <signal>
1480           <name>clicked</name>
1481           <handler>on_network_ok_clicked</handler>
1482           <last_modification_time>Mon, 12 Mar 2001 14:56:40 GMT</last_modification_time>
1483         </signal>
1484         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1485       </widget>
1486
1487       <widget>
1488         <class>GtkButton</class>
1489         <name>network_cancel</name>
1490         <can_default>True</can_default>
1491         <can_focus>True</can_focus>
1492         <signal>
1493           <name>clicked</name>
1494           <handler>on_network_cancel_clicked</handler>
1495           <last_modification_time>Mon, 12 Mar 2001 14:56:51 GMT</last_modification_time>
1496         </signal>
1497         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1498       </widget>
1499     </widget>
1500
1501     <widget>
1502       <class>GtkHBox</class>
1503       <name>hbox3</name>
1504       <homogeneous>False</homogeneous>
1505       <spacing>5</spacing>
1506       <child>
1507         <padding>0</padding>
1508         <expand>True</expand>
1509         <fill>True</fill>
1510       </child>
1511
1512       <widget>
1513         <class>GtkFrame</class>
1514         <name>frame3</name>
1515         <label>Protocol</label>
1516         <label_xalign>0</label_xalign>
1517         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1518         <child>
1519           <padding>0</padding>
1520           <expand>True</expand>
1521           <fill>True</fill>
1522         </child>
1523
1524         <widget>
1525           <class>GtkVBox</class>
1526           <name>vbox6</name>
1527           <homogeneous>False</homogeneous>
1528           <spacing>0</spacing>
1529
1530           <widget>
1531             <class>GtkRadioButton</class>
1532             <name>network_ts</name>
1533             <can_focus>True</can_focus>
1534             <label>TS</label>
1535             <active>False</active>
1536             <draw_indicator>True</draw_indicator>
1537             <group>network</group>
1538             <child>
1539               <padding>0</padding>
1540               <expand>False</expand>
1541               <fill>False</fill>
1542             </child>
1543           </widget>
1544
1545           <widget>
1546             <class>GtkRadioButton</class>
1547             <name>network_rtp</name>
1548             <sensitive>False</sensitive>
1549             <can_focus>True</can_focus>
1550             <label>RTP</label>
1551             <active>False</active>
1552             <draw_indicator>True</draw_indicator>
1553             <group>network</group>
1554             <child>
1555               <padding>0</padding>
1556               <expand>False</expand>
1557               <fill>False</fill>
1558             </child>
1559           </widget>
1560
1561           <widget>
1562             <class>GtkRadioButton</class>
1563             <name>network_http</name>
1564             <sensitive>False</sensitive>
1565             <can_focus>True</can_focus>
1566             <label>HTTP</label>
1567             <active>False</active>
1568             <draw_indicator>True</draw_indicator>
1569             <group>network</group>
1570             <child>
1571               <padding>0</padding>
1572               <expand>False</expand>
1573               <fill>False</fill>
1574             </child>
1575           </widget>
1576         </widget>
1577       </widget>
1578
1579       <widget>
1580         <class>GtkFrame</class>
1581         <name>frame4</name>
1582         <label>Server</label>
1583         <label_xalign>0</label_xalign>
1584         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1585         <child>
1586           <padding>0</padding>
1587           <expand>True</expand>
1588           <fill>True</fill>
1589         </child>
1590
1591         <widget>
1592           <class>GtkTable</class>
1593           <name>table2</name>
1594           <border_width>5</border_width>
1595           <rows>2</rows>
1596           <columns>2</columns>
1597           <homogeneous>False</homogeneous>
1598           <row_spacing>5</row_spacing>
1599           <column_spacing>5</column_spacing>
1600
1601           <widget>
1602             <class>GtkLabel</class>
1603             <name>label17</name>
1604             <label>Address</label>
1605             <justify>GTK_JUSTIFY_CENTER</justify>
1606             <wrap>False</wrap>
1607             <xalign>0</xalign>
1608             <yalign>0.5</yalign>
1609             <xpad>0</xpad>
1610             <ypad>0</ypad>
1611             <child>
1612               <left_attach>0</left_attach>
1613               <right_attach>1</right_attach>
1614               <top_attach>0</top_attach>
1615               <bottom_attach>1</bottom_attach>
1616               <xpad>0</xpad>
1617               <ypad>0</ypad>
1618               <xexpand>False</xexpand>
1619               <yexpand>False</yexpand>
1620               <xshrink>False</xshrink>
1621               <yshrink>False</yshrink>
1622               <xfill>True</xfill>
1623               <yfill>False</yfill>
1624             </child>
1625           </widget>
1626
1627           <widget>
1628             <class>GtkLabel</class>
1629             <name>label18</name>
1630             <label>Port</label>
1631             <justify>GTK_JUSTIFY_CENTER</justify>
1632             <wrap>False</wrap>
1633             <xalign>0</xalign>
1634             <yalign>0.5</yalign>
1635             <xpad>0</xpad>
1636             <ypad>0</ypad>
1637             <child>
1638               <left_attach>0</left_attach>
1639               <right_attach>1</right_attach>
1640               <top_attach>1</top_attach>
1641               <bottom_attach>2</bottom_attach>
1642               <xpad>0</xpad>
1643               <ypad>0</ypad>
1644               <xexpand>False</xexpand>
1645               <yexpand>False</yexpand>
1646               <xshrink>False</xshrink>
1647               <yshrink>False</yshrink>
1648               <xfill>True</xfill>
1649               <yfill>False</yfill>
1650             </child>
1651           </widget>
1652
1653           <widget>
1654             <class>GtkSpinButton</class>
1655             <name>network_port</name>
1656             <can_focus>True</can_focus>
1657             <climb_rate>1</climb_rate>
1658             <digits>0</digits>
1659             <numeric>False</numeric>
1660             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1661             <snap>False</snap>
1662             <wrap>False</wrap>
1663             <value>1234</value>
1664             <lower>0</lower>
1665             <upper>65535</upper>
1666             <step>1</step>
1667             <page>10</page>
1668             <page_size>10</page_size>
1669             <child>
1670               <left_attach>1</left_attach>
1671               <right_attach>2</right_attach>
1672               <top_attach>1</top_attach>
1673               <bottom_attach>2</bottom_attach>
1674               <xpad>0</xpad>
1675               <ypad>0</ypad>
1676               <xexpand>True</xexpand>
1677               <yexpand>False</yexpand>
1678               <xshrink>False</xshrink>
1679               <yshrink>False</yshrink>
1680               <xfill>True</xfill>
1681               <yfill>False</yfill>
1682             </child>
1683           </widget>
1684
1685           <widget>
1686             <class>GtkEntry</class>
1687             <name>network_server</name>
1688             <can_focus>True</can_focus>
1689             <editable>True</editable>
1690             <text_visible>True</text_visible>
1691             <text_max_length>0</text_max_length>
1692             <text>vls</text>
1693             <child>
1694               <left_attach>1</left_attach>
1695               <right_attach>2</right_attach>
1696               <top_attach>0</top_attach>
1697               <bottom_attach>1</bottom_attach>
1698               <xpad>0</xpad>
1699               <ypad>0</ypad>
1700               <xexpand>True</xexpand>
1701               <yexpand>False</yexpand>
1702               <xshrink>False</xshrink>
1703               <yshrink>False</yshrink>
1704               <xfill>True</xfill>
1705               <yfill>False</yfill>
1706             </child>
1707           </widget>
1708         </widget>
1709       </widget>
1710     </widget>
1711   </widget>
1712 </widget>
1713
1714 </GTK-Interface>