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