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