]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
PDA interface:
[vlc] / modules / gui / pda / pda.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="pda">
7   <property name="width_request">240</property>
8   <property name="height_request">320</property>
9   <property name="visible">True</property>
10   <property name="title" translatable="yes">VLC media player</property>
11   <property name="type">GTK_WINDOW_TOPLEVEL</property>
12   <property name="window_position">GTK_WIN_POS_NONE</property>
13   <property name="modal">False</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16   <property name="icon">vlc16x16.png</property>
17   <signal name="delete_event" handler="onPDADeleteEvent" last_modification_time="Fri, 26 Sep 2003 13:23:22 GMT"/>
18
19   <child>
20     <widget class="GtkVBox" id="vbox">
21       <property name="visible">True</property>
22       <property name="homogeneous">False</property>
23       <property name="spacing">0</property>
24
25       <child>
26         <widget class="GtkToolbar" id="toolbar">
27           <property name="width_request">240</property>
28           <property name="height_request">22</property>
29           <property name="visible">True</property>
30           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
31           <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
32           <property name="tooltips">True</property>
33
34           <child>
35             <widget class="button" id="tbRewind">
36               <property name="width_request">22</property>
37               <property name="height_request">22</property>
38               <property name="visible">True</property>
39               <property name="tooltip" translatable="yes">Rewind</property>
40               <property name="label" translatable="yes">Rewind</property>
41               <property name="use_underline">True</property>
42               <property name="icon">pda-rewindb16x16.xpm</property>
43               <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>
44             </widget>
45             <packing>
46               <property name="new_group">True</property>
47             </packing>
48           </child>
49
50           <child>
51             <widget class="button" id="tbPause">
52               <property name="width_request">22</property>
53               <property name="height_request">22</property>
54               <property name="visible">True</property>
55               <property name="tooltip" translatable="yes">Pause</property>
56               <property name="label" translatable="yes">Pause</property>
57               <property name="use_underline">True</property>
58               <property name="icon">pda-pauseb16x16.xpm</property>
59               <signal name="clicked" handler="onPause" last_modification_time="Fri, 26 Sep 2003 12:27:01 GMT"/>
60             </widget>
61           </child>
62
63           <child>
64             <widget class="button" id="tbPlay">
65               <property name="width_request">22</property>
66               <property name="height_request">22</property>
67               <property name="visible">True</property>
68               <property name="tooltip" translatable="yes">Play</property>
69               <property name="label" translatable="yes">Play</property>
70               <property name="use_underline">True</property>
71               <property name="icon">pda-playb16x16.xpm</property>
72               <signal name="clicked" handler="onPlay" last_modification_time="Fri, 26 Sep 2003 12:27:14 GMT"/>
73             </widget>
74           </child>
75
76           <child>
77             <widget class="button" id="tbStop">
78               <property name="width_request">22</property>
79               <property name="height_request">22</property>
80               <property name="visible">True</property>
81               <property name="tooltip" translatable="yes">Stop</property>
82               <property name="label" translatable="yes">Stop</property>
83               <property name="use_underline">True</property>
84               <property name="icon">pda-stopb16x16.xpm</property>
85               <signal name="clicked" handler="onStop" last_modification_time="Fri, 26 Sep 2003 12:27:25 GMT"/>
86             </widget>
87           </child>
88
89           <child>
90             <widget class="button" id="tbForward">
91               <property name="width_request">22</property>
92               <property name="height_request">22</property>
93               <property name="visible">True</property>
94               <property name="tooltip" translatable="yes">Forward</property>
95               <property name="label" translatable="yes">Forward</property>
96               <property name="use_underline">True</property>
97               <property name="icon">pda-forwardb16x16.xpm</property>
98               <signal name="clicked" handler="onForward" last_modification_time="Fri, 26 Sep 2003 12:27:35 GMT"/>
99             </widget>
100           </child>
101
102           <child>
103             <widget class="button" id="tbAbout">
104               <property name="width_request">22</property>
105               <property name="height_request">22</property>
106               <property name="visible">True</property>
107               <property name="tooltip" translatable="yes">About</property>
108               <property name="label" translatable="yes">About</property>
109               <property name="use_underline">True</property>
110               <property name="icon">vlc16x16.png</property>
111               <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>
112             </widget>
113             <packing>
114               <property name="new_group">True</property>
115             </packing>
116           </child>
117
118           <child>
119             <widget class="GtkLabel" id="timeLabel">
120               <property name="visible">True</property>
121               <property name="label" translatable="yes">00:00:00</property>
122               <property name="use_underline">False</property>
123               <property name="use_markup">False</property>
124               <property name="justify">GTK_JUSTIFY_CENTER</property>
125               <property name="wrap">False</property>
126               <property name="selectable">False</property>
127               <property name="xalign">0.5</property>
128               <property name="yalign">0.5</property>
129               <property name="xpad">0</property>
130               <property name="ypad">0</property>
131             </widget>
132             <packing>
133               <property name="new_group">True</property>
134             </packing>
135           </child>
136         </widget>
137         <packing>
138           <property name="padding">5</property>
139           <property name="expand">False</property>
140           <property name="fill">False</property>
141         </packing>
142       </child>
143
144       <child>
145         <widget class="GtkHScale" id="timeSlider">
146           <property name="visible">True</property>
147           <property name="can_focus">True</property>
148           <property name="draw_value">False</property>
149           <property name="value_pos">GTK_POS_RIGHT</property>
150           <property name="digits">3</property>
151           <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
152           <property name="inverted">False</property>
153           <property name="adjustment">3 0 100 1 6.25 0</property>
154           <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>
155           <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>
156         </widget>
157         <packing>
158           <property name="padding">4</property>
159           <property name="expand">False</property>
160           <property name="fill">False</property>
161         </packing>
162       </child>
163
164       <child>
165         <widget class="GtkNotebook" id="notebook">
166           <property name="visible">True</property>
167           <property name="can_focus">True</property>
168           <property name="show_tabs">True</property>
169           <property name="show_border">True</property>
170           <property name="tab_pos">GTK_POS_TOP</property>
171           <property name="scrollable">True</property>
172           <property name="enable_popup">False</property>
173
174           <child>
175             <widget class="GtkScrolledWindow" id="scrolledwindow6">
176               <property name="visible">True</property>
177               <property name="can_focus">True</property>
178               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
179               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
180               <property name="shadow_type">GTK_SHADOW_NONE</property>
181               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
182
183               <child>
184                 <widget class="GtkViewport" id="viewport3">
185                   <property name="visible">True</property>
186                   <property name="shadow_type">GTK_SHADOW_IN</property>
187
188                   <child>
189                     <widget class="GtkVBox" id="vbox8">
190                       <property name="visible">True</property>
191                       <property name="homogeneous">False</property>
192                       <property name="spacing">0</property>
193
194                       <child>
195                         <widget class="GtkScrolledWindow" id="scrolledwindow7">
196                           <property name="visible">True</property>
197                           <property name="can_focus">True</property>
198                           <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
199                           <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
200                           <property name="shadow_type">GTK_SHADOW_NONE</property>
201                           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
202
203                           <child>
204                             <widget class="GtkTreeView" id="tvFileList">
205                               <property name="visible">True</property>
206                               <property name="can_focus">True</property>
207                               <property name="headers_visible">True</property>
208                               <property name="rules_hint">False</property>
209                               <property name="reorderable">False</property>
210                               <property name="enable_search">True</property>
211                               <signal name="row_activated" handler="onFileListRow" last_modification_time="Fri, 26 Sep 2003 13:30:40 GMT"/>
212                               <signal name="select_cursor_row" handler="onFileListRowSelected" last_modification_time="Fri, 26 Sep 2003 13:31:20 GMT"/>
213                             </widget>
214                           </child>
215                         </widget>
216                         <packing>
217                           <property name="padding">0</property>
218                           <property name="expand">True</property>
219                           <property name="fill">True</property>
220                         </packing>
221                       </child>
222
223                       <child>
224                         <widget class="GtkHBox" id="hbox">
225                           <property name="visible">True</property>
226                           <property name="homogeneous">False</property>
227                           <property name="spacing">0</property>
228
229                           <child>
230                             <placeholder/>
231                           </child>
232
233                           <child>
234                             <widget class="GtkButton" id="AddFileToPlaylist">
235                               <property name="visible">True</property>
236                               <property name="can_focus">True</property>
237                               <property name="label" translatable="yes">Add to Playlist</property>
238                               <property name="use_underline">True</property>
239                               <property name="relief">GTK_RELIEF_NORMAL</property>
240                               <signal name="pressed" handler="onAddFileToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:31:03 GMT"/>
241                             </widget>
242                             <packing>
243                               <property name="padding">0</property>
244                               <property name="expand">False</property>
245                               <property name="fill">False</property>
246                             </packing>
247                           </child>
248
249                           <child>
250                             <placeholder/>
251                           </child>
252                         </widget>
253                         <packing>
254                           <property name="padding">0</property>
255                           <property name="expand">False</property>
256                           <property name="fill">False</property>
257                         </packing>
258                       </child>
259                     </widget>
260                   </child>
261                 </widget>
262               </child>
263             </widget>
264             <packing>
265               <property name="tab_expand">False</property>
266               <property name="tab_fill">True</property>
267             </packing>
268           </child>
269
270           <child>
271             <widget class="GtkLabel" id="File">
272               <property name="visible">True</property>
273               <property name="label" translatable="yes">File</property>
274               <property name="use_underline">False</property>
275               <property name="use_markup">False</property>
276               <property name="justify">GTK_JUSTIFY_CENTER</property>
277               <property name="wrap">False</property>
278               <property name="selectable">False</property>
279               <property name="xalign">0.5</property>
280               <property name="yalign">0.5</property>
281               <property name="xpad">0</property>
282               <property name="ypad">0</property>
283             </widget>
284             <packing>
285               <property name="type">tab</property>
286             </packing>
287           </child>
288
289           <child>
290             <widget class="GtkVBox" id="vbox5">
291               <property name="visible">True</property>
292               <property name="homogeneous">False</property>
293               <property name="spacing">0</property>
294
295               <child>
296                 <widget class="GtkHBox" id="hbox12">
297                   <property name="width_request">247</property>
298                   <property name="height_request">26</property>
299                   <property name="visible">True</property>
300                   <property name="homogeneous">False</property>
301                   <property name="spacing">0</property>
302
303                   <child>
304                     <widget class="GtkLabel" id="labelNetworkMRL">
305                       <property name="width_request">35</property>
306                       <property name="height_request">16</property>
307                       <property name="visible">True</property>
308                       <property name="label" translatable="yes">MRL :</property>
309                       <property name="use_underline">False</property>
310                       <property name="use_markup">False</property>
311                       <property name="justify">GTK_JUSTIFY_CENTER</property>
312                       <property name="wrap">False</property>
313                       <property name="selectable">False</property>
314                       <property name="xalign">0.5</property>
315                       <property name="yalign">0.5</property>
316                       <property name="xpad">0</property>
317                       <property name="ypad">0</property>
318                     </widget>
319                     <packing>
320                       <property name="padding">0</property>
321                       <property name="expand">False</property>
322                       <property name="fill">False</property>
323                     </packing>
324                   </child>
325
326                   <child>
327                     <widget class="GtkCombo" id="comboMRL">
328                       <property name="visible">True</property>
329                       <property name="value_in_list">False</property>
330                       <property name="allow_empty">True</property>
331                       <property name="case_sensitive">False</property>
332                       <property name="enable_arrow_keys">True</property>
333                       <property name="enable_arrows_always">False</property>
334                       <signal name="add" handler="onNetworkMRLAdd" last_modification_time="Fri, 07 Nov 2003 14:35:58 GMT"/>
335
336                       <child internal-child="entry">
337                         <widget class="GtkEntry" id="entryMRL">
338                           <property name="width_request">158</property>
339                           <property name="height_request">24</property>
340                           <property name="visible">True</property>
341                           <property name="can_focus">True</property>
342                           <property name="editable">True</property>
343                           <property name="visibility">True</property>
344                           <property name="max_length">0</property>
345                           <property name="text" translatable="yes"></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"></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="listitem21">
671                               <property name="visible">True</property>
672                               <property name="can_focus">True</property>
673                               <property name="label" translatable="yes">IPv4</property>
674                             </widget>
675                           </child>
676
677                           <child>
678                             <widget class="GtkListItem" id="listitem22">
679                               <property name="visible">True</property>
680                               <property name="can_focus">True</property>
681                               <property name="label" translatable="yes">IPv6</property>
682                             </widget>
683                           </child>
684                         </widget>
685                       </child>
686                     </widget>
687                     <packing>
688                       <property name="left_attach">1</property>
689                       <property name="right_attach">2</property>
690                       <property name="top_attach">3</property>
691                       <property name="bottom_attach">4</property>
692                       <property name="y_options"></property>
693                     </packing>
694                   </child>
695
696                   <child>
697                     <widget class="GtkLabel" id="labelNetworkProtocol">
698                       <property name="visible">True</property>
699                       <property name="label" translatable="yes">Protocol:</property>
700                       <property name="use_underline">False</property>
701                       <property name="use_markup">False</property>
702                       <property name="justify">GTK_JUSTIFY_LEFT</property>
703                       <property name="wrap">False</property>
704                       <property name="selectable">False</property>
705                       <property name="xalign">0</property>
706                       <property name="yalign">0.5</property>
707                       <property name="xpad">0</property>
708                       <property name="ypad">0</property>
709                     </widget>
710                     <packing>
711                       <property name="left_attach">0</property>
712                       <property name="right_attach">1</property>
713                       <property name="top_attach">3</property>
714                       <property name="bottom_attach">4</property>
715                       <property name="x_options">fill</property>
716                       <property name="y_options"></property>
717                     </packing>
718                   </child>
719
720                   <child>
721                     <widget class="GtkLabel" id="labeNetworkMRLType">
722                       <property name="visible">True</property>
723                       <property name="label" translatable="yes">MRL:</property>
724                       <property name="use_underline">False</property>
725                       <property name="use_markup">False</property>
726                       <property name="justify">GTK_JUSTIFY_LEFT</property>
727                       <property name="wrap">False</property>
728                       <property name="selectable">False</property>
729                       <property name="xalign">0</property>
730                       <property name="yalign">0.5</property>
731                       <property name="xpad">0</property>
732                       <property name="ypad">0</property>
733                     </widget>
734                     <packing>
735                       <property name="left_attach">0</property>
736                       <property name="right_attach">1</property>
737                       <property name="top_attach">4</property>
738                       <property name="bottom_attach">5</property>
739                       <property name="x_options">fill</property>
740                       <property name="y_options"></property>
741                     </packing>
742                   </child>
743
744                   <child>
745                     <widget class="GtkCombo" id="comboNetworkMRLType">
746                       <property name="visible">True</property>
747                       <property name="value_in_list">False</property>
748                       <property name="allow_empty">True</property>
749                       <property name="case_sensitive">False</property>
750                       <property name="enable_arrow_keys">True</property>
751                       <property name="enable_arrows_always">False</property>
752
753                       <child internal-child="entry">
754                         <widget class="GtkEntry" id="entryNetworkMRLType">
755                           <property name="visible">True</property>
756                           <property name="can_focus">True</property>
757                           <property name="editable">True</property>
758                           <property name="visibility">True</property>
759                           <property name="max_length">0</property>
760                           <property name="text" translatable="yes">udp</property>
761                           <property name="has_frame">True</property>
762                           <property name="invisible_char" translatable="yes">*</property>
763                           <property name="activates_default">False</property>
764                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:14 GMT"/>
765                         </widget>
766                       </child>
767
768                       <child internal-child="list">
769                         <widget class="GtkList" id="listNetworkMRLType">
770                           <property name="visible">True</property>
771                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
772
773                           <child>
774                             <widget class="GtkListItem" id="listitem630">
775                               <property name="visible">True</property>
776                               <property name="can_focus">True</property>
777                               <property name="label" translatable="yes">udp</property>
778                             </widget>
779                           </child>
780
781                           <child>
782                             <widget class="GtkListItem" id="listitem631">
783                               <property name="visible">True</property>
784                               <property name="can_focus">True</property>
785                               <property name="label" translatable="yes">rtp</property>
786                             </widget>
787                           </child>
788
789                           <child>
790                             <widget class="GtkListItem" id="listitem632">
791                               <property name="visible">True</property>
792                               <property name="can_focus">True</property>
793                               <property name="label" translatable="yes">ftp</property>
794                             </widget>
795                           </child>
796
797                           <child>
798                             <widget class="GtkListItem" id="listitem633">
799                               <property name="visible">True</property>
800                               <property name="can_focus">True</property>
801                               <property name="label" translatable="yes">http</property>
802                             </widget>
803                           </child>
804
805                           <child>
806                             <widget class="GtkListItem" id="listitem634">
807                               <property name="visible">True</property>
808                               <property name="can_focus">True</property>
809                               <property name="label" translatable="yes">mms</property>
810                             </widget>
811                           </child>
812                         </widget>
813                       </child>
814                     </widget>
815                     <packing>
816                       <property name="left_attach">1</property>
817                       <property name="right_attach">2</property>
818                       <property name="top_attach">4</property>
819                       <property name="bottom_attach">5</property>
820                       <property name="y_options"></property>
821                     </packing>
822                   </child>
823
824                   <child>
825                     <widget class="GtkLabel" id="labelNetworkStreamType">
826                       <property name="visible">True</property>
827                       <property name="label" translatable="yes">Stream:</property>
828                       <property name="use_underline">False</property>
829                       <property name="use_markup">False</property>
830                       <property name="justify">GTK_JUSTIFY_LEFT</property>
831                       <property name="wrap">False</property>
832                       <property name="selectable">False</property>
833                       <property name="xalign">0</property>
834                       <property name="yalign">0.5</property>
835                       <property name="xpad">0</property>
836                       <property name="ypad">0</property>
837                     </widget>
838                     <packing>
839                       <property name="left_attach">0</property>
840                       <property name="right_attach">1</property>
841                       <property name="top_attach">5</property>
842                       <property name="bottom_attach">6</property>
843                       <property name="x_options">fill</property>
844                       <property name="y_options"></property>
845                     </packing>
846                   </child>
847
848                   <child>
849                     <widget class="GtkCombo" id="comboNetworkStreamType">
850                       <property name="visible">True</property>
851                       <property name="value_in_list">False</property>
852                       <property name="allow_empty">True</property>
853                       <property name="case_sensitive">False</property>
854                       <property name="enable_arrow_keys">True</property>
855                       <property name="enable_arrows_always">False</property>
856
857                       <child internal-child="entry">
858                         <widget class="GtkEntry" id="entryNetworkStreamType">
859                           <property name="visible">True</property>
860                           <property name="can_focus">True</property>
861                           <property name="editable">True</property>
862                           <property name="visibility">True</property>
863                           <property name="max_length">0</property>
864                           <property name="text" translatable="yes"></property>
865                           <property name="has_frame">True</property>
866                           <property name="invisible_char" translatable="yes">*</property>
867                           <property name="activates_default">False</property>
868                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:27 GMT"/>
869                         </widget>
870                       </child>
871
872                       <child internal-child="list">
873                         <widget class="GtkList" id="listNetworkStreamType">
874                           <property name="visible">True</property>
875                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
876
877                           <child>
878                             <widget class="GtkListItem" id="listitem80">
879                               <property name="visible">True</property>
880                               <property name="can_focus">True</property>
881                               <property name="label" translatable="yes">server</property>
882                             </widget>
883                           </child>
884
885                           <child>
886                             <widget class="GtkListItem" id="listitem81">
887                               <property name="visible">True</property>
888                               <property name="can_focus">True</property>
889                               <property name="label" translatable="yes">client</property>
890                             </widget>
891                           </child>
892                         </widget>
893                       </child>
894                     </widget>
895                     <packing>
896                       <property name="left_attach">1</property>
897                       <property name="right_attach">2</property>
898                       <property name="top_attach">5</property>
899                       <property name="bottom_attach">6</property>
900                       <property name="y_options"></property>
901                     </packing>
902                   </child>
903                 </widget>
904                 <packing>
905                   <property name="padding">0</property>
906                   <property name="expand">True</property>
907                   <property name="fill">True</property>
908                 </packing>
909               </child>
910
911               <child>
912                 <widget class="GtkHBox" id="hbox13">
913                   <property name="visible">True</property>
914                   <property name="homogeneous">False</property>
915                   <property name="spacing">0</property>
916
917                   <child>
918                     <placeholder/>
919                   </child>
920
921                   <child>
922                     <widget class="GtkButton" id="AddNetworkPlaylist">
923                       <property name="visible">True</property>
924                       <property name="can_focus">True</property>
925                       <property name="label" translatable="yes">Add to Playlist</property>
926                       <property name="use_underline">True</property>
927                       <property name="relief">GTK_RELIEF_NORMAL</property>
928                       <signal name="pressed" handler="onAddNetworkPlaylist" last_modification_time="Fri, 26 Sep 2003 12:37:36 GMT"/>
929                     </widget>
930                     <packing>
931                       <property name="padding">0</property>
932                       <property name="expand">False</property>
933                       <property name="fill">False</property>
934                     </packing>
935                   </child>
936
937                   <child>
938                     <placeholder/>
939                   </child>
940                 </widget>
941                 <packing>
942                   <property name="padding">0</property>
943                   <property name="expand">False</property>
944                   <property name="fill">False</property>
945                 </packing>
946               </child>
947             </widget>
948             <packing>
949               <property name="tab_expand">True</property>
950               <property name="tab_fill">True</property>
951             </packing>
952           </child>
953
954           <child>
955             <widget class="GtkLabel" id="Network">
956               <property name="visible">True</property>
957               <property name="label" translatable="yes">Network</property>
958               <property name="use_underline">False</property>
959               <property name="use_markup">False</property>
960               <property name="justify">GTK_JUSTIFY_CENTER</property>
961               <property name="wrap">False</property>
962               <property name="selectable">False</property>
963               <property name="xalign">0.5</property>
964               <property name="yalign">0.5</property>
965               <property name="xpad">0</property>
966               <property name="ypad">0</property>
967             </widget>
968             <packing>
969               <property name="type">tab</property>
970             </packing>
971           </child>
972
973           <child>
974             <widget class="GtkVBox" id="vbox7">
975               <property name="visible">True</property>
976               <property name="homogeneous">False</property>
977               <property name="spacing">0</property>
978
979               <child>
980                 <widget class="GtkTable" id="table">
981                   <property name="visible">True</property>
982                   <property name="n_rows">3</property>
983                   <property name="n_columns">2</property>
984                   <property name="homogeneous">False</property>
985                   <property name="row_spacing">0</property>
986                   <property name="column_spacing">0</property>
987
988                   <child>
989                     <widget class="GtkLabel" id="labelV4LAudio">
990                       <property name="visible">True</property>
991                       <property name="label" translatable="yes">Audio:</property>
992                       <property name="use_underline">False</property>
993                       <property name="use_markup">False</property>
994                       <property name="justify">GTK_JUSTIFY_LEFT</property>
995                       <property name="wrap">False</property>
996                       <property name="selectable">False</property>
997                       <property name="xalign">0</property>
998                       <property name="yalign">0.5</property>
999                       <property name="xpad">0</property>
1000                       <property name="ypad">0</property>
1001                     </widget>
1002                     <packing>
1003                       <property name="left_attach">0</property>
1004                       <property name="right_attach">1</property>
1005                       <property name="top_attach">0</property>
1006                       <property name="bottom_attach">1</property>
1007                       <property name="x_options">fill</property>
1008                       <property name="y_options"></property>
1009                     </packing>
1010                   </child>
1011
1012                   <child>
1013                     <widget class="GtkLabel" id="labelV4LVideo">
1014                       <property name="visible">True</property>
1015                       <property name="label" translatable="yes">Video:</property>
1016                       <property name="use_underline">False</property>
1017                       <property name="use_markup">False</property>
1018                       <property name="justify">GTK_JUSTIFY_LEFT</property>
1019                       <property name="wrap">False</property>
1020                       <property name="selectable">False</property>
1021                       <property name="xalign">0</property>
1022                       <property name="yalign">0.5</property>
1023                       <property name="xpad">0</property>
1024                       <property name="ypad">0</property>
1025                     </widget>
1026                     <packing>
1027                       <property name="left_attach">0</property>
1028                       <property name="right_attach">1</property>
1029                       <property name="top_attach">1</property>
1030                       <property name="bottom_attach">2</property>
1031                       <property name="x_options">fill</property>
1032                       <property name="y_options"></property>
1033                     </packing>
1034                   </child>
1035
1036                   <child>
1037                     <widget class="GtkCombo" id="comboV4LAudio">
1038                       <property name="visible">True</property>
1039                       <property name="value_in_list">False</property>
1040                       <property name="allow_empty">True</property>
1041                       <property name="case_sensitive">False</property>
1042                       <property name="enable_arrow_keys">True</property>
1043                       <property name="enable_arrows_always">False</property>
1044
1045                       <child internal-child="entry">
1046                         <widget class="GtkEntry" id="entryV4LAudio">
1047                           <property name="visible">True</property>
1048                           <property name="can_focus">True</property>
1049                           <property name="editable">True</property>
1050                           <property name="visibility">True</property>
1051                           <property name="max_length">0</property>
1052                           <property name="text" translatable="yes">/dev/dsp</property>
1053                           <property name="has_frame">True</property>
1054                           <property name="invisible_char" translatable="yes">*</property>
1055                           <property name="activates_default">True</property>
1056                           <signal name="changed" handler="onV4LAudioChanged" last_modification_time="Fri, 26 Sep 2003 12:41:52 GMT"/>
1057                           <signal name="editing_done" handler="onEntryV4LAudioEditingDone" last_modification_time="Fri, 26 Sep 2003 13:33:59 GMT"/>
1058                         </widget>
1059                       </child>
1060
1061                       <child internal-child="list">
1062                         <widget class="GtkList" id="listV4LAudio">
1063                           <property name="visible">True</property>
1064                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1065                         </widget>
1066                       </child>
1067                     </widget>
1068                     <packing>
1069                       <property name="left_attach">1</property>
1070                       <property name="right_attach">2</property>
1071                       <property name="top_attach">0</property>
1072                       <property name="bottom_attach">1</property>
1073                       <property name="y_options"></property>
1074                     </packing>
1075                   </child>
1076
1077                   <child>
1078                     <widget class="GtkCombo" id="comboV4LVideo">
1079                       <property name="visible">True</property>
1080                       <property name="value_in_list">False</property>
1081                       <property name="allow_empty">True</property>
1082                       <property name="case_sensitive">False</property>
1083                       <property name="enable_arrow_keys">True</property>
1084                       <property name="enable_arrows_always">False</property>
1085
1086                       <child internal-child="entry">
1087                         <widget class="GtkEntry" id="entryV4LVideo">
1088                           <property name="visible">True</property>
1089                           <property name="can_focus">True</property>
1090                           <property name="editable">True</property>
1091                           <property name="visibility">True</property>
1092                           <property name="max_length">0</property>
1093                           <property name="text" translatable="yes">/dev/video</property>
1094                           <property name="has_frame">True</property>
1095                           <property name="invisible_char" translatable="yes">*</property>
1096                           <property name="activates_default">True</property>
1097                           <signal name="changed" handler="onV4LVideoChanged" last_modification_time="Fri, 26 Sep 2003 12:41:38 GMT"/>
1098                           <signal name="editing_done" handler="onEntryV4LVideoEditingDone" last_modification_time="Fri, 26 Sep 2003 13:34:23 GMT"/>
1099                         </widget>
1100                       </child>
1101
1102                       <child internal-child="list">
1103                         <widget class="GtkList" id="listV4LVideo">
1104                           <property name="visible">True</property>
1105                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1106                         </widget>
1107                       </child>
1108                     </widget>
1109                     <packing>
1110                       <property name="left_attach">1</property>
1111                       <property name="right_attach">2</property>
1112                       <property name="top_attach">1</property>
1113                       <property name="bottom_attach">2</property>
1114                       <property name="y_options"></property>
1115                     </packing>
1116                   </child>
1117                 </widget>
1118                 <packing>
1119                   <property name="padding">0</property>
1120                   <property name="expand">True</property>
1121                   <property name="fill">True</property>
1122                 </packing>
1123               </child>
1124
1125               <child>
1126                 <widget class="GtkHBox" id="hbox16">
1127                   <property name="visible">True</property>
1128                   <property name="homogeneous">False</property>
1129                   <property name="spacing">0</property>
1130
1131                   <child>
1132                     <placeholder/>
1133                   </child>
1134
1135                   <child>
1136                     <widget class="GtkButton" id="AddCameraToPlaylist">
1137                       <property name="visible">True</property>
1138                       <property name="can_focus">True</property>
1139                       <property name="label" translatable="yes">Add to Playlist</property>
1140                       <property name="use_underline">True</property>
1141                       <property name="relief">GTK_RELIEF_NORMAL</property>
1142                       <signal name="pressed" handler="onAddCameraToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:47:31 GMT"/>
1143                     </widget>
1144                     <packing>
1145                       <property name="padding">0</property>
1146                       <property name="expand">False</property>
1147                       <property name="fill">False</property>
1148                     </packing>
1149                   </child>
1150
1151                   <child>
1152                     <placeholder/>
1153                   </child>
1154                 </widget>
1155                 <packing>
1156                   <property name="padding">0</property>
1157                   <property name="expand">False</property>
1158                   <property name="fill">False</property>
1159                 </packing>
1160               </child>
1161             </widget>
1162             <packing>
1163               <property name="tab_expand">False</property>
1164               <property name="tab_fill">True</property>
1165             </packing>
1166           </child>
1167
1168           <child>
1169             <widget class="GtkLabel" id="Server">
1170               <property name="visible">True</property>
1171               <property name="label" translatable="yes">Server</property>
1172               <property name="use_underline">False</property>
1173               <property name="use_markup">False</property>
1174               <property name="justify">GTK_JUSTIFY_LEFT</property>
1175               <property name="wrap">False</property>
1176               <property name="selectable">False</property>
1177               <property name="xalign">0.5</property>
1178               <property name="yalign">0.5</property>
1179               <property name="xpad">0</property>
1180               <property name="ypad">0</property>
1181             </widget>
1182             <packing>
1183               <property name="type">tab</property>
1184             </packing>
1185           </child>
1186
1187           <child>
1188             <widget class="GtkVBox" id="vbox1">
1189               <property name="visible">True</property>
1190               <property name="homogeneous">False</property>
1191               <property name="spacing">0</property>
1192
1193               <child>
1194                 <widget class="GtkVBox" id="vbox6">
1195                   <property name="visible">True</property>
1196                   <property name="homogeneous">False</property>
1197                   <property name="spacing">0</property>
1198
1199                   <child>
1200                     <widget class="GtkFrame" id="frameVideo">
1201                       <property name="visible">True</property>
1202                       <property name="label_xalign">0</property>
1203                       <property name="label_yalign">0.5</property>
1204                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1205
1206                       <child>
1207                         <widget class="GtkTable" id="table4">
1208                           <property name="visible">True</property>
1209                           <property name="n_rows">3</property>
1210                           <property name="n_columns">2</property>
1211                           <property name="homogeneous">False</property>
1212                           <property name="row_spacing">0</property>
1213                           <property name="column_spacing">0</property>
1214
1215                           <child>
1216                             <widget class="GtkLabel" id="labelVideoDevice">
1217                               <property name="visible">True</property>
1218                               <property name="label" translatable="yes">Device :</property>
1219                               <property name="use_underline">False</property>
1220                               <property name="use_markup">False</property>
1221                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1222                               <property name="wrap">False</property>
1223                               <property name="selectable">False</property>
1224                               <property name="xalign">0</property>
1225                               <property name="yalign">0.5</property>
1226                               <property name="xpad">0</property>
1227                               <property name="ypad">0</property>
1228                             </widget>
1229                             <packing>
1230                               <property name="left_attach">0</property>
1231                               <property name="right_attach">1</property>
1232                               <property name="top_attach">0</property>
1233                               <property name="bottom_attach">1</property>
1234                               <property name="x_options">fill</property>
1235                               <property name="y_options"></property>
1236                             </packing>
1237                           </child>
1238
1239                           <child>
1240                             <widget class="GtkLabel" id="labelVideoCodec">
1241                               <property name="visible">True</property>
1242                               <property name="label" translatable="yes">Codec :</property>
1243                               <property name="use_underline">False</property>
1244                               <property name="use_markup">False</property>
1245                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1246                               <property name="wrap">False</property>
1247                               <property name="selectable">False</property>
1248                               <property name="xalign">0</property>
1249                               <property name="yalign">0.5</property>
1250                               <property name="xpad">0</property>
1251                               <property name="ypad">0</property>
1252                             </widget>
1253                             <packing>
1254                               <property name="left_attach">0</property>
1255                               <property name="right_attach">1</property>
1256                               <property name="top_attach">1</property>
1257                               <property name="bottom_attach">2</property>
1258                               <property name="x_options">fill</property>
1259                               <property name="y_options"></property>
1260                             </packing>
1261                           </child>
1262
1263                           <child>
1264                             <widget class="GtkLabel" id="labelVideoBitrate">
1265                               <property name="visible">True</property>
1266                               <property name="label" translatable="yes">Bitrate :</property>
1267                               <property name="use_underline">False</property>
1268                               <property name="use_markup">False</property>
1269                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1270                               <property name="wrap">False</property>
1271                               <property name="selectable">False</property>
1272                               <property name="xalign">0</property>
1273                               <property name="yalign">0.5</property>
1274                               <property name="xpad">0</property>
1275                               <property name="ypad">0</property>
1276                             </widget>
1277                             <packing>
1278                               <property name="left_attach">0</property>
1279                               <property name="right_attach">1</property>
1280                               <property name="top_attach">2</property>
1281                               <property name="bottom_attach">3</property>
1282                               <property name="x_options">fill</property>
1283                               <property name="y_options"></property>
1284                             </packing>
1285                           </child>
1286
1287                           <child>
1288                             <widget class="GtkCombo" id="comboVideoDevice">
1289                               <property name="visible">True</property>
1290                               <property name="value_in_list">False</property>
1291                               <property name="allow_empty">True</property>
1292                               <property name="case_sensitive">False</property>
1293                               <property name="enable_arrow_keys">True</property>
1294                               <property name="enable_arrows_always">False</property>
1295
1296                               <child internal-child="entry">
1297                                 <widget class="GtkEntry" id="entryVideoDevice">
1298                                   <property name="visible">True</property>
1299                                   <property name="can_focus">True</property>
1300                                   <property name="editable">True</property>
1301                                   <property name="visibility">True</property>
1302                                   <property name="max_length">0</property>
1303                                   <property name="text" translatable="yes">/dev/video</property>
1304                                   <property name="has_frame">True</property>
1305                                   <property name="invisible_char" translatable="yes">*</property>
1306                                   <property name="activates_default">False</property>
1307                                   <signal name="changed" handler="onVideoDeviceChanged" last_modification_time="Fri, 26 Sep 2003 12:43:13 GMT"/>
1308                                   <signal name="editing_done" handler="onEntryVideoDeviceEditingDone" last_modification_time="Fri, 26 Sep 2003 13:34:44 GMT"/>
1309                                 </widget>
1310                               </child>
1311
1312                               <child internal-child="list">
1313                                 <widget class="GtkList" id="listVideoDevice">
1314                                   <property name="visible">True</property>
1315                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1316                                 </widget>
1317                               </child>
1318                             </widget>
1319                             <packing>
1320                               <property name="left_attach">1</property>
1321                               <property name="right_attach">2</property>
1322                               <property name="top_attach">0</property>
1323                               <property name="bottom_attach">1</property>
1324                               <property name="y_options"></property>
1325                             </packing>
1326                           </child>
1327
1328                           <child>
1329                             <widget class="GtkCombo" id="comboVideoCodec">
1330                               <property name="visible">True</property>
1331                               <property name="value_in_list">False</property>
1332                               <property name="allow_empty">True</property>
1333                               <property name="case_sensitive">False</property>
1334                               <property name="enable_arrow_keys">True</property>
1335                               <property name="enable_arrows_always">False</property>
1336
1337                               <child internal-child="entry">
1338                                 <widget class="GtkEntry" id="entryVideoCodec">
1339                                   <property name="visible">True</property>
1340                                   <property name="can_focus">True</property>
1341                                   <property name="editable">True</property>
1342                                   <property name="visibility">True</property>
1343                                   <property name="max_length">0</property>
1344                                   <property name="text" translatable="yes">huff</property>
1345                                   <property name="has_frame">True</property>
1346                                   <property name="invisible_char" translatable="yes">*</property>
1347                                   <property name="activates_default">False</property>
1348                                   <signal name="changed" handler="onVideoCodecChanged" last_modification_time="Fri, 26 Sep 2003 12:43:54 GMT"/>
1349                                   <signal name="editing_done" handler="onEntryVideoCodecEditingDone" last_modification_time="Fri, 26 Sep 2003 13:34:58 GMT"/>
1350                                 </widget>
1351                               </child>
1352
1353                               <child internal-child="list">
1354                                 <widget class="GtkList" id="listVideoCodec">
1355                                   <property name="visible">True</property>
1356                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1357                                 </widget>
1358                               </child>
1359                             </widget>
1360                             <packing>
1361                               <property name="left_attach">1</property>
1362                               <property name="right_attach">2</property>
1363                               <property name="top_attach">1</property>
1364                               <property name="bottom_attach">2</property>
1365                               <property name="y_options"></property>
1366                             </packing>
1367                           </child>
1368
1369                           <child>
1370                             <widget class="GtkSpinButton" id="spinVideoBitrate">
1371                               <property name="visible">True</property>
1372                               <property name="can_focus">True</property>
1373                               <property name="climb_rate">1</property>
1374                               <property name="digits">0</property>
1375                               <property name="numeric">False</property>
1376                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1377                               <property name="snap_to_ticks">False</property>
1378                               <property name="wrap">False</property>
1379                               <property name="adjustment">64 0 100 1 10 10</property>
1380                               <signal name="changed" handler="onVideoBitrateChanged" last_modification_time="Fri, 26 Sep 2003 12:44:26 GMT"/>
1381                               <signal name="editing_done" handler="onVideoBitrateEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:16 GMT"/>
1382                             </widget>
1383                             <packing>
1384                               <property name="left_attach">1</property>
1385                               <property name="right_attach">2</property>
1386                               <property name="top_attach">2</property>
1387                               <property name="bottom_attach">3</property>
1388                               <property name="y_options"></property>
1389                             </packing>
1390                           </child>
1391                         </widget>
1392                       </child>
1393
1394                       <child>
1395                         <widget class="GtkLabel" id="label42">
1396                           <property name="visible">True</property>
1397                           <property name="label" translatable="yes">Video</property>
1398                           <property name="use_underline">False</property>
1399                           <property name="use_markup">False</property>
1400                           <property name="justify">GTK_JUSTIFY_LEFT</property>
1401                           <property name="wrap">False</property>
1402                           <property name="selectable">False</property>
1403                           <property name="xalign">0.5</property>
1404                           <property name="yalign">0.5</property>
1405                           <property name="xpad">0</property>
1406                           <property name="ypad">0</property>
1407                         </widget>
1408                         <packing>
1409                           <property name="type">label_item</property>
1410                         </packing>
1411                       </child>
1412                     </widget>
1413                     <packing>
1414                       <property name="padding">0</property>
1415                       <property name="expand">True</property>
1416                       <property name="fill">True</property>
1417                     </packing>
1418                   </child>
1419
1420                   <child>
1421                     <widget class="GtkFrame" id="frameAudio">
1422                       <property name="visible">True</property>
1423                       <property name="label_xalign">0</property>
1424                       <property name="label_yalign">0.5</property>
1425                       <property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
1426
1427                       <child>
1428                         <widget class="GtkTable" id="table3">
1429                           <property name="visible">True</property>
1430                           <property name="n_rows">3</property>
1431                           <property name="n_columns">2</property>
1432                           <property name="homogeneous">False</property>
1433                           <property name="row_spacing">0</property>
1434                           <property name="column_spacing">0</property>
1435
1436                           <child>
1437                             <widget class="GtkLabel" id="labelAudioDevice">
1438                               <property name="visible">True</property>
1439                               <property name="label" translatable="yes">Device :</property>
1440                               <property name="use_underline">False</property>
1441                               <property name="use_markup">False</property>
1442                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1443                               <property name="wrap">False</property>
1444                               <property name="selectable">False</property>
1445                               <property name="xalign">0</property>
1446                               <property name="yalign">0.5</property>
1447                               <property name="xpad">0</property>
1448                               <property name="ypad">0</property>
1449                             </widget>
1450                             <packing>
1451                               <property name="left_attach">0</property>
1452                               <property name="right_attach">1</property>
1453                               <property name="top_attach">0</property>
1454                               <property name="bottom_attach">1</property>
1455                               <property name="x_options">fill</property>
1456                               <property name="y_options"></property>
1457                             </packing>
1458                           </child>
1459
1460                           <child>
1461                             <widget class="GtkLabel" id="labelAudioCodec">
1462                               <property name="visible">True</property>
1463                               <property name="label" translatable="yes">Codec :</property>
1464                               <property name="use_underline">False</property>
1465                               <property name="use_markup">False</property>
1466                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1467                               <property name="wrap">False</property>
1468                               <property name="selectable">False</property>
1469                               <property name="xalign">0</property>
1470                               <property name="yalign">0.5</property>
1471                               <property name="xpad">0</property>
1472                               <property name="ypad">0</property>
1473                             </widget>
1474                             <packing>
1475                               <property name="left_attach">0</property>
1476                               <property name="right_attach">1</property>
1477                               <property name="top_attach">1</property>
1478                               <property name="bottom_attach">2</property>
1479                               <property name="x_options">fill</property>
1480                               <property name="y_options"></property>
1481                             </packing>
1482                           </child>
1483
1484                           <child>
1485                             <widget class="GtkLabel" id="labelAudioBitrate">
1486                               <property name="visible">True</property>
1487                               <property name="label" translatable="yes">Bitrate :</property>
1488                               <property name="use_underline">False</property>
1489                               <property name="use_markup">False</property>
1490                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1491                               <property name="wrap">False</property>
1492                               <property name="selectable">False</property>
1493                               <property name="xalign">0</property>
1494                               <property name="yalign">0.5</property>
1495                               <property name="xpad">0</property>
1496                               <property name="ypad">0</property>
1497                             </widget>
1498                             <packing>
1499                               <property name="left_attach">0</property>
1500                               <property name="right_attach">1</property>
1501                               <property name="top_attach">2</property>
1502                               <property name="bottom_attach">3</property>
1503                               <property name="x_options">fill</property>
1504                               <property name="y_options"></property>
1505                             </packing>
1506                           </child>
1507
1508                           <child>
1509                             <widget class="GtkCombo" id="comboAudioDevice">
1510                               <property name="visible">True</property>
1511                               <property name="value_in_list">False</property>
1512                               <property name="allow_empty">True</property>
1513                               <property name="case_sensitive">False</property>
1514                               <property name="enable_arrow_keys">True</property>
1515                               <property name="enable_arrows_always">False</property>
1516
1517                               <child internal-child="entry">
1518                                 <widget class="GtkEntry" id="entryAudioDevice">
1519                                   <property name="visible">True</property>
1520                                   <property name="can_focus">True</property>
1521                                   <property name="editable">True</property>
1522                                   <property name="visibility">True</property>
1523                                   <property name="max_length">0</property>
1524                                   <property name="text" translatable="yes">/dev/dsp</property>
1525                                   <property name="has_frame">True</property>
1526                                   <property name="invisible_char" translatable="yes">*</property>
1527                                   <property name="activates_default">False</property>
1528                                   <signal name="changed" handler="onAudioDeviceChanged" last_modification_time="Fri, 26 Sep 2003 12:45:20 GMT"/>
1529                                   <signal name="editing_done" handler="onEntryAudioDeviceEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:30 GMT"/>
1530                                 </widget>
1531                               </child>
1532
1533                               <child internal-child="list">
1534                                 <widget class="GtkList" id="listAudioDevice">
1535                                   <property name="visible">True</property>
1536                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1537                                 </widget>
1538                               </child>
1539                             </widget>
1540                             <packing>
1541                               <property name="left_attach">1</property>
1542                               <property name="right_attach">2</property>
1543                               <property name="top_attach">0</property>
1544                               <property name="bottom_attach">1</property>
1545                               <property name="y_options"></property>
1546                             </packing>
1547                           </child>
1548
1549                           <child>
1550                             <widget class="GtkCombo" id="comboAudioCodec">
1551                               <property name="visible">True</property>
1552                               <property name="value_in_list">False</property>
1553                               <property name="allow_empty">True</property>
1554                               <property name="case_sensitive">False</property>
1555                               <property name="enable_arrow_keys">True</property>
1556                               <property name="enable_arrows_always">False</property>
1557
1558                               <child internal-child="entry">
1559                                 <widget class="GtkEntry" id="entryAudioCodec">
1560                                   <property name="visible">True</property>
1561                                   <property name="can_focus">True</property>
1562                                   <property name="editable">True</property>
1563                                   <property name="visibility">True</property>
1564                                   <property name="max_length">0</property>
1565                                   <property name="text" translatable="yes">alaw</property>
1566                                   <property name="has_frame">True</property>
1567                                   <property name="invisible_char" translatable="yes">*</property>
1568                                   <property name="activates_default">False</property>
1569                                   <signal name="changed" handler="onAudioCodecChanged" last_modification_time="Fri, 26 Sep 2003 12:45:50 GMT"/>
1570                                   <signal name="editing_done" handler="onEntryAudioCodecEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:43 GMT"/>
1571                                 </widget>
1572                               </child>
1573
1574                               <child internal-child="list">
1575                                 <widget class="GtkList" id="listAudioCodec">
1576                                   <property name="visible">True</property>
1577                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1578                                 </widget>
1579                               </child>
1580                             </widget>
1581                             <packing>
1582                               <property name="left_attach">1</property>
1583                               <property name="right_attach">2</property>
1584                               <property name="top_attach">1</property>
1585                               <property name="bottom_attach">2</property>
1586                               <property name="y_options"></property>
1587                             </packing>
1588                           </child>
1589
1590                           <child>
1591                             <widget class="GtkSpinButton" id="spinAudioBitrate">
1592                               <property name="visible">True</property>
1593                               <property name="can_focus">True</property>
1594                               <property name="climb_rate">1</property>
1595                               <property name="digits">0</property>
1596                               <property name="numeric">True</property>
1597                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1598                               <property name="snap_to_ticks">False</property>
1599                               <property name="wrap">False</property>
1600                               <property name="adjustment">64 0 100 1 10 10</property>
1601                               <signal name="changed" handler="onAudioBitrateChanged" last_modification_time="Fri, 26 Sep 2003 12:46:22 GMT"/>
1602                               <signal name="editing_done" handler="onAudioBitrateEditingDone" last_modification_time="Fri, 26 Sep 2003 13:35:57 GMT"/>
1603                             </widget>
1604                             <packing>
1605                               <property name="left_attach">1</property>
1606                               <property name="right_attach">2</property>
1607                               <property name="top_attach">2</property>
1608                               <property name="bottom_attach">3</property>
1609                               <property name="y_options"></property>
1610                             </packing>
1611                           </child>
1612                         </widget>
1613                       </child>
1614
1615                       <child>
1616                         <widget class="GtkLabel" id="label41">
1617                           <property name="visible">True</property>
1618                           <property name="label" translatable="yes">Audio</property>
1619                           <property name="use_underline">False</property>
1620                           <property name="use_markup">False</property>
1621                           <property name="justify">GTK_JUSTIFY_LEFT</property>
1622                           <property name="wrap">False</property>
1623                           <property name="selectable">False</property>
1624                           <property name="xalign">0.5</property>
1625                           <property name="yalign">0.5</property>
1626                           <property name="xpad">0</property>
1627                           <property name="ypad">0</property>
1628                         </widget>
1629                         <packing>
1630                           <property name="type">label_item</property>
1631                         </packing>
1632                       </child>
1633                     </widget>
1634                     <packing>
1635                       <property name="padding">0</property>
1636                       <property name="expand">True</property>
1637                       <property name="fill">True</property>
1638                     </packing>
1639                   </child>
1640                 </widget>
1641                 <packing>
1642                   <property name="padding">0</property>
1643                   <property name="expand">True</property>
1644                   <property name="fill">True</property>
1645                 </packing>
1646               </child>
1647
1648               <child>
1649                 <widget class="GtkHBox" id="hbox14">
1650                   <property name="visible">True</property>
1651                   <property name="homogeneous">False</property>
1652                   <property name="spacing">0</property>
1653
1654                   <child>
1655                     <placeholder/>
1656                   </child>
1657
1658                   <child>
1659                     <widget class="GtkButton" id="AddServerToPlaylist">
1660                       <property name="visible">True</property>
1661                       <property name="can_focus">True</property>
1662                       <property name="label" translatable="yes">Add to Playlist</property>
1663                       <property name="use_underline">True</property>
1664                       <property name="relief">GTK_RELIEF_NORMAL</property>
1665                       <signal name="pressed" handler="onAddServerToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:46:58 GMT"/>
1666                     </widget>
1667                     <packing>
1668                       <property name="padding">0</property>
1669                       <property name="expand">False</property>
1670                       <property name="fill">False</property>
1671                     </packing>
1672                   </child>
1673
1674                   <child>
1675                     <placeholder/>
1676                   </child>
1677                 </widget>
1678                 <packing>
1679                   <property name="padding">0</property>
1680                   <property name="expand">False</property>
1681                   <property name="fill">False</property>
1682                 </packing>
1683               </child>
1684             </widget>
1685             <packing>
1686               <property name="tab_expand">False</property>
1687               <property name="tab_fill">True</property>
1688             </packing>
1689           </child>
1690
1691           <child>
1692             <widget class="GtkLabel" id="Camera">
1693               <property name="visible">True</property>
1694               <property name="label" translatable="yes">Camera</property>
1695               <property name="use_underline">False</property>
1696               <property name="use_markup">False</property>
1697               <property name="justify">GTK_JUSTIFY_CENTER</property>
1698               <property name="wrap">False</property>
1699               <property name="selectable">False</property>
1700               <property name="xalign">0.5</property>
1701               <property name="yalign">0.5</property>
1702               <property name="xpad">0</property>
1703               <property name="ypad">0</property>
1704             </widget>
1705             <packing>
1706               <property name="type">tab</property>
1707             </packing>
1708           </child>
1709
1710           <child>
1711             <widget class="GtkVBox" id="vbox4">
1712               <property name="visible">True</property>
1713               <property name="homogeneous">False</property>
1714               <property name="spacing">0</property>
1715
1716               <child>
1717                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
1718                   <property name="visible">True</property>
1719                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1720                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1721                   <property name="shadow_type">GTK_SHADOW_IN</property>
1722                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1723
1724                   <child>
1725                     <widget class="GtkTreeView" id="tvPlaylist">
1726                       <property name="visible">True</property>
1727                       <property name="can_focus">True</property>
1728                       <property name="headers_visible">True</property>
1729                       <property name="rules_hint">False</property>
1730                       <property name="reorderable">False</property>
1731                       <property name="enable_search">True</property>
1732                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
1733                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
1734                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
1735                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
1736                     </widget>
1737                   </child>
1738                 </widget>
1739                 <packing>
1740                   <property name="padding">0</property>
1741                   <property name="expand">True</property>
1742                   <property name="fill">True</property>
1743                 </packing>
1744               </child>
1745
1746               <child>
1747                 <widget class="GtkHBox" id="hbox11">
1748                   <property name="visible">True</property>
1749                   <property name="homogeneous">True</property>
1750                   <property name="spacing">0</property>
1751
1752                   <child>
1753                     <widget class="GtkButton" id="UpdatePlaylist">
1754                       <property name="visible">True</property>
1755                       <property name="can_focus">True</property>
1756                       <property name="label" translatable="yes">Update</property>
1757                       <property name="use_underline">True</property>
1758                       <property name="relief">GTK_RELIEF_NORMAL</property>
1759                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
1760                     </widget>
1761                     <packing>
1762                       <property name="padding">0</property>
1763                       <property name="expand">False</property>
1764                       <property name="fill">False</property>
1765                     </packing>
1766                   </child>
1767
1768                   <child>
1769                     <widget class="GtkButton" id="DeletePlaylist">
1770                       <property name="visible">True</property>
1771                       <property name="can_focus">True</property>
1772                       <property name="label" translatable="yes">Delete</property>
1773                       <property name="use_underline">True</property>
1774                       <property name="relief">GTK_RELIEF_NORMAL</property>
1775                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
1776                     </widget>
1777                     <packing>
1778                       <property name="padding">5</property>
1779                       <property name="expand">False</property>
1780                       <property name="fill">False</property>
1781                     </packing>
1782                   </child>
1783
1784                   <child>
1785                     <widget class="GtkButton" id="ClearPlaylist">
1786                       <property name="visible">True</property>
1787                       <property name="can_focus">True</property>
1788                       <property name="label" translatable="yes"> Clear </property>
1789                       <property name="use_underline">True</property>
1790                       <property name="relief">GTK_RELIEF_NORMAL</property>
1791                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
1792                     </widget>
1793                     <packing>
1794                       <property name="padding">5</property>
1795                       <property name="expand">False</property>
1796                       <property name="fill">False</property>
1797                     </packing>
1798                   </child>
1799                 </widget>
1800                 <packing>
1801                   <property name="padding">2</property>
1802                   <property name="expand">False</property>
1803                   <property name="fill">False</property>
1804                 </packing>
1805               </child>
1806             </widget>
1807             <packing>
1808               <property name="tab_expand">False</property>
1809               <property name="tab_fill">True</property>
1810             </packing>
1811           </child>
1812
1813           <child>
1814             <widget class="GtkLabel" id="playlist">
1815               <property name="visible">True</property>
1816               <property name="label" translatable="yes">Playlist</property>
1817               <property name="use_underline">False</property>
1818               <property name="use_markup">False</property>
1819               <property name="justify">GTK_JUSTIFY_CENTER</property>
1820               <property name="wrap">False</property>
1821               <property name="selectable">False</property>
1822               <property name="xalign">0.5</property>
1823               <property name="yalign">0.5</property>
1824               <property name="xpad">0</property>
1825               <property name="ypad">0</property>
1826             </widget>
1827             <packing>
1828               <property name="type">tab</property>
1829             </packing>
1830           </child>
1831
1832           <child>
1833             <widget class="GtkVBox" id="vbox2">
1834               <property name="visible">True</property>
1835               <property name="homogeneous">False</property>
1836               <property name="spacing">0</property>
1837
1838               <child>
1839                 <placeholder/>
1840               </child>
1841
1842               <child>
1843                 <widget class="GtkHBox" id="hbox2">
1844                   <property name="visible">True</property>
1845                   <property name="homogeneous">True</property>
1846                   <property name="spacing">0</property>
1847
1848                   <child>
1849                     <widget class="GtkButton" id="PreferenceSave">
1850                       <property name="visible">True</property>
1851                       <property name="can_focus">True</property>
1852                       <property name="label" translatable="yes"> Save </property>
1853                       <property name="use_underline">True</property>
1854                       <property name="relief">GTK_RELIEF_NORMAL</property>
1855                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
1856                     </widget>
1857                     <packing>
1858                       <property name="padding">0</property>
1859                       <property name="expand">False</property>
1860                       <property name="fill">False</property>
1861                     </packing>
1862                   </child>
1863
1864                   <child>
1865                     <widget class="GtkButton" id="PreferenceApply">
1866                       <property name="visible">True</property>
1867                       <property name="can_focus">True</property>
1868                       <property name="label" translatable="yes"> Apply </property>
1869                       <property name="use_underline">True</property>
1870                       <property name="relief">GTK_RELIEF_NORMAL</property>
1871                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
1872                     </widget>
1873                     <packing>
1874                       <property name="padding">0</property>
1875                       <property name="expand">False</property>
1876                       <property name="fill">False</property>
1877                     </packing>
1878                   </child>
1879
1880                   <child>
1881                     <placeholder/>
1882                   </child>
1883
1884                   <child>
1885                     <widget class="GtkButton" id="PreferenceCancel">
1886                       <property name="visible">True</property>
1887                       <property name="can_focus">True</property>
1888                       <property name="label" translatable="yes"> Cancel </property>
1889                       <property name="use_underline">True</property>
1890                       <property name="relief">GTK_RELIEF_NORMAL</property>
1891                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
1892                     </widget>
1893                     <packing>
1894                       <property name="padding">0</property>
1895                       <property name="expand">False</property>
1896                       <property name="fill">False</property>
1897                       <property name="pack_type">GTK_PACK_END</property>
1898                     </packing>
1899                   </child>
1900                 </widget>
1901                 <packing>
1902                   <property name="padding">2</property>
1903                   <property name="expand">False</property>
1904                   <property name="fill">False</property>
1905                   <property name="pack_type">GTK_PACK_END</property>
1906                 </packing>
1907               </child>
1908             </widget>
1909             <packing>
1910               <property name="tab_expand">False</property>
1911               <property name="tab_fill">True</property>
1912             </packing>
1913           </child>
1914
1915           <child>
1916             <widget class="GtkLabel" id="preferences">
1917               <property name="visible">True</property>
1918               <property name="label" translatable="yes">Preference</property>
1919               <property name="use_underline">False</property>
1920               <property name="use_markup">False</property>
1921               <property name="justify">GTK_JUSTIFY_CENTER</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">tab</property>
1931             </packing>
1932           </child>
1933
1934           <child>
1935             <widget class="GtkScrolledWindow" id="scrolledwindow3">
1936               <property name="visible">True</property>
1937               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1938               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1939               <property name="shadow_type">GTK_SHADOW_NONE</property>
1940               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1941
1942               <child>
1943                 <widget class="GtkViewport" id="viewport1">
1944                   <property name="visible">True</property>
1945                   <property name="shadow_type">GTK_SHADOW_IN</property>
1946
1947                   <child>
1948                     <widget class="GtkFixed" id="fixed2">
1949                       <property name="visible">True</property>
1950
1951                       <child>
1952                         <widget class="GtkImage" id="aboutImage">
1953                           <property name="width_request">48</property>
1954                           <property name="height_request">48</property>
1955                           <property name="visible">True</property>
1956                           <property name="pixbuf">vlc48x48.png</property>
1957                           <property name="xalign">0.5</property>
1958                           <property name="yalign">0.5</property>
1959                           <property name="xpad">0</property>
1960                           <property name="ypad">0</property>
1961                         </widget>
1962                         <packing>
1963                           <property name="x">0</property>
1964                           <property name="y">0</property>
1965                         </packing>
1966                       </child>
1967
1968                       <child>
1969                         <widget class="GtkLabel" id="labelDescription">
1970                           <property name="width_request">200</property>
1971                           <property name="height_request">112</property>
1972                           <property name="visible">True</property>
1973                           <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>
1974                           <property name="use_underline">False</property>
1975                           <property name="use_markup">False</property>
1976                           <property name="justify">GTK_JUSTIFY_LEFT</property>
1977                           <property name="wrap">True</property>
1978                           <property name="selectable">False</property>
1979                           <property name="xalign">0.5</property>
1980                           <property name="yalign">0.5</property>
1981                           <property name="xpad">0</property>
1982                           <property name="ypad">0</property>
1983                         </widget>
1984                         <packing>
1985                           <property name="x">16</property>
1986                           <property name="y">112</property>
1987                         </packing>
1988                       </child>
1989
1990                       <child>
1991                         <widget class="GtkLabel" id="labelAuthors">
1992                           <property name="width_request">208</property>
1993                           <property name="height_request">32</property>
1994                           <property name="visible">True</property>
1995                           <property name="label" translatable="yes">Authors: The VideoLAN Team, http://www.videolan.org/team/</property>
1996                           <property name="use_underline">False</property>
1997                           <property name="use_markup">False</property>
1998                           <property name="justify">GTK_JUSTIFY_LEFT</property>
1999                           <property name="wrap">True</property>
2000                           <property name="selectable">False</property>
2001                           <property name="xalign">0.5</property>
2002                           <property name="yalign">0.5</property>
2003                           <property name="xpad">0</property>
2004                           <property name="ypad">0</property>
2005                         </widget>
2006                         <packing>
2007                           <property name="x">16</property>
2008                           <property name="y">72</property>
2009                         </packing>
2010                       </child>
2011
2012                       <child>
2013                         <widget class="GtkLabel" id="labelProgramName">
2014                           <property name="width_request">152</property>
2015                           <property name="height_request">16</property>
2016                           <property name="visible">True</property>
2017                           <property name="label" translatable="yes">VLC media player</property>
2018                           <property name="use_underline">False</property>
2019                           <property name="use_markup">False</property>
2020                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2021                           <property name="wrap">True</property>
2022                           <property name="selectable">False</property>
2023                           <property name="xalign">0.5</property>
2024                           <property name="yalign">0.5</property>
2025                           <property name="xpad">0</property>
2026                           <property name="ypad">0</property>
2027                         </widget>
2028                         <packing>
2029                           <property name="x">48</property>
2030                           <property name="y">16</property>
2031                         </packing>
2032                       </child>
2033
2034                       <child>
2035                         <widget class="GtkLabel" id="labelCopyright">
2036                           <property name="width_request">208</property>
2037                           <property name="height_request">16</property>
2038                           <property name="visible">True</property>
2039                           <property name="label" translatable="yes">(C) 1996-2003 the VideoLAN team</property>
2040                           <property name="use_underline">False</property>
2041                           <property name="use_markup">False</property>
2042                           <property name="justify">GTK_JUSTIFY_CENTER</property>
2043                           <property name="wrap">False</property>
2044                           <property name="selectable">False</property>
2045                           <property name="xalign">0.5</property>
2046                           <property name="yalign">0.5</property>
2047                           <property name="xpad">0</property>
2048                           <property name="ypad">0</property>
2049                         </widget>
2050                         <packing>
2051                           <property name="x">16</property>
2052                           <property name="y">48</property>
2053                         </packing>
2054                       </child>
2055                     </widget>
2056                   </child>
2057                 </widget>
2058               </child>
2059             </widget>
2060             <packing>
2061               <property name="tab_expand">False</property>
2062               <property name="tab_fill">True</property>
2063             </packing>
2064           </child>
2065
2066           <child>
2067             <widget class="GtkLabel" id="about">
2068               <property name="visible">True</property>
2069               <property name="label" translatable="yes">About</property>
2070               <property name="use_underline">False</property>
2071               <property name="use_markup">False</property>
2072               <property name="justify">GTK_JUSTIFY_CENTER</property>
2073               <property name="wrap">False</property>
2074               <property name="selectable">False</property>
2075               <property name="xalign">0.5</property>
2076               <property name="yalign">0.5</property>
2077               <property name="xpad">0</property>
2078               <property name="ypad">0</property>
2079             </widget>
2080             <packing>
2081               <property name="type">tab</property>
2082             </packing>
2083           </child>
2084         </widget>
2085         <packing>
2086           <property name="padding">0</property>
2087           <property name="expand">True</property>
2088           <property name="fill">True</property>
2089           <property name="pack_type">GTK_PACK_END</property>
2090         </packing>
2091       </child>
2092     </widget>
2093   </child>
2094 </widget>
2095
2096 </glade-interface>