]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
* added --intf option to vlc
[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   <title>VideoLAN Client</title>
32   <type>GTK_WINDOW_TOPLEVEL</type>
33   <position>GTK_WIN_POS_NONE</position>
34   <modal>False</modal>
35   <allow_shrink>False</allow_shrink>
36   <allow_grow>True</allow_grow>
37   <auto_shrink>False</auto_shrink>
38   <enable_layout_config>True</enable_layout_config>
39
40   <widget>
41     <class>GnomeDock</class>
42     <child_name>GnomeApp:dock</child_name>
43     <name>dockitem</name>
44     <allow_floating>True</allow_floating>
45     <child>
46       <padding>0</padding>
47       <expand>True</expand>
48       <fill>True</fill>
49     </child>
50
51     <widget>
52       <class>GnomeDockItem</class>
53       <name>dockitem_menubar</name>
54       <border_width>2</border_width>
55       <placement>GNOME_DOCK_TOP</placement>
56       <band>0</band>
57       <position>0</position>
58       <offset>0</offset>
59       <locked>False</locked>
60       <exclusive>True</exclusive>
61       <never_floating>False</never_floating>
62       <never_vertical>True</never_vertical>
63       <never_horizontal>False</never_horizontal>
64       <shadow_type>GTK_SHADOW_OUT</shadow_type>
65
66       <widget>
67         <class>GtkMenuBar</class>
68         <name>menubar</name>
69         <shadow_type>GTK_SHADOW_NONE</shadow_type>
70
71         <widget>
72           <class>GtkMenuItem</class>
73           <name>menubar_file</name>
74           <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
75
76           <widget>
77             <class>GtkMenu</class>
78             <name>menubar_file_menu</name>
79
80             <widget>
81               <class>GtkPixmapMenuItem</class>
82               <name>menubar_open</name>
83               <signal>
84                 <name>activate</name>
85                 <handler>on_menubar_open_activate</handler>
86                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
87               </signal>
88               <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
89             </widget>
90
91             <widget>
92               <class>GtkMenuItem</class>
93               <name>separator1</name>
94               <right_justify>False</right_justify>
95             </widget>
96
97             <widget>
98               <class>GtkPixmapMenuItem</class>
99               <name>menubar_exit</name>
100               <signal>
101                 <name>activate</name>
102                 <handler>on_menubar_exit_activate</handler>
103                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
104               </signal>
105               <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
106             </widget>
107           </widget>
108         </widget>
109
110         <widget>
111           <class>GtkMenuItem</class>
112           <name>menubar_view</name>
113           <stock_item>GNOMEUIINFO_MENU_VIEW_TREE</stock_item>
114
115           <widget>
116             <class>GtkMenu</class>
117             <name>menubar_view_menu</name>
118
119             <widget>
120               <class>GtkPixmapMenuItem</class>
121               <name>menubar_playlist</name>
122               <tooltip>Open the playlist window</tooltip>
123               <signal>
124                 <name>activate</name>
125                 <handler>on_menubar_playlist_activate</handler>
126                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
127               </signal>
128               <label>P_laylist</label>
129               <right_justify>False</right_justify>
130               <stock_icon>GNOME_STOCK_MENU_INDEX</stock_icon>
131             </widget>
132
133             <widget>
134               <class>GtkPixmapMenuItem</class>
135               <name>menubar_plugins</name>
136               <tooltip>Open the plugin manager</tooltip>
137               <signal>
138                 <name>activate</name>
139                 <handler>on_menubar_plugins_activate</handler>
140                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
141               </signal>
142               <label>_Plugins</label>
143               <right_justify>False</right_justify>
144               <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
145             </widget>
146           </widget>
147         </widget>
148
149         <widget>
150           <class>GtkMenuItem</class>
151           <name>menubar_settings</name>
152           <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
153
154           <widget>
155             <class>GtkMenu</class>
156             <name>menubar_settings_menu</name>
157
158             <widget>
159               <class>GtkPixmapMenuItem</class>
160               <name>menubar_preferences</name>
161               <signal>
162                 <name>activate</name>
163                 <handler>on_menubar_preferences_activate</handler>
164                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
165               </signal>
166               <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
167             </widget>
168           </widget>
169         </widget>
170
171         <widget>
172           <class>GtkMenuItem</class>
173           <name>menubar_help</name>
174           <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
175
176           <widget>
177             <class>GtkMenu</class>
178             <name>menubar_help_menu</name>
179
180             <widget>
181               <class>GtkPixmapMenuItem</class>
182               <name>menubar_about</name>
183               <signal>
184                 <name>activate</name>
185                 <handler>on_menubar_about_activate</handler>
186                 <last_modification_time>Sun, 11 Feb 2001 16:55:04 GMT</last_modification_time>
187               </signal>
188               <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
189             </widget>
190           </widget>
191         </widget>
192       </widget>
193     </widget>
194
195     <widget>
196       <class>GnomeDockItem</class>
197       <name>dockitem_toolbar</name>
198       <border_width>1</border_width>
199       <placement>GNOME_DOCK_TOP</placement>
200       <band>1</band>
201       <position>0</position>
202       <offset>2</offset>
203       <locked>False</locked>
204       <exclusive>True</exclusive>
205       <never_floating>False</never_floating>
206       <never_vertical>False</never_vertical>
207       <never_horizontal>False</never_horizontal>
208       <shadow_type>GTK_SHADOW_OUT</shadow_type>
209
210       <widget>
211         <class>GtkToolbar</class>
212         <name>toolbar</name>
213         <border_width>1</border_width>
214         <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
215         <type>GTK_TOOLBAR_BOTH</type>
216         <space_size>16</space_size>
217         <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
218         <relief>GTK_RELIEF_NONE</relief>
219         <tooltips>True</tooltips>
220
221         <widget>
222           <class>GtkButton</class>
223           <child_name>Toolbar:button</child_name>
224           <name>toolbar_open</name>
225           <tooltip>Open File</tooltip>
226           <signal>
227             <name>clicked</name>
228             <handler>on_toolbar_open_clicked</handler>
229             <last_modification_time>Sun, 11 Feb 2001 17:06:24 GMT</last_modification_time>
230           </signal>
231           <label>Open</label>
232           <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
233         </widget>
234
235         <widget>
236           <class>GtkButton</class>
237           <child_name>Toolbar:button</child_name>
238           <name>toolbar_back</name>
239           <tooltip>Go Backwards</tooltip>
240           <signal>
241             <name>clicked</name>
242             <handler>on_toolbar_back_clicked</handler>
243             <last_modification_time>Sun, 11 Feb 2001 17:06:28 GMT</last_modification_time>
244           </signal>
245           <label>Back</label>
246           <stock_pixmap>GNOME_STOCK_PIXMAP_BACK</stock_pixmap>
247           <child>
248             <new_group>True</new_group>
249           </child>
250         </widget>
251
252         <widget>
253           <class>GtkButton</class>
254           <child_name>Toolbar:button</child_name>
255           <name>toolbar_stop</name>
256           <tooltip>Stop Stream</tooltip>
257           <signal>
258             <name>clicked</name>
259             <handler>on_toolbar_stop_clicked</handler>
260             <last_modification_time>Sun, 11 Feb 2001 17:06:33 GMT</last_modification_time>
261           </signal>
262           <label>Stop</label>
263           <stock_pixmap>GNOME_STOCK_PIXMAP_STOP</stock_pixmap>
264         </widget>
265
266         <widget>
267           <class>GtkButton</class>
268           <child_name>Toolbar:button</child_name>
269           <name>toolbar_play</name>
270           <tooltip>Play Stream</tooltip>
271           <signal>
272             <name>clicked</name>
273             <handler>on_toolbar_play_clicked</handler>
274             <last_modification_time>Sun, 11 Feb 2001 17:06:39 GMT</last_modification_time>
275           </signal>
276           <label>Play</label>
277           <stock_pixmap>GNOME_STOCK_PIXMAP_FORWARD</stock_pixmap>
278         </widget>
279
280         <widget>
281           <class>GtkButton</class>
282           <child_name>Toolbar:button</child_name>
283           <name>toolbar_pause</name>
284           <tooltip>Pause Stream</tooltip>
285           <signal>
286             <name>clicked</name>
287             <handler>on_toolbar_pause_clicked</handler>
288             <last_modification_time>Sun, 11 Feb 2001 17:06:43 GMT</last_modification_time>
289           </signal>
290           <label>Pause</label>
291           <stock_pixmap>GNOME_STOCK_PIXMAP_BOTTOM</stock_pixmap>
292         </widget>
293
294         <widget>
295           <class>GtkButton</class>
296           <child_name>Toolbar:button</child_name>
297           <name>toolbar_slow</name>
298           <tooltip>Play Slower</tooltip>
299           <signal>
300             <name>clicked</name>
301             <handler>on_toolbar_slow_clicked</handler>
302             <last_modification_time>Mon, 12 Feb 2001 07:20:42 GMT</last_modification_time>
303           </signal>
304           <label>Slow</label>
305           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER_STOP</stock_pixmap>
306         </widget>
307
308         <widget>
309           <class>GtkButton</class>
310           <child_name>Toolbar:button</child_name>
311           <name>toolbar_fast</name>
312           <tooltip>Play Faster</tooltip>
313           <signal>
314             <name>clicked</name>
315             <handler>on_toolbar_fast_clicked</handler>
316             <last_modification_time>Mon, 12 Feb 2001 07:20:48 GMT</last_modification_time>
317           </signal>
318           <label>Fast</label>
319           <stock_pixmap>GNOME_STOCK_PIXMAP_TIMER</stock_pixmap>
320         </widget>
321
322         <widget>
323           <class>GtkButton</class>
324           <child_name>Toolbar:button</child_name>
325           <name>toolbar_playlist</name>
326           <tooltip>Open Playlist</tooltip>
327           <signal>
328             <name>clicked</name>
329             <handler>on_toolbar_playlist_clicked</handler>
330             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
331           </signal>
332           <label>Playlist</label>
333           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
334           <child>
335             <new_group>True</new_group>
336           </child>
337         </widget>
338
339         <widget>
340           <class>GtkButton</class>
341           <child_name>Toolbar:button</child_name>
342           <name>toolbar_prev</name>
343           <tooltip>Previous File</tooltip>
344           <signal>
345             <name>clicked</name>
346             <handler>on_toolbar_prev_clicked</handler>
347             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
348           </signal>
349           <label>Prev</label>
350           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
351         </widget>
352
353         <widget>
354           <class>GtkButton</class>
355           <child_name>Toolbar:button</child_name>
356           <name>toolbar_next</name>
357           <tooltip>Next File</tooltip>
358           <signal>
359             <name>clicked</name>
360             <handler>on_toolbar_next_clicked</handler>
361             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
362           </signal>
363           <label>Next</label>
364           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
365         </widget>
366       </widget>
367     </widget>
368
369     <widget>
370       <class>GtkVBox</class>
371       <child_name>GnomeDock:contents</child_name>
372       <name>vbox2</name>
373       <homogeneous>False</homogeneous>
374       <spacing>0</spacing>
375
376       <widget>
377         <class>GtkLabel</class>
378         <name>label6</name>
379         <label>File name: wazaa.mpeg</label>
380         <justify>GTK_JUSTIFY_LEFT</justify>
381         <wrap>False</wrap>
382         <xalign>0</xalign>
383         <yalign>0.5</yalign>
384         <xpad>5</xpad>
385         <ypad>0</ypad>
386         <child>
387           <padding>0</padding>
388           <expand>False</expand>
389           <fill>False</fill>
390         </child>
391       </widget>
392
393       <widget>
394         <class>GtkLabel</class>
395         <name>label7</name>
396         <label>File type: awesome movie</label>
397         <justify>GTK_JUSTIFY_LEFT</justify>
398         <wrap>True</wrap>
399         <xalign>0</xalign>
400         <yalign>0.5</yalign>
401         <xpad>5</xpad>
402         <ypad>0</ypad>
403         <child>
404           <padding>0</padding>
405           <expand>False</expand>
406           <fill>False</fill>
407         </child>
408       </widget>
409
410       <widget>
411         <class>GtkHScale</class>
412         <name>hscale</name>
413         <can_focus>True</can_focus>
414         <signal>
415           <name>button_release_event</name>
416           <handler>on_hscale_button_release_event</handler>
417           <last_modification_time>Tue, 13 Feb 2001 01:15:41 GMT</last_modification_time>
418         </signal>
419         <signal>
420           <name>button_press_event</name>
421           <handler>on_hscale_button_press_event</handler>
422           <last_modification_time>Tue, 13 Feb 2001 02:55:04 GMT</last_modification_time>
423         </signal>
424         <draw_value>True</draw_value>
425         <value_pos>GTK_POS_BOTTOM</value_pos>
426         <digits>1</digits>
427         <policy>GTK_UPDATE_DELAYED</policy>
428         <value>0</value>
429         <lower>0</lower>
430         <upper>100</upper>
431         <step>1</step>
432         <page>0</page>
433         <page_size>0</page_size>
434         <child>
435           <padding>0</padding>
436           <expand>False</expand>
437           <fill>False</fill>
438         </child>
439       </widget>
440     </widget>
441   </widget>
442
443   <widget>
444     <class>GnomeAppBar</class>
445     <child_name>GnomeApp:appbar</child_name>
446     <name>appbar</name>
447     <has_progress>True</has_progress>
448     <has_status>True</has_status>
449     <child>
450       <padding>0</padding>
451       <expand>True</expand>
452       <fill>True</fill>
453     </child>
454   </widget>
455 </widget>
456
457 <widget>
458   <class>GtkMenu</class>
459   <name>intf_popup</name>
460
461   <widget>
462     <class>GtkPixmapMenuItem</class>
463     <name>popup_play</name>
464     <signal>
465       <name>activate</name>
466       <handler>on_popup_play_activate</handler>
467       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
468     </signal>
469     <label>_Play</label>
470     <right_justify>False</right_justify>
471     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
472   </widget>
473
474   <widget>
475     <class>GtkPixmapMenuItem</class>
476     <name>popup_pause</name>
477     <signal>
478       <name>activate</name>
479       <handler>on_popup_pause_activate</handler>
480       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
481     </signal>
482     <label>Pause</label>
483     <right_justify>False</right_justify>
484     <stock_icon>GNOME_STOCK_MENU_BOTTOM</stock_icon>
485   </widget>
486
487   <widget>
488     <class>GtkPixmapMenuItem</class>
489     <name>popup_slow</name>
490     <signal>
491       <name>activate</name>
492       <handler>on_popup_slow_activate</handler>
493       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
494     </signal>
495     <label>Slow</label>
496     <right_justify>False</right_justify>
497     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
498   </widget>
499
500   <widget>
501     <class>GtkPixmapMenuItem</class>
502     <name>popup_fast</name>
503     <signal>
504       <name>activate</name>
505       <handler>on_popup_fast_activate</handler>
506       <last_modification_time>Mon, 12 Feb 2001 07:19:57 GMT</last_modification_time>
507     </signal>
508     <label>Fast</label>
509     <right_justify>False</right_justify>
510     <stock_icon>GNOME_STOCK_MENU_TIMER</stock_icon>
511   </widget>
512
513   <widget>
514     <class>GtkMenuItem</class>
515     <name>separator2</name>
516     <right_justify>False</right_justify>
517   </widget>
518
519   <widget>
520     <class>GtkPixmapMenuItem</class>
521     <name>popup_open</name>
522     <signal>
523       <name>activate</name>
524       <handler>on_popup_open_activate</handler>
525       <last_modification_time>Sun, 11 Feb 2001 23:49:08 GMT</last_modification_time>
526     </signal>
527     <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
528   </widget>
529
530   <widget>
531     <class>GtkMenuItem</class>
532     <name>separator3</name>
533     <right_justify>False</right_justify>
534   </widget>
535
536   <widget>
537     <class>GtkPixmapMenuItem</class>
538     <name>popup_about</name>
539     <signal>
540       <name>activate</name>
541       <handler>on_popup_about_activate</handler>
542       <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
543     </signal>
544     <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
545   </widget>
546
547   <widget>
548     <class>GtkPixmapMenuItem</class>
549     <name>popup_exit</name>
550     <signal>
551       <name>activate</name>
552       <handler>on_popup_exit_activate</handler>
553       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
554     </signal>
555     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
556   </widget>
557 </widget>
558
559 <widget>
560   <class>GnomeAbout</class>
561   <name>intf_about</name>
562   <modal>False</modal>
563   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
564   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
565 Michel Lespinasse &lt;walken@zoy.org&gt;
566 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
567 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
568 Andres Krapf &lt;dae@via.ecp.fr&gt;
569 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
570 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
571 Benoit Steiner &lt;benny@via.ecp.fr&gt;
572 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
573 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
574 Samuel Hocevar &lt;sam@zoy.org&gt;
575 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
576 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
577 Stéphane Borel &lt;stef@via.ecp.fr&gt;
578 Renaud Dartus &lt;reno@via.ecp.fr&gt;
579 Henri Fallon &lt;henri@via.ecp.fr&gt;
580 </authors>
581   <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>
582 </widget>
583
584 <widget>
585   <class>GtkFileSelection</class>
586   <name>intf_fileopen</name>
587   <border_width>10</border_width>
588   <signal>
589     <name>destroy</name>
590     <handler>on_intf_fileopen_destroy</handler>
591     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
592   </signal>
593   <title>Open File</title>
594   <type>GTK_WINDOW_TOPLEVEL</type>
595   <position>GTK_WIN_POS_NONE</position>
596   <modal>False</modal>
597   <allow_shrink>False</allow_shrink>
598   <allow_grow>True</allow_grow>
599   <auto_shrink>False</auto_shrink>
600   <show_file_op_buttons>True</show_file_op_buttons>
601
602   <widget>
603     <class>GtkButton</class>
604     <child_name>FileSel:ok_button</child_name>
605     <name>fileopen_ok</name>
606     <can_default>True</can_default>
607     <can_focus>True</can_focus>
608     <signal>
609       <name>clicked</name>
610       <handler>on_fileopen_ok_clicked</handler>
611       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
612     </signal>
613     <label>OK</label>
614     <relief>GTK_RELIEF_NORMAL</relief>
615   </widget>
616
617   <widget>
618     <class>GtkButton</class>
619     <child_name>FileSel:cancel_button</child_name>
620     <name>fileopen_cancel</name>
621     <can_default>True</can_default>
622     <can_focus>True</can_focus>
623     <signal>
624       <name>clicked</name>
625       <handler>on_fileopen_cancel_clicked</handler>
626       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
627     </signal>
628     <label>Cancel</label>
629     <relief>GTK_RELIEF_NORMAL</relief>
630   </widget>
631 </widget>
632
633 <widget>
634   <class>GtkWindow</class>
635   <name>intf_playlist</name>
636   <signal>
637     <name>destroy</name>
638     <handler>on_intf_playlist_destroy</handler>
639     <last_modification_time>Mon, 12 Feb 2001 06:02:25 GMT</last_modification_time>
640   </signal>
641   <title>Playlist</title>
642   <type>GTK_WINDOW_TOPLEVEL</type>
643   <position>GTK_WIN_POS_NONE</position>
644   <modal>False</modal>
645   <allow_shrink>False</allow_shrink>
646   <allow_grow>True</allow_grow>
647   <auto_shrink>False</auto_shrink>
648
649   <widget>
650     <class>GtkVBox</class>
651     <name>vbox1</name>
652     <homogeneous>False</homogeneous>
653     <spacing>0</spacing>
654
655     <widget>
656       <class>GtkScrolledWindow</class>
657       <name>scrolledwindow2</name>
658       <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
659       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
660       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
661       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
662       <child>
663         <padding>0</padding>
664         <expand>True</expand>
665         <fill>True</fill>
666       </child>
667
668       <widget>
669         <class>GtkCList</class>
670         <name>clist1</name>
671         <can_focus>True</can_focus>
672         <columns>3</columns>
673         <column_widths>189,80,80</column_widths>
674         <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
675         <show_titles>True</show_titles>
676         <shadow_type>GTK_SHADOW_IN</shadow_type>
677
678         <widget>
679           <class>GtkLabel</class>
680           <child_name>CList:title</child_name>
681           <name>label3</name>
682           <label>Name</label>
683           <justify>GTK_JUSTIFY_CENTER</justify>
684           <wrap>False</wrap>
685           <xalign>0.5</xalign>
686           <yalign>0.5</yalign>
687           <xpad>0</xpad>
688           <ypad>0</ypad>
689         </widget>
690
691         <widget>
692           <class>GtkLabel</class>
693           <child_name>CList:title</child_name>
694           <name>label4</name>
695           <label>Type</label>
696           <justify>GTK_JUSTIFY_CENTER</justify>
697           <wrap>False</wrap>
698           <xalign>0.5</xalign>
699           <yalign>0.5</yalign>
700           <xpad>0</xpad>
701           <ypad>0</ypad>
702         </widget>
703
704         <widget>
705           <class>GtkLabel</class>
706           <child_name>CList:title</child_name>
707           <name>label5</name>
708           <label>Length</label>
709           <justify>GTK_JUSTIFY_CENTER</justify>
710           <wrap>False</wrap>
711           <xalign>0.5</xalign>
712           <yalign>0.5</yalign>
713           <xpad>0</xpad>
714           <ypad>0</ypad>
715         </widget>
716       </widget>
717     </widget>
718
719     <widget>
720       <class>GtkHSeparator</class>
721       <name>hseparator1</name>
722       <child>
723         <padding>0</padding>
724         <expand>False</expand>
725         <fill>True</fill>
726       </child>
727     </widget>
728
729     <widget>
730       <class>GtkHBox</class>
731       <name>hbox1</name>
732       <homogeneous>True</homogeneous>
733       <spacing>0</spacing>
734       <child>
735         <padding>0</padding>
736         <expand>False</expand>
737         <fill>False</fill>
738       </child>
739
740       <widget>
741         <class>GtkButton</class>
742         <name>button1</name>
743         <can_focus>True</can_focus>
744         <label>Wazaaaa !</label>
745         <relief>GTK_RELIEF_NORMAL</relief>
746         <child>
747           <padding>0</padding>
748           <expand>False</expand>
749           <fill>False</fill>
750         </child>
751       </widget>
752
753       <widget>
754         <class>GtkButton</class>
755         <name>playlist_close</name>
756         <can_focus>True</can_focus>
757         <signal>
758           <name>clicked</name>
759           <handler>on_playlist_close_clicked</handler>
760           <last_modification_time>Mon, 12 Feb 2001 06:19:17 GMT</last_modification_time>
761         </signal>
762         <stock_button>GNOME_STOCK_BUTTON_CLOSE</stock_button>
763         <relief>GTK_RELIEF_NORMAL</relief>
764         <child>
765           <padding>0</padding>
766           <expand>False</expand>
767           <fill>False</fill>
768         </child>
769       </widget>
770
771       <widget>
772         <class>GtkButton</class>
773         <name>playlist_help</name>
774         <can_focus>True</can_focus>
775         <stock_button>GNOME_STOCK_BUTTON_HELP</stock_button>
776         <relief>GTK_RELIEF_NORMAL</relief>
777         <child>
778           <padding>0</padding>
779           <expand>False</expand>
780           <fill>False</fill>
781         </child>
782       </widget>
783     </widget>
784   </widget>
785 </widget>
786
787 </GTK-Interface>