]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
PDA inteface:
[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"></property>
346                           <property name="has_frame">True</property>
347                           <property name="invisible_char" translatable="yes">*</property>
348                           <property name="activates_default">False</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"></property>
577                           <property name="has_frame">True</property>
578                           <property name="invisible_char" translatable="yes">*</property>
579                           <property name="activates_default">False</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                                 </widget>
935                               </child>
936
937                               <child internal-child="list">
938                                 <widget class="GtkList" id="listV4LVideoDevice">
939                                   <property name="visible">True</property>
940                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
941
942                                   <child>
943                                     <widget class="GtkListItem" id="listitem1188">
944                                       <property name="visible">True</property>
945                                       <property name="can_focus">True</property>
946                                       <property name="label" translatable="yes">/dev/video</property>
947                                     </widget>
948                                   </child>
949
950                                   <child>
951                                     <widget class="GtkListItem" id="listitem1189">
952                                       <property name="visible">True</property>
953                                       <property name="can_focus">True</property>
954                                       <property name="label" translatable="yes">/dev/video0</property>
955                                     </widget>
956                                   </child>
957
958                                   <child>
959                                     <widget class="GtkListItem" id="listitem1190">
960                                       <property name="visible">True</property>
961                                       <property name="can_focus">True</property>
962                                       <property name="label" translatable="yes">/dev/video1</property>
963                                     </widget>
964                                   </child>
965                                 </widget>
966                               </child>
967                             </widget>
968                             <packing>
969                               <property name="left_attach">1</property>
970                               <property name="right_attach">2</property>
971                               <property name="top_attach">0</property>
972                               <property name="bottom_attach">1</property>
973                               <property name="y_options"></property>
974                             </packing>
975                           </child>
976
977                           <child>
978                             <widget class="GtkCombo" id="comboV4lAudioDevice">
979                               <property name="visible">True</property>
980                               <property name="value_in_list">False</property>
981                               <property name="allow_empty">True</property>
982                               <property name="case_sensitive">False</property>
983                               <property name="enable_arrow_keys">True</property>
984                               <property name="enable_arrows_always">False</property>
985
986                               <child internal-child="entry">
987                                 <widget class="GtkEntry" id="entryV4LAudioDevice">
988                                   <property name="visible">True</property>
989                                   <property name="can_focus">True</property>
990                                   <property name="editable">True</property>
991                                   <property name="visibility">True</property>
992                                   <property name="max_length">0</property>
993                                   <property name="text" translatable="yes">/dev/dsp</property>
994                                   <property name="has_frame">True</property>
995                                   <property name="invisible_char" translatable="yes">*</property>
996                                   <property name="activates_default">True</property>
997                                 </widget>
998                               </child>
999
1000                               <child internal-child="list">
1001                                 <widget class="GtkList" id="listV4LAudioDevice">
1002                                   <property name="visible">True</property>
1003                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1004
1005                                   <child>
1006                                     <widget class="GtkListItem" id="listitem1256">
1007                                       <property name="visible">True</property>
1008                                       <property name="can_focus">True</property>
1009                                       <property name="label" translatable="yes">/dev/dsp</property>
1010                                     </widget>
1011                                   </child>
1012
1013                                   <child>
1014                                     <widget class="GtkListItem" id="listitem1257">
1015                                       <property name="visible">True</property>
1016                                       <property name="can_focus">True</property>
1017                                       <property name="label" translatable="yes">/dev/audio</property>
1018                                     </widget>
1019                                   </child>
1020
1021                                   <child>
1022                                     <widget class="GtkListItem" id="listitem1258">
1023                                       <property name="visible">True</property>
1024                                       <property name="can_focus">True</property>
1025                                       <property name="label" translatable="yes">/dev/audio0</property>
1026                                     </widget>
1027                                   </child>
1028
1029                                   <child>
1030                                     <widget class="GtkListItem" id="listitem1259">
1031                                       <property name="visible">True</property>
1032                                       <property name="can_focus">True</property>
1033                                       <property name="label" translatable="yes">/dev/audio1</property>
1034                                     </widget>
1035                                   </child>
1036                                 </widget>
1037                               </child>
1038                             </widget>
1039                             <packing>
1040                               <property name="left_attach">1</property>
1041                               <property name="right_attach">2</property>
1042                               <property name="top_attach">1</property>
1043                               <property name="bottom_attach">2</property>
1044                               <property name="y_options"></property>
1045                             </packing>
1046                           </child>
1047
1048                           <child>
1049                             <widget class="GtkLabel" id="labelV4LChannel">
1050                               <property name="visible">True</property>
1051                               <property name="label" translatable="yes">Channel:</property>
1052                               <property name="use_underline">False</property>
1053                               <property name="use_markup">False</property>
1054                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1055                               <property name="wrap">False</property>
1056                               <property name="selectable">False</property>
1057                               <property name="xalign">0</property>
1058                               <property name="yalign">0.5</property>
1059                               <property name="xpad">0</property>
1060                               <property name="ypad">0</property>
1061                             </widget>
1062                             <packing>
1063                               <property name="left_attach">0</property>
1064                               <property name="right_attach">1</property>
1065                               <property name="top_attach">2</property>
1066                               <property name="bottom_attach">3</property>
1067                               <property name="x_options">fill</property>
1068                               <property name="y_options"></property>
1069                             </packing>
1070                           </child>
1071
1072                           <child>
1073                             <widget class="GtkSpinButton" id="entryV4LChannel">
1074                               <property name="visible">True</property>
1075                               <property name="can_focus">True</property>
1076                               <property name="climb_rate">1</property>
1077                               <property name="digits">0</property>
1078                               <property name="numeric">True</property>
1079                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1080                               <property name="snap_to_ticks">False</property>
1081                               <property name="wrap">False</property>
1082                               <property name="adjustment">0 0 100 1 10 10</property>
1083                             </widget>
1084                             <packing>
1085                               <property name="left_attach">1</property>
1086                               <property name="right_attach">2</property>
1087                               <property name="top_attach">2</property>
1088                               <property name="bottom_attach">3</property>
1089                               <property name="y_options"></property>
1090                             </packing>
1091                           </child>
1092
1093                           <child>
1094                             <widget class="GtkLabel" id="labelV4LNorm">
1095                               <property name="visible">True</property>
1096                               <property name="label" translatable="yes">Norm:</property>
1097                               <property name="use_underline">False</property>
1098                               <property name="use_markup">False</property>
1099                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1100                               <property name="wrap">False</property>
1101                               <property name="selectable">False</property>
1102                               <property name="xalign">0</property>
1103                               <property name="yalign">0.5</property>
1104                               <property name="xpad">0</property>
1105                               <property name="ypad">0</property>
1106                             </widget>
1107                             <packing>
1108                               <property name="left_attach">0</property>
1109                               <property name="right_attach">1</property>
1110                               <property name="top_attach">3</property>
1111                               <property name="bottom_attach">4</property>
1112                               <property name="x_options">fill</property>
1113                               <property name="y_options"></property>
1114                             </packing>
1115                           </child>
1116
1117                           <child>
1118                             <widget class="GtkCombo" id="comboV4LNorm">
1119                               <property name="visible">True</property>
1120                               <property name="value_in_list">False</property>
1121                               <property name="allow_empty">True</property>
1122                               <property name="case_sensitive">False</property>
1123                               <property name="enable_arrow_keys">True</property>
1124                               <property name="enable_arrows_always">False</property>
1125
1126                               <child internal-child="entry">
1127                                 <widget class="GtkEntry" id="entryV4LNorm">
1128                                   <property name="visible">True</property>
1129                                   <property name="can_focus">True</property>
1130                                   <property name="editable">True</property>
1131                                   <property name="visibility">True</property>
1132                                   <property name="max_length">0</property>
1133                                   <property name="text" translatable="yes">pal</property>
1134                                   <property name="has_frame">True</property>
1135                                   <property name="invisible_char" translatable="yes">*</property>
1136                                   <property name="activates_default">True</property>
1137                                 </widget>
1138                               </child>
1139
1140                               <child internal-child="list">
1141                                 <widget class="GtkList" id="listV4LNorm">
1142                                   <property name="visible">True</property>
1143                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1144
1145                                   <child>
1146                                     <widget class="GtkListItem" id="listitem1286">
1147                                       <property name="visible">True</property>
1148                                       <property name="can_focus">True</property>
1149                                       <property name="label" translatable="yes">pal</property>
1150                                     </widget>
1151                                   </child>
1152
1153                                   <child>
1154                                     <widget class="GtkListItem" id="listitem1287">
1155                                       <property name="visible">True</property>
1156                                       <property name="can_focus">True</property>
1157                                       <property name="label" translatable="yes">ntsc</property>
1158                                     </widget>
1159                                   </child>
1160
1161                                   <child>
1162                                     <widget class="GtkListItem" id="listitem1288">
1163                                       <property name="visible">True</property>
1164                                       <property name="can_focus">True</property>
1165                                       <property name="label" translatable="yes">secam</property>
1166                                     </widget>
1167                                   </child>
1168
1169                                   <child>
1170                                     <widget class="GtkListItem" id="listitem1289">
1171                                       <property name="visible">True</property>
1172                                       <property name="can_focus">True</property>
1173                                       <property name="label" translatable="yes">auto</property>
1174                                     </widget>
1175                                   </child>
1176                                 </widget>
1177                               </child>
1178                             </widget>
1179                             <packing>
1180                               <property name="left_attach">1</property>
1181                               <property name="right_attach">2</property>
1182                               <property name="top_attach">3</property>
1183                               <property name="bottom_attach">4</property>
1184                               <property name="y_options"></property>
1185                             </packing>
1186                           </child>
1187
1188                           <child>
1189                             <widget class="GtkLabel" id="labelV4LSize">
1190                               <property name="visible">True</property>
1191                               <property name="label" translatable="yes">Size:</property>
1192                               <property name="use_underline">False</property>
1193                               <property name="use_markup">False</property>
1194                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1195                               <property name="wrap">False</property>
1196                               <property name="selectable">False</property>
1197                               <property name="xalign">0</property>
1198                               <property name="yalign">0.5</property>
1199                               <property name="xpad">0</property>
1200                               <property name="ypad">0</property>
1201                             </widget>
1202                             <packing>
1203                               <property name="left_attach">0</property>
1204                               <property name="right_attach">1</property>
1205                               <property name="top_attach">4</property>
1206                               <property name="bottom_attach">5</property>
1207                               <property name="x_options">fill</property>
1208                               <property name="y_options"></property>
1209                             </packing>
1210                           </child>
1211
1212                           <child>
1213                             <widget class="GtkCombo" id="comboV4LSize">
1214                               <property name="visible">True</property>
1215                               <property name="value_in_list">False</property>
1216                               <property name="allow_empty">True</property>
1217                               <property name="case_sensitive">False</property>
1218                               <property name="enable_arrow_keys">True</property>
1219                               <property name="enable_arrows_always">False</property>
1220
1221                               <child internal-child="entry">
1222                                 <widget class="GtkEntry" id="entryV4LSize">
1223                                   <property name="visible">True</property>
1224                                   <property name="can_focus">True</property>
1225                                   <property name="editable">True</property>
1226                                   <property name="visibility">True</property>
1227                                   <property name="max_length">0</property>
1228                                   <property name="text" translatable="yes">240x192</property>
1229                                   <property name="has_frame">True</property>
1230                                   <property name="invisible_char" translatable="yes">*</property>
1231                                   <property name="activates_default">True</property>
1232                                 </widget>
1233                               </child>
1234
1235                               <child internal-child="list">
1236                                 <widget class="GtkList" id="listV4LSize">
1237                                   <property name="visible">True</property>
1238                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1239
1240                                   <child>
1241                                     <widget class="GtkListItem" id="listitem1471">
1242                                       <property name="visible">True</property>
1243                                       <property name="can_focus">True</property>
1244                                       <property name="label" translatable="yes">240x192</property>
1245                                     </widget>
1246                                   </child>
1247
1248                                   <child>
1249                                     <widget class="GtkListItem" id="listitem1472">
1250                                       <property name="visible">True</property>
1251                                       <property name="can_focus">True</property>
1252                                       <property name="label" translatable="yes">320x240</property>
1253                                     </widget>
1254                                   </child>
1255
1256                                   <child>
1257                                     <widget class="GtkListItem" id="listitem1473">
1258                                       <property name="visible">True</property>
1259                                       <property name="can_focus">True</property>
1260                                       <property name="label" translatable="yes">qsif</property>
1261                                     </widget>
1262                                   </child>
1263
1264                                   <child>
1265                                     <widget class="GtkListItem" id="listitem1474">
1266                                       <property name="visible">True</property>
1267                                       <property name="can_focus">True</property>
1268                                       <property name="label" translatable="yes">qcif</property>
1269                                     </widget>
1270                                   </child>
1271
1272                                   <child>
1273                                     <widget class="GtkListItem" id="listitem1475">
1274                                       <property name="visible">True</property>
1275                                       <property name="can_focus">True</property>
1276                                       <property name="label" translatable="yes">sif</property>
1277                                     </widget>
1278                                   </child>
1279
1280                                   <child>
1281                                     <widget class="GtkListItem" id="listitem1476">
1282                                       <property name="visible">True</property>
1283                                       <property name="can_focus">True</property>
1284                                       <property name="label" translatable="yes">cif</property>
1285                                     </widget>
1286                                   </child>
1287
1288                                   <child>
1289                                     <widget class="GtkListItem" id="listitem1477">
1290                                       <property name="visible">True</property>
1291                                       <property name="can_focus">True</property>
1292                                       <property name="label" translatable="yes">vga</property>
1293                                     </widget>
1294                                   </child>
1295                                 </widget>
1296                               </child>
1297                             </widget>
1298                             <packing>
1299                               <property name="left_attach">1</property>
1300                               <property name="right_attach">2</property>
1301                               <property name="top_attach">4</property>
1302                               <property name="bottom_attach">5</property>
1303                               <property name="y_options"></property>
1304                             </packing>
1305                           </child>
1306
1307                           <child>
1308                             <widget class="GtkLabel" id="labelV4LFrequency">
1309                               <property name="visible">True</property>
1310                               <property name="label" translatable="yes">Frequency:</property>
1311                               <property name="use_underline">False</property>
1312                               <property name="use_markup">False</property>
1313                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1314                               <property name="wrap">False</property>
1315                               <property name="selectable">False</property>
1316                               <property name="xalign">0</property>
1317                               <property name="yalign">0.5</property>
1318                               <property name="xpad">0</property>
1319                               <property name="ypad">0</property>
1320                             </widget>
1321                             <packing>
1322                               <property name="left_attach">0</property>
1323                               <property name="right_attach">1</property>
1324                               <property name="top_attach">5</property>
1325                               <property name="bottom_attach">6</property>
1326                               <property name="x_options">fill</property>
1327                               <property name="y_options"></property>
1328                             </packing>
1329                           </child>
1330
1331                           <child>
1332                             <widget class="GtkSpinButton" id="entryV4LFrequency">
1333                               <property name="visible">True</property>
1334                               <property name="can_focus">True</property>
1335                               <property name="climb_rate">1</property>
1336                               <property name="digits">0</property>
1337                               <property name="numeric">True</property>
1338                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1339                               <property name="snap_to_ticks">False</property>
1340                               <property name="wrap">False</property>
1341                               <property name="adjustment">8692 0 65535 1 10 10</property>
1342                             </widget>
1343                             <packing>
1344                               <property name="left_attach">1</property>
1345                               <property name="right_attach">2</property>
1346                               <property name="top_attach">5</property>
1347                               <property name="bottom_attach">6</property>
1348                               <property name="y_options"></property>
1349                             </packing>
1350                           </child>
1351
1352                           <child>
1353                             <widget class="GtkLabel" id="labelV4LSampleRate">
1354                               <property name="visible">True</property>
1355                               <property name="label" translatable="yes">Samplerate:</property>
1356                               <property name="use_underline">False</property>
1357                               <property name="use_markup">False</property>
1358                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1359                               <property name="wrap">False</property>
1360                               <property name="selectable">False</property>
1361                               <property name="xalign">0</property>
1362                               <property name="yalign">0.5</property>
1363                               <property name="xpad">0</property>
1364                               <property name="ypad">0</property>
1365                             </widget>
1366                             <packing>
1367                               <property name="left_attach">0</property>
1368                               <property name="right_attach">1</property>
1369                               <property name="top_attach">6</property>
1370                               <property name="bottom_attach">7</property>
1371                               <property name="x_options">fill</property>
1372                               <property name="y_options"></property>
1373                             </packing>
1374                           </child>
1375
1376                           <child>
1377                             <widget class="GtkSpinButton" id="entryV4LSampleRate">
1378                               <property name="visible">True</property>
1379                               <property name="can_focus">True</property>
1380                               <property name="climb_rate">1</property>
1381                               <property name="digits">0</property>
1382                               <property name="numeric">True</property>
1383                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1384                               <property name="snap_to_ticks">False</property>
1385                               <property name="wrap">False</property>
1386                               <property name="adjustment">44100 0 65535 1 10 10</property>
1387                             </widget>
1388                             <packing>
1389                               <property name="left_attach">1</property>
1390                               <property name="right_attach">2</property>
1391                               <property name="top_attach">6</property>
1392                               <property name="bottom_attach">7</property>
1393                               <property name="y_options"></property>
1394                             </packing>
1395                           </child>
1396
1397                           <child>
1398                             <widget class="GtkLabel" id="labelV4LQuality">
1399                               <property name="visible">True</property>
1400                               <property name="label" translatable="yes">Quality:</property>
1401                               <property name="use_underline">False</property>
1402                               <property name="use_markup">False</property>
1403                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1404                               <property name="wrap">False</property>
1405                               <property name="selectable">False</property>
1406                               <property name="xalign">0</property>
1407                               <property name="yalign">0.5</property>
1408                               <property name="xpad">0</property>
1409                               <property name="ypad">0</property>
1410                             </widget>
1411                             <packing>
1412                               <property name="left_attach">0</property>
1413                               <property name="right_attach">1</property>
1414                               <property name="top_attach">7</property>
1415                               <property name="bottom_attach">8</property>
1416                               <property name="x_options">fill</property>
1417                               <property name="y_options"></property>
1418                             </packing>
1419                           </child>
1420
1421                           <child>
1422                             <widget class="GtkSpinButton" id="entryV4LQuality">
1423                               <property name="visible">True</property>
1424                               <property name="can_focus">True</property>
1425                               <property name="climb_rate">1</property>
1426                               <property name="digits">0</property>
1427                               <property name="numeric">True</property>
1428                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1429                               <property name="snap_to_ticks">False</property>
1430                               <property name="wrap">False</property>
1431                               <property name="adjustment">100 0 65535 1 10 10</property>
1432                             </widget>
1433                             <packing>
1434                               <property name="left_attach">1</property>
1435                               <property name="right_attach">2</property>
1436                               <property name="top_attach">7</property>
1437                               <property name="bottom_attach">8</property>
1438                               <property name="y_options"></property>
1439                             </packing>
1440                           </child>
1441
1442                           <child>
1443                             <widget class="GtkLabel" id="labelV4lDecimation">
1444                               <property name="visible">True</property>
1445                               <property name="label" translatable="yes">Decimation:</property>
1446                               <property name="use_underline">False</property>
1447                               <property name="use_markup">False</property>
1448                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1449                               <property name="wrap">False</property>
1450                               <property name="selectable">False</property>
1451                               <property name="xalign">0</property>
1452                               <property name="yalign">0.5</property>
1453                               <property name="xpad">0</property>
1454                               <property name="ypad">0</property>
1455                             </widget>
1456                             <packing>
1457                               <property name="left_attach">0</property>
1458                               <property name="right_attach">1</property>
1459                               <property name="top_attach">8</property>
1460                               <property name="bottom_attach">9</property>
1461                               <property name="x_options">fill</property>
1462                               <property name="y_options"></property>
1463                             </packing>
1464                           </child>
1465
1466                           <child>
1467                             <widget class="GtkSpinButton" id="entryV4LDecimation">
1468                               <property name="visible">True</property>
1469                               <property name="can_focus">True</property>
1470                               <property name="climb_rate">1</property>
1471                               <property name="digits">0</property>
1472                               <property name="numeric">True</property>
1473                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1474                               <property name="snap_to_ticks">False</property>
1475                               <property name="wrap">False</property>
1476                               <property name="adjustment">1 0 65535 1 10 10</property>
1477                             </widget>
1478                             <packing>
1479                               <property name="left_attach">1</property>
1480                               <property name="right_attach">2</property>
1481                               <property name="top_attach">8</property>
1482                               <property name="bottom_attach">9</property>
1483                               <property name="y_options"></property>
1484                             </packing>
1485                           </child>
1486
1487                           <child>
1488                             <widget class="GtkLabel" id="labelV4LTuner">
1489                               <property name="visible">True</property>
1490                               <property name="label" translatable="yes">Tuner:</property>
1491                               <property name="use_underline">False</property>
1492                               <property name="use_markup">False</property>
1493                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1494                               <property name="wrap">False</property>
1495                               <property name="selectable">False</property>
1496                               <property name="xalign">0</property>
1497                               <property name="yalign">0.5</property>
1498                               <property name="xpad">0</property>
1499                               <property name="ypad">0</property>
1500                             </widget>
1501                             <packing>
1502                               <property name="left_attach">0</property>
1503                               <property name="right_attach">1</property>
1504                               <property name="top_attach">9</property>
1505                               <property name="bottom_attach">10</property>
1506                               <property name="x_options">fill</property>
1507                               <property name="y_options"></property>
1508                             </packing>
1509                           </child>
1510
1511                           <child>
1512                             <widget class="GtkSpinButton" id="entryV4LTuner">
1513                               <property name="visible">True</property>
1514                               <property name="can_focus">True</property>
1515                               <property name="climb_rate">1</property>
1516                               <property name="digits">0</property>
1517                               <property name="numeric">True</property>
1518                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1519                               <property name="snap_to_ticks">False</property>
1520                               <property name="wrap">False</property>
1521                               <property name="adjustment">0 -1 100 1 10 10</property>
1522                             </widget>
1523                             <packing>
1524                               <property name="left_attach">1</property>
1525                               <property name="right_attach">2</property>
1526                               <property name="top_attach">9</property>
1527                               <property name="bottom_attach">10</property>
1528                               <property name="y_options"></property>
1529                             </packing>
1530                           </child>
1531
1532                           <child>
1533                             <widget class="GtkCombo" id="comboV4LSoundDirection">
1534                               <property name="visible">True</property>
1535                               <property name="value_in_list">True</property>
1536                               <property name="allow_empty">True</property>
1537                               <property name="case_sensitive">False</property>
1538                               <property name="enable_arrow_keys">True</property>
1539                               <property name="enable_arrows_always">True</property>
1540
1541                               <child internal-child="entry">
1542                                 <widget class="GtkEntry" id="entryV4LSoundDirection">
1543                                   <property name="visible">True</property>
1544                                   <property name="can_focus">True</property>
1545                                   <property name="editable">True</property>
1546                                   <property name="visibility">True</property>
1547                                   <property name="max_length">0</property>
1548                                   <property name="text" translatable="yes">Mono</property>
1549                                   <property name="has_frame">True</property>
1550                                   <property name="invisible_char" translatable="yes">*</property>
1551                                   <property name="activates_default">True</property>
1552                                 </widget>
1553                               </child>
1554
1555                               <child internal-child="list">
1556                                 <widget class="GtkList" id="listV4LSoundDirection">
1557                                   <property name="visible">True</property>
1558                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1559
1560                                   <child>
1561                                     <widget class="GtkListItem" id="listitem1483">
1562                                       <property name="visible">True</property>
1563                                       <property name="can_focus">True</property>
1564                                       <property name="label" translatable="yes">Mono</property>
1565                                     </widget>
1566                                   </child>
1567
1568                                   <child>
1569                                     <widget class="GtkListItem" id="listitem1484">
1570                                       <property name="visible">True</property>
1571                                       <property name="can_focus">True</property>
1572                                       <property name="label" translatable="yes">Stereo</property>
1573                                     </widget>
1574                                   </child>
1575                                 </widget>
1576                               </child>
1577                             </widget>
1578                             <packing>
1579                               <property name="left_attach">1</property>
1580                               <property name="right_attach">2</property>
1581                               <property name="top_attach">10</property>
1582                               <property name="bottom_attach">11</property>
1583                               <property name="y_options"></property>
1584                             </packing>
1585                           </child>
1586
1587                           <child>
1588                             <widget class="GtkLabel" id="labelV4LSound">
1589                               <property name="visible">True</property>
1590                               <property name="label" translatable="yes">Sound:</property>
1591                               <property name="use_underline">False</property>
1592                               <property name="use_markup">False</property>
1593                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1594                               <property name="wrap">False</property>
1595                               <property name="selectable">False</property>
1596                               <property name="xalign">0</property>
1597                               <property name="yalign">0.5</property>
1598                               <property name="xpad">0</property>
1599                               <property name="ypad">0</property>
1600                             </widget>
1601                             <packing>
1602                               <property name="left_attach">0</property>
1603                               <property name="right_attach">1</property>
1604                               <property name="top_attach">10</property>
1605                               <property name="bottom_attach">11</property>
1606                               <property name="x_options">fill</property>
1607                               <property name="y_options"></property>
1608                             </packing>
1609                           </child>
1610                         </widget>
1611                       </child>
1612                     </widget>
1613                   </child>
1614                 </widget>
1615                 <packing>
1616                   <property name="padding">0</property>
1617                   <property name="expand">True</property>
1618                   <property name="fill">True</property>
1619                 </packing>
1620               </child>
1621
1622               <child>
1623                 <widget class="GtkHBox" id="hbox16">
1624                   <property name="visible">True</property>
1625                   <property name="homogeneous">False</property>
1626                   <property name="spacing">0</property>
1627
1628                   <child>
1629                     <placeholder/>
1630                   </child>
1631
1632                   <child>
1633                     <widget class="GtkButton" id="AddCameraToPlaylist">
1634                       <property name="visible">True</property>
1635                       <property name="can_focus">True</property>
1636                       <property name="label" translatable="yes">Add to Playlist</property>
1637                       <property name="use_underline">True</property>
1638                       <property name="relief">GTK_RELIEF_NORMAL</property>
1639                       <signal name="pressed" handler="onAddCameraToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:47:31 GMT"/>
1640                     </widget>
1641                     <packing>
1642                       <property name="padding">0</property>
1643                       <property name="expand">False</property>
1644                       <property name="fill">False</property>
1645                     </packing>
1646                   </child>
1647
1648                   <child>
1649                     <placeholder/>
1650                   </child>
1651                 </widget>
1652                 <packing>
1653                   <property name="padding">0</property>
1654                   <property name="expand">False</property>
1655                   <property name="fill">False</property>
1656                 </packing>
1657               </child>
1658             </widget>
1659             <packing>
1660               <property name="tab_expand">False</property>
1661               <property name="tab_fill">True</property>
1662             </packing>
1663           </child>
1664
1665           <child>
1666             <widget class="GtkLabel" id="Camera">
1667               <property name="visible">True</property>
1668               <property name="label" translatable="yes">Camera</property>
1669               <property name="use_underline">False</property>
1670               <property name="use_markup">False</property>
1671               <property name="justify">GTK_JUSTIFY_LEFT</property>
1672               <property name="wrap">False</property>
1673               <property name="selectable">False</property>
1674               <property name="xalign">0.5</property>
1675               <property name="yalign">0.5</property>
1676               <property name="xpad">0</property>
1677               <property name="ypad">0</property>
1678             </widget>
1679             <packing>
1680               <property name="type">tab</property>
1681             </packing>
1682           </child>
1683
1684           <child>
1685             <widget class="GtkVBox" id="vbox1">
1686               <property name="visible">True</property>
1687               <property name="homogeneous">False</property>
1688               <property name="spacing">0</property>
1689
1690               <child>
1691                 <widget class="GtkVBox" id="vbox6">
1692                   <property name="visible">True</property>
1693                   <property name="homogeneous">False</property>
1694                   <property name="spacing">0</property>
1695
1696                   <child>
1697                     <widget class="GtkFrame" id="frameVideo">
1698                       <property name="visible">True</property>
1699                       <property name="label_xalign">0</property>
1700                       <property name="label_yalign">0.5</property>
1701                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1702
1703                       <child>
1704                         <widget class="GtkTable" id="table4">
1705                           <property name="visible">True</property>
1706                           <property name="n_rows">3</property>
1707                           <property name="n_columns">2</property>
1708                           <property name="homogeneous">False</property>
1709                           <property name="row_spacing">0</property>
1710                           <property name="column_spacing">0</property>
1711
1712                           <child>
1713                             <widget class="GtkLabel" id="labelVideoDevice">
1714                               <property name="visible">True</property>
1715                               <property name="label" translatable="yes">Device :</property>
1716                               <property name="use_underline">False</property>
1717                               <property name="use_markup">False</property>
1718                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1719                               <property name="wrap">False</property>
1720                               <property name="selectable">False</property>
1721                               <property name="xalign">0</property>
1722                               <property name="yalign">0.5</property>
1723                               <property name="xpad">0</property>
1724                               <property name="ypad">0</property>
1725                             </widget>
1726                             <packing>
1727                               <property name="left_attach">0</property>
1728                               <property name="right_attach">1</property>
1729                               <property name="top_attach">0</property>
1730                               <property name="bottom_attach">1</property>
1731                               <property name="x_options">fill</property>
1732                               <property name="y_options"></property>
1733                             </packing>
1734                           </child>
1735
1736                           <child>
1737                             <widget class="GtkLabel" id="labelVideoCodec">
1738                               <property name="visible">True</property>
1739                               <property name="label" translatable="yes">Codec :</property>
1740                               <property name="use_underline">False</property>
1741                               <property name="use_markup">False</property>
1742                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1743                               <property name="wrap">False</property>
1744                               <property name="selectable">False</property>
1745                               <property name="xalign">0</property>
1746                               <property name="yalign">0.5</property>
1747                               <property name="xpad">0</property>
1748                               <property name="ypad">0</property>
1749                             </widget>
1750                             <packing>
1751                               <property name="left_attach">0</property>
1752                               <property name="right_attach">1</property>
1753                               <property name="top_attach">1</property>
1754                               <property name="bottom_attach">2</property>
1755                               <property name="x_options">fill</property>
1756                               <property name="y_options"></property>
1757                             </packing>
1758                           </child>
1759
1760                           <child>
1761                             <widget class="GtkLabel" id="labelVideoBitrate">
1762                               <property name="visible">True</property>
1763                               <property name="label" translatable="yes">Bitrate :</property>
1764                               <property name="use_underline">False</property>
1765                               <property name="use_markup">False</property>
1766                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1767                               <property name="wrap">False</property>
1768                               <property name="selectable">False</property>
1769                               <property name="xalign">0</property>
1770                               <property name="yalign">0.5</property>
1771                               <property name="xpad">0</property>
1772                               <property name="ypad">0</property>
1773                             </widget>
1774                             <packing>
1775                               <property name="left_attach">0</property>
1776                               <property name="right_attach">1</property>
1777                               <property name="top_attach">2</property>
1778                               <property name="bottom_attach">3</property>
1779                               <property name="x_options">fill</property>
1780                               <property name="y_options"></property>
1781                             </packing>
1782                           </child>
1783
1784                           <child>
1785                             <widget class="GtkCombo" id="comboVideoDevice">
1786                               <property name="visible">True</property>
1787                               <property name="value_in_list">False</property>
1788                               <property name="allow_empty">True</property>
1789                               <property name="case_sensitive">False</property>
1790                               <property name="enable_arrow_keys">True</property>
1791                               <property name="enable_arrows_always">False</property>
1792
1793                               <child internal-child="entry">
1794                                 <widget class="GtkEntry" id="entryVideoDevice">
1795                                   <property name="visible">True</property>
1796                                   <property name="can_focus">True</property>
1797                                   <property name="editable">True</property>
1798                                   <property name="visibility">True</property>
1799                                   <property name="max_length">0</property>
1800                                   <property name="text" translatable="yes">/dev/video</property>
1801                                   <property name="has_frame">True</property>
1802                                   <property name="invisible_char" translatable="yes">*</property>
1803                                   <property name="activates_default">False</property>
1804                                   <signal name="changed" handler="onVideoDeviceChanged" last_modification_time="Fri, 26 Sep 2003 12:43:13 GMT"/>
1805                                   <signal name="editing_done" handler="onEntryVideoDeviceEditingDone" last_modification_time="Fri, 26 Sep 2003 13:34:44 GMT"/>
1806                                 </widget>
1807                               </child>
1808
1809                               <child internal-child="list">
1810                                 <widget class="GtkList" id="listVideoDevice">
1811                                   <property name="visible">True</property>
1812                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1813                                 </widget>
1814                               </child>
1815                             </widget>
1816                             <packing>
1817                               <property name="left_attach">1</property>
1818                               <property name="right_attach">2</property>
1819                               <property name="top_attach">0</property>
1820                               <property name="bottom_attach">1</property>
1821                               <property name="y_options"></property>
1822                             </packing>
1823                           </child>
1824
1825                           <child>
1826                             <widget class="GtkCombo" id="comboVideoCodec">
1827                               <property name="visible">True</property>
1828                               <property name="value_in_list">False</property>
1829                               <property name="allow_empty">True</property>
1830                               <property name="case_sensitive">False</property>
1831                               <property name="enable_arrow_keys">True</property>
1832                               <property name="enable_arrows_always">False</property>
1833
1834                               <child internal-child="entry">
1835                                 <widget class="GtkEntry" id="entryVideoCodec">
1836                                   <property name="visible">True</property>
1837                                   <property name="can_focus">True</property>
1838                                   <property name="editable">True</property>
1839                                   <property name="visibility">True</property>
1840                                   <property name="max_length">0</property>
1841                                   <property name="text" translatable="yes">raw</property>
1842                                   <property name="has_frame">True</property>
1843                                   <property name="invisible_char" translatable="yes">*</property>
1844                                   <property name="activates_default">False</property>
1845                                   <signal name="changed" handler="onVideoCodecChanged" last_modification_time="Fri, 26 Sep 2003 12:43:54 GMT"/>
1846                                   <signal name="editing_done" handler="onEntryVideoCodecEditingDone" last_modification_time="Fri, 26 Sep 2003 13:34:58 GMT"/>
1847                                 </widget>
1848                               </child>
1849
1850                               <child internal-child="list">
1851                                 <widget class="GtkList" id="listVideoCodec">
1852                                   <property name="visible">True</property>
1853                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1854
1855                                   <child>
1856                                     <widget class="GtkListItem" id="listitem1141">
1857                                       <property name="visible">True</property>
1858                                       <property name="can_focus">True</property>
1859                                       <property name="label" translatable="yes">raw</property>
1860                                     </widget>
1861                                   </child>
1862
1863                                   <child>
1864                                     <widget class="GtkListItem" id="listitem1142">
1865                                       <property name="visible">True</property>
1866                                       <property name="can_focus">True</property>
1867                                       <property name="label" translatable="yes">huff</property>
1868                                     </widget>
1869                                   </child>
1870
1871                                   <child>
1872                                     <widget class="GtkListItem" id="listitem1143">
1873                                       <property name="visible">True</property>
1874                                       <property name="can_focus">True</property>
1875                                       <property name="label" translatable="yes"></property>
1876                                     </widget>
1877                                   </child>
1878                                 </widget>
1879                               </child>
1880                             </widget>
1881                             <packing>
1882                               <property name="left_attach">1</property>
1883                               <property name="right_attach">2</property>
1884                               <property name="top_attach">1</property>
1885                               <property name="bottom_attach">2</property>
1886                               <property name="y_options"></property>
1887                             </packing>
1888                           </child>
1889
1890                           <child>
1891                             <widget class="GtkSpinButton" id="spinVideoBitrate">
1892                               <property name="visible">True</property>
1893                               <property name="can_focus">True</property>
1894                               <property name="climb_rate">1</property>
1895                               <property name="digits">0</property>
1896                               <property name="numeric">False</property>
1897                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1898                               <property name="snap_to_ticks">False</property>
1899                               <property name="wrap">False</property>
1900                               <property name="adjustment">64 0 100 1 10 10</property>
1901                               <signal name="changed" handler="onVideoBitrateChanged" last_modification_time="Fri, 26 Sep 2003 12:44:26 GMT"/>
1902                               <signal name="editing_done" handler="onVideoBitrateEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:16 GMT"/>
1903                             </widget>
1904                             <packing>
1905                               <property name="left_attach">1</property>
1906                               <property name="right_attach">2</property>
1907                               <property name="top_attach">2</property>
1908                               <property name="bottom_attach">3</property>
1909                               <property name="y_options"></property>
1910                             </packing>
1911                           </child>
1912                         </widget>
1913                       </child>
1914
1915                       <child>
1916                         <widget class="GtkLabel" id="label42">
1917                           <property name="visible">True</property>
1918                           <property name="label" translatable="yes">Video</property>
1919                           <property name="use_underline">False</property>
1920                           <property name="use_markup">False</property>
1921                           <property name="justify">GTK_JUSTIFY_LEFT</property>
1922                           <property name="wrap">False</property>
1923                           <property name="selectable">False</property>
1924                           <property name="xalign">0.5</property>
1925                           <property name="yalign">0.5</property>
1926                           <property name="xpad">0</property>
1927                           <property name="ypad">0</property>
1928                         </widget>
1929                         <packing>
1930                           <property name="type">label_item</property>
1931                         </packing>
1932                       </child>
1933                     </widget>
1934                     <packing>
1935                       <property name="padding">0</property>
1936                       <property name="expand">True</property>
1937                       <property name="fill">True</property>
1938                     </packing>
1939                   </child>
1940
1941                   <child>
1942                     <widget class="GtkFrame" id="frameAudio">
1943                       <property name="visible">True</property>
1944                       <property name="label_xalign">0</property>
1945                       <property name="label_yalign">0.5</property>
1946                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1947
1948                       <child>
1949                         <widget class="GtkTable" id="table3">
1950                           <property name="visible">True</property>
1951                           <property name="n_rows">3</property>
1952                           <property name="n_columns">2</property>
1953                           <property name="homogeneous">False</property>
1954                           <property name="row_spacing">0</property>
1955                           <property name="column_spacing">0</property>
1956
1957                           <child>
1958                             <widget class="GtkLabel" id="labelAudioDevice">
1959                               <property name="visible">True</property>
1960                               <property name="label" translatable="yes">Device :</property>
1961                               <property name="use_underline">False</property>
1962                               <property name="use_markup">False</property>
1963                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1964                               <property name="wrap">False</property>
1965                               <property name="selectable">False</property>
1966                               <property name="xalign">0</property>
1967                               <property name="yalign">0.5</property>
1968                               <property name="xpad">0</property>
1969                               <property name="ypad">0</property>
1970                             </widget>
1971                             <packing>
1972                               <property name="left_attach">0</property>
1973                               <property name="right_attach">1</property>
1974                               <property name="top_attach">0</property>
1975                               <property name="bottom_attach">1</property>
1976                               <property name="x_options">fill</property>
1977                               <property name="y_options"></property>
1978                             </packing>
1979                           </child>
1980
1981                           <child>
1982                             <widget class="GtkLabel" id="labelAudioCodec">
1983                               <property name="visible">True</property>
1984                               <property name="label" translatable="yes">Codec :</property>
1985                               <property name="use_underline">False</property>
1986                               <property name="use_markup">False</property>
1987                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1988                               <property name="wrap">False</property>
1989                               <property name="selectable">False</property>
1990                               <property name="xalign">0</property>
1991                               <property name="yalign">0.5</property>
1992                               <property name="xpad">0</property>
1993                               <property name="ypad">0</property>
1994                             </widget>
1995                             <packing>
1996                               <property name="left_attach">0</property>
1997                               <property name="right_attach">1</property>
1998                               <property name="top_attach">1</property>
1999                               <property name="bottom_attach">2</property>
2000                               <property name="x_options">fill</property>
2001                               <property name="y_options"></property>
2002                             </packing>
2003                           </child>
2004
2005                           <child>
2006                             <widget class="GtkLabel" id="labelAudioBitrate">
2007                               <property name="visible">True</property>
2008                               <property name="label" translatable="yes">Bitrate :</property>
2009                               <property name="use_underline">False</property>
2010                               <property name="use_markup">False</property>
2011                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2012                               <property name="wrap">False</property>
2013                               <property name="selectable">False</property>
2014                               <property name="xalign">0</property>
2015                               <property name="yalign">0.5</property>
2016                               <property name="xpad">0</property>
2017                               <property name="ypad">0</property>
2018                             </widget>
2019                             <packing>
2020                               <property name="left_attach">0</property>
2021                               <property name="right_attach">1</property>
2022                               <property name="top_attach">2</property>
2023                               <property name="bottom_attach">3</property>
2024                               <property name="x_options">fill</property>
2025                               <property name="y_options"></property>
2026                             </packing>
2027                           </child>
2028
2029                           <child>
2030                             <widget class="GtkCombo" id="comboAudioDevice">
2031                               <property name="visible">True</property>
2032                               <property name="value_in_list">False</property>
2033                               <property name="allow_empty">True</property>
2034                               <property name="case_sensitive">False</property>
2035                               <property name="enable_arrow_keys">True</property>
2036                               <property name="enable_arrows_always">False</property>
2037
2038                               <child internal-child="entry">
2039                                 <widget class="GtkEntry" id="entryAudioDevice">
2040                                   <property name="visible">True</property>
2041                                   <property name="can_focus">True</property>
2042                                   <property name="editable">True</property>
2043                                   <property name="visibility">True</property>
2044                                   <property name="max_length">0</property>
2045                                   <property name="text" translatable="yes">/dev/dsp</property>
2046                                   <property name="has_frame">True</property>
2047                                   <property name="invisible_char" translatable="yes">*</property>
2048                                   <property name="activates_default">False</property>
2049                                   <signal name="changed" handler="onAudioDeviceChanged" last_modification_time="Fri, 26 Sep 2003 12:45:20 GMT"/>
2050                                   <signal name="editing_done" handler="onEntryAudioDeviceEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:30 GMT"/>
2051                                 </widget>
2052                               </child>
2053
2054                               <child internal-child="list">
2055                                 <widget class="GtkList" id="listAudioDevice">
2056                                   <property name="visible">True</property>
2057                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2058                                 </widget>
2059                               </child>
2060                             </widget>
2061                             <packing>
2062                               <property name="left_attach">1</property>
2063                               <property name="right_attach">2</property>
2064                               <property name="top_attach">0</property>
2065                               <property name="bottom_attach">1</property>
2066                               <property name="y_options"></property>
2067                             </packing>
2068                           </child>
2069
2070                           <child>
2071                             <widget class="GtkCombo" id="comboAudioCodec">
2072                               <property name="visible">True</property>
2073                               <property name="value_in_list">False</property>
2074                               <property name="allow_empty">True</property>
2075                               <property name="case_sensitive">False</property>
2076                               <property name="enable_arrow_keys">True</property>
2077                               <property name="enable_arrows_always">False</property>
2078
2079                               <child internal-child="entry">
2080                                 <widget class="GtkEntry" id="entryAudioCodec">
2081                                   <property name="visible">True</property>
2082                                   <property name="can_focus">True</property>
2083                                   <property name="editable">True</property>
2084                                   <property name="visibility">True</property>
2085                                   <property name="max_length">0</property>
2086                                   <property name="text" translatable="yes">raw</property>
2087                                   <property name="has_frame">True</property>
2088                                   <property name="invisible_char" translatable="yes">*</property>
2089                                   <property name="activates_default">False</property>
2090                                   <signal name="changed" handler="onAudioCodecChanged" last_modification_time="Fri, 26 Sep 2003 12:45:50 GMT"/>
2091                                   <signal name="editing_done" handler="onEntryAudioCodecEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:43 GMT"/>
2092                                 </widget>
2093                               </child>
2094
2095                               <child internal-child="list">
2096                                 <widget class="GtkList" id="listAudioCodec">
2097                                   <property name="visible">True</property>
2098                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2099
2100                                   <child>
2101                                     <widget class="GtkListItem" id="listitem1129">
2102                                       <property name="visible">True</property>
2103                                       <property name="can_focus">True</property>
2104                                       <property name="label" translatable="yes">raw</property>
2105                                     </widget>
2106                                   </child>
2107
2108                                   <child>
2109                                     <widget class="GtkListItem" id="listitem1130">
2110                                       <property name="visible">True</property>
2111                                       <property name="can_focus">True</property>
2112                                       <property name="label" translatable="yes">alaw</property>
2113                                     </widget>
2114                                   </child>
2115
2116                                   <child>
2117                                     <widget class="GtkListItem" id="listitem1131">
2118                                       <property name="visible">True</property>
2119                                       <property name="can_focus">True</property>
2120                                       <property name="label" translatable="yes">ulaw</property>
2121                                     </widget>
2122                                   </child>
2123                                 </widget>
2124                               </child>
2125                             </widget>
2126                             <packing>
2127                               <property name="left_attach">1</property>
2128                               <property name="right_attach">2</property>
2129                               <property name="top_attach">1</property>
2130                               <property name="bottom_attach">2</property>
2131                               <property name="y_options"></property>
2132                             </packing>
2133                           </child>
2134
2135                           <child>
2136                             <widget class="GtkSpinButton" id="spinAudioBitrate">
2137                               <property name="visible">True</property>
2138                               <property name="can_focus">True</property>
2139                               <property name="climb_rate">1</property>
2140                               <property name="digits">0</property>
2141                               <property name="numeric">True</property>
2142                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2143                               <property name="snap_to_ticks">False</property>
2144                               <property name="wrap">False</property>
2145                               <property name="adjustment">64 0 100 1 10 10</property>
2146                               <signal name="changed" handler="onAudioBitrateChanged" last_modification_time="Fri, 26 Sep 2003 12:46:22 GMT"/>
2147                               <signal name="editing_done" handler="onAudioBitrateEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:57 GMT"/>
2148                             </widget>
2149                             <packing>
2150                               <property name="left_attach">1</property>
2151                               <property name="right_attach">2</property>
2152                               <property name="top_attach">2</property>
2153                               <property name="bottom_attach">3</property>
2154                               <property name="y_options"></property>
2155                             </packing>
2156                           </child>
2157                         </widget>
2158                       </child>
2159
2160                       <child>
2161                         <widget class="GtkLabel" id="label41">
2162                           <property name="visible">True</property>
2163                           <property name="label" translatable="yes">Audio</property>
2164                           <property name="use_underline">False</property>
2165                           <property name="use_markup">False</property>
2166                           <property name="justify">GTK_JUSTIFY_LEFT</property>
2167                           <property name="wrap">False</property>
2168                           <property name="selectable">False</property>
2169                           <property name="xalign">0.5</property>
2170                           <property name="yalign">0.5</property>
2171                           <property name="xpad">0</property>
2172                           <property name="ypad">0</property>
2173                         </widget>
2174                         <packing>
2175                           <property name="type">label_item</property>
2176                         </packing>
2177                       </child>
2178                     </widget>
2179                     <packing>
2180                       <property name="padding">0</property>
2181                       <property name="expand">True</property>
2182                       <property name="fill">True</property>
2183                     </packing>
2184                   </child>
2185                 </widget>
2186                 <packing>
2187                   <property name="padding">0</property>
2188                   <property name="expand">True</property>
2189                   <property name="fill">True</property>
2190                 </packing>
2191               </child>
2192
2193               <child>
2194                 <widget class="GtkHBox" id="hbox14">
2195                   <property name="visible">True</property>
2196                   <property name="homogeneous">False</property>
2197                   <property name="spacing">0</property>
2198
2199                   <child>
2200                     <placeholder/>
2201                   </child>
2202
2203                   <child>
2204                     <widget class="GtkButton" id="AddServerToPlaylist">
2205                       <property name="visible">True</property>
2206                       <property name="can_focus">True</property>
2207                       <property name="label" translatable="yes">Add to Playlist</property>
2208                       <property name="use_underline">True</property>
2209                       <property name="relief">GTK_RELIEF_NORMAL</property>
2210                       <signal name="pressed" handler="onAddServerToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:46:58 GMT"/>
2211                     </widget>
2212                     <packing>
2213                       <property name="padding">0</property>
2214                       <property name="expand">False</property>
2215                       <property name="fill">False</property>
2216                     </packing>
2217                   </child>
2218
2219                   <child>
2220                     <placeholder/>
2221                   </child>
2222                 </widget>
2223                 <packing>
2224                   <property name="padding">0</property>
2225                   <property name="expand">False</property>
2226                   <property name="fill">False</property>
2227                 </packing>
2228               </child>
2229             </widget>
2230             <packing>
2231               <property name="tab_expand">False</property>
2232               <property name="tab_fill">True</property>
2233             </packing>
2234           </child>
2235
2236           <child>
2237             <widget class="GtkLabel" id="Transcode">
2238               <property name="visible">True</property>
2239               <property name="label" translatable="yes">Transcode</property>
2240               <property name="use_underline">False</property>
2241               <property name="use_markup">False</property>
2242               <property name="justify">GTK_JUSTIFY_CENTER</property>
2243               <property name="wrap">False</property>
2244               <property name="selectable">False</property>
2245               <property name="xalign">0.5</property>
2246               <property name="yalign">0.5</property>
2247               <property name="xpad">0</property>
2248               <property name="ypad">0</property>
2249             </widget>
2250             <packing>
2251               <property name="type">tab</property>
2252             </packing>
2253           </child>
2254
2255           <child>
2256             <widget class="GtkVBox" id="vbox4">
2257               <property name="visible">True</property>
2258               <property name="homogeneous">False</property>
2259               <property name="spacing">0</property>
2260
2261               <child>
2262                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
2263                   <property name="visible">True</property>
2264                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2265                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2266                   <property name="shadow_type">GTK_SHADOW_IN</property>
2267                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2268
2269                   <child>
2270                     <widget class="GtkTreeView" id="tvPlaylist">
2271                       <property name="visible">True</property>
2272                       <property name="can_focus">True</property>
2273                       <property name="headers_visible">True</property>
2274                       <property name="rules_hint">False</property>
2275                       <property name="reorderable">False</property>
2276                       <property name="enable_search">True</property>
2277                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
2278                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
2279                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
2280                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
2281                     </widget>
2282                   </child>
2283                 </widget>
2284                 <packing>
2285                   <property name="padding">0</property>
2286                   <property name="expand">True</property>
2287                   <property name="fill">True</property>
2288                 </packing>
2289               </child>
2290
2291               <child>
2292                 <widget class="GtkHBox" id="hbox11">
2293                   <property name="visible">True</property>
2294                   <property name="homogeneous">True</property>
2295                   <property name="spacing">0</property>
2296
2297                   <child>
2298                     <widget class="GtkButton" id="UpdatePlaylist">
2299                       <property name="visible">True</property>
2300                       <property name="can_focus">True</property>
2301                       <property name="label" translatable="yes">Update</property>
2302                       <property name="use_underline">True</property>
2303                       <property name="relief">GTK_RELIEF_NORMAL</property>
2304                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
2305                     </widget>
2306                     <packing>
2307                       <property name="padding">0</property>
2308                       <property name="expand">False</property>
2309                       <property name="fill">False</property>
2310                     </packing>
2311                   </child>
2312
2313                   <child>
2314                     <widget class="GtkButton" id="DeletePlaylist">
2315                       <property name="visible">True</property>
2316                       <property name="can_focus">True</property>
2317                       <property name="label" translatable="yes">Delete</property>
2318                       <property name="use_underline">True</property>
2319                       <property name="relief">GTK_RELIEF_NORMAL</property>
2320                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
2321                     </widget>
2322                     <packing>
2323                       <property name="padding">5</property>
2324                       <property name="expand">False</property>
2325                       <property name="fill">False</property>
2326                     </packing>
2327                   </child>
2328
2329                   <child>
2330                     <widget class="GtkButton" id="ClearPlaylist">
2331                       <property name="visible">True</property>
2332                       <property name="can_focus">True</property>
2333                       <property name="label" translatable="yes"> Clear </property>
2334                       <property name="use_underline">True</property>
2335                       <property name="relief">GTK_RELIEF_NORMAL</property>
2336                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
2337                     </widget>
2338                     <packing>
2339                       <property name="padding">5</property>
2340                       <property name="expand">False</property>
2341                       <property name="fill">False</property>
2342                     </packing>
2343                   </child>
2344                 </widget>
2345                 <packing>
2346                   <property name="padding">2</property>
2347                   <property name="expand">False</property>
2348                   <property name="fill">False</property>
2349                 </packing>
2350               </child>
2351             </widget>
2352             <packing>
2353               <property name="tab_expand">False</property>
2354               <property name="tab_fill">True</property>
2355             </packing>
2356           </child>
2357
2358           <child>
2359             <widget class="GtkLabel" id="playlist">
2360               <property name="visible">True</property>
2361               <property name="label" translatable="yes">Playlist</property>
2362               <property name="use_underline">False</property>
2363               <property name="use_markup">False</property>
2364               <property name="justify">GTK_JUSTIFY_CENTER</property>
2365               <property name="wrap">False</property>
2366               <property name="selectable">False</property>
2367               <property name="xalign">0.5</property>
2368               <property name="yalign">0.5</property>
2369               <property name="xpad">0</property>
2370               <property name="ypad">0</property>
2371             </widget>
2372             <packing>
2373               <property name="type">tab</property>
2374             </packing>
2375           </child>
2376
2377           <child>
2378             <widget class="GtkVBox" id="vbox2">
2379               <property name="visible">True</property>
2380               <property name="homogeneous">False</property>
2381               <property name="spacing">0</property>
2382
2383               <child>
2384                 <placeholder/>
2385               </child>
2386
2387               <child>
2388                 <widget class="GtkHBox" id="hbox2">
2389                   <property name="visible">True</property>
2390                   <property name="homogeneous">True</property>
2391                   <property name="spacing">0</property>
2392
2393                   <child>
2394                     <widget class="GtkButton" id="PreferenceSave">
2395                       <property name="visible">True</property>
2396                       <property name="can_focus">True</property>
2397                       <property name="label" translatable="yes"> Save </property>
2398                       <property name="use_underline">True</property>
2399                       <property name="relief">GTK_RELIEF_NORMAL</property>
2400                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
2401                     </widget>
2402                     <packing>
2403                       <property name="padding">0</property>
2404                       <property name="expand">False</property>
2405                       <property name="fill">False</property>
2406                     </packing>
2407                   </child>
2408
2409                   <child>
2410                     <widget class="GtkButton" id="PreferenceApply">
2411                       <property name="visible">True</property>
2412                       <property name="can_focus">True</property>
2413                       <property name="label" translatable="yes"> Apply </property>
2414                       <property name="use_underline">True</property>
2415                       <property name="relief">GTK_RELIEF_NORMAL</property>
2416                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
2417                     </widget>
2418                     <packing>
2419                       <property name="padding">0</property>
2420                       <property name="expand">False</property>
2421                       <property name="fill">False</property>
2422                     </packing>
2423                   </child>
2424
2425                   <child>
2426                     <placeholder/>
2427                   </child>
2428
2429                   <child>
2430                     <widget class="GtkButton" id="PreferenceCancel">
2431                       <property name="visible">True</property>
2432                       <property name="can_focus">True</property>
2433                       <property name="label" translatable="yes"> Cancel </property>
2434                       <property name="use_underline">True</property>
2435                       <property name="relief">GTK_RELIEF_NORMAL</property>
2436                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
2437                     </widget>
2438                     <packing>
2439                       <property name="padding">0</property>
2440                       <property name="expand">False</property>
2441                       <property name="fill">False</property>
2442                       <property name="pack_type">GTK_PACK_END</property>
2443                     </packing>
2444                   </child>
2445                 </widget>
2446                 <packing>
2447                   <property name="padding">2</property>
2448                   <property name="expand">False</property>
2449                   <property name="fill">False</property>
2450                   <property name="pack_type">GTK_PACK_END</property>
2451                 </packing>
2452               </child>
2453             </widget>
2454             <packing>
2455               <property name="tab_expand">False</property>
2456               <property name="tab_fill">True</property>
2457             </packing>
2458           </child>
2459
2460           <child>
2461             <widget class="GtkLabel" id="preferences">
2462               <property name="visible">True</property>
2463               <property name="label" translatable="yes">Preference</property>
2464               <property name="use_underline">False</property>
2465               <property name="use_markup">False</property>
2466               <property name="justify">GTK_JUSTIFY_CENTER</property>
2467               <property name="wrap">False</property>
2468               <property name="selectable">False</property>
2469               <property name="xalign">0.5</property>
2470               <property name="yalign">0.5</property>
2471               <property name="xpad">0</property>
2472               <property name="ypad">0</property>
2473             </widget>
2474             <packing>
2475               <property name="type">tab</property>
2476             </packing>
2477           </child>
2478
2479           <child>
2480             <widget class="GtkScrolledWindow" id="scrolledwindow3">
2481               <property name="visible">True</property>
2482               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2483               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2484               <property name="shadow_type">GTK_SHADOW_NONE</property>
2485               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2486
2487               <child>
2488                 <widget class="GtkViewport" id="viewport1">
2489                   <property name="visible">True</property>
2490                   <property name="shadow_type">GTK_SHADOW_IN</property>
2491
2492                   <child>
2493                     <widget class="GtkFixed" id="fixed2">
2494                       <property name="visible">True</property>
2495
2496                       <child>
2497                         <widget class="GtkImage" id="aboutImage">
2498                           <property name="width_request">48</property>
2499                           <property name="height_request">48</property>
2500                           <property name="visible">True</property>
2501                           <property name="pixbuf">vlc48x48.png</property>
2502                           <property name="xalign">0.5</property>
2503                           <property name="yalign">0.5</property>
2504                           <property name="xpad">0</property>
2505                           <property name="ypad">0</property>
2506                         </widget>
2507                         <packing>
2508                           <property name="x">0</property>
2509                           <property name="y">0</property>
2510                         </packing>
2511                       </child>
2512
2513                       <child>
2514                         <widget class="GtkLabel" id="labelDescription">
2515                           <property name="width_request">200</property>
2516                           <property name="height_request">112</property>
2517                           <property name="visible">True</property>
2518                           <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>
2519                           <property name="use_underline">False</property>
2520                           <property name="use_markup">False</property>
2521                           <property name="justify">GTK_JUSTIFY_LEFT</property>
2522                           <property name="wrap">True</property>
2523                           <property name="selectable">False</property>
2524                           <property name="xalign">0.5</property>
2525                           <property name="yalign">0.5</property>
2526                           <property name="xpad">0</property>
2527                           <property name="ypad">0</property>
2528                         </widget>
2529                         <packing>
2530                           <property name="x">16</property>
2531                           <property name="y">112</property>
2532                         </packing>
2533                       </child>
2534
2535                       <child>
2536                         <widget class="GtkLabel" id="labelAuthors">
2537                           <property name="width_request">208</property>
2538                           <property name="height_request">32</property>
2539                           <property name="visible">True</property>
2540                           <property name="label" translatable="yes">Authors: The VideoLAN Team, http://www.videolan.org/team/</property>
2541                           <property name="use_underline">False</property>
2542                           <property name="use_markup">False</property>
2543                           <property name="justify">GTK_JUSTIFY_LEFT</property>
2544                           <property name="wrap">True</property>
2545                           <property name="selectable">False</property>
2546                           <property name="xalign">0.5</property>
2547                           <property name="yalign">0.5</property>
2548                           <property name="xpad">0</property>
2549                           <property name="ypad">0</property>
2550                         </widget>
2551                         <packing>
2552                           <property name="x">16</property>
2553                           <property name="y">72</property>
2554                         </packing>
2555                       </child>
2556
2557                       <child>
2558                         <widget class="GtkLabel" id="labelProgramName">
2559                           <property name="width_request">152</property>
2560                           <property name="height_request">16</property>
2561                           <property name="visible">True</property>
2562                           <property name="label" translatable="yes">VLC media player</property>
2563                           <property name="use_underline">False</property>
2564                           <property name="use_markup">False</property>
2565                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2566                           <property name="wrap">True</property>
2567                           <property name="selectable">False</property>
2568                           <property name="xalign">0.5</property>
2569                           <property name="yalign">0.5</property>
2570                           <property name="xpad">0</property>
2571                           <property name="ypad">0</property>
2572                         </widget>
2573                         <packing>
2574                           <property name="x">48</property>
2575                           <property name="y">16</property>
2576                         </packing>
2577                       </child>
2578
2579                       <child>
2580                         <widget class="GtkLabel" id="labelCopyright">
2581                           <property name="width_request">208</property>
2582                           <property name="height_request">16</property>
2583                           <property name="visible">True</property>
2584                           <property name="label" translatable="yes">(C) 1996-2003 the VideoLAN team</property>
2585                           <property name="use_underline">False</property>
2586                           <property name="use_markup">False</property>
2587                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2588                           <property name="wrap">False</property>
2589                           <property name="selectable">False</property>
2590                           <property name="xalign">0.5</property>
2591                           <property name="yalign">0.5</property>
2592                           <property name="xpad">0</property>
2593                           <property name="ypad">0</property>
2594                         </widget>
2595                         <packing>
2596                           <property name="x">16</property>
2597                           <property name="y">48</property>
2598                         </packing>
2599                       </child>
2600                     </widget>
2601                   </child>
2602                 </widget>
2603               </child>
2604             </widget>
2605             <packing>
2606               <property name="tab_expand">False</property>
2607               <property name="tab_fill">True</property>
2608             </packing>
2609           </child>
2610
2611           <child>
2612             <widget class="GtkLabel" id="about">
2613               <property name="visible">True</property>
2614               <property name="label" translatable="yes">About</property>
2615               <property name="use_underline">False</property>
2616               <property name="use_markup">False</property>
2617               <property name="justify">GTK_JUSTIFY_CENTER</property>
2618               <property name="wrap">False</property>
2619               <property name="selectable">False</property>
2620               <property name="xalign">0.5</property>
2621               <property name="yalign">0.5</property>
2622               <property name="xpad">0</property>
2623               <property name="ypad">0</property>
2624             </widget>
2625             <packing>
2626               <property name="type">tab</property>
2627             </packing>
2628           </child>
2629         </widget>
2630         <packing>
2631           <property name="padding">0</property>
2632           <property name="expand">True</property>
2633           <property name="fill">True</property>
2634           <property name="pack_type">GTK_PACK_END</property>
2635         </packing>
2636       </child>
2637     </widget>
2638   </child>
2639 </widget>
2640
2641 </glade-interface>