]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
PDA Interface:
[vlc] / modules / gui / pda / pda.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="pda">
7   <property name="width_request">240</property>
8   <property name="height_request">320</property>
9   <property name="visible">True</property>
10   <property name="title" translatable="yes">VLC media player</property>
11   <property name="type">GTK_WINDOW_TOPLEVEL</property>
12   <property name="window_position">GTK_WIN_POS_NONE</property>
13   <property name="modal">False</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16   <property name="icon">vlc16x16.png</property>
17   <signal name="delete_event" handler="onPDADeleteEvent" last_modification_time="Fri, 26 Sep 2003 13:23:22 GMT"/>
18
19   <child>
20     <widget class="GtkVBox" id="vbox">
21       <property name="visible">True</property>
22       <property name="homogeneous">False</property>
23       <property name="spacing">0</property>
24
25       <child>
26         <widget class="GtkToolbar" id="toolbar">
27           <property name="width_request">240</property>
28           <property name="height_request">22</property>
29           <property name="visible">True</property>
30           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
31           <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
32           <property name="tooltips">True</property>
33
34           <child>
35             <widget class="button" id="tbRewind">
36               <property name="width_request">22</property>
37               <property name="height_request">22</property>
38               <property name="visible">True</property>
39               <property name="tooltip" translatable="yes">Rewind</property>
40               <property name="label" translatable="yes">Rewind</property>
41               <property name="use_underline">True</property>
42               <property name="icon">pda-rewindb16x16.xpm</property>
43               <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>
44             </widget>
45             <packing>
46               <property name="new_group">True</property>
47             </packing>
48           </child>
49
50           <child>
51             <widget class="button" id="tbPause">
52               <property name="width_request">22</property>
53               <property name="height_request">22</property>
54               <property name="visible">True</property>
55               <property name="tooltip" translatable="yes">Pause</property>
56               <property name="label" translatable="yes">Pause</property>
57               <property name="use_underline">True</property>
58               <property name="icon">pda-pauseb16x16.xpm</property>
59               <signal name="clicked" handler="onPause" last_modification_time="Fri, 26 Sep 2003 12:27:01 GMT"/>
60             </widget>
61           </child>
62
63           <child>
64             <widget class="button" id="tbPlay">
65               <property name="width_request">22</property>
66               <property name="height_request">22</property>
67               <property name="visible">True</property>
68               <property name="tooltip" translatable="yes">Play</property>
69               <property name="label" translatable="yes">Play</property>
70               <property name="use_underline">True</property>
71               <property name="icon">pda-playb16x16.xpm</property>
72               <signal name="clicked" handler="onPlay" last_modification_time="Fri, 26 Sep 2003 12:27:14 GMT"/>
73             </widget>
74           </child>
75
76           <child>
77             <widget class="button" id="tbStop">
78               <property name="width_request">22</property>
79               <property name="height_request">22</property>
80               <property name="visible">True</property>
81               <property name="tooltip" translatable="yes">Stop</property>
82               <property name="label" translatable="yes">Stop</property>
83               <property name="use_underline">True</property>
84               <property name="icon">pda-stopb16x16.xpm</property>
85               <signal name="clicked" handler="onStop" last_modification_time="Fri, 26 Sep 2003 12:27:25 GMT"/>
86             </widget>
87           </child>
88
89           <child>
90             <widget class="button" id="tbForward">
91               <property name="width_request">22</property>
92               <property name="height_request">22</property>
93               <property name="visible">True</property>
94               <property name="tooltip" translatable="yes">Forward</property>
95               <property name="label" translatable="yes">Forward</property>
96               <property name="use_underline">True</property>
97               <property name="icon">pda-forwardb16x16.xpm</property>
98               <signal name="clicked" handler="onForward" last_modification_time="Fri, 26 Sep 2003 12:27:35 GMT"/>
99             </widget>
100           </child>
101
102           <child>
103             <widget class="button" id="tbAbout">
104               <property name="width_request">22</property>
105               <property name="height_request">22</property>
106               <property name="visible">True</property>
107               <property name="tooltip" translatable="yes">About</property>
108               <property name="label" translatable="yes">About</property>
109               <property name="use_underline">True</property>
110               <property name="icon">vlc16x16.png</property>
111               <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>
112             </widget>
113             <packing>
114               <property name="new_group">True</property>
115             </packing>
116           </child>
117
118           <child>
119             <widget class="GtkLabel" id="timeLabel">
120               <property name="visible">True</property>
121               <property name="label" translatable="yes">00:00:00</property>
122               <property name="use_underline">False</property>
123               <property name="use_markup">False</property>
124               <property name="justify">GTK_JUSTIFY_CENTER</property>
125               <property name="wrap">False</property>
126               <property name="selectable">False</property>
127               <property name="xalign">0.5</property>
128               <property name="yalign">0.5</property>
129               <property name="xpad">0</property>
130               <property name="ypad">0</property>
131             </widget>
132             <packing>
133               <property name="new_group">True</property>
134             </packing>
135           </child>
136         </widget>
137         <packing>
138           <property name="padding">5</property>
139           <property name="expand">False</property>
140           <property name="fill">False</property>
141         </packing>
142       </child>
143
144       <child>
145         <widget class="GtkHScale" id="timeSlider">
146           <property name="visible">True</property>
147           <property name="can_focus">True</property>
148           <property name="draw_value">False</property>
149           <property name="value_pos">GTK_POS_RIGHT</property>
150           <property name="digits">3</property>
151           <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
152           <property name="inverted">False</property>
153           <property name="adjustment">3 0 100 1 6.25 0</property>
154           <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>
155           <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>
156         </widget>
157         <packing>
158           <property name="padding">4</property>
159           <property name="expand">False</property>
160           <property name="fill">False</property>
161         </packing>
162       </child>
163
164       <child>
165         <widget class="GtkNotebook" id="notebook">
166           <property name="visible">True</property>
167           <property name="can_focus">True</property>
168           <property name="show_tabs">True</property>
169           <property name="show_border">True</property>
170           <property name="tab_pos">GTK_POS_TOP</property>
171           <property name="scrollable">True</property>
172           <property name="enable_popup">False</property>
173
174           <child>
175             <widget class="GtkScrolledWindow" id="scrolledwindow6">
176               <property name="visible">True</property>
177               <property name="can_focus">True</property>
178               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
179               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
180               <property name="shadow_type">GTK_SHADOW_NONE</property>
181               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
182
183               <child>
184                 <widget class="GtkViewport" id="viewport3">
185                   <property name="visible">True</property>
186                   <property name="shadow_type">GTK_SHADOW_IN</property>
187
188                   <child>
189                     <widget class="GtkVBox" id="vbox8">
190                       <property name="visible">True</property>
191                       <property name="homogeneous">False</property>
192                       <property name="spacing">0</property>
193
194                       <child>
195                         <widget class="GtkScrolledWindow" id="scrolledwindow7">
196                           <property name="visible">True</property>
197                           <property name="can_focus">True</property>
198                           <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
199                           <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
200                           <property name="shadow_type">GTK_SHADOW_NONE</property>
201                           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
202
203                           <child>
204                             <widget class="GtkTreeView" id="tvFileList">
205                               <property name="visible">True</property>
206                               <property name="can_focus">True</property>
207                               <property name="headers_visible">True</property>
208                               <property name="rules_hint">False</property>
209                               <property name="reorderable">False</property>
210                               <property name="enable_search">True</property>
211                               <signal name="row_activated" handler="onFileListRow" last_modification_time="Fri, 26 Sep 2003 13:30:40 GMT"/>
212                               <signal name="select_cursor_row" handler="onFileListRowSelected" last_modification_time="Fri, 26 Sep 2003 13:31:20 GMT"/>
213                             </widget>
214                           </child>
215                         </widget>
216                         <packing>
217                           <property name="padding">0</property>
218                           <property name="expand">True</property>
219                           <property name="fill">True</property>
220                         </packing>
221                       </child>
222
223                       <child>
224                         <widget class="GtkHBox" id="hbox">
225                           <property name="visible">True</property>
226                           <property name="homogeneous">False</property>
227                           <property name="spacing">0</property>
228
229                           <child>
230                             <placeholder/>
231                           </child>
232
233                           <child>
234                             <widget class="GtkButton" id="AddFileToPlaylist">
235                               <property name="visible">True</property>
236                               <property name="can_focus">True</property>
237                               <property name="label" translatable="yes">Add to Playlist</property>
238                               <property name="use_underline">True</property>
239                               <property name="relief">GTK_RELIEF_NORMAL</property>
240                               <signal name="pressed" handler="onAddFileToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:31:03 GMT"/>
241                             </widget>
242                             <packing>
243                               <property name="padding">0</property>
244                               <property name="expand">False</property>
245                               <property name="fill">False</property>
246                             </packing>
247                           </child>
248
249                           <child>
250                             <placeholder/>
251                           </child>
252                         </widget>
253                         <packing>
254                           <property name="padding">0</property>
255                           <property name="expand">False</property>
256                           <property name="fill">False</property>
257                         </packing>
258                       </child>
259                     </widget>
260                   </child>
261                 </widget>
262               </child>
263             </widget>
264             <packing>
265               <property name="tab_expand">False</property>
266               <property name="tab_fill">True</property>
267             </packing>
268           </child>
269
270           <child>
271             <widget class="GtkLabel" id="File">
272               <property name="visible">True</property>
273               <property name="label" translatable="yes">File</property>
274               <property name="use_underline">False</property>
275               <property name="use_markup">False</property>
276               <property name="justify">GTK_JUSTIFY_CENTER</property>
277               <property name="wrap">False</property>
278               <property name="selectable">False</property>
279               <property name="xalign">0.5</property>
280               <property name="yalign">0.5</property>
281               <property name="xpad">0</property>
282               <property name="ypad">0</property>
283             </widget>
284             <packing>
285               <property name="type">tab</property>
286             </packing>
287           </child>
288
289           <child>
290             <widget class="GtkVBox" id="vbox5">
291               <property name="visible">True</property>
292               <property name="homogeneous">False</property>
293               <property name="spacing">0</property>
294
295               <child>
296                 <widget class="GtkHBox" id="hbox12">
297                   <property name="width_request">247</property>
298                   <property name="height_request">26</property>
299                   <property name="visible">True</property>
300                   <property name="homogeneous">False</property>
301                   <property name="spacing">0</property>
302
303                   <child>
304                     <widget class="GtkLabel" id="labelNetworkMRL">
305                       <property name="width_request">35</property>
306                       <property name="height_request">16</property>
307                       <property name="visible">True</property>
308                       <property name="label" translatable="yes">MRL :</property>
309                       <property name="use_underline">False</property>
310                       <property name="use_markup">False</property>
311                       <property name="justify">GTK_JUSTIFY_CENTER</property>
312                       <property name="wrap">False</property>
313                       <property name="selectable">False</property>
314                       <property name="xalign">0.5</property>
315                       <property name="yalign">0.5</property>
316                       <property name="xpad">0</property>
317                       <property name="ypad">0</property>
318                     </widget>
319                     <packing>
320                       <property name="padding">0</property>
321                       <property name="expand">False</property>
322                       <property name="fill">False</property>
323                     </packing>
324                   </child>
325
326                   <child>
327                     <widget class="GtkCombo" id="comboMRL">
328                       <property name="visible">True</property>
329                       <property name="value_in_list">False</property>
330                       <property name="allow_empty">True</property>
331                       <property name="case_sensitive">False</property>
332                       <property name="enable_arrow_keys">True</property>
333                       <property name="enable_arrows_always">False</property>
334                       <signal name="add" handler="onNetworkMRLAdd" last_modification_time="Fri, 07 Nov 2003 14:35:58 GMT"/>
335
336                       <child internal-child="entry">
337                         <widget class="GtkEntry" id="entryMRL">
338                           <property name="width_request">158</property>
339                           <property name="height_request">24</property>
340                           <property name="visible">True</property>
341                           <property name="can_focus">True</property>
342                           <property name="editable">True</property>
343                           <property name="visibility">True</property>
344                           <property name="max_length">0</property>
345                           <property name="text" translatable="yes">udp://:1234</property>
346                           <property name="has_frame">True</property>
347                           <property name="invisible_char" translatable="yes">*</property>
348                           <property name="activates_default">True</property>
349                         </widget>
350                       </child>
351
352                       <child internal-child="list">
353                         <widget class="GtkList" id="listMRL">
354                           <property name="visible">True</property>
355                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
356
357                           <child>
358                             <widget class="GtkListItem" id="listitem340">
359                               <property name="visible">True</property>
360                               <property name="can_focus">True</property>
361                               <property name="label" translatable="yes">udp://@:1234</property>
362                             </widget>
363                           </child>
364
365                           <child>
366                             <widget class="GtkListItem" id="listitem341">
367                               <property name="visible">True</property>
368                               <property name="can_focus">True</property>
369                               <property name="label" translatable="yes">udp6://@:1234</property>
370                             </widget>
371                           </child>
372
373                           <child>
374                             <widget class="GtkListItem" id="listitem342">
375                               <property name="visible">True</property>
376                               <property name="can_focus">True</property>
377                               <property name="label" translatable="yes">rtp://</property>
378                             </widget>
379                           </child>
380
381                           <child>
382                             <widget class="GtkListItem" id="listitem343">
383                               <property name="visible">True</property>
384                               <property name="can_focus">True</property>
385                               <property name="label" translatable="yes">rtp6://</property>
386                             </widget>
387                           </child>
388
389                           <child>
390                             <widget class="GtkListItem" id="listitem344">
391                               <property name="visible">True</property>
392                               <property name="can_focus">True</property>
393                               <property name="label" translatable="yes">ftp://</property>
394                             </widget>
395                           </child>
396
397                           <child>
398                             <widget class="GtkListItem" id="listitem345">
399                               <property name="visible">True</property>
400                               <property name="can_focus">True</property>
401                               <property name="label" translatable="yes">http://</property>
402                             </widget>
403                           </child>
404
405                           <child>
406                             <widget class="GtkListItem" id="listitem346">
407                               <property name="visible">True</property>
408                               <property name="can_focus">True</property>
409                               <property name="label" translatable="yes">mms://</property>
410                             </widget>
411                           </child>
412                         </widget>
413                       </child>
414                     </widget>
415                     <packing>
416                       <property name="padding">0</property>
417                       <property name="expand">True</property>
418                       <property name="fill">True</property>
419                     </packing>
420                   </child>
421                 </widget>
422                 <packing>
423                   <property name="padding">0</property>
424                   <property name="expand">False</property>
425                   <property name="fill">False</property>
426                 </packing>
427               </child>
428
429               <child>
430                 <widget class="GtkHSeparator" id="hseparator15">
431                   <property name="height_request">10</property>
432                   <property name="visible">True</property>
433                 </widget>
434                 <packing>
435                   <property name="padding">0</property>
436                   <property name="expand">False</property>
437                   <property name="fill">False</property>
438                 </packing>
439               </child>
440
441               <child>
442                 <widget class="GtkTable" id="table2">
443                   <property name="visible">True</property>
444                   <property name="n_rows">6</property>
445                   <property name="n_columns">2</property>
446                   <property name="homogeneous">False</property>
447                   <property name="row_spacing">0</property>
448                   <property name="column_spacing">0</property>
449
450                   <child>
451                     <widget class="GtkLabel" id="labelNetworkPort">
452                       <property name="visible">True</property>
453                       <property name="label" translatable="yes">Port:</property>
454                       <property name="use_underline">False</property>
455                       <property name="use_markup">False</property>
456                       <property name="justify">GTK_JUSTIFY_LEFT</property>
457                       <property name="wrap">False</property>
458                       <property name="selectable">False</property>
459                       <property name="xalign">0</property>
460                       <property name="yalign">0.5</property>
461                       <property name="xpad">0</property>
462                       <property name="ypad">0</property>
463                     </widget>
464                     <packing>
465                       <property name="left_attach">0</property>
466                       <property name="right_attach">1</property>
467                       <property name="top_attach">0</property>
468                       <property name="bottom_attach">1</property>
469                       <property name="x_options">fill</property>
470                       <property name="y_options"></property>
471                     </packing>
472                   </child>
473
474                   <child>
475                     <widget class="GtkLabel" id="labelNetworkAddress">
476                       <property name="visible">True</property>
477                       <property name="label" translatable="yes">Address:</property>
478                       <property name="use_underline">False</property>
479                       <property name="use_markup">False</property>
480                       <property name="justify">GTK_JUSTIFY_LEFT</property>
481                       <property name="wrap">False</property>
482                       <property name="selectable">False</property>
483                       <property name="xalign">0</property>
484                       <property name="yalign">0.5</property>
485                       <property name="xpad">0</property>
486                       <property name="ypad">0</property>
487                     </widget>
488                     <packing>
489                       <property name="left_attach">0</property>
490                       <property name="right_attach">1</property>
491                       <property name="top_attach">1</property>
492                       <property name="bottom_attach">2</property>
493                       <property name="x_options">fill</property>
494                       <property name="y_options"></property>
495                     </packing>
496                   </child>
497
498                   <child>
499                     <widget class="GtkSpinButton" id="entryNetworkPort">
500                       <property name="visible">True</property>
501                       <property name="can_focus">True</property>
502                       <property name="climb_rate">1</property>
503                       <property name="digits">0</property>
504                       <property name="numeric">True</property>
505                       <property name="update_policy">GTK_UPDATE_ALWAYS</property>
506                       <property name="snap_to_ticks">False</property>
507                       <property name="wrap">False</property>
508                       <property name="adjustment">1233 0 65535 1 10 10</property>
509                       <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:10 GMT"/>
510                     </widget>
511                     <packing>
512                       <property name="left_attach">1</property>
513                       <property name="right_attach">2</property>
514                       <property name="top_attach">0</property>
515                       <property name="bottom_attach">1</property>
516                       <property name="y_options"></property>
517                     </packing>
518                   </child>
519
520                   <child>
521                     <widget class="GtkCombo" id="comboNetworkAddress">
522                       <property name="visible">True</property>
523                       <property name="value_in_list">False</property>
524                       <property name="allow_empty">True</property>
525                       <property name="case_sensitive">False</property>
526                       <property name="enable_arrow_keys">True</property>
527                       <property name="enable_arrows_always">False</property>
528
529                       <child internal-child="entry">
530                         <widget class="GtkEntry" id="entryNetworkAddress">
531                           <property name="visible">True</property>
532                           <property name="can_focus">True</property>
533                           <property name="editable">True</property>
534                           <property name="visibility">True</property>
535                           <property name="max_length">0</property>
536                           <property name="text" translatable="yes"></property>
537                           <property name="has_frame">True</property>
538                           <property name="invisible_char" translatable="yes">*</property>
539                           <property name="activates_default">False</property>
540                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:30 GMT"/>
541                         </widget>
542                       </child>
543
544                       <child internal-child="list">
545                         <widget class="GtkList" id="listNetworkAdress">
546                           <property name="visible">True</property>
547                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
548                         </widget>
549                       </child>
550                     </widget>
551                     <packing>
552                       <property name="left_attach">1</property>
553                       <property name="right_attach">2</property>
554                       <property name="top_attach">1</property>
555                       <property name="bottom_attach">2</property>
556                       <property name="y_options"></property>
557                     </packing>
558                   </child>
559
560                   <child>
561                     <widget class="GtkCombo" id="comboNetworkType">
562                       <property name="visible">True</property>
563                       <property name="value_in_list">False</property>
564                       <property name="allow_empty">True</property>
565                       <property name="case_sensitive">False</property>
566                       <property name="enable_arrow_keys">True</property>
567                       <property name="enable_arrows_always">False</property>
568
569                       <child internal-child="entry">
570                         <widget class="GtkEntry" id="entryNetworkType">
571                           <property name="visible">True</property>
572                           <property name="can_focus">True</property>
573                           <property name="editable">True</property>
574                           <property name="visibility">True</property>
575                           <property name="max_length">0</property>
576                           <property name="text" translatable="yes">unicast</property>
577                           <property name="has_frame">True</property>
578                           <property name="invisible_char" translatable="yes">*</property>
579                           <property name="activates_default">True</property>
580                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:45 GMT"/>
581                         </widget>
582                       </child>
583
584                       <child internal-child="list">
585                         <widget class="GtkList" id="listNetworkType">
586                           <property name="visible">True</property>
587                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
588
589                           <child>
590                             <widget class="GtkListItem" id="listitem85">
591                               <property name="visible">True</property>
592                               <property name="can_focus">True</property>
593                               <property name="label" translatable="yes">unicast</property>
594                             </widget>
595                           </child>
596
597                           <child>
598                             <widget class="GtkListItem" id="listitem86">
599                               <property name="visible">True</property>
600                               <property name="can_focus">True</property>
601                               <property name="label" translatable="yes">multicast</property>
602                             </widget>
603                           </child>
604                         </widget>
605                       </child>
606                     </widget>
607                     <packing>
608                       <property name="left_attach">1</property>
609                       <property name="right_attach">2</property>
610                       <property name="top_attach">2</property>
611                       <property name="bottom_attach">3</property>
612                       <property name="y_options"></property>
613                     </packing>
614                   </child>
615
616                   <child>
617                     <widget class="GtkLabel" id="labelNetworkType">
618                       <property name="visible">True</property>
619                       <property name="label" translatable="yes">Network: </property>
620                       <property name="use_underline">False</property>
621                       <property name="use_markup">False</property>
622                       <property name="justify">GTK_JUSTIFY_LEFT</property>
623                       <property name="wrap">False</property>
624                       <property name="selectable">False</property>
625                       <property name="xalign">0</property>
626                       <property name="yalign">0.5</property>
627                       <property name="xpad">0</property>
628                       <property name="ypad">0</property>
629                     </widget>
630                     <packing>
631                       <property name="left_attach">0</property>
632                       <property name="right_attach">1</property>
633                       <property name="top_attach">2</property>
634                       <property name="bottom_attach">3</property>
635                       <property name="x_options">fill</property>
636                       <property name="y_options"></property>
637                     </packing>
638                   </child>
639
640                   <child>
641                     <widget class="GtkCombo" id="comboNetworkProtocolType">
642                       <property name="visible">True</property>
643                       <property name="value_in_list">False</property>
644                       <property name="allow_empty">True</property>
645                       <property name="case_sensitive">False</property>
646                       <property name="enable_arrow_keys">True</property>
647                       <property name="enable_arrows_always">False</property>
648
649                       <child internal-child="entry">
650                         <widget class="GtkEntry" id="entryNetworkProtocolType">
651                           <property name="visible">True</property>
652                           <property name="can_focus">True</property>
653                           <property name="editable">True</property>
654                           <property name="visibility">True</property>
655                           <property name="max_length">0</property>
656                           <property name="text" translatable="yes">udp</property>
657                           <property name="has_frame">True</property>
658                           <property name="invisible_char" translatable="yes">*</property>
659                           <property name="activates_default">False</property>
660                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:01 GMT"/>
661                         </widget>
662                       </child>
663
664                       <child internal-child="list">
665                         <widget class="GtkList" id="listNetworkProtocolType">
666                           <property name="visible">True</property>
667                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
668
669                           <child>
670                             <widget class="GtkListItem" id="listitem1101">
671                               <property name="visible">True</property>
672                               <property name="can_focus">True</property>
673                               <property name="label" translatable="yes">udp</property>
674                             </widget>
675                           </child>
676
677                           <child>
678                             <widget class="GtkListItem" id="listitem1102">
679                               <property name="visible">True</property>
680                               <property name="can_focus">True</property>
681                               <property name="label" translatable="yes">udp6</property>
682                             </widget>
683                           </child>
684
685                           <child>
686                             <widget class="GtkListItem" id="listitem1103">
687                               <property name="visible">True</property>
688                               <property name="can_focus">True</property>
689                               <property name="label" translatable="yes">rtp</property>
690                             </widget>
691                           </child>
692
693                           <child>
694                             <widget class="GtkListItem" id="listitem1104">
695                               <property name="visible">True</property>
696                               <property name="can_focus">True</property>
697                               <property name="label" translatable="yes">rtp4</property>
698                             </widget>
699                           </child>
700
701                           <child>
702                             <widget class="GtkListItem" id="listitem1105">
703                               <property name="visible">True</property>
704                               <property name="can_focus">True</property>
705                               <property name="label" translatable="yes">ftp</property>
706                             </widget>
707                           </child>
708
709                           <child>
710                             <widget class="GtkListItem" id="listitem1106">
711                               <property name="visible">True</property>
712                               <property name="can_focus">True</property>
713                               <property name="label" translatable="yes">http</property>
714                             </widget>
715                           </child>
716
717                           <child>
718                             <widget class="GtkListItem" id="listitem1107">
719                               <property name="visible">True</property>
720                               <property name="can_focus">True</property>
721                               <property name="label" translatable="yes">sout</property>
722                             </widget>
723                           </child>
724
725                           <child>
726                             <widget class="GtkListItem" id="listitem1108">
727                               <property name="visible">True</property>
728                               <property name="can_focus">True</property>
729                               <property name="label" translatable="yes">mms</property>
730                             </widget>
731                           </child>
732                         </widget>
733                       </child>
734                     </widget>
735                     <packing>
736                       <property name="left_attach">1</property>
737                       <property name="right_attach">2</property>
738                       <property name="top_attach">3</property>
739                       <property name="bottom_attach">4</property>
740                       <property name="y_options"></property>
741                     </packing>
742                   </child>
743
744                   <child>
745                     <widget class="GtkLabel" id="labelNetworkProtocol">
746                       <property name="visible">True</property>
747                       <property name="label" translatable="yes">Protocol:</property>
748                       <property name="use_underline">False</property>
749                       <property name="use_markup">False</property>
750                       <property name="justify">GTK_JUSTIFY_LEFT</property>
751                       <property name="wrap">False</property>
752                       <property name="selectable">False</property>
753                       <property name="xalign">0</property>
754                       <property name="yalign">0.5</property>
755                       <property name="xpad">0</property>
756                       <property name="ypad">0</property>
757                     </widget>
758                     <packing>
759                       <property name="left_attach">0</property>
760                       <property name="right_attach">1</property>
761                       <property name="top_attach">3</property>
762                       <property name="bottom_attach">4</property>
763                       <property name="x_options">fill</property>
764                       <property name="y_options"></property>
765                     </packing>
766                   </child>
767                 </widget>
768                 <packing>
769                   <property name="padding">0</property>
770                   <property name="expand">True</property>
771                   <property name="fill">True</property>
772                 </packing>
773               </child>
774
775               <child>
776                 <widget class="GtkHBox" id="hbox13">
777                   <property name="visible">True</property>
778                   <property name="homogeneous">False</property>
779                   <property name="spacing">0</property>
780
781                   <child>
782                     <placeholder/>
783                   </child>
784
785                   <child>
786                     <widget class="GtkButton" id="AddNetworkPlaylist">
787                       <property name="visible">True</property>
788                       <property name="can_focus">True</property>
789                       <property name="label" translatable="yes">Add to Playlist</property>
790                       <property name="use_underline">True</property>
791                       <property name="relief">GTK_RELIEF_NORMAL</property>
792                       <signal name="pressed" handler="onAddNetworkPlaylist" last_modification_time="Fri, 26 Sep 2003 12:37:36 GMT"/>
793                     </widget>
794                     <packing>
795                       <property name="padding">0</property>
796                       <property name="expand">False</property>
797                       <property name="fill">False</property>
798                     </packing>
799                   </child>
800
801                   <child>
802                     <placeholder/>
803                   </child>
804                 </widget>
805                 <packing>
806                   <property name="padding">0</property>
807                   <property name="expand">False</property>
808                   <property name="fill">False</property>
809                 </packing>
810               </child>
811             </widget>
812             <packing>
813               <property name="tab_expand">True</property>
814               <property name="tab_fill">True</property>
815             </packing>
816           </child>
817
818           <child>
819             <widget class="GtkLabel" id="Network">
820               <property name="visible">True</property>
821               <property name="label" translatable="yes">Network</property>
822               <property name="use_underline">False</property>
823               <property name="use_markup">False</property>
824               <property name="justify">GTK_JUSTIFY_CENTER</property>
825               <property name="wrap">False</property>
826               <property name="selectable">False</property>
827               <property name="xalign">0.5</property>
828               <property name="yalign">0.5</property>
829               <property name="xpad">0</property>
830               <property name="ypad">0</property>
831             </widget>
832             <packing>
833               <property name="type">tab</property>
834             </packing>
835           </child>
836
837           <child>
838             <widget class="GtkVBox" id="vbox7">
839               <property name="visible">True</property>
840               <property name="homogeneous">False</property>
841               <property name="spacing">0</property>
842
843               <child>
844                 <widget class="GtkScrolledWindow" id="scrolledV4Lwindow">
845                   <property name="visible">True</property>
846                   <property name="can_focus">True</property>
847                   <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
848                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
849                   <property name="shadow_type">GTK_SHADOW_NONE</property>
850                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
851
852                   <child>
853                     <widget class="GtkViewport" id="viewportV4L">
854                       <property name="visible">True</property>
855                       <property name="shadow_type">GTK_SHADOW_IN</property>
856
857                       <child>
858                         <widget class="GtkTable" id="tableV4L">
859                           <property name="visible">True</property>
860                           <property name="n_rows">12</property>
861                           <property name="n_columns">2</property>
862                           <property name="homogeneous">False</property>
863                           <property name="row_spacing">0</property>
864                           <property name="column_spacing">0</property>
865
866                           <child>
867                             <widget class="GtkLabel" id="labelV4lVideDevice">
868                               <property name="visible">True</property>
869                               <property name="label" translatable="yes">Video:</property>
870                               <property name="use_underline">False</property>
871                               <property name="use_markup">False</property>
872                               <property name="justify">GTK_JUSTIFY_LEFT</property>
873                               <property name="wrap">False</property>
874                               <property name="selectable">False</property>
875                               <property name="xalign">0</property>
876                               <property name="yalign">0.5</property>
877                               <property name="xpad">0</property>
878                               <property name="ypad">0</property>
879                             </widget>
880                             <packing>
881                               <property name="left_attach">0</property>
882                               <property name="right_attach">1</property>
883                               <property name="top_attach">0</property>
884                               <property name="bottom_attach">1</property>
885                               <property name="x_options">fill</property>
886                               <property name="y_options"></property>
887                             </packing>
888                           </child>
889
890                           <child>
891                             <widget class="GtkLabel" id="labelV4LAudioDevice">
892                               <property name="visible">True</property>
893                               <property name="label" translatable="yes">Audio:</property>
894                               <property name="use_underline">False</property>
895                               <property name="use_markup">False</property>
896                               <property name="justify">GTK_JUSTIFY_LEFT</property>
897                               <property name="wrap">False</property>
898                               <property name="selectable">False</property>
899                               <property name="xalign">0</property>
900                               <property name="yalign">0.5</property>
901                               <property name="xpad">0</property>
902                               <property name="ypad">0</property>
903                             </widget>
904                             <packing>
905                               <property name="left_attach">0</property>
906                               <property name="right_attach">1</property>
907                               <property name="top_attach">1</property>
908                               <property name="bottom_attach">2</property>
909                               <property name="x_options">fill</property>
910                               <property name="y_options"></property>
911                             </packing>
912                           </child>
913
914                           <child>
915                             <widget class="GtkCombo" id="comboV4lVideoDevice">
916                               <property name="visible">True</property>
917                               <property name="value_in_list">True</property>
918                               <property name="allow_empty">True</property>
919                               <property name="case_sensitive">False</property>
920                               <property name="enable_arrow_keys">True</property>
921                               <property name="enable_arrows_always">False</property>
922
923                               <child internal-child="entry">
924                                 <widget class="GtkEntry" id="entryV4LVideoDevice">
925                                   <property name="visible">True</property>
926                                   <property name="can_focus">True</property>
927                                   <property name="editable">True</property>
928                                   <property name="visibility">True</property>
929                                   <property name="max_length">0</property>
930                                   <property name="text" translatable="yes">/dev/video</property>
931                                   <property name="has_frame">True</property>
932                                   <property name="invisible_char" translatable="yes">*</property>
933                                   <property name="activates_default">True</property>
934                                   <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:44:46 GMT"/>
935                                 </widget>
936                               </child>
937
938                               <child internal-child="list">
939                                 <widget class="GtkList" id="listV4LVideoDevice">
940                                   <property name="visible">True</property>
941                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
942
943                                   <child>
944                                     <widget class="GtkListItem" id="listitem1188">
945                                       <property name="visible">True</property>
946                                       <property name="can_focus">True</property>
947                                       <property name="label" translatable="yes">/dev/video</property>
948                                     </widget>
949                                   </child>
950
951                                   <child>
952                                     <widget class="GtkListItem" id="listitem1189">
953                                       <property name="visible">True</property>
954                                       <property name="can_focus">True</property>
955                                       <property name="label" translatable="yes">/dev/video0</property>
956                                     </widget>
957                                   </child>
958
959                                   <child>
960                                     <widget class="GtkListItem" id="listitem1190">
961                                       <property name="visible">True</property>
962                                       <property name="can_focus">True</property>
963                                       <property name="label" translatable="yes">/dev/video1</property>
964                                     </widget>
965                                   </child>
966                                 </widget>
967                               </child>
968                             </widget>
969                             <packing>
970                               <property name="left_attach">1</property>
971                               <property name="right_attach">2</property>
972                               <property name="top_attach">0</property>
973                               <property name="bottom_attach">1</property>
974                               <property name="y_options"></property>
975                             </packing>
976                           </child>
977
978                           <child>
979                             <widget class="GtkCombo" id="comboV4lAudioDevice">
980                               <property name="visible">True</property>
981                               <property name="value_in_list">False</property>
982                               <property name="allow_empty">True</property>
983                               <property name="case_sensitive">False</property>
984                               <property name="enable_arrow_keys">True</property>
985                               <property name="enable_arrows_always">False</property>
986
987                               <child internal-child="entry">
988                                 <widget class="GtkEntry" id="entryV4LAudioDevice">
989                                   <property name="visible">True</property>
990                                   <property name="can_focus">True</property>
991                                   <property name="editable">True</property>
992                                   <property name="visibility">True</property>
993                                   <property name="max_length">0</property>
994                                   <property name="text" translatable="yes">/dev/dsp</property>
995                                   <property name="has_frame">True</property>
996                                   <property name="invisible_char" translatable="yes">*</property>
997                                   <property name="activates_default">True</property>
998                                   <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:45:10 GMT"/>
999                                 </widget>
1000                               </child>
1001
1002                               <child internal-child="list">
1003                                 <widget class="GtkList" id="listV4LAudioDevice">
1004                                   <property name="visible">True</property>
1005                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1006
1007                                   <child>
1008                                     <widget class="GtkListItem" id="listitem1256">
1009                                       <property name="visible">True</property>
1010                                       <property name="can_focus">True</property>
1011                                       <property name="label" translatable="yes">/dev/dsp</property>
1012                                     </widget>
1013                                   </child>
1014
1015                                   <child>
1016                                     <widget class="GtkListItem" id="listitem1257">
1017                                       <property name="visible">True</property>
1018                                       <property name="can_focus">True</property>
1019                                       <property name="label" translatable="yes">/dev/audio</property>
1020                                     </widget>
1021                                   </child>
1022
1023                                   <child>
1024                                     <widget class="GtkListItem" id="listitem1258">
1025                                       <property name="visible">True</property>
1026                                       <property name="can_focus">True</property>
1027                                       <property name="label" translatable="yes">/dev/audio0</property>
1028                                     </widget>
1029                                   </child>
1030
1031                                   <child>
1032                                     <widget class="GtkListItem" id="listitem1259">
1033                                       <property name="visible">True</property>
1034                                       <property name="can_focus">True</property>
1035                                       <property name="label" translatable="yes">/dev/audio1</property>
1036                                     </widget>
1037                                   </child>
1038                                 </widget>
1039                               </child>
1040                             </widget>
1041                             <packing>
1042                               <property name="left_attach">1</property>
1043                               <property name="right_attach">2</property>
1044                               <property name="top_attach">1</property>
1045                               <property name="bottom_attach">2</property>
1046                               <property name="y_options"></property>
1047                             </packing>
1048                           </child>
1049
1050                           <child>
1051                             <widget class="GtkLabel" id="labelV4LChannel">
1052                               <property name="visible">True</property>
1053                               <property name="label" translatable="yes">Channel:</property>
1054                               <property name="use_underline">False</property>
1055                               <property name="use_markup">False</property>
1056                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1057                               <property name="wrap">False</property>
1058                               <property name="selectable">False</property>
1059                               <property name="xalign">0</property>
1060                               <property name="yalign">0.5</property>
1061                               <property name="xpad">0</property>
1062                               <property name="ypad">0</property>
1063                             </widget>
1064                             <packing>
1065                               <property name="left_attach">0</property>
1066                               <property name="right_attach">1</property>
1067                               <property name="top_attach">2</property>
1068                               <property name="bottom_attach">3</property>
1069                               <property name="x_options">fill</property>
1070                               <property name="y_options"></property>
1071                             </packing>
1072                           </child>
1073
1074                           <child>
1075                             <widget class="GtkSpinButton" id="entryV4LChannel">
1076                               <property name="visible">True</property>
1077                               <property name="can_focus">True</property>
1078                               <property name="climb_rate">1</property>
1079                               <property name="digits">0</property>
1080                               <property name="numeric">True</property>
1081                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1082                               <property name="snap_to_ticks">False</property>
1083                               <property name="wrap">False</property>
1084                               <property name="adjustment">0 0 100 1 10 10</property>
1085                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:45:26 GMT"/>
1086                             </widget>
1087                             <packing>
1088                               <property name="left_attach">1</property>
1089                               <property name="right_attach">2</property>
1090                               <property name="top_attach">2</property>
1091                               <property name="bottom_attach">3</property>
1092                               <property name="y_options"></property>
1093                             </packing>
1094                           </child>
1095
1096                           <child>
1097                             <widget class="GtkLabel" id="labelV4LNorm">
1098                               <property name="visible">True</property>
1099                               <property name="label" translatable="yes">Norm:</property>
1100                               <property name="use_underline">False</property>
1101                               <property name="use_markup">False</property>
1102                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1103                               <property name="wrap">False</property>
1104                               <property name="selectable">False</property>
1105                               <property name="xalign">0</property>
1106                               <property name="yalign">0.5</property>
1107                               <property name="xpad">0</property>
1108                               <property name="ypad">0</property>
1109                             </widget>
1110                             <packing>
1111                               <property name="left_attach">0</property>
1112                               <property name="right_attach">1</property>
1113                               <property name="top_attach">3</property>
1114                               <property name="bottom_attach">4</property>
1115                               <property name="x_options">fill</property>
1116                               <property name="y_options"></property>
1117                             </packing>
1118                           </child>
1119
1120                           <child>
1121                             <widget class="GtkCombo" id="comboV4LNorm">
1122                               <property name="visible">True</property>
1123                               <property name="value_in_list">False</property>
1124                               <property name="allow_empty">True</property>
1125                               <property name="case_sensitive">False</property>
1126                               <property name="enable_arrow_keys">True</property>
1127                               <property name="enable_arrows_always">False</property>
1128
1129                               <child internal-child="entry">
1130                                 <widget class="GtkEntry" id="entryV4LNorm">
1131                                   <property name="visible">True</property>
1132                                   <property name="can_focus">True</property>
1133                                   <property name="editable">True</property>
1134                                   <property name="visibility">True</property>
1135                                   <property name="max_length">0</property>
1136                                   <property name="text" translatable="yes">pal</property>
1137                                   <property name="has_frame">True</property>
1138                                   <property name="invisible_char" translatable="yes">*</property>
1139                                   <property name="activates_default">True</property>
1140                                   <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:45:49 GMT"/>
1141                                 </widget>
1142                               </child>
1143
1144                               <child internal-child="list">
1145                                 <widget class="GtkList" id="listV4LNorm">
1146                                   <property name="visible">True</property>
1147                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1148
1149                                   <child>
1150                                     <widget class="GtkListItem" id="listitem1286">
1151                                       <property name="visible">True</property>
1152                                       <property name="can_focus">True</property>
1153                                       <property name="label" translatable="yes">pal</property>
1154                                     </widget>
1155                                   </child>
1156
1157                                   <child>
1158                                     <widget class="GtkListItem" id="listitem1287">
1159                                       <property name="visible">True</property>
1160                                       <property name="can_focus">True</property>
1161                                       <property name="label" translatable="yes">ntsc</property>
1162                                     </widget>
1163                                   </child>
1164
1165                                   <child>
1166                                     <widget class="GtkListItem" id="listitem1288">
1167                                       <property name="visible">True</property>
1168                                       <property name="can_focus">True</property>
1169                                       <property name="label" translatable="yes">secam</property>
1170                                     </widget>
1171                                   </child>
1172
1173                                   <child>
1174                                     <widget class="GtkListItem" id="listitem1289">
1175                                       <property name="visible">True</property>
1176                                       <property name="can_focus">True</property>
1177                                       <property name="label" translatable="yes">auto</property>
1178                                     </widget>
1179                                   </child>
1180                                 </widget>
1181                               </child>
1182                             </widget>
1183                             <packing>
1184                               <property name="left_attach">1</property>
1185                               <property name="right_attach">2</property>
1186                               <property name="top_attach">3</property>
1187                               <property name="bottom_attach">4</property>
1188                               <property name="y_options"></property>
1189                             </packing>
1190                           </child>
1191
1192                           <child>
1193                             <widget class="GtkLabel" id="labelV4LSize">
1194                               <property name="visible">True</property>
1195                               <property name="label" translatable="yes">Size:</property>
1196                               <property name="use_underline">False</property>
1197                               <property name="use_markup">False</property>
1198                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1199                               <property name="wrap">False</property>
1200                               <property name="selectable">False</property>
1201                               <property name="xalign">0</property>
1202                               <property name="yalign">0.5</property>
1203                               <property name="xpad">0</property>
1204                               <property name="ypad">0</property>
1205                             </widget>
1206                             <packing>
1207                               <property name="left_attach">0</property>
1208                               <property name="right_attach">1</property>
1209                               <property name="top_attach">4</property>
1210                               <property name="bottom_attach">5</property>
1211                               <property name="x_options">fill</property>
1212                               <property name="y_options"></property>
1213                             </packing>
1214                           </child>
1215
1216                           <child>
1217                             <widget class="GtkCombo" id="comboV4LSize">
1218                               <property name="visible">True</property>
1219                               <property name="value_in_list">False</property>
1220                               <property name="allow_empty">True</property>
1221                               <property name="case_sensitive">False</property>
1222                               <property name="enable_arrow_keys">True</property>
1223                               <property name="enable_arrows_always">False</property>
1224
1225                               <child internal-child="entry">
1226                                 <widget class="GtkEntry" id="entryV4LSize">
1227                                   <property name="visible">True</property>
1228                                   <property name="can_focus">True</property>
1229                                   <property name="editable">True</property>
1230                                   <property name="visibility">True</property>
1231                                   <property name="max_length">0</property>
1232                                   <property name="text" translatable="yes">240x192</property>
1233                                   <property name="has_frame">True</property>
1234                                   <property name="invisible_char" translatable="yes">*</property>
1235                                   <property name="activates_default">True</property>
1236                                   <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:46:04 GMT"/>
1237                                 </widget>
1238                               </child>
1239
1240                               <child internal-child="list">
1241                                 <widget class="GtkList" id="listV4LSize">
1242                                   <property name="visible">True</property>
1243                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1244
1245                                   <child>
1246                                     <widget class="GtkListItem" id="listitem1471">
1247                                       <property name="visible">True</property>
1248                                       <property name="can_focus">True</property>
1249                                       <property name="label" translatable="yes">240x192</property>
1250                                     </widget>
1251                                   </child>
1252
1253                                   <child>
1254                                     <widget class="GtkListItem" id="listitem1472">
1255                                       <property name="visible">True</property>
1256                                       <property name="can_focus">True</property>
1257                                       <property name="label" translatable="yes">320x240</property>
1258                                     </widget>
1259                                   </child>
1260
1261                                   <child>
1262                                     <widget class="GtkListItem" id="listitem1473">
1263                                       <property name="visible">True</property>
1264                                       <property name="can_focus">True</property>
1265                                       <property name="label" translatable="yes">qsif</property>
1266                                     </widget>
1267                                   </child>
1268
1269                                   <child>
1270                                     <widget class="GtkListItem" id="listitem1474">
1271                                       <property name="visible">True</property>
1272                                       <property name="can_focus">True</property>
1273                                       <property name="label" translatable="yes">qcif</property>
1274                                     </widget>
1275                                   </child>
1276
1277                                   <child>
1278                                     <widget class="GtkListItem" id="listitem1475">
1279                                       <property name="visible">True</property>
1280                                       <property name="can_focus">True</property>
1281                                       <property name="label" translatable="yes">sif</property>
1282                                     </widget>
1283                                   </child>
1284
1285                                   <child>
1286                                     <widget class="GtkListItem" id="listitem1476">
1287                                       <property name="visible">True</property>
1288                                       <property name="can_focus">True</property>
1289                                       <property name="label" translatable="yes">cif</property>
1290                                     </widget>
1291                                   </child>
1292
1293                                   <child>
1294                                     <widget class="GtkListItem" id="listitem1477">
1295                                       <property name="visible">True</property>
1296                                       <property name="can_focus">True</property>
1297                                       <property name="label" translatable="yes">vga</property>
1298                                     </widget>
1299                                   </child>
1300                                 </widget>
1301                               </child>
1302                             </widget>
1303                             <packing>
1304                               <property name="left_attach">1</property>
1305                               <property name="right_attach">2</property>
1306                               <property name="top_attach">4</property>
1307                               <property name="bottom_attach">5</property>
1308                               <property name="y_options"></property>
1309                             </packing>
1310                           </child>
1311
1312                           <child>
1313                             <widget class="GtkLabel" id="labelV4LFrequency">
1314                               <property name="visible">True</property>
1315                               <property name="label" translatable="yes">Frequency:</property>
1316                               <property name="use_underline">False</property>
1317                               <property name="use_markup">False</property>
1318                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1319                               <property name="wrap">False</property>
1320                               <property name="selectable">False</property>
1321                               <property name="xalign">0</property>
1322                               <property name="yalign">0.5</property>
1323                               <property name="xpad">0</property>
1324                               <property name="ypad">0</property>
1325                             </widget>
1326                             <packing>
1327                               <property name="left_attach">0</property>
1328                               <property name="right_attach">1</property>
1329                               <property name="top_attach">5</property>
1330                               <property name="bottom_attach">6</property>
1331                               <property name="x_options">fill</property>
1332                               <property name="y_options"></property>
1333                             </packing>
1334                           </child>
1335
1336                           <child>
1337                             <widget class="GtkSpinButton" id="entryV4LFrequency">
1338                               <property name="visible">True</property>
1339                               <property name="can_focus">True</property>
1340                               <property name="climb_rate">1</property>
1341                               <property name="digits">0</property>
1342                               <property name="numeric">True</property>
1343                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1344                               <property name="snap_to_ticks">False</property>
1345                               <property name="wrap">False</property>
1346                               <property name="adjustment">8692 0 65535 1 10 10</property>
1347                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:46:20 GMT"/>
1348                             </widget>
1349                             <packing>
1350                               <property name="left_attach">1</property>
1351                               <property name="right_attach">2</property>
1352                               <property name="top_attach">5</property>
1353                               <property name="bottom_attach">6</property>
1354                               <property name="y_options"></property>
1355                             </packing>
1356                           </child>
1357
1358                           <child>
1359                             <widget class="GtkLabel" id="labelV4LSampleRate">
1360                               <property name="visible">True</property>
1361                               <property name="label" translatable="yes">Samplerate:</property>
1362                               <property name="use_underline">False</property>
1363                               <property name="use_markup">False</property>
1364                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1365                               <property name="wrap">False</property>
1366                               <property name="selectable">False</property>
1367                               <property name="xalign">0</property>
1368                               <property name="yalign">0.5</property>
1369                               <property name="xpad">0</property>
1370                               <property name="ypad">0</property>
1371                             </widget>
1372                             <packing>
1373                               <property name="left_attach">0</property>
1374                               <property name="right_attach">1</property>
1375                               <property name="top_attach">6</property>
1376                               <property name="bottom_attach">7</property>
1377                               <property name="x_options">fill</property>
1378                               <property name="y_options"></property>
1379                             </packing>
1380                           </child>
1381
1382                           <child>
1383                             <widget class="GtkSpinButton" id="entryV4LSampleRate">
1384                               <property name="visible">True</property>
1385                               <property name="can_focus">True</property>
1386                               <property name="climb_rate">1</property>
1387                               <property name="digits">0</property>
1388                               <property name="numeric">True</property>
1389                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1390                               <property name="snap_to_ticks">False</property>
1391                               <property name="wrap">False</property>
1392                               <property name="adjustment">44100 0 65535 1 10 10</property>
1393                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:46:34 GMT"/>
1394                             </widget>
1395                             <packing>
1396                               <property name="left_attach">1</property>
1397                               <property name="right_attach">2</property>
1398                               <property name="top_attach">6</property>
1399                               <property name="bottom_attach">7</property>
1400                               <property name="y_options"></property>
1401                             </packing>
1402                           </child>
1403
1404                           <child>
1405                             <widget class="GtkLabel" id="labelV4LQuality">
1406                               <property name="visible">True</property>
1407                               <property name="label" translatable="yes">Quality:</property>
1408                               <property name="use_underline">False</property>
1409                               <property name="use_markup">False</property>
1410                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1411                               <property name="wrap">False</property>
1412                               <property name="selectable">False</property>
1413                               <property name="xalign">0</property>
1414                               <property name="yalign">0.5</property>
1415                               <property name="xpad">0</property>
1416                               <property name="ypad">0</property>
1417                             </widget>
1418                             <packing>
1419                               <property name="left_attach">0</property>
1420                               <property name="right_attach">1</property>
1421                               <property name="top_attach">7</property>
1422                               <property name="bottom_attach">8</property>
1423                               <property name="x_options">fill</property>
1424                               <property name="y_options"></property>
1425                             </packing>
1426                           </child>
1427
1428                           <child>
1429                             <widget class="GtkSpinButton" id="entryV4LQuality">
1430                               <property name="visible">True</property>
1431                               <property name="can_focus">True</property>
1432                               <property name="climb_rate">1</property>
1433                               <property name="digits">0</property>
1434                               <property name="numeric">True</property>
1435                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1436                               <property name="snap_to_ticks">False</property>
1437                               <property name="wrap">False</property>
1438                               <property name="adjustment">100 0 65535 1 10 10</property>
1439                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:46:51 GMT"/>
1440                             </widget>
1441                             <packing>
1442                               <property name="left_attach">1</property>
1443                               <property name="right_attach">2</property>
1444                               <property name="top_attach">7</property>
1445                               <property name="bottom_attach">8</property>
1446                               <property name="y_options"></property>
1447                             </packing>
1448                           </child>
1449
1450                           <child>
1451                             <widget class="GtkLabel" id="labelV4LTuner">
1452                               <property name="visible">True</property>
1453                               <property name="label" translatable="yes">Tuner:</property>
1454                               <property name="use_underline">False</property>
1455                               <property name="use_markup">False</property>
1456                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1457                               <property name="wrap">False</property>
1458                               <property name="selectable">False</property>
1459                               <property name="xalign">0</property>
1460                               <property name="yalign">0.5</property>
1461                               <property name="xpad">0</property>
1462                               <property name="ypad">0</property>
1463                             </widget>
1464                             <packing>
1465                               <property name="left_attach">0</property>
1466                               <property name="right_attach">1</property>
1467                               <property name="top_attach">9</property>
1468                               <property name="bottom_attach">10</property>
1469                               <property name="x_options">fill</property>
1470                               <property name="y_options"></property>
1471                             </packing>
1472                           </child>
1473
1474                           <child>
1475                             <widget class="GtkSpinButton" id="entryV4LTuner">
1476                               <property name="visible">True</property>
1477                               <property name="can_focus">True</property>
1478                               <property name="climb_rate">1</property>
1479                               <property name="digits">0</property>
1480                               <property name="numeric">True</property>
1481                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1482                               <property name="snap_to_ticks">False</property>
1483                               <property name="wrap">False</property>
1484                               <property name="adjustment">0 -1 100 1 10 10</property>
1485                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:47:25 GMT"/>
1486                             </widget>
1487                             <packing>
1488                               <property name="left_attach">1</property>
1489                               <property name="right_attach">2</property>
1490                               <property name="top_attach">9</property>
1491                               <property name="bottom_attach">10</property>
1492                               <property name="y_options"></property>
1493                             </packing>
1494                           </child>
1495
1496                           <child>
1497                             <widget class="GtkLabel" id="labelV4LSoundDirection">
1498                               <property name="visible">True</property>
1499                               <property name="label" translatable="yes">Sound:</property>
1500                               <property name="use_underline">False</property>
1501                               <property name="use_markup">False</property>
1502                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1503                               <property name="wrap">False</property>
1504                               <property name="selectable">False</property>
1505                               <property name="xalign">0</property>
1506                               <property name="yalign">0.5</property>
1507                               <property name="xpad">0</property>
1508                               <property name="ypad">0</property>
1509                             </widget>
1510                             <packing>
1511                               <property name="left_attach">0</property>
1512                               <property name="right_attach">1</property>
1513                               <property name="top_attach">8</property>
1514                               <property name="bottom_attach">9</property>
1515                               <property name="x_options">fill</property>
1516                               <property name="y_options"></property>
1517                             </packing>
1518                           </child>
1519
1520                           <child>
1521                             <widget class="GtkCombo" id="comboV4LSoundDirection">
1522                               <property name="visible">True</property>
1523                               <property name="value_in_list">True</property>
1524                               <property name="allow_empty">True</property>
1525                               <property name="case_sensitive">False</property>
1526                               <property name="enable_arrow_keys">True</property>
1527                               <property name="enable_arrows_always">True</property>
1528
1529                               <child internal-child="entry">
1530                                 <widget class="GtkEntry" id="entryV4LSoundDirection">
1531                                   <property name="visible">True</property>
1532                                   <property name="can_focus">True</property>
1533                                   <property name="editable">True</property>
1534                                   <property name="visibility">True</property>
1535                                   <property name="max_length">0</property>
1536                                   <property name="text" translatable="yes">Mono</property>
1537                                   <property name="has_frame">True</property>
1538                                   <property name="invisible_char" translatable="yes">*</property>
1539                                   <property name="activates_default">True</property>
1540                                   <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:47:10 GMT"/>
1541                                 </widget>
1542                               </child>
1543
1544                               <child internal-child="list">
1545                                 <widget class="GtkList" id="listV4LSoundDirection">
1546                                   <property name="visible">True</property>
1547                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1548
1549                                   <child>
1550                                     <widget class="GtkListItem" id="itemV4LSoundDirectionMono">
1551                                       <property name="visible">True</property>
1552                                       <property name="can_focus">True</property>
1553                                       <property name="label" translatable="yes">Mono</property>
1554                                     </widget>
1555                                   </child>
1556
1557                                   <child>
1558                                     <widget class="GtkListItem" id="itemV4LSoundDirectionStereo">
1559                                       <property name="visible">True</property>
1560                                       <property name="can_focus">True</property>
1561                                       <property name="label" translatable="yes">Stereo</property>
1562                                     </widget>
1563                                   </child>
1564                                 </widget>
1565                               </child>
1566                             </widget>
1567                             <packing>
1568                               <property name="left_attach">1</property>
1569                               <property name="right_attach">2</property>
1570                               <property name="top_attach">8</property>
1571                               <property name="bottom_attach">9</property>
1572                               <property name="y_options"></property>
1573                             </packing>
1574                           </child>
1575
1576                           <child>
1577                             <widget class="GtkLabel" id="labelV4LMJPEG">
1578                               <property name="visible">True</property>
1579                               <property name="label" translatable="yes">MJPEG:</property>
1580                               <property name="use_underline">False</property>
1581                               <property name="use_markup">False</property>
1582                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1583                               <property name="wrap">False</property>
1584                               <property name="selectable">False</property>
1585                               <property name="xalign">0</property>
1586                               <property name="yalign">0.5</property>
1587                               <property name="xpad">0</property>
1588                               <property name="ypad">0</property>
1589                             </widget>
1590                             <packing>
1591                               <property name="left_attach">0</property>
1592                               <property name="right_attach">1</property>
1593                               <property name="top_attach">10</property>
1594                               <property name="bottom_attach">11</property>
1595                               <property name="x_options">fill</property>
1596                               <property name="y_options"></property>
1597                             </packing>
1598                           </child>
1599
1600                           <child>
1601                             <widget class="GtkCheckButton" id="checkV4LMJPEG">
1602                               <property name="visible">True</property>
1603                               <property name="can_focus">True</property>
1604                               <property name="label" translatable="yes">enable</property>
1605                               <property name="use_underline">True</property>
1606                               <property name="relief">GTK_RELIEF_NORMAL</property>
1607                               <property name="active">False</property>
1608                               <property name="inconsistent">False</property>
1609                               <property name="draw_indicator">True</property>
1610                             </widget>
1611                             <packing>
1612                               <property name="left_attach">1</property>
1613                               <property name="right_attach">2</property>
1614                               <property name="top_attach">10</property>
1615                               <property name="bottom_attach">11</property>
1616                               <property name="x_options">fill</property>
1617                               <property name="y_options"></property>
1618                             </packing>
1619                           </child>
1620
1621                           <child>
1622                             <widget class="GtkLabel" id="labelV4LDecimation">
1623                               <property name="visible">True</property>
1624                               <property name="label" translatable="yes">Decimation:</property>
1625                               <property name="use_underline">False</property>
1626                               <property name="use_markup">False</property>
1627                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1628                               <property name="wrap">False</property>
1629                               <property name="selectable">False</property>
1630                               <property name="xalign">0</property>
1631                               <property name="yalign">0.5</property>
1632                               <property name="xpad">0</property>
1633                               <property name="ypad">0</property>
1634                             </widget>
1635                             <packing>
1636                               <property name="left_attach">0</property>
1637                               <property name="right_attach">1</property>
1638                               <property name="top_attach">11</property>
1639                               <property name="bottom_attach">12</property>
1640                               <property name="x_options">fill</property>
1641                               <property name="y_options"></property>
1642                             </packing>
1643                           </child>
1644
1645                           <child>
1646                             <widget class="GtkSpinButton" id="entryV4LDecimation">
1647                               <property name="visible">True</property>
1648                               <property name="can_focus">True</property>
1649                               <property name="climb_rate">1</property>
1650                               <property name="digits">0</property>
1651                               <property name="numeric">False</property>
1652                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1653                               <property name="snap_to_ticks">False</property>
1654                               <property name="wrap">False</property>
1655                               <property name="adjustment">1 0 100 1 10 10</property>
1656                               <signal name="changed" handler="V4LBuildMRL" last_modification_time="Sun, 09 Nov 2003 15:48:07 GMT"/>
1657                             </widget>
1658                             <packing>
1659                               <property name="left_attach">1</property>
1660                               <property name="right_attach">2</property>
1661                               <property name="top_attach">11</property>
1662                               <property name="bottom_attach">12</property>
1663                               <property name="y_options"></property>
1664                             </packing>
1665                           </child>
1666                         </widget>
1667                       </child>
1668                     </widget>
1669                   </child>
1670                 </widget>
1671                 <packing>
1672                   <property name="padding">0</property>
1673                   <property name="expand">True</property>
1674                   <property name="fill">True</property>
1675                 </packing>
1676               </child>
1677
1678               <child>
1679                 <widget class="GtkHBox" id="hbox16">
1680                   <property name="visible">True</property>
1681                   <property name="homogeneous">False</property>
1682                   <property name="spacing">0</property>
1683
1684                   <child>
1685                     <placeholder/>
1686                   </child>
1687
1688                   <child>
1689                     <widget class="GtkButton" id="AddCameraToPlaylist">
1690                       <property name="visible">True</property>
1691                       <property name="can_focus">True</property>
1692                       <property name="label" translatable="yes">Add to Playlist</property>
1693                       <property name="use_underline">True</property>
1694                       <property name="relief">GTK_RELIEF_NORMAL</property>
1695                       <signal name="pressed" handler="onAddCameraToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:47:31 GMT"/>
1696                     </widget>
1697                     <packing>
1698                       <property name="padding">0</property>
1699                       <property name="expand">False</property>
1700                       <property name="fill">False</property>
1701                     </packing>
1702                   </child>
1703
1704                   <child>
1705                     <placeholder/>
1706                   </child>
1707                 </widget>
1708                 <packing>
1709                   <property name="padding">0</property>
1710                   <property name="expand">False</property>
1711                   <property name="fill">False</property>
1712                 </packing>
1713               </child>
1714             </widget>
1715             <packing>
1716               <property name="tab_expand">False</property>
1717               <property name="tab_fill">True</property>
1718             </packing>
1719           </child>
1720
1721           <child>
1722             <widget class="GtkLabel" id="Camera">
1723               <property name="visible">True</property>
1724               <property name="label" translatable="yes">Camera</property>
1725               <property name="use_underline">False</property>
1726               <property name="use_markup">False</property>
1727               <property name="justify">GTK_JUSTIFY_LEFT</property>
1728               <property name="wrap">False</property>
1729               <property name="selectable">False</property>
1730               <property name="xalign">0.5</property>
1731               <property name="yalign">0.5</property>
1732               <property name="xpad">0</property>
1733               <property name="ypad">0</property>
1734             </widget>
1735             <packing>
1736               <property name="type">tab</property>
1737             </packing>
1738           </child>
1739
1740           <child>
1741             <widget class="GtkVBox" id="vbox1">
1742               <property name="visible">True</property>
1743               <property name="homogeneous">False</property>
1744               <property name="spacing">0</property>
1745
1746               <child>
1747                 <widget class="GtkScrolledWindow" id="scrolledwindowTranscode">
1748                   <property name="visible">True</property>
1749                   <property name="can_focus">True</property>
1750                   <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
1751                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
1752                   <property name="shadow_type">GTK_SHADOW_NONE</property>
1753                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1754
1755                   <child>
1756                     <widget class="GtkViewport" id="viewport5">
1757                       <property name="visible">True</property>
1758                       <property name="shadow_type">GTK_SHADOW_IN</property>
1759
1760                       <child>
1761                         <widget class="GtkTable" id="table6">
1762                           <property name="visible">True</property>
1763                           <property name="n_rows">14</property>
1764                           <property name="n_columns">2</property>
1765                           <property name="homogeneous">False</property>
1766                           <property name="row_spacing">0</property>
1767                           <property name="column_spacing">0</property>
1768                         </widget>
1769                       </child>
1770                     </widget>
1771                   </child>
1772                 </widget>
1773                 <packing>
1774                   <property name="padding">0</property>
1775                   <property name="expand">True</property>
1776                   <property name="fill">True</property>
1777                 </packing>
1778               </child>
1779
1780               <child>
1781                 <widget class="GtkHBox" id="hbox14">
1782                   <property name="visible">True</property>
1783                   <property name="homogeneous">False</property>
1784                   <property name="spacing">0</property>
1785
1786                   <child>
1787                     <placeholder/>
1788                   </child>
1789
1790                   <child>
1791                     <widget class="GtkButton" id="AddTranscodeToPlaylist">
1792                       <property name="visible">True</property>
1793                       <property name="can_focus">True</property>
1794                       <property name="label" translatable="yes">Add to Playlist</property>
1795                       <property name="use_underline">True</property>
1796                       <property name="relief">GTK_RELIEF_NORMAL</property>
1797                       <signal name="pressed" handler="onAddTranscodeToPlaylist" last_modification_time="Sun, 09 Nov 2003 15:55:09 GMT"/>
1798                     </widget>
1799                     <packing>
1800                       <property name="padding">0</property>
1801                       <property name="expand">False</property>
1802                       <property name="fill">False</property>
1803                     </packing>
1804                   </child>
1805
1806                   <child>
1807                     <placeholder/>
1808                   </child>
1809                 </widget>
1810                 <packing>
1811                   <property name="padding">0</property>
1812                   <property name="expand">False</property>
1813                   <property name="fill">False</property>
1814                 </packing>
1815               </child>
1816             </widget>
1817             <packing>
1818               <property name="tab_expand">False</property>
1819               <property name="tab_fill">True</property>
1820             </packing>
1821           </child>
1822
1823           <child>
1824             <widget class="GtkLabel" id="Transcode">
1825               <property name="visible">True</property>
1826               <property name="label" translatable="yes">Transcode</property>
1827               <property name="use_underline">False</property>
1828               <property name="use_markup">False</property>
1829               <property name="justify">GTK_JUSTIFY_CENTER</property>
1830               <property name="wrap">False</property>
1831               <property name="selectable">False</property>
1832               <property name="xalign">0.5</property>
1833               <property name="yalign">0.5</property>
1834               <property name="xpad">0</property>
1835               <property name="ypad">0</property>
1836             </widget>
1837             <packing>
1838               <property name="type">tab</property>
1839             </packing>
1840           </child>
1841
1842           <child>
1843             <widget class="GtkVBox" id="vbox4">
1844               <property name="visible">True</property>
1845               <property name="homogeneous">False</property>
1846               <property name="spacing">0</property>
1847
1848               <child>
1849                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
1850                   <property name="visible">True</property>
1851                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1852                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1853                   <property name="shadow_type">GTK_SHADOW_IN</property>
1854                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1855
1856                   <child>
1857                     <widget class="GtkTreeView" id="tvPlaylist">
1858                       <property name="visible">True</property>
1859                       <property name="can_focus">True</property>
1860                       <property name="headers_visible">True</property>
1861                       <property name="rules_hint">False</property>
1862                       <property name="reorderable">False</property>
1863                       <property name="enable_search">True</property>
1864                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
1865                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
1866                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
1867                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
1868                     </widget>
1869                   </child>
1870                 </widget>
1871                 <packing>
1872                   <property name="padding">0</property>
1873                   <property name="expand">True</property>
1874                   <property name="fill">True</property>
1875                 </packing>
1876               </child>
1877
1878               <child>
1879                 <widget class="GtkHBox" id="hbox11">
1880                   <property name="visible">True</property>
1881                   <property name="homogeneous">True</property>
1882                   <property name="spacing">0</property>
1883
1884                   <child>
1885                     <widget class="GtkButton" id="UpdatePlaylist">
1886                       <property name="visible">True</property>
1887                       <property name="can_focus">True</property>
1888                       <property name="label" translatable="yes">Update</property>
1889                       <property name="use_underline">True</property>
1890                       <property name="relief">GTK_RELIEF_NORMAL</property>
1891                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
1892                     </widget>
1893                     <packing>
1894                       <property name="padding">0</property>
1895                       <property name="expand">False</property>
1896                       <property name="fill">False</property>
1897                     </packing>
1898                   </child>
1899
1900                   <child>
1901                     <widget class="GtkButton" id="DeletePlaylist">
1902                       <property name="visible">True</property>
1903                       <property name="can_focus">True</property>
1904                       <property name="label" translatable="yes">Delete</property>
1905                       <property name="use_underline">True</property>
1906                       <property name="relief">GTK_RELIEF_NORMAL</property>
1907                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
1908                     </widget>
1909                     <packing>
1910                       <property name="padding">5</property>
1911                       <property name="expand">False</property>
1912                       <property name="fill">False</property>
1913                     </packing>
1914                   </child>
1915
1916                   <child>
1917                     <widget class="GtkButton" id="ClearPlaylist">
1918                       <property name="visible">True</property>
1919                       <property name="can_focus">True</property>
1920                       <property name="label" translatable="yes"> Clear </property>
1921                       <property name="use_underline">True</property>
1922                       <property name="relief">GTK_RELIEF_NORMAL</property>
1923                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
1924                     </widget>
1925                     <packing>
1926                       <property name="padding">5</property>
1927                       <property name="expand">False</property>
1928                       <property name="fill">False</property>
1929                     </packing>
1930                   </child>
1931                 </widget>
1932                 <packing>
1933                   <property name="padding">2</property>
1934                   <property name="expand">False</property>
1935                   <property name="fill">False</property>
1936                 </packing>
1937               </child>
1938             </widget>
1939             <packing>
1940               <property name="tab_expand">False</property>
1941               <property name="tab_fill">True</property>
1942             </packing>
1943           </child>
1944
1945           <child>
1946             <widget class="GtkLabel" id="playlist">
1947               <property name="visible">True</property>
1948               <property name="label" translatable="yes">Playlist</property>
1949               <property name="use_underline">False</property>
1950               <property name="use_markup">False</property>
1951               <property name="justify">GTK_JUSTIFY_CENTER</property>
1952               <property name="wrap">False</property>
1953               <property name="selectable">False</property>
1954               <property name="xalign">0.5</property>
1955               <property name="yalign">0.5</property>
1956               <property name="xpad">0</property>
1957               <property name="ypad">0</property>
1958             </widget>
1959             <packing>
1960               <property name="type">tab</property>
1961             </packing>
1962           </child>
1963
1964           <child>
1965             <widget class="GtkVBox" id="vbox2">
1966               <property name="visible">True</property>
1967               <property name="homogeneous">False</property>
1968               <property name="spacing">0</property>
1969
1970               <child>
1971                 <placeholder/>
1972               </child>
1973
1974               <child>
1975                 <widget class="GtkHBox" id="hbox2">
1976                   <property name="visible">True</property>
1977                   <property name="homogeneous">True</property>
1978                   <property name="spacing">0</property>
1979
1980                   <child>
1981                     <widget class="GtkButton" id="PreferenceSave">
1982                       <property name="visible">True</property>
1983                       <property name="can_focus">True</property>
1984                       <property name="label" translatable="yes"> Save </property>
1985                       <property name="use_underline">True</property>
1986                       <property name="relief">GTK_RELIEF_NORMAL</property>
1987                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
1988                     </widget>
1989                     <packing>
1990                       <property name="padding">0</property>
1991                       <property name="expand">False</property>
1992                       <property name="fill">False</property>
1993                     </packing>
1994                   </child>
1995
1996                   <child>
1997                     <widget class="GtkButton" id="PreferenceApply">
1998                       <property name="visible">True</property>
1999                       <property name="can_focus">True</property>
2000                       <property name="label" translatable="yes"> Apply </property>
2001                       <property name="use_underline">True</property>
2002                       <property name="relief">GTK_RELIEF_NORMAL</property>
2003                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
2004                     </widget>
2005                     <packing>
2006                       <property name="padding">0</property>
2007                       <property name="expand">False</property>
2008                       <property name="fill">False</property>
2009                     </packing>
2010                   </child>
2011
2012                   <child>
2013                     <placeholder/>
2014                   </child>
2015
2016                   <child>
2017                     <widget class="GtkButton" id="PreferenceCancel">
2018                       <property name="visible">True</property>
2019                       <property name="can_focus">True</property>
2020                       <property name="label" translatable="yes"> Cancel </property>
2021                       <property name="use_underline">True</property>
2022                       <property name="relief">GTK_RELIEF_NORMAL</property>
2023                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
2024                     </widget>
2025                     <packing>
2026                       <property name="padding">0</property>
2027                       <property name="expand">False</property>
2028                       <property name="fill">False</property>
2029                       <property name="pack_type">GTK_PACK_END</property>
2030                     </packing>
2031                   </child>
2032                 </widget>
2033                 <packing>
2034                   <property name="padding">2</property>
2035                   <property name="expand">False</property>
2036                   <property name="fill">False</property>
2037                   <property name="pack_type">GTK_PACK_END</property>
2038                 </packing>
2039               </child>
2040             </widget>
2041             <packing>
2042               <property name="tab_expand">False</property>
2043               <property name="tab_fill">True</property>
2044             </packing>
2045           </child>
2046
2047           <child>
2048             <widget class="GtkLabel" id="preferences">
2049               <property name="visible">True</property>
2050               <property name="label" translatable="yes">Preference</property>
2051               <property name="use_underline">False</property>
2052               <property name="use_markup">False</property>
2053               <property name="justify">GTK_JUSTIFY_CENTER</property>
2054               <property name="wrap">False</property>
2055               <property name="selectable">False</property>
2056               <property name="xalign">0.5</property>
2057               <property name="yalign">0.5</property>
2058               <property name="xpad">0</property>
2059               <property name="ypad">0</property>
2060             </widget>
2061             <packing>
2062               <property name="type">tab</property>
2063             </packing>
2064           </child>
2065
2066           <child>
2067             <widget class="GtkScrolledWindow" id="scrolledwindow3">
2068               <property name="visible">True</property>
2069               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2070               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2071               <property name="shadow_type">GTK_SHADOW_NONE</property>
2072               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2073
2074               <child>
2075                 <widget class="GtkViewport" id="viewport1">
2076                   <property name="visible">True</property>
2077                   <property name="shadow_type">GTK_SHADOW_IN</property>
2078
2079                   <child>
2080                     <widget class="GtkFixed" id="fixed2">
2081                       <property name="visible">True</property>
2082
2083                       <child>
2084                         <widget class="GtkImage" id="aboutImage">
2085                           <property name="width_request">48</property>
2086                           <property name="height_request">48</property>
2087                           <property name="visible">True</property>
2088                           <property name="pixbuf">vlc48x48.png</property>
2089                           <property name="xalign">0.5</property>
2090                           <property name="yalign">0.5</property>
2091                           <property name="xpad">0</property>
2092                           <property name="ypad">0</property>
2093                         </widget>
2094                         <packing>
2095                           <property name="x">0</property>
2096                           <property name="y">0</property>
2097                         </packing>
2098                       </child>
2099
2100                       <child>
2101                         <widget class="GtkLabel" id="labelDescription">
2102                           <property name="width_request">200</property>
2103                           <property name="height_request">112</property>
2104                           <property name="visible">True</property>
2105                           <property name="label" translatable="yes">The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input from  local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).</property>
2106                           <property name="use_underline">False</property>
2107                           <property name="use_markup">False</property>
2108                           <property name="justify">GTK_JUSTIFY_LEFT</property>
2109                           <property name="wrap">True</property>
2110                           <property name="selectable">False</property>
2111                           <property name="xalign">0.5</property>
2112                           <property name="yalign">0.5</property>
2113                           <property name="xpad">0</property>
2114                           <property name="ypad">0</property>
2115                         </widget>
2116                         <packing>
2117                           <property name="x">16</property>
2118                           <property name="y">112</property>
2119                         </packing>
2120                       </child>
2121
2122                       <child>
2123                         <widget class="GtkLabel" id="labelAuthors">
2124                           <property name="width_request">208</property>
2125                           <property name="height_request">32</property>
2126                           <property name="visible">True</property>
2127                           <property name="label" translatable="yes">Authors: The VideoLAN Team, http://www.videolan.org/team/</property>
2128                           <property name="use_underline">False</property>
2129                           <property name="use_markup">False</property>
2130                           <property name="justify">GTK_JUSTIFY_LEFT</property>
2131                           <property name="wrap">True</property>
2132                           <property name="selectable">False</property>
2133                           <property name="xalign">0.5</property>
2134                           <property name="yalign">0.5</property>
2135                           <property name="xpad">0</property>
2136                           <property name="ypad">0</property>
2137                         </widget>
2138                         <packing>
2139                           <property name="x">16</property>
2140                           <property name="y">72</property>
2141                         </packing>
2142                       </child>
2143
2144                       <child>
2145                         <widget class="GtkLabel" id="labelProgramName">
2146                           <property name="width_request">152</property>
2147                           <property name="height_request">16</property>
2148                           <property name="visible">True</property>
2149                           <property name="label" translatable="yes">VLC media player</property>
2150                           <property name="use_underline">False</property>
2151                           <property name="use_markup">False</property>
2152                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2153                           <property name="wrap">True</property>
2154                           <property name="selectable">False</property>
2155                           <property name="xalign">0.5</property>
2156                           <property name="yalign">0.5</property>
2157                           <property name="xpad">0</property>
2158                           <property name="ypad">0</property>
2159                         </widget>
2160                         <packing>
2161                           <property name="x">48</property>
2162                           <property name="y">16</property>
2163                         </packing>
2164                       </child>
2165
2166                       <child>
2167                         <widget class="GtkLabel" id="labelCopyright">
2168                           <property name="width_request">208</property>
2169                           <property name="height_request">16</property>
2170                           <property name="visible">True</property>
2171                           <property name="label" translatable="yes">(C) 1996-2003 the VideoLAN team</property>
2172                           <property name="use_underline">False</property>
2173                           <property name="use_markup">False</property>
2174                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2175                           <property name="wrap">False</property>
2176                           <property name="selectable">False</property>
2177                           <property name="xalign">0.5</property>
2178                           <property name="yalign">0.5</property>
2179                           <property name="xpad">0</property>
2180                           <property name="ypad">0</property>
2181                         </widget>
2182                         <packing>
2183                           <property name="x">16</property>
2184                           <property name="y">48</property>
2185                         </packing>
2186                       </child>
2187                     </widget>
2188                   </child>
2189                 </widget>
2190               </child>
2191             </widget>
2192             <packing>
2193               <property name="tab_expand">False</property>
2194               <property name="tab_fill">True</property>
2195             </packing>
2196           </child>
2197
2198           <child>
2199             <widget class="GtkLabel" id="about">
2200               <property name="visible">True</property>
2201               <property name="label" translatable="yes">About</property>
2202               <property name="use_underline">False</property>
2203               <property name="use_markup">False</property>
2204               <property name="justify">GTK_JUSTIFY_CENTER</property>
2205               <property name="wrap">False</property>
2206               <property name="selectable">False</property>
2207               <property name="xalign">0.5</property>
2208               <property name="yalign">0.5</property>
2209               <property name="xpad">0</property>
2210               <property name="ypad">0</property>
2211             </widget>
2212             <packing>
2213               <property name="type">tab</property>
2214             </packing>
2215           </child>
2216         </widget>
2217         <packing>
2218           <property name="padding">0</property>
2219           <property name="expand">True</property>
2220           <property name="fill">True</property>
2221           <property name="pack_type">GTK_PACK_END</property>
2222         </packing>
2223       </child>
2224     </widget>
2225   </child>
2226 </widget>
2227
2228 </glade-interface>