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