]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
(note: empty CVS mails mean that a new directory has been created,
[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>GtkMenuItem</class>
98               <name>separator1</name>
99               <right_justify>False</right_justify>
100             </widget>
101
102             <widget>
103               <class>GtkPixmapMenuItem</class>
104               <name>menubar_exit</name>
105               <signal>
106                 <name>activate</name>
107                 <handler>on_menubar_exit_activate</handler>
108                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
109               </signal>
110               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
111             </widget>
112           </widget>
113         </widget>
114
115         <widget>
116           <class>GtkMenuItem</class>
117           <name>menubar_view</name>
118           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
119
120           <widget>
121             <class>GtkMenu</class>
122             <name>menubar_view_menu</name>
123
124             <widget>
125               <class>GtkPixmapMenuItem</class>
126               <name>menubar_playlist</name>
127               <sensitive>False</sensitive>
128               <tooltip>Open the playlist window</tooltip>
129               <signal>
130                 <name>activate</name>
131                 <handler>on_menubar_playlist_activate</handler>
132                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
133               </signal>
134               <label>_Playlist...</label>
135               <right_justify>False</right_justify>
136               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
137             </widget>
138
139             <widget>
140               <class>GtkPixmapMenuItem</class>
141               <name>menubar_modules</name>
142               <sensitive>False</sensitive>
143               <tooltip>Open the plugin manager</tooltip>
144               <signal>
145                 <name>activate</name>
146                 <handler>on_menubar_modules_activate</handler>
147                 <last_modification_time>Tue, 13 Feb 2001 17:19:41 GMT</last_modification_time>
148               </signal>
149               <label>_Modules...</label>
150               <right_justify>False</right_justify>
151               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
152             </widget>
153           </widget>
154         </widget>
155
156         <widget>
157           <class>GtkMenuItem</class>
158           <name>menubar_settings</name>
159           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
160
161           <widget>
162             <class>GtkMenu</class>
163             <name>menubar_settings_menu</name>
164
165             <widget>
166               <class>GtkPixmapMenuItem</class>
167               <name>menubar_preferences</name>
168               <sensitive>False</sensitive>
169               <signal>
170                 <name>activate</name>
171                 <handler>on_menubar_preferences_activate</handler>
172                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
173               </signal>
174               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
175             </widget>
176           </widget>
177         </widget>
178
179         <widget>
180           <class>GtkMenuItem</class>
181           <name>menubar_help</name>
182           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
183
184           <widget>
185             <class>GtkMenu</class>
186             <name>menubar_help_menu</name>
187
188             <widget>
189               <class>GtkPixmapMenuItem</class>
190               <name>menubar_about</name>
191               <signal>
192                 <name>activate</name>
193                 <handler>on_menubar_about_activate</handler>
194                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
195               </signal>
196               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
197             </widget>
198           </widget>
199         </widget>
200       </widget>
201     </widget>
202
203     <widget>
204       <class>GnomeDockItem</class>
205       <name>dockitem_toolbar</name>
206       <border_width>1</border_width>
207       <placement>GNOME_DOCK_TOP</placement>
208       <band>1</band>
209       <position>0</position>
210       <offset>2</offset>
211       <locked>False</locked>
212       <exclusive>True</exclusive>
213       <never_floating>False</never_floating>
214       <never_vertical>False</never_vertical>
215       <never_horizontal>False</never_horizontal>
216       <shadow_type>GTK_SHADOW_OUT</shadow_type>
217
218       <widget>
219         <class>GtkToolbar</class>
220         <name>toolbar</name>
221         <border_width>1</border_width>
222         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
223         <type>GTK_TOOLBAR_BOTH</type>
224         <space_size>16</space_size>
225         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
226         <relief>GTK_RELIEF_NONE</relief>
227         <tooltips>True</tooltips>
228
229         <widget>
230           <class>GtkButton</class>
231           <child_name>Toolbar:button</child_name>
232           <name>toolbar_open</name>
233           <tooltip>Open File</tooltip>
234           <signal>
235             <name>clicked</name>
236             <handler>on_toolbar_open_clicked</handler>
237             <last_modification_time>Sun, 11 Feb 2001 17:06:24 GMT</last_modification_time>
238           </signal>
239           <label>Open</label>
240           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
241         </widget>
242
243         <widget>
244           <class>GtkButton</class>
245           <child_name>Toolbar:button</child_name>
246           <name>toolbar_back</name>
247           <sensitive>False</sensitive>
248           <tooltip>Go Backwards</tooltip>
249           <signal>
250             <name>clicked</name>
251             <handler>on_toolbar_back_clicked</handler>
252             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
253           </signal>
254           <label>Back</label>
255           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
256           <child>
257             <new_group>True</new_group>
258           </child>
259         </widget>
260
261         <widget>
262           <class>GtkButton</class>
263           <child_name>Toolbar:button</child_name>
264           <name>toolbar_stop</name>
265           <sensitive>False</sensitive>
266           <tooltip>Stop Stream</tooltip>
267           <signal>
268             <name>clicked</name>
269             <handler>on_toolbar_stop_clicked</handler>
270             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
271           </signal>
272           <label>Stop</label>
273           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
274         </widget>
275
276         <widget>
277           <class>GtkButton</class>
278           <child_name>Toolbar:button</child_name>
279           <name>toolbar_play</name>
280           <tooltip>Play Stream</tooltip>
281           <signal>
282             <name>clicked</name>
283             <handler>on_toolbar_play_clicked</handler>
284             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
285           </signal>
286           <label>Play</label>
287           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
288         </widget>
289
290         <widget>
291           <class>GtkButton</class>
292           <child_name>Toolbar:button</child_name>
293           <name>toolbar_pause</name>
294           <tooltip>Pause Stream</tooltip>
295           <signal>
296             <name>clicked</name>
297             <handler>on_toolbar_pause_clicked</handler>
298             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
299           </signal>
300           <label>Pause</label>
301           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
302         </widget>
303
304         <widget>
305           <class>GtkButton</class>
306           <child_name>Toolbar:button</child_name>
307           <name>toolbar_slow</name>
308           <tooltip>Play Slower</tooltip>
309           <signal>
310             <name>clicked</name>
311             <handler>on_toolbar_slow_clicked</handler>
312             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
313           </signal>
314           <label>Slow</label>
315           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
316         </widget>
317
318         <widget>
319           <class>GtkButton</class>
320           <child_name>Toolbar:button</child_name>
321           <name>toolbar_fast</name>
322           <tooltip>Play Faster</tooltip>
323           <signal>
324             <name>clicked</name>
325             <handler>on_toolbar_fast_clicked</handler>
326             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
327           </signal>
328           <label>Fast</label>
329           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
330         </widget>
331
332         <widget>
333           <class>GtkButton</class>
334           <child_name>Toolbar:button</child_name>
335           <name>toolbar_playlist</name>
336           <sensitive>False</sensitive>
337           <tooltip>Open Playlist</tooltip>
338           <signal>
339             <name>clicked</name>
340             <handler>on_toolbar_playlist_clicked</handler>
341             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
342           </signal>
343           <label>Playlist</label>
344           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
345           <child>
346             <new_group>True</new_group>
347           </child>
348         </widget>
349
350         <widget>
351           <class>GtkButton</class>
352           <child_name>Toolbar:button</child_name>
353           <name>toolbar_prev</name>
354           <tooltip>Previous File</tooltip>
355           <signal>
356             <name>clicked</name>
357             <handler>on_toolbar_prev_clicked</handler>
358             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
359           </signal>
360           <label>Prev</label>
361           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
362         </widget>
363
364         <widget>
365           <class>GtkButton</class>
366           <child_name>Toolbar:button</child_name>
367           <name>toolbar_next</name>
368           <tooltip>Next File</tooltip>
369           <signal>
370             <name>clicked</name>
371             <handler>on_toolbar_next_clicked</handler>
372             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
373           </signal>
374           <label>Next</label>
375           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
376         </widget>
377       </widget>
378     </widget>
379
380     <widget>
381       <class>GtkVBox</class>
382       <child_name>GnomeDock:contents</child_name>
383       <name>vbox2</name>
384       <homogeneous>False</homogeneous>
385       <spacing>0</spacing>
386
387       <widget>
388         <class>GtkEntry</class>
389         <name>entry1</name>
390         <can_focus>True</can_focus>
391         <editable>True</editable>
392         <text_visible>True</text_visible>
393         <text_max_length>0</text_max_length>
394         <text>Tired of boring stub messages ? Write your own exciting message here !!</text>
395         <child>
396           <padding>0</padding>
397           <expand>False</expand>
398           <fill>False</fill>
399         </child>
400       </widget>
401
402       <widget>
403         <class>GtkLabel</class>
404         <name>label6</name>
405         <label>This part of the interface doesn't work yet. You can drag the slider below, though:</label>
406         <justify>GTK_JUSTIFY_LEFT</justify>
407         <wrap>False</wrap>
408         <xalign>0</xalign>
409         <yalign>0.5</yalign>
410         <xpad>5</xpad>
411         <ypad>0</ypad>
412         <child>
413           <padding>0</padding>
414           <expand>False</expand>
415           <fill>False</fill>
416         </child>
417       </widget>
418
419       <widget>
420         <class>GtkHScale</class>
421         <name>hscale</name>
422         <can_focus>True</can_focus>
423         <signal>
424           <name>button_release_event</name>
425           <handler>on_hscale_button_release_event</handler>
426           <last_modification_time>Tue, 13 Feb 2001 01:15:41 GMT</last_modification_time>
427         </signal>
428         <signal>
429           <name>button_press_event</name>
430           <handler>on_hscale_button_press_event</handler>
431           <last_modification_time>Tue, 13 Feb 2001 02:55:04 GMT</last_modification_time>
432         </signal>
433         <draw_value>True</draw_value>
434         <value_pos>GTK_POS_BOTTOM</value_pos>
435         <digits>1</digits>
436         <policy>GTK_UPDATE_DELAYED</policy>
437         <value>0</value>
438         <lower>0</lower>
439         <upper>100</upper>
440         <step>1</step>
441         <page>6.25</page>
442         <page_size>0</page_size>
443         <child>
444           <padding>0</padding>
445           <expand>False</expand>
446           <fill>False</fill>
447         </child>
448       </widget>
449
450       <widget>
451         <class>GtkLabel</class>
452         <name>label13</name>
453         <label>HEY ! YOU CAN DROP A FILE ON VLC TOO :-)</label>
454         <justify>GTK_JUSTIFY_CENTER</justify>
455         <wrap>False</wrap>
456         <xalign>0.5</xalign>
457         <yalign>0.5</yalign>
458         <xpad>0</xpad>
459         <ypad>5</ypad>
460         <child>
461           <padding>0</padding>
462           <expand>False</expand>
463           <fill>False</fill>
464         </child>
465       </widget>
466     </widget>
467   </widget>
468
469   <widget>
470     <class>GnomeAppBar</class>
471     <child_name>GnomeApp:appbar</child_name>
472     <name>appbar</name>
473     <has_progress>True</has_progress>
474     <has_status>True</has_status>
475     <child>
476       <padding>0</padding>
477       <expand>True</expand>
478       <fill>True</fill>
479     </child>
480   </widget>
481 </widget>
482
483 <widget>
484   <class>GtkMenu</class>
485   <name>intf_popup</name>
486
487   <widget>
488     <class>GtkPixmapMenuItem</class>
489     <name>popup_play</name>
490     <signal>
491       <name>activate</name>
492       <handler>on_popup_play_activate</handler>
493       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
494     </signal>
495     <label>_Play</label>
496     <right_justify>False</right_justify>
497     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
498   </widget>
499
500   <widget>
501     <class>GtkPixmapMenuItem</class>
502     <name>popup_pause</name>
503     <signal>
504       <name>activate</name>
505       <handler>on_popup_pause_activate</handler>
506       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
507     </signal>
508     <label>Pause</label>
509     <right_justify>False</right_justify>
510     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
511   </widget>
512
513   <widget>
514     <class>GtkPixmapMenuItem</class>
515     <name>popup_slow</name>
516     <signal>
517       <name>activate</name>
518       <handler>on_popup_slow_activate</handler>
519       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
520     </signal>
521     <label>Slow</label>
522     <right_justify>False</right_justify>
523     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
524   </widget>
525
526   <widget>
527     <class>GtkPixmapMenuItem</class>
528     <name>popup_fast</name>
529     <signal>
530       <name>activate</name>
531       <handler>on_popup_fast_activate</handler>
532       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
533     </signal>
534     <label>Fast</label>
535     <right_justify>False</right_justify>
536     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
537   </widget>
538
539   <widget>
540     <class>GtkMenuItem</class>
541     <name>separator2</name>
542     <right_justify>False</right_justify>
543   </widget>
544
545   <widget>
546     <class>GtkPixmapMenuItem</class>
547     <name>popup_open</name>
548     <signal>
549       <name>activate</name>
550       <handler>on_popup_open_activate</handler>
551       <last_modification_time>Sun, 11 Feb 2001 23:49:08 GMT</last_modification_time>
552     </signal>
553     <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
554   </widget>
555
556   <widget>
557     <class>GtkMenuItem</class>
558     <name>separator3</name>
559     <right_justify>False</right_justify>
560   </widget>
561
562   <widget>
563     <class>GtkPixmapMenuItem</class>
564     <name>popup_about</name>
565     <signal>
566       <name>activate</name>
567       <handler>on_popup_about_activate</handler>
568       <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
569     </signal>
570     <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
571   </widget>
572
573   <widget>
574     <class>GtkPixmapMenuItem</class>
575     <name>popup_exit</name>
576     <signal>
577       <name>activate</name>
578       <handler>on_popup_exit_activate</handler>
579       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
580     </signal>
581     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
582   </widget>
583 </widget>
584
585 <widget>
586   <class>GnomeAbout</class>
587   <name>intf_about</name>
588   <modal>False</modal>
589   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
590   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
591 Michel Lespinasse &lt;walken@zoy.org&gt;
592 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
593 Pierre Baillet &lt;oct@zoy.org&gt;
594 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
595 Andres Krapf &lt;dae@via.ecp.fr&gt;
596 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
597 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
598 Benoit Steiner &lt;benny@via.ecp.fr&gt;
599 Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
600 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
601 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
602 Samuel Hocevar &lt;sam@zoy.org&gt;
603 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
604 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
605 Stéphane Borel &lt;stef@via.ecp.fr&gt;
606 Renaud Dartus &lt;reno@via.ecp.fr&gt;
607 Henri Fallon &lt;henri@via.ecp.fr&gt;
608 </authors>
609   <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>
610 </widget>
611
612 <widget>
613   <class>GtkFileSelection</class>
614   <name>intf_fileopen</name>
615   <border_width>10</border_width>
616   <signal>
617     <name>destroy</name>
618     <handler>on_intf_fileopen_destroy</handler>
619     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
620   </signal>
621   <title>Open File</title>
622   <type>GTK_WINDOW_TOPLEVEL</type>
623   <position>GTK_WIN_POS_NONE</position>
624   <modal>False</modal>
625   <allow_shrink>False</allow_shrink>
626   <allow_grow>True</allow_grow>
627   <auto_shrink>False</auto_shrink>
628   <show_file_op_buttons>True</show_file_op_buttons>
629
630   <widget>
631     <class>GtkButton</class>
632     <child_name>FileSel:ok_button</child_name>
633     <name>fileopen_ok</name>
634     <can_default>True</can_default>
635     <can_focus>True</can_focus>
636     <signal>
637       <name>clicked</name>
638       <handler>on_fileopen_ok_clicked</handler>
639       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
640     </signal>
641     <label>OK</label>
642     <relief>GTK_RELIEF_NORMAL</relief>
643   </widget>
644
645   <widget>
646     <class>GtkButton</class>
647     <child_name>FileSel:cancel_button</child_name>
648     <name>fileopen_cancel</name>
649     <can_default>True</can_default>
650     <can_focus>True</can_focus>
651     <signal>
652       <name>clicked</name>
653       <handler>on_fileopen_cancel_clicked</handler>
654       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
655     </signal>
656     <label>Cancel</label>
657     <relief>GTK_RELIEF_NORMAL</relief>
658   </widget>
659 </widget>
660
661 <widget>
662   <class>GnomeDialog</class>
663   <name>intf_modules</name>
664   <signal>
665     <name>destroy</name>
666     <handler>on_intf_modules_destroy</handler>
667     <last_modification_time>Tue, 13 Feb 2001 09:19:08 GMT</last_modification_time>
668   </signal>
669   <title>Modules</title>
670   <type>GTK_WINDOW_TOPLEVEL</type>
671   <position>GTK_WIN_POS_NONE</position>
672   <modal>False</modal>
673   <allow_shrink>False</allow_shrink>
674   <allow_grow>False</allow_grow>
675   <auto_shrink>False</auto_shrink>
676   <auto_close>False</auto_close>
677   <hide_on_close>False</hide_on_close>
678
679   <widget>
680     <class>GtkVBox</class>
681     <child_name>GnomeDialog:vbox</child_name>
682     <name>dialog-vbox1</name>
683     <homogeneous>False</homogeneous>
684     <spacing>8</spacing>
685     <child>
686       <padding>4</padding>
687       <expand>True</expand>
688       <fill>True</fill>
689     </child>
690
691     <widget>
692       <class>GtkHButtonBox</class>
693       <child_name>GnomeDialog:action_area</child_name>
694       <name>dialog-action_area1</name>
695       <layout_style>GTK_BUTTONBOX_END</layout_style>
696       <spacing>8</spacing>
697       <child_min_width>85</child_min_width>
698       <child_min_height>27</child_min_height>
699       <child_ipad_x>7</child_ipad_x>
700       <child_ipad_y>0</child_ipad_y>
701       <child>
702         <padding>0</padding>
703         <expand>False</expand>
704         <fill>True</fill>
705         <pack>GTK_PACK_END</pack>
706       </child>
707
708       <widget>
709         <class>GtkButton</class>
710         <name>modules_ok</name>
711         <can_default>True</can_default>
712         <can_focus>True</can_focus>
713         <signal>
714           <name>clicked</name>
715           <handler>on_modules_ok_clicked</handler>
716           <last_modification_time>Tue, 13 Feb 2001 09:21:29 GMT</last_modification_time>
717         </signal>
718         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
719       </widget>
720
721       <widget>
722         <class>GtkButton</class>
723         <name>modules_apply</name>
724         <can_default>True</can_default>
725         <can_focus>True</can_focus>
726         <signal>
727           <name>clicked</name>
728           <handler>on_modules_apply_clicked</handler>
729           <last_modification_time>Tue, 13 Feb 2001 09:21:25 GMT</last_modification_time>
730         </signal>
731         <stock_button>GNOME_STOCK_BUTTON_APPLY</stock_button>
732       </widget>
733
734       <widget>
735         <class>GtkButton</class>
736         <name>modules_cancel</name>
737         <can_default>True</can_default>
738         <can_focus>True</can_focus>
739         <signal>
740           <name>clicked</name>
741           <handler>on_modules_cancel_clicked</handler>
742           <last_modification_time>Tue, 13 Feb 2001 09:21:34 GMT</last_modification_time>
743         </signal>
744         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
745       </widget>
746     </widget>
747
748     <widget>
749       <class>GtkLabel</class>
750       <name>label12</name>
751       <label>Sorry, the module manager isn't functional yet. Please retry in a later version.</label>
752       <justify>GTK_JUSTIFY_CENTER</justify>
753       <wrap>False</wrap>
754       <xalign>0.5</xalign>
755       <yalign>0.5</yalign>
756       <xpad>0</xpad>
757       <ypad>0</ypad>
758       <child>
759         <padding>0</padding>
760         <expand>False</expand>
761         <fill>False</fill>
762       </child>
763     </widget>
764   </widget>
765 </widget>
766
767 <widget>
768   <class>GnomeDialog</class>
769   <name>intf_playlist</name>
770   <signal>
771     <name>destroy</name>
772     <handler>on_intf_playlist_destroy</handler>
773     <last_modification_time>Tue, 13 Feb 2001 09:18:45 GMT</last_modification_time>
774   </signal>
775   <title>Playlist</title>
776   <type>GTK_WINDOW_TOPLEVEL</type>
777   <position>GTK_WIN_POS_NONE</position>
778   <modal>False</modal>
779   <allow_shrink>False</allow_shrink>
780   <allow_grow>True</allow_grow>
781   <auto_shrink>False</auto_shrink>
782   <auto_close>False</auto_close>
783   <hide_on_close>False</hide_on_close>
784
785   <widget>
786     <class>GtkVBox</class>
787     <child_name>GnomeDialog:vbox</child_name>
788     <name>dialog-vbox2</name>
789     <homogeneous>False</homogeneous>
790     <spacing>8</spacing>
791     <child>
792       <padding>4</padding>
793       <expand>True</expand>
794       <fill>True</fill>
795     </child>
796
797     <widget>
798       <class>GtkHButtonBox</class>
799       <child_name>GnomeDialog:action_area</child_name>
800       <name>dialog-action_area2</name>
801       <layout_style>GTK_BUTTONBOX_END</layout_style>
802       <spacing>8</spacing>
803       <child_min_width>85</child_min_width>
804       <child_min_height>27</child_min_height>
805       <child_ipad_x>7</child_ipad_x>
806       <child_ipad_y>0</child_ipad_y>
807       <child>
808         <padding>0</padding>
809         <expand>False</expand>
810         <fill>True</fill>
811         <pack>GTK_PACK_END</pack>
812       </child>
813
814       <widget>
815         <class>GtkButton</class>
816         <name>playlist_ok</name>
817         <can_default>True</can_default>
818         <can_focus>True</can_focus>
819         <signal>
820           <name>clicked</name>
821           <handler>on_playlist_ok_clicked</handler>
822           <last_modification_time>Tue, 13 Feb 2001 09:20:38 GMT</last_modification_time>
823         </signal>
824         <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
825       </widget>
826     </widget>
827
828     <widget>
829       <class>GtkLabel</class>
830       <name>label11</name>
831       <label>Sorry, the playlist isn't functional yet. Please retry in a later version.</label>
832       <justify>GTK_JUSTIFY_CENTER</justify>
833       <wrap>False</wrap>
834       <xalign>0.5</xalign>
835       <yalign>0.5</yalign>
836       <xpad>0</xpad>
837       <ypad>0</ypad>
838       <child>
839         <padding>0</padding>
840         <expand>False</expand>
841         <fill>False</fill>
842       </child>
843     </widget>
844
845     <widget>
846       <class>GtkScrolledWindow</class>
847       <name>scrolledwindow3</name>
848       <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
849       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
850       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
851       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
852       <child>
853         <padding>0</padding>
854         <expand>True</expand>
855         <fill>True</fill>
856       </child>
857
858       <widget>
859         <class>GtkCList</class>
860         <name>clist2</name>
861         <can_focus>True</can_focus>
862         <columns>3</columns>
863         <column_widths>211,49,35</column_widths>
864         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
865         <show_titles>False</show_titles>
866         <shadow_type>GTK_SHADOW_IN</shadow_type>
867
868         <widget>
869           <class>GtkLabel</class>
870           <child_name>CList:title</child_name>
871           <name>label8</name>
872           <label>Name</label>
873           <justify>GTK_JUSTIFY_CENTER</justify>
874           <wrap>False</wrap>
875           <xalign>0.5</xalign>
876           <yalign>0.5</yalign>
877           <xpad>0</xpad>
878           <ypad>0</ypad>
879         </widget>
880
881         <widget>
882           <class>GtkLabel</class>
883           <child_name>CList:title</child_name>
884           <name>label9</name>
885           <label>Type</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         </widget>
893
894         <widget>
895           <class>GtkLabel</class>
896           <child_name>CList:title</child_name>
897           <name>label10</name>
898           <label>Length</label>
899           <justify>GTK_JUSTIFY_CENTER</justify>
900           <wrap>False</wrap>
901           <xalign>0.5</xalign>
902           <yalign>0.5</yalign>
903           <xpad>0</xpad>
904           <ypad>0</ypad>
905         </widget>
906       </widget>
907     </widget>
908   </widget>
909 </widget>
910
911 </GTK-Interface>