]> git.sesse.net Git - vlc/blob - plugins/familiar/familiar.glade
1d44fe180f87cde89e42dddf83c2ebc47b8bfb7d
[vlc] / plugins / familiar / familiar.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>Familiar</name>
6   <program_name>familiar</program_name>
7   <directory></directory>
8   <source_directory></source_directory>
9   <pixmaps_directory>../../share</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>False</gnome_support>
12   <gettext_support>True</gettext_support>
13   <use_widget_names>True</use_widget_names>
14   <output_main_file>False</output_main_file>
15   <output_build_files>False</output_build_files>
16   <main_source_file>familiar_interface.c</main_source_file>
17   <main_header_file>familiar_interface.h</main_header_file>
18   <handler_source_file>familiar_callbacks.c</handler_source_file>
19   <handler_header_file>familiar_callbacks.h</handler_header_file>
20   <support_source_file>familiar_support.c</support_source_file>
21   <support_header_file>familiar_support.h</support_header_file>
22 </project>
23
24 <widget>
25   <class>GtkWindow</class>
26   <name>familiar</name>
27   <width>240</width>
28   <height>320</height>
29   <signal>
30     <name>delete_event</name>
31     <handler>on_familiar_delete_event</handler>
32     <last_modification_time>Wed, 21 Aug 2002 19:12:40 GMT</last_modification_time>
33   </signal>
34   <title>vlc (familiar)</title>
35   <type>GTK_WINDOW_TOPLEVEL</type>
36   <position>GTK_WIN_POS_NONE</position>
37   <modal>False</modal>
38   <allow_shrink>True</allow_shrink>
39   <allow_grow>True</allow_grow>
40   <auto_shrink>True</auto_shrink>
41
42   <widget>
43     <class>GtkVBox</class>
44     <name>vbox</name>
45     <homogeneous>False</homogeneous>
46     <spacing>0</spacing>
47
48     <widget>
49       <class>GtkToolbar</class>
50       <name>toolbar</name>
51       <width>112</width>
52       <height>16</height>
53       <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
54       <type>GTK_TOOLBAR_ICONS</type>
55       <space_size>5</space_size>
56       <space_style>GTK_TOOLBAR_SPACE_EMPTY</space_style>
57       <relief>GTK_RELIEF_NORMAL</relief>
58       <tooltips>True</tooltips>
59       <child>
60         <padding>0</padding>
61         <expand>True</expand>
62         <fill>True</fill>
63       </child>
64
65       <widget>
66         <class>GtkButton</class>
67         <child_name>Toolbar:button</child_name>
68         <name>toolbar_open</name>
69         <tooltip>Open file</tooltip>
70         <signal>
71           <name>clicked</name>
72           <handler>on_toolbar_open_clicked</handler>
73           <last_modification_time>Wed, 24 Jul 2002 18:28:31 GMT</last_modification_time>
74         </signal>
75         <label>Open</label>
76         <icon>familiar-openb16x16.xpm</icon>
77       </widget>
78
79       <widget>
80         <class>GtkButton</class>
81         <child_name>Toolbar:button</child_name>
82         <name>toolbar_preferences</name>
83         <tooltip>Preferences</tooltip>
84         <signal>
85           <name>clicked</name>
86           <handler>on_toolbar_preferences_clicked</handler>
87           <last_modification_time>Wed, 24 Jul 2002 18:29:05 GMT</last_modification_time>
88         </signal>
89         <label>Preferences</label>
90         <icon>familiar-preferencesb16x16.xpm</icon>
91       </widget>
92
93       <widget>
94         <class>GtkButton</class>
95         <child_name>Toolbar:button</child_name>
96         <name>toolbar_rewind</name>
97         <tooltip>Rewind stream</tooltip>
98         <signal>
99           <name>clicked</name>
100           <handler>on_toolbar_rewind_clicked</handler>
101           <last_modification_time>Wed, 24 Jul 2002 18:28:45 GMT</last_modification_time>
102         </signal>
103         <label>Rewind</label>
104         <icon>familiar-rewindb16x16.xpm</icon>
105         <child>
106           <new_group>True</new_group>
107         </child>
108       </widget>
109
110       <widget>
111         <class>GtkButton</class>
112         <child_name>Toolbar:button</child_name>
113         <name>toolbar_pause</name>
114         <tooltip>Pause stream</tooltip>
115         <signal>
116           <name>clicked</name>
117           <handler>on_toolbar_pause_clicked</handler>
118           <last_modification_time>Wed, 24 Jul 2002 18:28:58 GMT</last_modification_time>
119         </signal>
120         <label>Pause</label>
121         <icon>familiar-pauseb16x16.xpm</icon>
122       </widget>
123
124       <widget>
125         <class>GtkButton</class>
126         <child_name>Toolbar:button</child_name>
127         <name>toolbar_play</name>
128         <tooltip>Play stream</tooltip>
129         <signal>
130           <name>clicked</name>
131           <handler>on_toolbar_play_clicked</handler>
132           <last_modification_time>Wed, 24 Jul 2002 18:29:12 GMT</last_modification_time>
133         </signal>
134         <label>Play</label>
135         <icon>familiar-playb16x16.xpm</icon>
136       </widget>
137
138       <widget>
139         <class>GtkButton</class>
140         <child_name>Toolbar:button</child_name>
141         <name>toolbar_stop</name>
142         <tooltip>Stop stream</tooltip>
143         <signal>
144           <name>clicked</name>
145           <handler>on_toolbar_stop_clicked</handler>
146           <last_modification_time>Wed, 24 Jul 2002 18:29:18 GMT</last_modification_time>
147         </signal>
148         <label>Stop</label>
149         <icon>familiar-stopb16x16.xpm</icon>
150       </widget>
151
152       <widget>
153         <class>GtkButton</class>
154         <child_name>Toolbar:button</child_name>
155         <name>toolbar_forward</name>
156         <tooltip>Forward stream</tooltip>
157         <signal>
158           <name>clicked</name>
159           <handler>on_toolbar_forward_clicked</handler>
160           <last_modification_time>Wed, 24 Jul 2002 18:29:25 GMT</last_modification_time>
161         </signal>
162         <label>Forward</label>
163         <icon>familiar-forwardb16x16.xpm</icon>
164       </widget>
165
166       <widget>
167         <class>GtkButton</class>
168         <child_name>Toolbar:button</child_name>
169         <name>toolbar_about</name>
170         <tooltip>About</tooltip>
171         <signal>
172           <name>clicked</name>
173           <handler>on_toolbar_about_clicked</handler>
174           <last_modification_time>Wed, 24 Jul 2002 18:29:31 GMT</last_modification_time>
175         </signal>
176         <label>About</label>
177         <icon>vlc16x16.xpm</icon>
178         <child>
179           <new_group>True</new_group>
180         </child>
181       </widget>
182     </widget>
183
184     <widget>
185       <class>GtkProgressBar</class>
186       <name>progress</name>
187       <value>0</value>
188       <lower>0</lower>
189       <upper>100</upper>
190       <bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
191       <orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
192       <activity_mode>True</activity_mode>
193       <show_text>False</show_text>
194       <format>%P %%</format>
195       <text_xalign>0.5</text_xalign>
196       <text_yalign>0.5</text_yalign>
197       <child>
198         <padding>0</padding>
199         <expand>False</expand>
200         <fill>False</fill>
201       </child>
202     </widget>
203
204     <widget>
205       <class>GtkNotebook</class>
206       <name>notebook</name>
207       <can_focus>True</can_focus>
208       <show_tabs>True</show_tabs>
209       <show_border>True</show_border>
210       <tab_pos>GTK_POS_TOP</tab_pos>
211       <scrollable>False</scrollable>
212       <tab_hborder>2</tab_hborder>
213       <tab_vborder>2</tab_vborder>
214       <popup_enable>False</popup_enable>
215       <child>
216         <padding>0</padding>
217         <expand>True</expand>
218         <fill>True</fill>
219       </child>
220
221       <widget>
222         <class>GtkFixed</class>
223         <name>fixedMedia</name>
224
225         <widget>
226           <class>GtkLabel</class>
227           <name>labelUrl</name>
228           <x>4</x>
229           <y>8</y>
230           <width>38</width>
231           <height>18</height>
232           <label>URL:</label>
233           <justify>GTK_JUSTIFY_CENTER</justify>
234           <wrap>False</wrap>
235           <xalign>0.5</xalign>
236           <yalign>0.5</yalign>
237           <xpad>0</xpad>
238           <ypad>0</ypad>
239         </widget>
240
241         <widget>
242           <class>GtkCombo</class>
243           <name>comboURL</name>
244           <x>40</x>
245           <y>4</y>
246           <width>185</width>
247           <height>24</height>
248           <value_in_list>False</value_in_list>
249           <ok_if_empty>True</ok_if_empty>
250           <case_sensitive>False</case_sensitive>
251           <use_arrows>True</use_arrows>
252           <use_arrows_always>False</use_arrows_always>
253           <items>file://
254 ftp://
255 http://
256 udp://:1234
257 udpstream://@:1234
258 </items>
259
260           <widget>
261             <class>GtkEntry</class>
262             <child_name>GtkCombo:entry</child_name>
263             <name>comboURL-entry</name>
264             <can_focus>True</can_focus>
265             <signal>
266               <name>changed</name>
267               <handler>on_comboURL-entry_changed</handler>
268               <last_modification_time>Thu, 01 Aug 2002 19:37:06 GMT</last_modification_time>
269             </signal>
270             <editable>True</editable>
271             <text_visible>True</text_visible>
272             <text_max_length>0</text_max_length>
273             <text>file://</text>
274           </widget>
275         </widget>
276
277         <widget>
278           <class>GtkScrolledWindow</class>
279           <name>scrolledwindow1</name>
280           <x>0</x>
281           <y>32</y>
282           <width>240</width>
283           <height>208</height>
284           <hscrollbar_policy>GTK_POLICY_ALWAYS</hscrollbar_policy>
285           <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
286           <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
287           <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
288
289           <widget>
290             <class>GtkCList</class>
291             <name>clistmedia</name>
292             <can_focus>True</can_focus>
293             <signal>
294               <name>select_row</name>
295               <handler>on_clistmedia_select_row</handler>
296               <last_modification_time>Sun, 18 Aug 2002 19:40:44 GMT</last_modification_time>
297             </signal>
298             <signal>
299               <name>click_column</name>
300               <handler>on_clistmedia_click_column</handler>
301               <last_modification_time>Sun, 18 Aug 2002 19:41:06 GMT</last_modification_time>
302             </signal>
303             <signal>
304               <name>start_selection</name>
305               <handler>on_clistmedia_start_selection</handler>
306               <last_modification_time>Tue, 01 Oct 2002 19:25:54 GMT</last_modification_time>
307             </signal>
308             <signal>
309               <name>end_selection</name>
310               <handler>on_clistmedia_end_selection</handler>
311               <last_modification_time>Tue, 01 Oct 2002 19:26:13 GMT</last_modification_time>
312             </signal>
313             <signal>
314               <name>enter_notify_event</name>
315               <handler>on_clistmedia_enter_notify_event</handler>
316               <last_modification_time>Tue, 01 Oct 2002 19:26:50 GMT</last_modification_time>
317             </signal>
318             <columns>5</columns>
319             <column_widths>123,80,80,80,80</column_widths>
320             <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
321             <show_titles>True</show_titles>
322             <shadow_type>GTK_SHADOW_IN</shadow_type>
323
324             <widget>
325               <class>GtkLabel</class>
326               <child_name>CList:title</child_name>
327               <name>labelname</name>
328               <label>Name</label>
329               <justify>GTK_JUSTIFY_CENTER</justify>
330               <wrap>False</wrap>
331               <xalign>0.5</xalign>
332               <yalign>0.5</yalign>
333               <xpad>0</xpad>
334               <ypad>0</ypad>
335             </widget>
336
337             <widget>
338               <class>GtkLabel</class>
339               <child_name>CList:title</child_name>
340               <name>labeltype</name>
341               <label>Type</label>
342               <justify>GTK_JUSTIFY_CENTER</justify>
343               <wrap>False</wrap>
344               <xalign>0.5</xalign>
345               <yalign>0.5</yalign>
346               <xpad>0</xpad>
347               <ypad>0</ypad>
348             </widget>
349
350             <widget>
351               <class>GtkLabel</class>
352               <child_name>CList:title</child_name>
353               <name>labelsize</name>
354               <label>Size</label>
355               <justify>GTK_JUSTIFY_CENTER</justify>
356               <wrap>False</wrap>
357               <xalign>0.5</xalign>
358               <yalign>0.5</yalign>
359               <xpad>0</xpad>
360               <ypad>0</ypad>
361             </widget>
362
363             <widget>
364               <class>GtkLabel</class>
365               <child_name>CList:title</child_name>
366               <name>labeluid</name>
367               <label>User</label>
368               <justify>GTK_JUSTIFY_CENTER</justify>
369               <wrap>False</wrap>
370               <xalign>0.5</xalign>
371               <yalign>0.5</yalign>
372               <xpad>0</xpad>
373               <ypad>0</ypad>
374             </widget>
375
376             <widget>
377               <class>GtkLabel</class>
378               <child_name>CList:title</child_name>
379               <name>labelgid</name>
380               <label>Group</label>
381               <justify>GTK_JUSTIFY_CENTER</justify>
382               <wrap>False</wrap>
383               <xalign>0.5</xalign>
384               <yalign>0.5</yalign>
385               <xpad>0</xpad>
386               <ypad>0</ypad>
387             </widget>
388           </widget>
389         </widget>
390       </widget>
391
392       <widget>
393         <class>GtkLabel</class>
394         <child_name>Notebook:tab</child_name>
395         <name>media</name>
396         <label>Media</label>
397         <justify>GTK_JUSTIFY_CENTER</justify>
398         <wrap>False</wrap>
399         <xalign>0.5</xalign>
400         <yalign>0.5</yalign>
401         <xpad>0</xpad>
402         <ypad>0</ypad>
403       </widget>
404
405       <widget>
406         <class>GtkFixed</class>
407         <name>fixedPreferences</name>
408
409         <widget>
410           <class>GtkButton</class>
411           <name>buttonSave</name>
412           <x>8</x>
413           <y>216</y>
414           <width>54</width>
415           <height>24</height>
416           <can_focus>True</can_focus>
417           <signal>
418             <name>clicked</name>
419             <handler>on_buttonSave_clicked</handler>
420             <last_modification_time>Tue, 01 Oct 2002 21:12:20 GMT</last_modification_time>
421           </signal>
422           <label>Save</label>
423           <relief>GTK_RELIEF_NORMAL</relief>
424         </widget>
425
426         <widget>
427           <class>GtkButton</class>
428           <name>buttonApply</name>
429           <x>64</x>
430           <y>216</y>
431           <width>54</width>
432           <height>24</height>
433           <can_focus>True</can_focus>
434           <signal>
435             <name>clicked</name>
436             <handler>on_buttonApply_clicked</handler>
437             <last_modification_time>Tue, 01 Oct 2002 21:12:27 GMT</last_modification_time>
438           </signal>
439           <label>Apply</label>
440           <relief>GTK_RELIEF_NORMAL</relief>
441         </widget>
442
443         <widget>
444           <class>GtkButton</class>
445           <name>buttonCancel</name>
446           <x>176</x>
447           <y>216</y>
448           <width>54</width>
449           <height>24</height>
450           <can_focus>True</can_focus>
451           <signal>
452             <name>clicked</name>
453             <handler>on_buttonCancel_clicked</handler>
454             <last_modification_time>Tue, 01 Oct 2002 21:12:35 GMT</last_modification_time>
455           </signal>
456           <label>Cancel</label>
457           <relief>GTK_RELIEF_NORMAL</relief>
458         </widget>
459
460         <widget>
461           <class>GtkCheckButton</class>
462           <name>cbautoplay</name>
463           <x>8</x>
464           <y>8</y>
465           <width>216</width>
466           <height>24</height>
467           <can_focus>True</can_focus>
468           <signal>
469             <name>toggled</name>
470             <handler>on_cbautoplay_toggled</handler>
471             <last_modification_time>Sun, 18 Aug 2002 20:00:52 GMT</last_modification_time>
472           </signal>
473           <label>Automatically play file.</label>
474           <active>True</active>
475           <draw_indicator>True</draw_indicator>
476         </widget>
477       </widget>
478
479       <widget>
480         <class>GtkLabel</class>
481         <child_name>Notebook:tab</child_name>
482         <name>preferences</name>
483         <label>Preference</label>
484         <justify>GTK_JUSTIFY_CENTER</justify>
485         <wrap>False</wrap>
486         <xalign>0.5</xalign>
487         <yalign>0.5</yalign>
488         <xpad>0</xpad>
489         <ypad>0</ypad>
490       </widget>
491
492       <widget>
493         <class>GtkFixed</class>
494         <name>fixedAbout</name>
495
496         <widget>
497           <class>GtkPixmap</class>
498           <name>logo</name>
499           <x>8</x>
500           <y>0</y>
501           <width>50</width>
502           <height>50</height>
503           <filename>vlc32x32.xpm</filename>
504           <xalign>0.5</xalign>
505           <yalign>0.5</yalign>
506           <xpad>0</xpad>
507           <ypad>0</ypad>
508           <build_insensitive>True</build_insensitive>
509         </widget>
510
511         <widget>
512           <class>GtkLabel</class>
513           <name>labelVlc</name>
514           <x>64</x>
515           <y>8</y>
516           <width>120</width>
517           <height>40</height>
518           <label>VideoLAN Client
519  for familiar Linux</label>
520           <justify>GTK_JUSTIFY_CENTER</justify>
521           <wrap>True</wrap>
522           <xalign>0.5</xalign>
523           <yalign>0.5</yalign>
524           <xpad>0</xpad>
525           <ypad>0</ypad>
526         </widget>
527
528         <widget>
529           <class>GtkLabel</class>
530           <name>labelCopyright</name>
531           <x>16</x>
532           <y>56</y>
533           <width>200</width>
534           <height>18</height>
535           <label>(c) 2002, the VideoLAN Team</label>
536           <justify>GTK_JUSTIFY_CENTER</justify>
537           <wrap>False</wrap>
538           <xalign>0.5</xalign>
539           <yalign>0.5</yalign>
540           <xpad>0</xpad>
541           <ypad>0</ypad>
542         </widget>
543
544         <widget>
545           <class>GtkLabel</class>
546           <name>labelAuthors</name>
547           <x>16</x>
548           <y>80</y>
549           <width>200</width>
550           <height>40</height>
551           <label>Authors: The VideoLAN Team, http://www.videolan.org</label>
552           <justify>GTK_JUSTIFY_CENTER</justify>
553           <wrap>True</wrap>
554           <xalign>0.5</xalign>
555           <yalign>0.5</yalign>
556           <xpad>0</xpad>
557           <ypad>0</ypad>
558         </widget>
559
560         <widget>
561           <class>GtkLabel</class>
562           <name>labelAbout</name>
563           <x>16</x>
564           <y>128</y>
565           <width>200</width>
566           <height>70</height>
567           <label>The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input from local or network sources.</label>
568           <justify>GTK_JUSTIFY_LEFT</justify>
569           <wrap>True</wrap>
570           <xalign>0.5</xalign>
571           <yalign>0.5</yalign>
572           <xpad>0</xpad>
573           <ypad>0</ypad>
574         </widget>
575       </widget>
576
577       <widget>
578         <class>GtkLabel</class>
579         <child_name>Notebook:tab</child_name>
580         <name>about</name>
581         <label>About</label>
582         <justify>GTK_JUSTIFY_CENTER</justify>
583         <wrap>False</wrap>
584         <xalign>0.5</xalign>
585         <yalign>0.5</yalign>
586         <xpad>0</xpad>
587         <ypad>0</ypad>
588       </widget>
589     </widget>
590   </widget>
591 </widget>
592
593 </GTK-Interface>