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