]> git.sesse.net Git - vlc/blob - plugins/gnome/intf_gnome.glade
* The pure Gnome part of the Gnome interface has been rewritten from
[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_TIMER_STOP</stock_pixmap>
290         </widget>
291
292         <widget>
293           <class>GtkVSeparator</class>
294           <name>vseparator2</name>
295         </widget>
296
297         <widget>
298           <class>GtkButton</class>
299           <child_name>Toolbar:button</child_name>
300           <name>toolbar_playlist</name>
301           <tooltip>Open Playlist</tooltip>
302           <signal>
303             <name>clicked</name>
304             <handler>on_toolbar_playlist_clicked</handler>
305             <last_modification_time>Sun, 11 Feb 2001 17:06:48 GMT</last_modification_time>
306           </signal>
307           <label>Playlist</label>
308           <stock_pixmap>GNOME_STOCK_PIXMAP_INDEX</stock_pixmap>
309           <child>
310             <new_group>True</new_group>
311           </child>
312         </widget>
313
314         <widget>
315           <class>GtkButton</class>
316           <child_name>Toolbar:button</child_name>
317           <name>toolbar_prev</name>
318           <tooltip>Previous File</tooltip>
319           <signal>
320             <name>clicked</name>
321             <handler>on_toolbar_prev_clicked</handler>
322             <last_modification_time>Sun, 11 Feb 2001 17:06:52 GMT</last_modification_time>
323           </signal>
324           <label>Prev</label>
325           <stock_pixmap>GNOME_STOCK_PIXMAP_FIRST</stock_pixmap>
326         </widget>
327
328         <widget>
329           <class>GtkButton</class>
330           <child_name>Toolbar:button</child_name>
331           <name>toolbar_next</name>
332           <tooltip>Next File</tooltip>
333           <signal>
334             <name>clicked</name>
335             <handler>on_toolbar_next_clicked</handler>
336             <last_modification_time>Sun, 11 Feb 2001 17:06:56 GMT</last_modification_time>
337           </signal>
338           <label>Next</label>
339           <stock_pixmap>GNOME_STOCK_PIXMAP_LAST</stock_pixmap>
340         </widget>
341       </widget>
342     </widget>
343
344     <widget>
345       <class>GtkScrolledWindow</class>
346       <child_name>GnomeDock:contents</child_name>
347       <name>scrolledwindow1</name>
348       <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
349       <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
350       <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
351       <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
352
353       <widget>
354         <class>GtkText</class>
355         <name>text1</name>
356         <can_focus>True</can_focus>
357         <editable>False</editable>
358         <text>This is some random text. Nah.</text>
359       </widget>
360     </widget>
361   </widget>
362
363   <widget>
364     <class>GnomeAppBar</class>
365     <child_name>GnomeApp:appbar</child_name>
366     <name>appbar</name>
367     <has_progress>True</has_progress>
368     <has_status>True</has_status>
369     <child>
370       <padding>0</padding>
371       <expand>True</expand>
372       <fill>True</fill>
373     </child>
374   </widget>
375 </widget>
376
377 <widget>
378   <class>GtkMenu</class>
379   <name>intf_popup</name>
380
381   <widget>
382     <class>GtkPixmapMenuItem</class>
383     <name>popup_play</name>
384     <signal>
385       <name>activate</name>
386       <handler>on_popup_play_activate</handler>
387       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
388     </signal>
389     <label>_Play</label>
390     <right_justify>False</right_justify>
391     <stock_icon>GNOME_STOCK_MENU_FORWARD</stock_icon>
392   </widget>
393
394   <widget>
395     <class>GtkPixmapMenuItem</class>
396     <name>popup_pause</name>
397     <signal>
398       <name>activate</name>
399       <handler>on_popup_pause_activate</handler>
400       <last_modification_time>Sun, 11 Feb 2001 16:52:11 GMT</last_modification_time>
401     </signal>
402     <label>Pause</label>
403     <right_justify>False</right_justify>
404     <stock_icon>GNOME_STOCK_MENU_TIMER_STOP</stock_icon>
405   </widget>
406
407   <widget>
408     <class>GtkMenuItem</class>
409     <name>separator2</name>
410     <right_justify>False</right_justify>
411   </widget>
412
413   <widget>
414     <class>GtkPixmapMenuItem</class>
415     <name>popup_open</name>
416     <signal>
417       <name>activate</name>
418       <handler>on_popup_open_activate</handler>
419       <last_modification_time>Sun, 11 Feb 2001 23:49:08 GMT</last_modification_time>
420     </signal>
421     <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
422   </widget>
423
424   <widget>
425     <class>GtkMenuItem</class>
426     <name>separator3</name>
427     <right_justify>False</right_justify>
428   </widget>
429
430   <widget>
431     <class>GtkPixmapMenuItem</class>
432     <name>popup_about</name>
433     <signal>
434       <name>activate</name>
435       <handler>on_popup_about_activate</handler>
436       <last_modification_time>Mon, 12 Feb 2001 00:00:08 GMT</last_modification_time>
437     </signal>
438     <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
439   </widget>
440
441   <widget>
442     <class>GtkPixmapMenuItem</class>
443     <name>popup_exit</name>
444     <signal>
445       <name>activate</name>
446       <handler>on_popup_exit_activate</handler>
447       <last_modification_time>Sun, 11 Feb 2001 16:49:30 GMT</last_modification_time>
448     </signal>
449     <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
450   </widget>
451 </widget>
452
453 <widget>
454   <class>GnomeAbout</class>
455   <name>intf_about</name>
456   <modal>False</modal>
457   <copyright>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</copyright>
458   <authors>Régis Duchesne &lt;regis@via.ecp.fr&gt;
459 Michel Lespinasse &lt;walken@zoy.org&gt;
460 Olivier Pomel &lt;pomel@via.ecp.fr&gt;
461 Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
462 Andres Krapf &lt;dae@via.ecp.fr&gt;
463 Christophe Massiot &lt;massiot@via.ecp.fr&gt;
464 Vincent Seguin &lt;seguin@via.ecp.fr&gt;
465 Benoit Steiner &lt;benny@via.ecp.fr&gt;
466 Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
467 Gaël Hendryckx &lt;jimmy@via.ecp.fr&gt;
468 Samuel Hocevar &lt;sam@zoy.org&gt;
469 Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
470 Michel Kaempf &lt;maxx@via.ecp.fr&gt;
471 Stéphane Borel &lt;stef@via.ecp.fr&gt;
472 Renaud Dartus &lt;reno@via.ecp.fr&gt;
473 Henri Fallon &lt;henri@via.ecp.fr&gt;
474 </authors>
475   <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>
476 </widget>
477
478 <widget>
479   <class>GtkFileSelection</class>
480   <name>intf_fileopen</name>
481   <border_width>10</border_width>
482   <signal>
483     <name>destroy</name>
484     <handler>on_intf_fileopen_destroy</handler>
485     <last_modification_time>Sun, 11 Feb 2001 18:36:13 GMT</last_modification_time>
486   </signal>
487   <title>Open File</title>
488   <type>GTK_WINDOW_TOPLEVEL</type>
489   <position>GTK_WIN_POS_NONE</position>
490   <modal>False</modal>
491   <allow_shrink>False</allow_shrink>
492   <allow_grow>True</allow_grow>
493   <auto_shrink>False</auto_shrink>
494   <show_file_op_buttons>True</show_file_op_buttons>
495
496   <widget>
497     <class>GtkButton</class>
498     <child_name>FileSel:ok_button</child_name>
499     <name>fileopen_ok</name>
500     <can_default>True</can_default>
501     <can_focus>True</can_focus>
502     <signal>
503       <name>clicked</name>
504       <handler>on_fileopen_ok_clicked</handler>
505       <last_modification_time>Sun, 11 Feb 2001 18:22:44 GMT</last_modification_time>
506     </signal>
507     <label>OK</label>
508     <relief>GTK_RELIEF_NORMAL</relief>
509   </widget>
510
511   <widget>
512     <class>GtkButton</class>
513     <child_name>FileSel:cancel_button</child_name>
514     <name>fileopen_cancel</name>
515     <can_default>True</can_default>
516     <can_focus>True</can_focus>
517     <signal>
518       <name>clicked</name>
519       <handler>on_fileopen_cancel_clicked</handler>
520       <last_modification_time>Sun, 11 Feb 2001 18:22:50 GMT</last_modification_time>
521     </signal>
522     <label>Cancel</label>
523     <relief>GTK_RELIEF_NORMAL</relief>
524   </widget>
525 </widget>
526
527 </GTK-Interface>