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