]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
ddb0aaf27c2e946915a9e16e8e5ef46765853aac
[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   <main_source_file>gnome_interface.c</main_source_file>
16   <main_header_file>gnome_interface.h</main_header_file>
17   <handler_source_file>gnome_callbacks.c</handler_source_file>
18   <handler_header_file>gnome_callbacks.h</handler_header_file>
19   <support_source_file>gnome_support.c</support_source_file>
20   <support_header_file>gnome_support.h</support_header_file>
21 </project>
22
23 <widget>
24   <class>GnomeApp</class>
25   <name>intf_window</name>
26   <signal>
27     <name>destroy</name>
28     <handler>on_intf_window_destroy</handler>
29     <last_modification_time>Sun, 11 Feb 2001 17:41:57 GMT</last_modification_time>
30   </signal>
31   <signal>
32     <name>drag_data_received</name>
33     <handler>on_intf_window_drag_data_received</handler>
34     <last_modification_time>Fri, 16 Feb 2001 01:59:35 GMT</last_modification_time>
35   </signal>
36   <title>VideoLAN Client</title>
37   <type>GTK_WINDOW_TOPLEVEL</type>
38   <position>GTK_WIN_POS_NONE</position>
39   <modal>False</modal>
40   <allow_shrink>False</allow_shrink>
41   <allow_grow>True</allow_grow>
42   <auto_shrink>False</auto_shrink>
43   <enable_layout_config>True</enable_layout_config>
44
45   <widget>
46     <class>GnomeDock</class>
47     <child_name>GnomeApp:dock</child_name>
48     <name>dockitem</name>
49     <allow_floating>True</allow_floating>
50     <child>
51       <padding>0</padding>
52       <expand>True</expand>
53       <fill>True</fill>
54     </child>
55
56     <widget>
57       <class>GnomeDockItem</class>
58       <name>dockitem_menubar</name>
59       <border_width>2</border_width>
60       <placement>GNOME_DOCK_TOP</placement>
61       <band>0</band>
62       <position>0</position>
63       <offset>0</offset>
64       <locked>False</locked>
65       <exclusive>True</exclusive>
66       <never_floating>False</never_floating>
67       <never_vertical>True</never_vertical>
68       <never_horizontal>False</never_horizontal>
69       <shadow_type>GTK_SHADOW_OUT</shadow_type>
70
71       <widget>
72         <class>GtkMenuBar</class>
73         <name>menubar</name>
74         <shadow_type>GTK_SHADOW_NONE</shadow_type>
75
76         <widget>
77           <class>GtkMenuItem</class>
78           <name>menubar_file</name>
79           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
80
81           <widget>
82             <class>GtkMenu</class>
83             <name>menubar_file_menu</name>
84
85             <widget>
86               <class>GtkPixmapMenuItem</class>
87               <name>menubar_open</name>
88               <tooltip>Open a File</tooltip>
89               <signal>
90                 <name>activate</name>
91                 <handler>on_menubar_open_activate</handler>
92                 <last_modification_time>Sun, 04 Mar 2001 21:01:45 GMT</last_modification_time>
93               </signal>
94               <label>_Open File...</label>
95               <right_justify>False</right_justify>
96               <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
97             </widget>
98
99             <widget>
100               <class>GtkPixmapMenuItem</class>
101               <name>menubar_disc</name>
102               <tooltip>Open a DVD or VCD</tooltip>
103               <signal>
104                 <name>activate</name>
105                 <handler>on_menubar_disc_activate</handler>
106                 <last_modification_time>Sun, 04 Mar 2001 01:28:32 GMT</last_modification_time>
107               </signal>
108               <label>Open _Disc...</label>
109               <right_justify>False</right_justify>
110               <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
111             </widget>
112
113             <widget>
114               <class>GtkMenuItem</class>
115               <name>separator1</name>
116               <right_justify>False</right_justify>
117             </widget>
118
119             <widget>
120               <class>GtkPixmapMenuItem</class>
121               <name>menubar_exit</name>
122               <signal>
123                 <name>activate</name>
124                 <handler>on_menubar_exit_activate</handler>
125                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
126               </signal>
127               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
128             </widget>
129           </widget>
130         </widget>
131
132         <widget>
133           <class>GtkMenuItem</class>
134           <name>menubar_view</name>
135           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
136
137           <widget>
138             <class>GtkMenu</class>
139             <name>menubar_view_menu</name>
140
141             <widget>
142               <class>GtkMenuItem</class>
143               <name>menubar_title</name>
144               <sensitive>False</sensitive>
145               <label>_Title</label>
146               <right_justify>False</right_justify>
147             </widget>
148
149             <widget>
150               <class>GtkMenuItem</class>
151               <name>menubar_chapter</name>
152               <sensitive>False</sensitive>
153               <label>_Chapter</label>
154               <right_justify>False</right_justify>
155             </widget>
156
157             <widget>
158               <class>GtkMenuItem</class>
159               <name>separator7</name>
160               <right_justify>False</right_justify>
161             </widget>
162
163             <widget>
164               <class>GtkPixmapMenuItem</class>
165               <name>menubar_playlist</name>
166               <sensitive>False</sensitive>
167               <tooltip>Open the playlist window</tooltip>
168               <signal>
169                 <name>activate</name>
170                 <handler>on_menubar_playlist_activate</handler>
171                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
172               </signal>
173               <label>_Playlist...</label>
174               <right_justify>False</right_justify>
175               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
176             </widget>
177
178             <widget>
179               <class>GtkPixmapMenuItem</class>
180               <name>menubar_modules</name>
181               <sensitive>False</sensitive>
182               <tooltip>Open the plugin manager</tooltip>
183               <signal>
184                 <name>activate</name>
185                 <handler>on_menubar_modules_activate</handler>
186                 <last_modification_time>Tue, 13 Feb 2001 17:19:41 GMT</last_modification_time>
187               </signal>
188               <label>_Modules...</label>
189               <right_justify>False</right_justify>
190               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
191             </widget>
192           </widget>
193         </widget>
194
195         <widget>
196           <class>GtkMenuItem</class>
197           <name>menubar_settings</name>
198           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
199
200           <widget>
201             <class>GtkMenu</class>
202             <name>menubar_settings_menu</name>
203
204             <widget>
205               <class>GtkMenuItem</class>
206               <name>menubar_audio</name>
207               <sensitive>False</sensitive>
208               <tooltip>Select audio channel</tooltip>
209               <label>_Audio</label>
210               <right_justify>False</right_justify>
211             </widget>
212
213             <widget>
214               <class>GtkMenuItem</class>
215               <name>menubar_subtitle</name>
216               <sensitive>False</sensitive>
217               <tooltip>Select subtitle unit</tooltip>
218               <label>_Subtitle</label>
219               <right_justify>False</right_justify>
220             </widget>
221
222             <widget>
223               <class>GtkMenuItem</class>
224               <name>separator5</name>
225               <right_justify>False</right_justify>
226             </widget>
227
228             <widget>
229               <class>GtkPixmapMenuItem</class>
230               <name>menubar_preferences</name>
231               <sensitive>False</sensitive>
232               <signal>
233                 <name>activate</name>
234                 <handler>on_menubar_preferences_activate</handler>
235                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
236               </signal>
237               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
238             </widget>
239           </widget>
240         </widget>
241
242         <widget>
243           <class>GtkMenuItem</class>
244           <name>menubar_help</name>
245           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
246
247           <widget>
248             <class>GtkMenu</class>
249             <name>menubar_help_menu</name>
250
251             <widget>
252               <class>GtkPixmapMenuItem</class>
253               <name>menubar_about</name>
254               <signal>
255                 <name>activate</name>
256                 <handler>on_menubar_about_activate</handler>
257                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
258               </signal>
259               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
260             </widget>
261           </widget>
262         </widget>
263       </widget>
264     </widget>
265
266     <widget>
267       <class>GnomeDockItem</class>
268       <name>dockitem_toolbar</name>
269       <border_width>1</border_width>
270       <placement>GNOME_DOCK_TOP</placement>
271       <band>1</band>
272       <position>0</position>
273       <offset>2</offset>
274       <locked>False</locked>
275       <exclusive>True</exclusive>
276       <never_floating>False</never_floating>
277       <never_vertical>False</never_vertical>
278       <never_horizontal>False</never_horizontal>
279       <shadow_type>GTK_SHADOW_OUT</shadow_type>
280
281       <widget>
282         <class>GtkToolbar</class>
283         <name>toolbar</name>
284         <border_width>1</border_width>
285         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
286         <type>GTK_TOOLBAR_BOTH</type>
287         <space_size>16</space_size>
288         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
289         <relief>GTK_RELIEF_NONE</relief>
290         <tooltips>True</tooltips>
291
292         <widget>
293           <class>GtkButton</class>
294           <child_name>Toolbar:button</child_name>
295           <name>toolbar_file</name>
296           <tooltip>Open a File</tooltip>
297           <signal>
298             <name>clicked</name>
299             <handler>on_toolbar_open_clicked</handler>
300             <last_modification_time>Sun, 04 Mar 2001 21:01:24 GMT</last_modification_time>
301           </signal>
302           <label>Open</label>
303           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
304         </widget>
305
306         <widget>
307           <class>GtkButton</class>
308           <child_name>Toolbar:button</child_name>
309           <name>toolbar_disc</name>
310           <tooltip>Open a DVD or VCD</tooltip>
311           <signal>
312             <name>clicked</name>
313             <handler>on_toolbar_disc_clicked</handler>
314             <last_modification_time>Sun, 04 Mar 2001 01:27:51 GMT</last_modification_time>
315           </signal>
316           <label>Disc</label>
317           <stock_pixmap>GNOME_STOCK_PIXMAP_CDROM</stock_pixmap>
318         </widget>
319
320         <widget>
321           <class>GtkButton</class>
322           <child_name>Toolbar:button</child_name>
323           <name>toolbar_back</name>
324           <sensitive>False</sensitive>
325           <tooltip>Go Backwards</tooltip>
326           <signal>
327             <name>clicked</name>
328             <handler>on_toolbar_back_clicked</handler>
329             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
330           </signal>
331           <label>Back</label>
332           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
333           <child>
334             <new_group>True</new_group>
335           </child>
336         </widget>
337
338         <widget>
339           <class>GtkButton</class>
340           <child_name>Toolbar:button</child_name>
341           <name>toolbar_stop</name>
342           <sensitive>False</sensitive>
343           <tooltip>Stop Stream</tooltip>
344           <signal>
345             <name>clicked</name>
346             <handler>on_toolbar_stop_clicked</handler>
347             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
348           </signal>
349           <label>Stop</label>
350           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
351         </widget>
352
353         <widget>
354           <class>GtkButton</class>
355           <child_name>Toolbar:button</child_name>
356           <name>toolbar_play</name>
357           <tooltip>Play Stream</tooltip>
358           <signal>
359             <name>clicked</name>
360             <handler>on_toolbar_play_clicked</handler>
361             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
362           </signal>
363           <label>Play</label>
364           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
365         </widget>
366
367         <widget>
368           <class>GtkButton</class>
369           <child_name>Toolbar:button</child_name>
370           <name>toolbar_pause</name>
371           <tooltip>Pause Stream</tooltip>
372           <signal>
373             <name>clicked</name>
374             <handler>on_toolbar_pause_clicked</handler>
375             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
376           </signal>
377           <label>Pause</label>
378           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
379         </widget>
380
381         <widget>
382           <class>GtkButton</class>
383           <child_name>Toolbar:button</child_name>
384           <name>toolbar_slow</name>
385           <tooltip>Play Slower</tooltip>
386           <signal>
387             <name>clicked</name>
388             <handler>on_toolbar_slow_clicked</handler>
389             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
390           </signal>
391           <label>Slow</label>
392           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
393         </widget>
394
395         <widget>
396           <class>GtkButton</class>
397           <child_name>Toolbar:button</child_name>
398           <name>toolbar_fast</name>
399           <tooltip>Play Faster</tooltip>
400           <signal>
401             <name>clicked</name>
402             <handler>on_toolbar_fast_clicked</handler>
403             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
404           </signal>
405           <label>Fast</label>
406           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
407         </widget>
408
409         <widget>
410           <class>GtkButton</class>
411           <child_name>Toolbar:button</child_name>
412           <name>toolbar_playlist</name>
413           <sensitive>False</sensitive>
414           <tooltip>Open Playlist</tooltip>
415           <signal>
416             <name>clicked</name>
417             <handler>on_toolbar_playlist_clicked</handler>
418             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
419           </signal>
420           <label>Playlist</label>
421           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
422           <child>
423             <new_group>True</new_group>
424           </child>
425         </widget>
426
427         <widget>
428           <class>GtkButton</class>
429           <child_name>Toolbar:button</child_name>
430           <name>toolbar_prev</name>
431           <tooltip>Previous File</tooltip>
432           <signal>
433             <name>clicked</name>
434             <handler>on_toolbar_prev_clicked</handler>
435             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
436           </signal>
437           <label>Prev</label>
438           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
439         </widget>
440
441         <widget>
442           <class>GtkButton</class>
443           <child_name>Toolbar:button</child_name>
444           <name>toolbar_next</name>
445           <tooltip>Next File</tooltip>
446           <signal>
447             <name>clicked</name>
448             <handler>on_toolbar_next_clicked</handler>
449             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
450           </signal>
451           <label>Next</label>
452           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
453         </widget>
454       </widget>
455     </widget>
456
457     <widget>
458       <class>GtkVBox</class>
459       <child_name>GnomeDock:contents</child_name>
460       <name>vbox2</name>
461       <homogeneous>False</homogeneous>
462       <spacing>0</spacing>
463
464       <widget>
465         <class>GtkEntry</class>
466         <name>entry1</name>
467         <can_focus>True</can_focus>
468         <editable>True</editable>
469         <text_visible>True</text_visible>
470         <text_max_length>0</text_max_length>
471         <text>Tired of boring stub messages ? Write your own exciting message here !!</text>
472         <child>
473           <padding>0</padding>
474           <expand>False</expand>
475           <fill>False</fill>
476         </child>
477       </widget>
478
479       <widget>
480         <class>GtkLabel</class>
481         <name>label6</name>
482         <label>This part of the interface doesn't work yet. You can drag the slider below, though:</label>
483         <justify>GTK_JUSTIFY_LEFT</justify>
484         <wrap>False</wrap>
485         <xalign>0</xalign>
486         <yalign>0.5</yalign>
487         <xpad>5</xpad>
488         <ypad>0</ypad>
489         <child>
490           <padding>0</padding>
491           <expand>False</expand>
492           <fill>False</fill>
493         </child>
494       </widget>
495
496       <widget>
497         <class>GtkHScale</class>
498         <name>hscale</name>
499         <can_focus>True</can_focus>
500         <signal>
501           <name>button_release_event</name>
502           <handler>on_hscale_button_release_event</handler>
503           <last_modification_time>Tue, 13 Feb 2001 01:15:41 GMT</last_modification_time>
504         </signal>
505         <signal>
506           <name>button_press_event</name>
507           <handler>on_hscale_button_press_event</handler>
508           <last_modification_time>Tue, 13 Feb 2001 02:55:04 GMT</last_modification_time>
509         </signal>
510         <draw_value>True</draw_value>
511         <value_pos>GTK_POS_BOTTOM</value_pos>
512         <digits>1</digits>
513         <policy>GTK_UPDATE_DELAYED</policy>
514         <value>0</value>
515         <lower>0</lower>
516         <upper>100</upper>
517         <step>1</step>
518         <page>6.25</page>
519         <page_size>0</page_size>
520         <child>
521           <padding>0</padding>
522           <expand>False</expand>
523           <fill>False</fill>
524         </child>
525       </widget>
526
527       <widget>
528         <class>GtkLabel</class>
529         <name>label13</name>
530         <label>HEY ! YOU CAN DROP A FILE ON VLC TOO :-)</label>
531         <justify>GTK_JUSTIFY_CENTER</justify>
532         <wrap>False</wrap>
533         <xalign>0.5</xalign>
534         <yalign>0.5</yalign>
535         <xpad>0</xpad>
536         <ypad>5</ypad>
537         <child>
538           <padding>0</padding>
539           <expand>False</expand>
540           <fill>False</fill>
541         </child>
542       </widget>
543     </widget>
544   </widget>
545
546   <widget>
547     <class>GnomeAppBar</class>
548     <child_name>GnomeApp:appbar</child_name>
549     <name>appbar</name>
550     <has_progress>True</has_progress>
551     <has_status>True</has_status>
552     <child>
553       <padding>0</padding>
554       <expand>True</expand>
555       <fill>True</fill>
556     </child>
557   </widget>
558 </widget>
559
560 <widget>
561   <class>GtkMenu</class>
562   <name>intf_popup</name>
563
564   <widget>
565     <class>GtkPixmapMenuItem</class>
566     <name>popup_play</name>
567     <signal>
568       <name>activate</name>
569       <handler>on_popup_play_activate</handler>
570       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
571     </signal>
572     <label>_Play</label>
573     <right_justify>False</right_justify>
574     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
575   </widget>
576
577   <widget>
578     <class>GtkPixmapMenuItem</class>
579     <name>popup_pause</name>
580     <signal>
581       <name>activate</name>
582       <handler>on_popup_pause_activate</handler>
583       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
584     </signal>
585     <label>Pause</label>
586     <right_justify>False</right_justify>
587     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
588   </widget>
589
590   <widget>
591     <class>GtkPixmapMenuItem</class>
592     <name>popup_slow</name>
593     <signal>
594       <name>activate</name>
595       <handler>on_popup_slow_activate</handler>
596       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
597     </signal>
598     <label>Slow</label>
599     <right_justify>False</right_justify>
600     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
601   </widget>
602
603   <widget>
604     <class>GtkPixmapMenuItem</class>
605     <name>popup_fast</name>
606     <signal>
607       <name>activate</name>
608       <handler>on_popup_fast_activate</handler>
609       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
610     </signal>
611     <label>Fast</label>
612     <right_justify>False</right_justify>
613     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
614   </widget>
615
616   <widget>
617     <class>GtkMenuItem</class>
618     <name>separator2</name>
619     <right_justify>False</right_justify>
620   </widget>
621
622   <widget>
623     <class>GtkPixmapMenuItem</class>
624     <name>popup_open</name>
625     <tooltip>Open a File</tooltip>
626     <signal>
627       <name>activate</name>
628       <handler>on_popup_open_activate</handler>
629       <last_modification_time>Sun, 04 Mar 2001 21:01:58 GMT</last_modification_time>
630     </signal>
631     <label>_Open File...</label>
632     <right_justify>False</right_justify>
633     <stock_icon>GNOME_STOCK_MENU_OPEN</stock_icon>
634   </widget>
635
636   <widget>
637     <class>GtkPixmapMenuItem</class>
638     <name>popup_disc</name>
639     <tooltip>Open a DVD or VCD</tooltip>
640     <signal>
641       <name>activate</name>
642       <handler>on_popup_disc_activate</handler>
643       <last_modification_time>Sun, 04 Mar 2001 02:57:11 GMT</last_modification_time>
644     </signal>
645     <label>Open _Disc...</label>
646     <right_justify>False</right_justify>
647     <stock_icon>GNOME_STOCK_MENU_CDROM</stock_icon>
648   </widget>
649
650   <widget>
651     <class>GtkMenuItem</class>
652     <name>separator3</name>
653     <right_justify>False</right_justify>
654   </widget>
655
656   <widget>
657     <class>GtkMenuItem</class>
658     <name>popup_navigation</name>
659     <sensitive>False</sensitive>
660     <tooltip>Navigate through titles and chapters</tooltip>
661     <label>_Navigation</label>
662     <right_justify>False</right_justify>
663   </widget>
664
665   <widget>
666     <class>GtkMenuItem</class>
667     <name>separator8</name>
668     <right_justify>False</right_justify>
669   </widget>
670
671   <widget>
672     <class>GtkMenuItem</class>
673     <name>popup_audio</name>
674     <sensitive>False</sensitive>
675     <tooltip>Select audio channel</tooltip>
676     <label>Audio</label>
677     <right_justify>False</right_justify>
678   </widget>
679
680   <widget>
681     <class>GtkMenuItem</class>
682     <name>popup_subtitle</name>
683     <sensitive>False</sensitive>
684     <tooltip>Select subtitle channel</tooltip>
685     <label>_Subtitle</label>
686     <right_justify>False</right_justify>
687   </widget>
688
689   <widget>
690     <class>GtkMenuItem</class>
691     <name>separator4</name>
692     <right_justify>False</right_justify>
693   </widget>
694
695   <widget>
696     <class>GtkPixmapMenuItem</class>
697     <name>popup_about</name>
698     <signal>
699       <name>activate</name>
700       <handler>on_popup_about_activate</handler>
701       <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
702     </signal>
703     <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
704   </widget>
705
706   <widget>
707     <class>GtkPixmapMenuItem</class>
708     <name>popup_exit</name>
709     <signal>
710       <name>activate</name>
711       <handler>on_popup_exit_activate</handler>
712       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
713     </signal>
714     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
715   </widget>
716 </widget>
717
718 <widget>
719   <class>GnomeAbout</class>
720   <name>intf_about</name>
721   <modal>False</modal>
722   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
723   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
724 Michel Lespinasse &lt;walken@zoy.org&gt;
725 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
726 Pierre Baillet &lt;oct@zoy.org&gt;
727 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
728 Andres Krapf &lt;dae@via.ecp.fr&gt;
729 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
730 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
731 Benoit Steiner &lt;benny@via.ecp.fr&gt;
732 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
733 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
734 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
735 Samuel Hocevar &lt;sam@zoy.org&gt;
736 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
737 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
738 Stéphane Borel &lt;stef@via.ecp.fr&gt;
739 Renaud Dartus &lt;reno@via.ecp.fr&gt;
740 Henri Fallon &lt;henri@via.ecp.fr&gt;
741 </authors>
742   <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>
743 </widget>
744
745 <widget>
746   <class>GtkFileSelection</class>
747   <name>intf_fileopen</name>
748   <border_width>10</border_width>
749   <signal>
750     <name>destroy</name>
751     <handler>on_intf_fileopen_destroy</handler>
752     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
753   </signal>
754   <title>Open File</title>
755   <type>GTK_WINDOW_TOPLEVEL</type>
756   <position>GTK_WIN_POS_NONE</position>
757   <modal>False</modal>
758   <allow_shrink>False</allow_shrink>
759   <allow_grow>True</allow_grow>
760   <auto_shrink>False</auto_shrink>
761   <show_file_op_buttons>True</show_file_op_buttons>
762
763   <widget>
764     <class>GtkButton</class>
765     <child_name>FileSel:ok_button</child_name>
766     <name>fileopen_ok</name>
767     <can_default>True</can_default>
768     <can_focus>True</can_focus>
769     <signal>
770       <name>clicked</name>
771       <handler>on_fileopen_ok_clicked</handler>
772       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
773     </signal>
774     <label>OK</label>
775     <relief>GTK_RELIEF_NORMAL</relief>
776   </widget>
777
778   <widget>
779     <class>GtkButton</class>
780     <child_name>FileSel:cancel_button</child_name>
781     <name>fileopen_cancel</name>
782     <can_default>True</can_default>
783     <can_focus>True</can_focus>
784     <signal>
785       <name>clicked</name>
786       <handler>on_fileopen_cancel_clicked</handler>
787       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
788     </signal>
789     <label>Cancel</label>
790     <relief>GTK_RELIEF_NORMAL</relief>
791   </widget>
792 </widget>
793
794 <widget>
795   <class>GnomeDialog</class>
796   <name>intf_modules</name>
797   <signal>
798     <name>destroy</name>
799     <handler>on_intf_modules_destroy</handler>
800     <last_modification_time>Tue, 13 Feb 2001 09:19:08 GMT</last_modification_time>
801   </signal>
802   <title>Modules</title>
803   <type>GTK_WINDOW_TOPLEVEL</type>
804   <position>GTK_WIN_POS_NONE</position>
805   <modal>False</modal>
806   <allow_shrink>False</allow_shrink>
807   <allow_grow>False</allow_grow>
808   <auto_shrink>False</auto_shrink>
809   <auto_close>False</auto_close>
810   <hide_on_close>False</hide_on_close>
811
812   <widget>
813     <class>GtkVBox</class>
814     <child_name>GnomeDialog:vbox</child_name>
815     <name>dialog-vbox1</name>
816     <homogeneous>False</homogeneous>
817     <spacing>8</spacing>
818     <child>
819       <padding>4</padding>
820       <expand>True</expand>
821       <fill>True</fill>
822     </child>
823
824     <widget>
825       <class>GtkHButtonBox</class>
826       <child_name>GnomeDialog:action_area</child_name>
827       <name>dialog-action_area1</name>
828       <layout_style>GTK_BUTTONBOX_END</layout_style>
829       <spacing>8</spacing>
830       <child_min_width>85</child_min_width>
831       <child_min_height>27</child_min_height>
832       <child_ipad_x>7</child_ipad_x>
833       <child_ipad_y>0</child_ipad_y>
834       <child>
835         <padding>0</padding>
836         <expand>False</expand>
837         <fill>True</fill>
838         <pack>GTK_PACK_END</pack>
839       </child>
840
841       <widget>
842         <class>GtkButton</class>
843         <name>modules_ok</name>
844         <can_default>True</can_default>
845         <can_focus>True</can_focus>
846         <signal>
847           <name>clicked</name>
848           <handler>on_modules_ok_clicked</handler>
849           <last_modification_time>Tue, 13 Feb 2001 09:21:29 GMT</last_modification_time>
850         </signal>
851         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
852       </widget>
853
854       <widget>
855         <class>GtkButton</class>
856         <name>modules_apply</name>
857         <can_default>True</can_default>
858         <can_focus>True</can_focus>
859         <signal>
860           <name>clicked</name>
861           <handler>on_modules_apply_clicked</handler>
862           <last_modification_time>Tue, 13 Feb 2001 09:21:25 GMT</last_modification_time>
863         </signal>
864         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
865       </widget>
866
867       <widget>
868         <class>GtkButton</class>
869         <name>modules_cancel</name>
870         <can_default>True</can_default>
871         <can_focus>True</can_focus>
872         <signal>
873           <name>clicked</name>
874           <handler>on_modules_cancel_clicked</handler>
875           <last_modification_time>Tue, 13 Feb 2001 09:21:34 GMT</last_modification_time>
876         </signal>
877         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
878       </widget>
879     </widget>
880
881     <widget>
882       <class>GtkLabel</class>
883       <name>label12</name>
884       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
885       <justify>GTK_JUSTIFY_CENTER</justify>
886       <wrap>False</wrap>
887       <xalign>0.5</xalign>
888       <yalign>0.5</yalign>
889       <xpad>0</xpad>
890       <ypad>0</ypad>
891       <child>
892         <padding>0</padding>
893         <expand>False</expand>
894         <fill>False</fill>
895       </child>
896     </widget>
897   </widget>
898 </widget>
899
900 <widget>
901   <class>GnomeDialog</class>
902   <name>intf_playlist</name>
903   <signal>
904     <name>destroy</name>
905     <handler>on_intf_playlist_destroy</handler>
906     <last_modification_time>Tue, 13 Feb 2001 09:18:45 GMT</last_modification_time>
907   </signal>
908   <title>Playlist</title>
909   <type>GTK_WINDOW_TOPLEVEL</type>
910   <position>GTK_WIN_POS_NONE</position>
911   <modal>False</modal>
912   <allow_shrink>False</allow_shrink>
913   <allow_grow>True</allow_grow>
914   <auto_shrink>False</auto_shrink>
915   <auto_close>False</auto_close>
916   <hide_on_close>False</hide_on_close>
917
918   <widget>
919     <class>GtkVBox</class>
920     <child_name>GnomeDialog:vbox</child_name>
921     <name>dialog-vbox2</name>
922     <homogeneous>False</homogeneous>
923     <spacing>8</spacing>
924     <child>
925       <padding>4</padding>
926       <expand>True</expand>
927       <fill>True</fill>
928     </child>
929
930     <widget>
931       <class>GtkHButtonBox</class>
932       <child_name>GnomeDialog:action_area</child_name>
933       <name>dialog-action_area2</name>
934       <layout_style>GTK_BUTTONBOX_END</layout_style>
935       <spacing>8</spacing>
936       <child_min_width>85</child_min_width>
937       <child_min_height>27</child_min_height>
938       <child_ipad_x>7</child_ipad_x>
939       <child_ipad_y>0</child_ipad_y>
940       <child>
941         <padding>0</padding>
942         <expand>False</expand>
943         <fill>True</fill>
944         <pack>GTK_PACK_END</pack>
945       </child>
946
947       <widget>
948         <class>GtkButton</class>
949         <name>playlist_ok</name>
950         <can_default>True</can_default>
951         <can_focus>True</can_focus>
952         <signal>
953           <name>clicked</name>
954           <handler>on_playlist_ok_clicked</handler>
955           <last_modification_time>Tue, 13 Feb 2001 09:20:38 GMT</last_modification_time>
956         </signal>
957         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
958       </widget>
959     </widget>
960
961     <widget>
962       <class>GtkLabel</class>
963       <name>label11</name>
964       <label>Sorry, the playlist isn't functional yet. Please retry in a later version.</label>
965       <justify>GTK_JUSTIFY_CENTER</justify>
966       <wrap>False</wrap>
967       <xalign>0.5</xalign>
968       <yalign>0.5</yalign>
969       <xpad>0</xpad>
970       <ypad>0</ypad>
971       <child>
972         <padding>0</padding>
973         <expand>False</expand>
974         <fill>False</fill>
975       </child>
976     </widget>
977
978     <widget>
979       <class>GtkScrolledWindow</class>
980       <name>scrolledwindow3</name>
981       <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
982       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
983       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
984       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
985       <child>
986         <padding>0</padding>
987         <expand>True</expand>
988         <fill>True</fill>
989       </child>
990
991       <widget>
992         <class>GtkCList</class>
993         <name>clist2</name>
994         <can_focus>True</can_focus>
995         <columns>3</columns>
996         <column_widths>211,49,35</column_widths>
997         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
998         <show_titles>False</show_titles>
999         <shadow_type>GTK_SHADOW_IN</shadow_type>
1000
1001         <widget>
1002           <class>GtkLabel</class>
1003           <child_name>CList:title</child_name>
1004           <name>label8</name>
1005           <label>Name</label>
1006           <justify>GTK_JUSTIFY_CENTER</justify>
1007           <wrap>False</wrap>
1008           <xalign>0.5</xalign>
1009           <yalign>0.5</yalign>
1010           <xpad>0</xpad>
1011           <ypad>0</ypad>
1012         </widget>
1013
1014         <widget>
1015           <class>GtkLabel</class>
1016           <child_name>CList:title</child_name>
1017           <name>label9</name>
1018           <label>Type</label>
1019           <justify>GTK_JUSTIFY_CENTER</justify>
1020           <wrap>False</wrap>
1021           <xalign>0.5</xalign>
1022           <yalign>0.5</yalign>
1023           <xpad>0</xpad>
1024           <ypad>0</ypad>
1025         </widget>
1026
1027         <widget>
1028           <class>GtkLabel</class>
1029           <child_name>CList:title</child_name>
1030           <name>label10</name>
1031           <label>Length</label>
1032           <justify>GTK_JUSTIFY_CENTER</justify>
1033           <wrap>False</wrap>
1034           <xalign>0.5</xalign>
1035           <yalign>0.5</yalign>
1036           <xpad>0</xpad>
1037           <ypad>0</ypad>
1038         </widget>
1039       </widget>
1040     </widget>
1041   </widget>
1042 </widget>
1043
1044 <widget>
1045   <class>GnomeDialog</class>
1046   <name>intf_disc</name>
1047   <title>Open Disc</title>
1048   <type>GTK_WINDOW_TOPLEVEL</type>
1049   <position>GTK_WIN_POS_NONE</position>
1050   <modal>False</modal>
1051   <allow_shrink>False</allow_shrink>
1052   <allow_grow>False</allow_grow>
1053   <auto_shrink>False</auto_shrink>
1054   <auto_close>False</auto_close>
1055   <hide_on_close>False</hide_on_close>
1056
1057   <widget>
1058     <class>GtkVBox</class>
1059     <child_name>GnomeDialog:vbox</child_name>
1060     <name>dialog-vbox4</name>
1061     <homogeneous>False</homogeneous>
1062     <spacing>8</spacing>
1063     <child>
1064       <padding>4</padding>
1065       <expand>True</expand>
1066       <fill>True</fill>
1067     </child>
1068
1069     <widget>
1070       <class>GtkHButtonBox</class>
1071       <child_name>GnomeDialog:action_area</child_name>
1072       <name>dialog-action_area4</name>
1073       <layout_style>GTK_BUTTONBOX_END</layout_style>
1074       <spacing>8</spacing>
1075       <child_min_width>85</child_min_width>
1076       <child_min_height>27</child_min_height>
1077       <child_ipad_x>7</child_ipad_x>
1078       <child_ipad_y>0</child_ipad_y>
1079       <child>
1080         <padding>0</padding>
1081         <expand>False</expand>
1082         <fill>True</fill>
1083         <pack>GTK_PACK_END</pack>
1084       </child>
1085
1086       <widget>
1087         <class>GtkButton</class>
1088         <name>disc_ok</name>
1089         <can_default>True</can_default>
1090         <can_focus>True</can_focus>
1091         <signal>
1092           <name>clicked</name>
1093           <handler>on_disc_ok_clicked</handler>
1094           <last_modification_time>Sun, 04 Mar 2001 01:33:55 GMT</last_modification_time>
1095         </signal>
1096         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1097       </widget>
1098
1099       <widget>
1100         <class>GtkButton</class>
1101         <name>disc_cancel</name>
1102         <can_default>True</can_default>
1103         <can_focus>True</can_focus>
1104         <signal>
1105           <name>clicked</name>
1106           <handler>on_disc_cancel_clicked</handler>
1107           <last_modification_time>Sun, 04 Mar 2001 01:33:50 GMT</last_modification_time>
1108         </signal>
1109         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1110       </widget>
1111     </widget>
1112
1113     <widget>
1114       <class>GtkHBox</class>
1115       <name>hbox2</name>
1116       <homogeneous>False</homogeneous>
1117       <spacing>5</spacing>
1118       <child>
1119         <padding>0</padding>
1120         <expand>True</expand>
1121         <fill>True</fill>
1122       </child>
1123
1124       <widget>
1125         <class>GtkFrame</class>
1126         <name>frame1</name>
1127         <label>Disc type</label>
1128         <label_xalign>0</label_xalign>
1129         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1130         <child>
1131           <padding>0</padding>
1132           <expand>True</expand>
1133           <fill>True</fill>
1134         </child>
1135
1136         <widget>
1137           <class>GtkVBox</class>
1138           <name>vbox4</name>
1139           <homogeneous>False</homogeneous>
1140           <spacing>0</spacing>
1141
1142           <widget>
1143             <class>GtkRadioButton</class>
1144             <name>disc_dvd</name>
1145             <can_focus>True</can_focus>
1146             <signal>
1147               <name>toggled</name>
1148               <handler>on_disc_dvd_toggled</handler>
1149               <last_modification_time>Sun, 04 Mar 2001 02:12:52 GMT</last_modification_time>
1150             </signal>
1151             <label>DVD</label>
1152             <active>False</active>
1153             <draw_indicator>True</draw_indicator>
1154             <group>disc</group>
1155             <child>
1156               <padding>0</padding>
1157               <expand>False</expand>
1158               <fill>False</fill>
1159             </child>
1160           </widget>
1161
1162           <widget>
1163             <class>GtkRadioButton</class>
1164             <name>disc_vcd</name>
1165             <sensitive>False</sensitive>
1166             <can_focus>True</can_focus>
1167             <signal>
1168               <name>toggled</name>
1169               <handler>on_disc_vcd_toggled</handler>
1170               <last_modification_time>Sun, 04 Mar 2001 02:12:58 GMT</last_modification_time>
1171             </signal>
1172             <label>VCD</label>
1173             <active>False</active>
1174             <draw_indicator>True</draw_indicator>
1175             <group>disc</group>
1176             <child>
1177               <padding>0</padding>
1178               <expand>False</expand>
1179               <fill>False</fill>
1180             </child>
1181           </widget>
1182         </widget>
1183       </widget>
1184
1185       <widget>
1186         <class>GtkFrame</class>
1187         <name>frame2</name>
1188         <label>Starting position</label>
1189         <label_xalign>0</label_xalign>
1190         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1191         <child>
1192           <padding>0</padding>
1193           <expand>True</expand>
1194           <fill>True</fill>
1195         </child>
1196
1197         <widget>
1198           <class>GtkTable</class>
1199           <name>table1</name>
1200           <border_width>5</border_width>
1201           <rows>2</rows>
1202           <columns>2</columns>
1203           <homogeneous>False</homogeneous>
1204           <row_spacing>5</row_spacing>
1205           <column_spacing>5</column_spacing>
1206
1207           <widget>
1208             <class>GtkLabel</class>
1209             <name>label15</name>
1210             <label>Title</label>
1211             <justify>GTK_JUSTIFY_CENTER</justify>
1212             <wrap>False</wrap>
1213             <xalign>0</xalign>
1214             <yalign>0.5</yalign>
1215             <xpad>0</xpad>
1216             <ypad>0</ypad>
1217             <child>
1218               <left_attach>0</left_attach>
1219               <right_attach>1</right_attach>
1220               <top_attach>0</top_attach>
1221               <bottom_attach>1</bottom_attach>
1222               <xpad>0</xpad>
1223               <ypad>0</ypad>
1224               <xexpand>False</xexpand>
1225               <yexpand>False</yexpand>
1226               <xshrink>False</xshrink>
1227               <yshrink>False</yshrink>
1228               <xfill>True</xfill>
1229               <yfill>False</yfill>
1230             </child>
1231           </widget>
1232
1233           <widget>
1234             <class>GtkLabel</class>
1235             <name>label16</name>
1236             <label>Chapter</label>
1237             <justify>GTK_JUSTIFY_CENTER</justify>
1238             <wrap>False</wrap>
1239             <xalign>0</xalign>
1240             <yalign>0.5</yalign>
1241             <xpad>0</xpad>
1242             <ypad>0</ypad>
1243             <child>
1244               <left_attach>0</left_attach>
1245               <right_attach>1</right_attach>
1246               <top_attach>1</top_attach>
1247               <bottom_attach>2</bottom_attach>
1248               <xpad>0</xpad>
1249               <ypad>0</ypad>
1250               <xexpand>False</xexpand>
1251               <yexpand>False</yexpand>
1252               <xshrink>False</xshrink>
1253               <yshrink>False</yshrink>
1254               <xfill>True</xfill>
1255               <yfill>False</yfill>
1256             </child>
1257           </widget>
1258
1259           <widget>
1260             <class>GtkSpinButton</class>
1261             <name>disc_title</name>
1262             <can_focus>True</can_focus>
1263             <climb_rate>1</climb_rate>
1264             <digits>0</digits>
1265             <numeric>False</numeric>
1266             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1267             <snap>False</snap>
1268             <wrap>False</wrap>
1269             <value>1</value>
1270             <lower>1</lower>
1271             <upper>65536</upper>
1272             <step>1</step>
1273             <page>10</page>
1274             <page_size>10</page_size>
1275             <child>
1276               <left_attach>1</left_attach>
1277               <right_attach>2</right_attach>
1278               <top_attach>0</top_attach>
1279               <bottom_attach>1</bottom_attach>
1280               <xpad>0</xpad>
1281               <ypad>0</ypad>
1282               <xexpand>True</xexpand>
1283               <yexpand>False</yexpand>
1284               <xshrink>False</xshrink>
1285               <yshrink>False</yshrink>
1286               <xfill>True</xfill>
1287               <yfill>False</yfill>
1288             </child>
1289           </widget>
1290
1291           <widget>
1292             <class>GtkSpinButton</class>
1293             <name>disc_chapter</name>
1294             <can_focus>True</can_focus>
1295             <climb_rate>1</climb_rate>
1296             <digits>0</digits>
1297             <numeric>False</numeric>
1298             <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1299             <snap>False</snap>
1300             <wrap>False</wrap>
1301             <value>1</value>
1302             <lower>1</lower>
1303             <upper>65536</upper>
1304             <step>1</step>
1305             <page>10</page>
1306             <page_size>10</page_size>
1307             <child>
1308               <left_attach>1</left_attach>
1309               <right_attach>2</right_attach>
1310               <top_attach>1</top_attach>
1311               <bottom_attach>2</bottom_attach>
1312               <xpad>0</xpad>
1313               <ypad>0</ypad>
1314               <xexpand>True</xexpand>
1315               <yexpand>False</yexpand>
1316               <xshrink>False</xshrink>
1317               <yshrink>False</yshrink>
1318               <xfill>True</xfill>
1319               <yfill>False</yfill>
1320             </child>
1321           </widget>
1322         </widget>
1323       </widget>
1324     </widget>
1325
1326     <widget>
1327       <class>GtkHBox</class>
1328       <name>hbox1</name>
1329       <homogeneous>False</homogeneous>
1330       <spacing>5</spacing>
1331       <child>
1332         <padding>0</padding>
1333         <expand>True</expand>
1334         <fill>True</fill>
1335       </child>
1336
1337       <widget>
1338         <class>GtkLabel</class>
1339         <name>label14</name>
1340         <label>Device name:</label>
1341         <justify>GTK_JUSTIFY_CENTER</justify>
1342         <wrap>False</wrap>
1343         <xalign>0.5</xalign>
1344         <yalign>0.5</yalign>
1345         <xpad>0</xpad>
1346         <ypad>0</ypad>
1347         <child>
1348           <padding>0</padding>
1349           <expand>False</expand>
1350           <fill>False</fill>
1351         </child>
1352       </widget>
1353
1354       <widget>
1355         <class>GtkEntry</class>
1356         <name>disc_name</name>
1357         <can_focus>True</can_focus>
1358         <editable>True</editable>
1359         <text_visible>True</text_visible>
1360         <text_max_length>0</text_max_length>
1361         <text>/dev/dvd</text>
1362         <child>
1363           <padding>0</padding>
1364           <expand>True</expand>
1365           <fill>True</fill>
1366         </child>
1367       </widget>
1368     </widget>
1369   </widget>
1370 </widget>
1371
1372 </GTK-Interface>