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