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