]> git.sesse.net Git - vlc/blob - modules/gui/pda/pda.glade
PDA Interface:
[vlc] / modules / gui / pda / pda.glade
1 <?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2 <!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
4 <glade-interface>
5
6 <widget class="GtkWindow" id="pda">
7   <property name="width_request">240</property>
8   <property name="height_request">320</property>
9   <property name="visible">True</property>
10   <property name="title" translatable="yes">VLC media player</property>
11   <property name="type">GTK_WINDOW_TOPLEVEL</property>
12   <property name="window_position">GTK_WIN_POS_NONE</property>
13   <property name="modal">False</property>
14   <property name="resizable">True</property>
15   <property name="destroy_with_parent">False</property>
16   <property name="icon">vlc16x16.png</property>
17   <signal name="delete_event" handler="onPDADeleteEvent" last_modification_time="Fri, 26 Sep 2003 13:23:22 GMT"/>
18
19   <child>
20     <widget class="GtkVBox" id="vbox">
21       <property name="visible">True</property>
22       <property name="homogeneous">False</property>
23       <property name="spacing">0</property>
24
25       <child>
26         <widget class="GtkToolbar" id="toolbar">
27           <property name="width_request">240</property>
28           <property name="height_request">22</property>
29           <property name="visible">True</property>
30           <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
31           <property name="toolbar_style">GTK_TOOLBAR_ICONS</property>
32           <property name="tooltips">True</property>
33
34           <child>
35             <widget class="button" id="tbRewind">
36               <property name="width_request">22</property>
37               <property name="height_request">22</property>
38               <property name="visible">True</property>
39               <property name="tooltip" translatable="yes">Rewind</property>
40               <property name="label" translatable="yes">Rewind</property>
41               <property name="use_underline">True</property>
42               <property name="icon">pda-rewindb16x16.xpm</property>
43               <property name="new_group">True</property>
44               <signal name="clicked" handler="onRewind" last_modification_time="Fri, 26 Sep 2003 12:26:47 GMT"/>
45             </widget>
46             <packing>
47               <property name="new_group">True</property>
48             </packing>
49           </child>
50
51           <child>
52             <widget class="button" id="tbPause">
53               <property name="width_request">22</property>
54               <property name="height_request">22</property>
55               <property name="visible">True</property>
56               <property name="tooltip" translatable="yes">Pause</property>
57               <property name="label" translatable="yes">Pause</property>
58               <property name="use_underline">True</property>
59               <property name="icon">pda-pauseb16x16.xpm</property>
60               <signal name="clicked" handler="onPause" last_modification_time="Fri, 26 Sep 2003 12:27:01 GMT"/>
61             </widget>
62           </child>
63
64           <child>
65             <widget class="button" id="tbPlay">
66               <property name="width_request">22</property>
67               <property name="height_request">22</property>
68               <property name="visible">True</property>
69               <property name="tooltip" translatable="yes">Play</property>
70               <property name="label" translatable="yes">Play</property>
71               <property name="use_underline">True</property>
72               <property name="icon">pda-playb16x16.xpm</property>
73               <signal name="clicked" handler="onPlay" last_modification_time="Fri, 26 Sep 2003 12:27:14 GMT"/>
74             </widget>
75           </child>
76
77           <child>
78             <widget class="button" id="tbStop">
79               <property name="width_request">22</property>
80               <property name="height_request">22</property>
81               <property name="visible">True</property>
82               <property name="tooltip" translatable="yes">Stop</property>
83               <property name="label" translatable="yes">Stop</property>
84               <property name="use_underline">True</property>
85               <property name="icon">pda-stopb16x16.xpm</property>
86               <signal name="clicked" handler="onStop" last_modification_time="Fri, 26 Sep 2003 12:27:25 GMT"/>
87             </widget>
88           </child>
89
90           <child>
91             <widget class="button" id="tbForward">
92               <property name="width_request">22</property>
93               <property name="height_request">22</property>
94               <property name="visible">True</property>
95               <property name="tooltip" translatable="yes">Forward</property>
96               <property name="label" translatable="yes">Forward</property>
97               <property name="use_underline">True</property>
98               <property name="icon">pda-forwardb16x16.xpm</property>
99               <signal name="clicked" handler="onForward" last_modification_time="Fri, 26 Sep 2003 12:27:35 GMT"/>
100             </widget>
101           </child>
102
103           <child>
104             <widget class="button" id="tbAbout">
105               <property name="width_request">22</property>
106               <property name="height_request">22</property>
107               <property name="visible">True</property>
108               <property name="tooltip" translatable="yes">About</property>
109               <property name="label" translatable="yes">About</property>
110               <property name="use_underline">True</property>
111               <property name="icon">vlc16x16.png</property>
112               <property name="new_group">True</property>
113               <signal name="clicked" handler="onAbout" last_modification_time="Fri, 26 Sep 2003 12:27:44 GMT"/>
114             </widget>
115             <packing>
116               <property name="new_group">True</property>
117             </packing>
118           </child>
119
120           <child>
121             <widget class="GtkLabel" id="timeLabel">
122               <property name="visible">True</property>
123               <property name="label" translatable="yes">00:00:00</property>
124               <property name="use_underline">False</property>
125               <property name="use_markup">False</property>
126               <property name="justify">GTK_JUSTIFY_CENTER</property>
127               <property name="wrap">False</property>
128               <property name="selectable">False</property>
129               <property name="xalign">0.5</property>
130               <property name="yalign">0.5</property>
131               <property name="xpad">0</property>
132               <property name="ypad">0</property>
133               <property name="new_group">True</property>
134             </widget>
135             <packing>
136               <property name="new_group">True</property>
137             </packing>
138           </child>
139         </widget>
140         <packing>
141           <property name="padding">5</property>
142           <property name="expand">False</property>
143           <property name="fill">False</property>
144         </packing>
145       </child>
146
147       <child>
148         <widget class="GtkHScale" id="timeSlider">
149           <property name="visible">True</property>
150           <property name="can_focus">True</property>
151           <property name="draw_value">False</property>
152           <property name="value_pos">GTK_POS_RIGHT</property>
153           <property name="digits">3</property>
154           <property name="update_policy">GTK_UPDATE_CONTINUOUS</property>
155           <property name="inverted">False</property>
156           <property name="adjustment">3 0 100 1 6.25 0</property>
157           <signal name="button_release_event" handler="SliderRelease" last_modification_time="Fri, 26 Sep 2003 12:28:09 GMT"/>
158           <signal name="button_press_event" handler="SliderPress" last_modification_time="Fri, 26 Sep 2003 12:28:14 GMT"/>
159         </widget>
160         <packing>
161           <property name="padding">4</property>
162           <property name="expand">False</property>
163           <property name="fill">True</property>
164         </packing>
165       </child>
166
167       <child>
168         <widget class="GtkNotebook" id="notebook">
169           <property name="visible">True</property>
170           <property name="can_focus">True</property>
171           <property name="show_tabs">True</property>
172           <property name="show_border">True</property>
173           <property name="tab_pos">GTK_POS_TOP</property>
174           <property name="scrollable">True</property>
175           <property name="enable_popup">False</property>
176
177           <child>
178             <widget class="GtkScrolledWindow" id="scrolledwindow6">
179               <property name="visible">True</property>
180               <property name="can_focus">True</property>
181               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
182               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
183               <property name="shadow_type">GTK_SHADOW_NONE</property>
184               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
185
186               <child>
187                 <widget class="GtkViewport" id="viewport3">
188                   <property name="visible">True</property>
189                   <property name="shadow_type">GTK_SHADOW_IN</property>
190
191                   <child>
192                     <widget class="GtkVBox" id="vbox8">
193                       <property name="visible">True</property>
194                       <property name="homogeneous">False</property>
195                       <property name="spacing">0</property>
196
197                       <child>
198                         <widget class="GtkScrolledWindow" id="scrolledwindow7">
199                           <property name="visible">True</property>
200                           <property name="can_focus">True</property>
201                           <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
202                           <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
203                           <property name="shadow_type">GTK_SHADOW_NONE</property>
204                           <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
205
206                           <child>
207                             <widget class="GtkTreeView" id="tvFileList">
208                               <property name="visible">True</property>
209                               <property name="can_focus">True</property>
210                               <property name="headers_visible">True</property>
211                               <property name="rules_hint">False</property>
212                               <property name="reorderable">False</property>
213                               <property name="enable_search">True</property>
214                               <signal name="row_activated" handler="onFileListRow" last_modification_time="Fri, 26 Sep 2003 13:30:40 GMT"/>
215                             </widget>
216                           </child>
217                         </widget>
218                         <packing>
219                           <property name="padding">0</property>
220                           <property name="expand">True</property>
221                           <property name="fill">True</property>
222                         </packing>
223                       </child>
224
225                       <child>
226                         <widget class="GtkHBox" id="hbox">
227                           <property name="visible">True</property>
228                           <property name="homogeneous">False</property>
229                           <property name="spacing">0</property>
230
231                           <child>
232                             <placeholder/>
233                           </child>
234
235                           <child>
236                             <widget class="GtkButton" id="AddFileToPlaylist">
237                               <property name="visible">True</property>
238                               <property name="can_focus">True</property>
239                               <property name="label" translatable="yes">Add to Playlist</property>
240                               <property name="use_underline">True</property>
241                               <property name="relief">GTK_RELIEF_NORMAL</property>
242                               <signal name="pressed" handler="onAddFileToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:31:03 GMT"/>
243                             </widget>
244                             <packing>
245                               <property name="padding">0</property>
246                               <property name="expand">False</property>
247                               <property name="fill">False</property>
248                             </packing>
249                           </child>
250
251                           <child>
252                             <placeholder/>
253                           </child>
254                         </widget>
255                         <packing>
256                           <property name="padding">0</property>
257                           <property name="expand">False</property>
258                           <property name="fill">False</property>
259                         </packing>
260                       </child>
261                     </widget>
262                   </child>
263                 </widget>
264               </child>
265             </widget>
266             <packing>
267               <property name="tab_expand">False</property>
268               <property name="tab_fill">True</property>
269             </packing>
270           </child>
271
272           <child>
273             <widget class="GtkLabel" id="File">
274               <property name="visible">True</property>
275               <property name="label" translatable="yes">File</property>
276               <property name="use_underline">False</property>
277               <property name="use_markup">False</property>
278               <property name="justify">GTK_JUSTIFY_CENTER</property>
279               <property name="wrap">False</property>
280               <property name="selectable">False</property>
281               <property name="xalign">0.5</property>
282               <property name="yalign">0.5</property>
283               <property name="xpad">0</property>
284               <property name="ypad">0</property>
285             </widget>
286             <packing>
287               <property name="type">tab</property>
288             </packing>
289           </child>
290
291           <child>
292             <widget class="GtkVBox" id="vbox5">
293               <property name="visible">True</property>
294               <property name="homogeneous">False</property>
295               <property name="spacing">0</property>
296
297               <child>
298                 <widget class="GtkHBox" id="hbox12">
299                   <property name="width_request">247</property>
300                   <property name="height_request">26</property>
301                   <property name="visible">True</property>
302                   <property name="homogeneous">False</property>
303                   <property name="spacing">0</property>
304
305                   <child>
306                     <widget class="GtkLabel" id="labelNetworkMRL">
307                       <property name="width_request">35</property>
308                       <property name="height_request">16</property>
309                       <property name="visible">True</property>
310                       <property name="label" translatable="yes">MRL :</property>
311                       <property name="use_underline">False</property>
312                       <property name="use_markup">False</property>
313                       <property name="justify">GTK_JUSTIFY_CENTER</property>
314                       <property name="wrap">False</property>
315                       <property name="selectable">False</property>
316                       <property name="xalign">0.5</property>
317                       <property name="yalign">0.5</property>
318                       <property name="xpad">0</property>
319                       <property name="ypad">0</property>
320                     </widget>
321                     <packing>
322                       <property name="padding">0</property>
323                       <property name="expand">False</property>
324                       <property name="fill">False</property>
325                     </packing>
326                   </child>
327
328                   <child>
329                     <widget class="GtkCombo" id="comboMRL">
330                       <property name="visible">True</property>
331                       <property name="value_in_list">False</property>
332                       <property name="allow_empty">True</property>
333                       <property name="case_sensitive">False</property>
334                       <property name="enable_arrow_keys">True</property>
335                       <property name="enable_arrows_always">False</property>
336
337                       <child internal-child="entry">
338                         <widget class="GtkEntry" id="entryMRL">
339                           <property name="width_request">158</property>
340                           <property name="height_request">24</property>
341                           <property name="visible">True</property>
342                           <property name="can_focus">True</property>
343                           <property name="editable">True</property>
344                           <property name="visibility">True</property>
345                           <property name="max_length">0</property>
346                           <property name="text" translatable="yes"></property>
347                           <property name="has_frame">True</property>
348                           <property name="invisible_char" translatable="yes">*</property>
349                           <property name="activates_default">True</property>
350                         </widget>
351                       </child>
352
353                       <child internal-child="list">
354                         <widget class="GtkList" id="listMRL">
355                           <property name="visible">True</property>
356                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
357
358                           <child>
359                             <widget class="GtkListItem" id="listitem340">
360                               <property name="visible">True</property>
361                               <property name="can_focus">True</property>
362                               <property name="label" translatable="yes">udp://@:1234</property>
363                             </widget>
364                           </child>
365
366                           <child>
367                             <widget class="GtkListItem" id="listitem341">
368                               <property name="visible">True</property>
369                               <property name="can_focus">True</property>
370                               <property name="label" translatable="yes">udp6://@:1234</property>
371                             </widget>
372                           </child>
373
374                           <child>
375                             <widget class="GtkListItem" id="listitem342">
376                               <property name="visible">True</property>
377                               <property name="can_focus">True</property>
378                               <property name="label" translatable="yes">rtp://</property>
379                             </widget>
380                           </child>
381
382                           <child>
383                             <widget class="GtkListItem" id="listitem343">
384                               <property name="visible">True</property>
385                               <property name="can_focus">True</property>
386                               <property name="label" translatable="yes">rtp6://</property>
387                             </widget>
388                           </child>
389
390                           <child>
391                             <widget class="GtkListItem" id="listitem344">
392                               <property name="visible">True</property>
393                               <property name="can_focus">True</property>
394                               <property name="label" translatable="yes">ftp://</property>
395                             </widget>
396                           </child>
397
398                           <child>
399                             <widget class="GtkListItem" id="listitem345">
400                               <property name="visible">True</property>
401                               <property name="can_focus">True</property>
402                               <property name="label" translatable="yes">http://</property>
403                             </widget>
404                           </child>
405
406                           <child>
407                             <widget class="GtkListItem" id="listitem346">
408                               <property name="visible">True</property>
409                               <property name="can_focus">True</property>
410                               <property name="label" translatable="yes">mms://</property>
411                             </widget>
412                           </child>
413                         </widget>
414                       </child>
415                     </widget>
416                     <packing>
417                       <property name="padding">0</property>
418                       <property name="expand">True</property>
419                       <property name="fill">True</property>
420                     </packing>
421                   </child>
422                 </widget>
423                 <packing>
424                   <property name="padding">0</property>
425                   <property name="expand">False</property>
426                   <property name="fill">False</property>
427                 </packing>
428               </child>
429
430               <child>
431                 <widget class="GtkHSeparator" id="hseparator15">
432                   <property name="height_request">10</property>
433                   <property name="visible">True</property>
434                 </widget>
435                 <packing>
436                   <property name="padding">0</property>
437                   <property name="expand">False</property>
438                   <property name="fill">False</property>
439                 </packing>
440               </child>
441
442               <child>
443                 <widget class="GtkTable" id="table2">
444                   <property name="visible">True</property>
445                   <property name="n_rows">6</property>
446                   <property name="n_columns">2</property>
447                   <property name="homogeneous">False</property>
448                   <property name="row_spacing">0</property>
449                   <property name="column_spacing">0</property>
450
451                   <child>
452                     <widget class="GtkLabel" id="labelNetworkPort">
453                       <property name="visible">True</property>
454                       <property name="label" translatable="yes">Port:</property>
455                       <property name="use_underline">False</property>
456                       <property name="use_markup">False</property>
457                       <property name="justify">GTK_JUSTIFY_LEFT</property>
458                       <property name="wrap">False</property>
459                       <property name="selectable">False</property>
460                       <property name="xalign">0</property>
461                       <property name="yalign">0.5</property>
462                       <property name="xpad">0</property>
463                       <property name="ypad">0</property>
464                     </widget>
465                     <packing>
466                       <property name="left_attach">0</property>
467                       <property name="right_attach">1</property>
468                       <property name="top_attach">0</property>
469                       <property name="bottom_attach">1</property>
470                       <property name="x_options">fill</property>
471                       <property name="y_options"></property>
472                     </packing>
473                   </child>
474
475                   <child>
476                     <widget class="GtkLabel" id="labelNetworkAddress">
477                       <property name="visible">True</property>
478                       <property name="label" translatable="yes">Address:</property>
479                       <property name="use_underline">False</property>
480                       <property name="use_markup">False</property>
481                       <property name="justify">GTK_JUSTIFY_LEFT</property>
482                       <property name="wrap">False</property>
483                       <property name="selectable">False</property>
484                       <property name="xalign">0</property>
485                       <property name="yalign">0.5</property>
486                       <property name="xpad">0</property>
487                       <property name="ypad">0</property>
488                     </widget>
489                     <packing>
490                       <property name="left_attach">0</property>
491                       <property name="right_attach">1</property>
492                       <property name="top_attach">1</property>
493                       <property name="bottom_attach">2</property>
494                       <property name="x_options">fill</property>
495                       <property name="y_options"></property>
496                     </packing>
497                   </child>
498
499                   <child>
500                     <widget class="GtkSpinButton" id="entryNetworkPort">
501                       <property name="visible">True</property>
502                       <property name="can_focus">True</property>
503                       <property name="climb_rate">1</property>
504                       <property name="digits">0</property>
505                       <property name="numeric">True</property>
506                       <property name="update_policy">GTK_UPDATE_ALWAYS</property>
507                       <property name="snap_to_ticks">False</property>
508                       <property name="wrap">False</property>
509                       <property name="adjustment">1234 0 65535 1 10 10</property>
510                       <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:10 GMT"/>
511                     </widget>
512                     <packing>
513                       <property name="left_attach">1</property>
514                       <property name="right_attach">2</property>
515                       <property name="top_attach">0</property>
516                       <property name="bottom_attach">1</property>
517                       <property name="y_options"></property>
518                     </packing>
519                   </child>
520
521                   <child>
522                     <widget class="GtkCombo" id="comboNetworkAddress">
523                       <property name="visible">True</property>
524                       <property name="value_in_list">False</property>
525                       <property name="allow_empty">True</property>
526                       <property name="case_sensitive">False</property>
527                       <property name="enable_arrow_keys">True</property>
528                       <property name="enable_arrows_always">False</property>
529
530                       <child internal-child="entry">
531                         <widget class="GtkEntry" id="entryNetworkAddress">
532                           <property name="visible">True</property>
533                           <property name="can_focus">True</property>
534                           <property name="editable">True</property>
535                           <property name="visibility">True</property>
536                           <property name="max_length">0</property>
537                           <property name="text" translatable="yes"></property>
538                           <property name="has_frame">True</property>
539                           <property name="invisible_char" translatable="yes">*</property>
540                           <property name="activates_default">False</property>
541                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:30 GMT"/>
542                         </widget>
543                       </child>
544
545                       <child internal-child="list">
546                         <widget class="GtkList" id="listNetworkAdress">
547                           <property name="visible">True</property>
548                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
549                         </widget>
550                       </child>
551                     </widget>
552                     <packing>
553                       <property name="left_attach">1</property>
554                       <property name="right_attach">2</property>
555                       <property name="top_attach">1</property>
556                       <property name="bottom_attach">2</property>
557                       <property name="y_options"></property>
558                     </packing>
559                   </child>
560
561                   <child>
562                     <widget class="GtkCombo" id="comboNetworkType">
563                       <property name="visible">True</property>
564                       <property name="value_in_list">False</property>
565                       <property name="allow_empty">True</property>
566                       <property name="case_sensitive">False</property>
567                       <property name="enable_arrow_keys">True</property>
568                       <property name="enable_arrows_always">False</property>
569
570                       <child internal-child="entry">
571                         <widget class="GtkEntry" id="entryNetworkType">
572                           <property name="visible">True</property>
573                           <property name="can_focus">True</property>
574                           <property name="editable">True</property>
575                           <property name="visibility">True</property>
576                           <property name="max_length">0</property>
577                           <property name="text" translatable="yes"></property>
578                           <property name="has_frame">True</property>
579                           <property name="invisible_char" translatable="yes">*</property>
580                           <property name="activates_default">True</property>
581                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:34:45 GMT"/>
582                         </widget>
583                       </child>
584
585                       <child internal-child="list">
586                         <widget class="GtkList" id="listNetworkType">
587                           <property name="visible">True</property>
588                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
589
590                           <child>
591                             <widget class="GtkListItem" id="listitem85">
592                               <property name="visible">True</property>
593                               <property name="can_focus">True</property>
594                               <property name="label" translatable="yes">unicast</property>
595                             </widget>
596                           </child>
597
598                           <child>
599                             <widget class="GtkListItem" id="listitem86">
600                               <property name="visible">True</property>
601                               <property name="can_focus">True</property>
602                               <property name="label" translatable="yes">multicast</property>
603                             </widget>
604                           </child>
605                         </widget>
606                       </child>
607                     </widget>
608                     <packing>
609                       <property name="left_attach">1</property>
610                       <property name="right_attach">2</property>
611                       <property name="top_attach">2</property>
612                       <property name="bottom_attach">3</property>
613                       <property name="y_options"></property>
614                     </packing>
615                   </child>
616
617                   <child>
618                     <widget class="GtkLabel" id="labelNetworkType">
619                       <property name="visible">True</property>
620                       <property name="label" translatable="yes">Network: </property>
621                       <property name="use_underline">False</property>
622                       <property name="use_markup">False</property>
623                       <property name="justify">GTK_JUSTIFY_LEFT</property>
624                       <property name="wrap">False</property>
625                       <property name="selectable">False</property>
626                       <property name="xalign">0</property>
627                       <property name="yalign">0.5</property>
628                       <property name="xpad">0</property>
629                       <property name="ypad">0</property>
630                     </widget>
631                     <packing>
632                       <property name="left_attach">0</property>
633                       <property name="right_attach">1</property>
634                       <property name="top_attach">2</property>
635                       <property name="bottom_attach">3</property>
636                       <property name="x_options">fill</property>
637                       <property name="y_options"></property>
638                     </packing>
639                   </child>
640
641                   <child>
642                     <widget class="GtkCombo" id="comboNetworkProtocolType">
643                       <property name="visible">True</property>
644                       <property name="value_in_list">False</property>
645                       <property name="allow_empty">True</property>
646                       <property name="case_sensitive">False</property>
647                       <property name="enable_arrow_keys">True</property>
648                       <property name="enable_arrows_always">False</property>
649
650                       <child internal-child="entry">
651                         <widget class="GtkEntry" id="entryNetworkProtocolType">
652                           <property name="visible">True</property>
653                           <property name="can_focus">True</property>
654                           <property name="editable">True</property>
655                           <property name="visibility">True</property>
656                           <property name="max_length">0</property>
657                           <property name="text" translatable="yes"></property>
658                           <property name="has_frame">True</property>
659                           <property name="invisible_char" translatable="yes">*</property>
660                           <property name="activates_default">False</property>
661                           <signal name="changed" handler="NetworkBuildMRL" last_modification_time="Sat, 08 Nov 2003 13:35:01 GMT"/>
662                         </widget>
663                       </child>
664
665                       <child internal-child="list">
666                         <widget class="GtkList" id="listNetworkProtocolType">
667                           <property name="visible">True</property>
668                           <property name="selection_mode">GTK_SELECTION_BROWSE</property>
669
670                           <child>
671                             <widget class="GtkListItem" id="listitem1101">
672                               <property name="visible">True</property>
673                               <property name="can_focus">True</property>
674                               <property name="label" translatable="yes">udp</property>
675                             </widget>
676                           </child>
677
678                           <child>
679                             <widget class="GtkListItem" id="listitem1102">
680                               <property name="visible">True</property>
681                               <property name="can_focus">True</property>
682                               <property name="label" translatable="yes">udp6</property>
683                             </widget>
684                           </child>
685
686                           <child>
687                             <widget class="GtkListItem" id="listitem1103">
688                               <property name="visible">True</property>
689                               <property name="can_focus">True</property>
690                               <property name="label" translatable="yes">rtp</property>
691                             </widget>
692                           </child>
693
694                           <child>
695                             <widget class="GtkListItem" id="listitem1104">
696                               <property name="visible">True</property>
697                               <property name="can_focus">True</property>
698                               <property name="label" translatable="yes">rtp4</property>
699                             </widget>
700                           </child>
701
702                           <child>
703                             <widget class="GtkListItem" id="listitem1105">
704                               <property name="visible">True</property>
705                               <property name="can_focus">True</property>
706                               <property name="label" translatable="yes">ftp</property>
707                             </widget>
708                           </child>
709
710                           <child>
711                             <widget class="GtkListItem" id="listitem1106">
712                               <property name="visible">True</property>
713                               <property name="can_focus">True</property>
714                               <property name="label" translatable="yes">http</property>
715                             </widget>
716                           </child>
717
718                           <child>
719                             <widget class="GtkListItem" id="listitem1107">
720                               <property name="visible">True</property>
721                               <property name="can_focus">True</property>
722                               <property name="label" translatable="yes">sout</property>
723                             </widget>
724                           </child>
725
726                           <child>
727                             <widget class="GtkListItem" id="listitem1108">
728                               <property name="visible">True</property>
729                               <property name="can_focus">True</property>
730                               <property name="label" translatable="yes">mms</property>
731                             </widget>
732                           </child>
733                         </widget>
734                       </child>
735                     </widget>
736                     <packing>
737                       <property name="left_attach">1</property>
738                       <property name="right_attach">2</property>
739                       <property name="top_attach">3</property>
740                       <property name="bottom_attach">4</property>
741                       <property name="y_options"></property>
742                     </packing>
743                   </child>
744
745                   <child>
746                     <widget class="GtkLabel" id="labelNetworkProtocol">
747                       <property name="visible">True</property>
748                       <property name="label" translatable="yes">Protocol:</property>
749                       <property name="use_underline">False</property>
750                       <property name="use_markup">False</property>
751                       <property name="justify">GTK_JUSTIFY_LEFT</property>
752                       <property name="wrap">False</property>
753                       <property name="selectable">False</property>
754                       <property name="xalign">0</property>
755                       <property name="yalign">0.5</property>
756                       <property name="xpad">0</property>
757                       <property name="ypad">0</property>
758                     </widget>
759                     <packing>
760                       <property name="left_attach">0</property>
761                       <property name="right_attach">1</property>
762                       <property name="top_attach">3</property>
763                       <property name="bottom_attach">4</property>
764                       <property name="x_options">fill</property>
765                       <property name="y_options"></property>
766                     </packing>
767                   </child>
768                 </widget>
769                 <packing>
770                   <property name="padding">0</property>
771                   <property name="expand">True</property>
772                   <property name="fill">True</property>
773                 </packing>
774               </child>
775
776               <child>
777                 <widget class="GtkHBox" id="hbox13">
778                   <property name="visible">True</property>
779                   <property name="homogeneous">False</property>
780                   <property name="spacing">0</property>
781
782                   <child>
783                     <placeholder/>
784                   </child>
785
786                   <child>
787                     <widget class="GtkButton" id="AddNetworkPlaylist">
788                       <property name="visible">True</property>
789                       <property name="can_focus">True</property>
790                       <property name="label" translatable="yes">Add to Playlist</property>
791                       <property name="use_underline">True</property>
792                       <property name="relief">GTK_RELIEF_NORMAL</property>
793                       <signal name="pressed" handler="onAddNetworkPlaylist" last_modification_time="Fri, 26 Sep 2003 12:37:36 GMT"/>
794                     </widget>
795                     <packing>
796                       <property name="padding">0</property>
797                       <property name="expand">False</property>
798                       <property name="fill">False</property>
799                     </packing>
800                   </child>
801
802                   <child>
803                     <placeholder/>
804                   </child>
805                 </widget>
806                 <packing>
807                   <property name="padding">0</property>
808                   <property name="expand">False</property>
809                   <property name="fill">False</property>
810                 </packing>
811               </child>
812             </widget>
813             <packing>
814               <property name="tab_expand">True</property>
815               <property name="tab_fill">True</property>
816             </packing>
817           </child>
818
819           <child>
820             <widget class="GtkLabel" id="Network">
821               <property name="visible">True</property>
822               <property name="label" translatable="yes">Network</property>
823               <property name="use_underline">False</property>
824               <property name="use_markup">False</property>
825               <property name="justify">GTK_JUSTIFY_CENTER</property>
826               <property name="wrap">False</property>
827               <property name="selectable">False</property>
828               <property name="xalign">0.5</property>
829               <property name="yalign">0.5</property>
830               <property name="xpad">0</property>
831               <property name="ypad">0</property>
832             </widget>
833             <packing>
834               <property name="type">tab</property>
835             </packing>
836           </child>
837
838           <child>
839             <widget class="GtkVBox" id="vbox7">
840               <property name="visible">True</property>
841               <property name="homogeneous">False</property>
842               <property name="spacing">0</property>
843
844               <child>
845                 <widget class="GtkScrolledWindow" id="scrolledV4Lwindow">
846                   <property name="visible">True</property>
847                   <property name="can_focus">True</property>
848                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
849                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
850                   <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
851                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
852
853                   <child>
854                     <widget class="GtkViewport" id="viewportV4L">
855                       <property name="visible">True</property>
856                       <property name="shadow_type">GTK_SHADOW_OUT</property>
857
858                       <child>
859                         <widget class="GtkTable" id="tableV4L">
860                           <property name="visible">True</property>
861                           <property name="n_rows">12</property>
862                           <property name="n_columns">2</property>
863                           <property name="homogeneous">False</property>
864                           <property name="row_spacing">0</property>
865                           <property name="column_spacing">0</property>
866
867                           <child>
868                             <widget class="GtkLabel" id="labelV4lVideDevice">
869                               <property name="visible">True</property>
870                               <property name="label" translatable="yes">Video:</property>
871                               <property name="use_underline">False</property>
872                               <property name="use_markup">False</property>
873                               <property name="justify">GTK_JUSTIFY_LEFT</property>
874                               <property name="wrap">False</property>
875                               <property name="selectable">False</property>
876                               <property name="xalign">0</property>
877                               <property name="yalign">0.5</property>
878                               <property name="xpad">0</property>
879                               <property name="ypad">0</property>
880                             </widget>
881                             <packing>
882                               <property name="left_attach">0</property>
883                               <property name="right_attach">1</property>
884                               <property name="top_attach">0</property>
885                               <property name="bottom_attach">1</property>
886                               <property name="x_options">fill</property>
887                               <property name="y_options"></property>
888                             </packing>
889                           </child>
890
891                           <child>
892                             <widget class="GtkLabel" id="labelV4LAudioDevice">
893                               <property name="visible">True</property>
894                               <property name="label" translatable="yes">Audio:</property>
895                               <property name="use_underline">False</property>
896                               <property name="use_markup">False</property>
897                               <property name="justify">GTK_JUSTIFY_LEFT</property>
898                               <property name="wrap">False</property>
899                               <property name="selectable">False</property>
900                               <property name="xalign">0</property>
901                               <property name="yalign">0.5</property>
902                               <property name="xpad">0</property>
903                               <property name="ypad">0</property>
904                             </widget>
905                             <packing>
906                               <property name="left_attach">0</property>
907                               <property name="right_attach">1</property>
908                               <property name="top_attach">1</property>
909                               <property name="bottom_attach">2</property>
910                               <property name="x_options">fill</property>
911                               <property name="y_options"></property>
912                             </packing>
913                           </child>
914
915                           <child>
916                             <widget class="GtkLabel" id="labelV4LChannel">
917                               <property name="visible">True</property>
918                               <property name="label" translatable="yes">Channel:</property>
919                               <property name="use_underline">False</property>
920                               <property name="use_markup">False</property>
921                               <property name="justify">GTK_JUSTIFY_LEFT</property>
922                               <property name="wrap">False</property>
923                               <property name="selectable">False</property>
924                               <property name="xalign">0</property>
925                               <property name="yalign">0.5</property>
926                               <property name="xpad">0</property>
927                               <property name="ypad">0</property>
928                             </widget>
929                             <packing>
930                               <property name="left_attach">0</property>
931                               <property name="right_attach">1</property>
932                               <property name="top_attach">2</property>
933                               <property name="bottom_attach">3</property>
934                               <property name="x_options">fill</property>
935                               <property name="y_options"></property>
936                             </packing>
937                           </child>
938
939                           <child>
940                             <widget class="GtkLabel" id="labelV4LNorm">
941                               <property name="visible">True</property>
942                               <property name="label" translatable="yes">Norm:</property>
943                               <property name="use_underline">False</property>
944                               <property name="use_markup">False</property>
945                               <property name="justify">GTK_JUSTIFY_LEFT</property>
946                               <property name="wrap">False</property>
947                               <property name="selectable">False</property>
948                               <property name="xalign">0</property>
949                               <property name="yalign">0.5</property>
950                               <property name="xpad">0</property>
951                               <property name="ypad">0</property>
952                             </widget>
953                             <packing>
954                               <property name="left_attach">0</property>
955                               <property name="right_attach">1</property>
956                               <property name="top_attach">3</property>
957                               <property name="bottom_attach">4</property>
958                               <property name="x_options">fill</property>
959                               <property name="y_options"></property>
960                             </packing>
961                           </child>
962
963                           <child>
964                             <widget class="GtkLabel" id="labelV4LSize">
965                               <property name="visible">True</property>
966                               <property name="label" translatable="yes">Size:</property>
967                               <property name="use_underline">False</property>
968                               <property name="use_markup">False</property>
969                               <property name="justify">GTK_JUSTIFY_LEFT</property>
970                               <property name="wrap">False</property>
971                               <property name="selectable">False</property>
972                               <property name="xalign">0</property>
973                               <property name="yalign">0.5</property>
974                               <property name="xpad">0</property>
975                               <property name="ypad">0</property>
976                             </widget>
977                             <packing>
978                               <property name="left_attach">0</property>
979                               <property name="right_attach">1</property>
980                               <property name="top_attach">4</property>
981                               <property name="bottom_attach">5</property>
982                               <property name="x_options">fill</property>
983                               <property name="y_options"></property>
984                             </packing>
985                           </child>
986
987                           <child>
988                             <widget class="GtkLabel" id="labelV4LFrequency">
989                               <property name="visible">True</property>
990                               <property name="label" translatable="yes">Frequency:</property>
991                               <property name="use_underline">False</property>
992                               <property name="use_markup">False</property>
993                               <property name="justify">GTK_JUSTIFY_LEFT</property>
994                               <property name="wrap">False</property>
995                               <property name="selectable">False</property>
996                               <property name="xalign">0</property>
997                               <property name="yalign">0.5</property>
998                               <property name="xpad">0</property>
999                               <property name="ypad">0</property>
1000                             </widget>
1001                             <packing>
1002                               <property name="left_attach">0</property>
1003                               <property name="right_attach">1</property>
1004                               <property name="top_attach">5</property>
1005                               <property name="bottom_attach">6</property>
1006                               <property name="x_options">fill</property>
1007                               <property name="y_options"></property>
1008                             </packing>
1009                           </child>
1010
1011                           <child>
1012                             <widget class="GtkLabel" id="labelV4LSampleRate">
1013                               <property name="visible">True</property>
1014                               <property name="label" translatable="yes">Samplerate:</property>
1015                               <property name="use_underline">False</property>
1016                               <property name="use_markup">False</property>
1017                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1018                               <property name="wrap">False</property>
1019                               <property name="selectable">False</property>
1020                               <property name="xalign">0</property>
1021                               <property name="yalign">0.5</property>
1022                               <property name="xpad">0</property>
1023                               <property name="ypad">0</property>
1024                             </widget>
1025                             <packing>
1026                               <property name="left_attach">0</property>
1027                               <property name="right_attach">1</property>
1028                               <property name="top_attach">6</property>
1029                               <property name="bottom_attach">7</property>
1030                               <property name="x_options">fill</property>
1031                               <property name="y_options"></property>
1032                             </packing>
1033                           </child>
1034
1035                           <child>
1036                             <widget class="GtkLabel" id="labelV4LQuality">
1037                               <property name="visible">True</property>
1038                               <property name="label" translatable="yes">Quality:</property>
1039                               <property name="use_underline">False</property>
1040                               <property name="use_markup">False</property>
1041                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1042                               <property name="wrap">False</property>
1043                               <property name="selectable">False</property>
1044                               <property name="xalign">0</property>
1045                               <property name="yalign">0.5</property>
1046                               <property name="xpad">0</property>
1047                               <property name="ypad">0</property>
1048                             </widget>
1049                             <packing>
1050                               <property name="left_attach">0</property>
1051                               <property name="right_attach">1</property>
1052                               <property name="top_attach">7</property>
1053                               <property name="bottom_attach">8</property>
1054                               <property name="x_options">fill</property>
1055                               <property name="y_options"></property>
1056                             </packing>
1057                           </child>
1058
1059                           <child>
1060                             <widget class="GtkLabel" id="labelV4LTuner">
1061                               <property name="visible">True</property>
1062                               <property name="label" translatable="yes">Tuner:</property>
1063                               <property name="use_underline">False</property>
1064                               <property name="use_markup">False</property>
1065                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1066                               <property name="wrap">False</property>
1067                               <property name="selectable">False</property>
1068                               <property name="xalign">0</property>
1069                               <property name="yalign">0.5</property>
1070                               <property name="xpad">0</property>
1071                               <property name="ypad">0</property>
1072                             </widget>
1073                             <packing>
1074                               <property name="left_attach">0</property>
1075                               <property name="right_attach">1</property>
1076                               <property name="top_attach">9</property>
1077                               <property name="bottom_attach">10</property>
1078                               <property name="x_options">fill</property>
1079                               <property name="y_options"></property>
1080                             </packing>
1081                           </child>
1082
1083                           <child>
1084                             <widget class="GtkLabel" id="labelV4LSoundDirection">
1085                               <property name="visible">True</property>
1086                               <property name="label" translatable="yes">Sound:</property>
1087                               <property name="use_underline">False</property>
1088                               <property name="use_markup">False</property>
1089                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1090                               <property name="wrap">False</property>
1091                               <property name="selectable">False</property>
1092                               <property name="xalign">0</property>
1093                               <property name="yalign">0.5</property>
1094                               <property name="xpad">0</property>
1095                               <property name="ypad">0</property>
1096                             </widget>
1097                             <packing>
1098                               <property name="left_attach">0</property>
1099                               <property name="right_attach">1</property>
1100                               <property name="top_attach">8</property>
1101                               <property name="bottom_attach">9</property>
1102                               <property name="x_options">fill</property>
1103                               <property name="y_options"></property>
1104                             </packing>
1105                           </child>
1106
1107                           <child>
1108                             <widget class="GtkLabel" id="labelV4LMJPEG">
1109                               <property name="visible">True</property>
1110                               <property name="label" translatable="yes">MJPEG:</property>
1111                               <property name="use_underline">False</property>
1112                               <property name="use_markup">False</property>
1113                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1114                               <property name="wrap">False</property>
1115                               <property name="selectable">False</property>
1116                               <property name="xalign">0</property>
1117                               <property name="yalign">0.5</property>
1118                               <property name="xpad">0</property>
1119                               <property name="ypad">0</property>
1120                             </widget>
1121                             <packing>
1122                               <property name="left_attach">0</property>
1123                               <property name="right_attach">1</property>
1124                               <property name="top_attach">10</property>
1125                               <property name="bottom_attach">11</property>
1126                               <property name="x_options">fill</property>
1127                               <property name="y_options"></property>
1128                             </packing>
1129                           </child>
1130
1131                           <child>
1132                             <widget class="GtkLabel" id="labelV4LDecimation">
1133                               <property name="visible">True</property>
1134                               <property name="label" translatable="yes">Decimation:</property>
1135                               <property name="use_underline">False</property>
1136                               <property name="use_markup">False</property>
1137                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1138                               <property name="wrap">False</property>
1139                               <property name="selectable">False</property>
1140                               <property name="xalign">0</property>
1141                               <property name="yalign">0.5</property>
1142                               <property name="xpad">0</property>
1143                               <property name="ypad">0</property>
1144                             </widget>
1145                             <packing>
1146                               <property name="left_attach">0</property>
1147                               <property name="right_attach">1</property>
1148                               <property name="top_attach">11</property>
1149                               <property name="bottom_attach">12</property>
1150                               <property name="x_options">fill</property>
1151                               <property name="y_options"></property>
1152                             </packing>
1153                           </child>
1154
1155                           <child>
1156                             <widget class="GtkCombo" id="comboV4lVideoDevice">
1157                               <property name="visible">True</property>
1158                               <property name="value_in_list">True</property>
1159                               <property name="allow_empty">True</property>
1160                               <property name="case_sensitive">False</property>
1161                               <property name="enable_arrow_keys">True</property>
1162                               <property name="enable_arrows_always">False</property>
1163
1164                               <child internal-child="entry">
1165                                 <widget class="GtkEntry" id="entryV4LVideoDevice">
1166                                   <property name="visible">True</property>
1167                                   <property name="can_focus">True</property>
1168                                   <property name="editable">True</property>
1169                                   <property name="visibility">True</property>
1170                                   <property name="max_length">0</property>
1171                                   <property name="text" translatable="yes"></property>
1172                                   <property name="has_frame">True</property>
1173                                   <property name="invisible_char" translatable="yes">*</property>
1174                                   <property name="activates_default">True</property>
1175                                 </widget>
1176                               </child>
1177
1178                               <child internal-child="list">
1179                                 <widget class="GtkList" id="listV4LVideoDevice">
1180                                   <property name="visible">True</property>
1181                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1182
1183                                   <child>
1184                                     <widget class="GtkListItem" id="listitem1188">
1185                                       <property name="visible">True</property>
1186                                       <property name="can_focus">True</property>
1187                                       <property name="label" translatable="yes">/dev/video</property>
1188                                     </widget>
1189                                   </child>
1190
1191                                   <child>
1192                                     <widget class="GtkListItem" id="listitem1189">
1193                                       <property name="visible">True</property>
1194                                       <property name="can_focus">True</property>
1195                                       <property name="label" translatable="yes">/dev/video0</property>
1196                                     </widget>
1197                                   </child>
1198
1199                                   <child>
1200                                     <widget class="GtkListItem" id="listitem1190">
1201                                       <property name="visible">True</property>
1202                                       <property name="can_focus">True</property>
1203                                       <property name="label" translatable="yes">/dev/video1</property>
1204                                     </widget>
1205                                   </child>
1206                                 </widget>
1207                               </child>
1208                             </widget>
1209                             <packing>
1210                               <property name="left_attach">1</property>
1211                               <property name="right_attach">2</property>
1212                               <property name="top_attach">0</property>
1213                               <property name="bottom_attach">1</property>
1214                               <property name="x_options">expand|shrink|fill</property>
1215                               <property name="y_options"></property>
1216                             </packing>
1217                           </child>
1218
1219                           <child>
1220                             <widget class="GtkCombo" id="comboV4lAudioDevice">
1221                               <property name="visible">True</property>
1222                               <property name="value_in_list">False</property>
1223                               <property name="allow_empty">True</property>
1224                               <property name="case_sensitive">False</property>
1225                               <property name="enable_arrow_keys">True</property>
1226                               <property name="enable_arrows_always">False</property>
1227
1228                               <child internal-child="entry">
1229                                 <widget class="GtkEntry" id="entryV4LAudioDevice">
1230                                   <property name="visible">True</property>
1231                                   <property name="can_focus">True</property>
1232                                   <property name="editable">True</property>
1233                                   <property name="visibility">True</property>
1234                                   <property name="max_length">0</property>
1235                                   <property name="text" translatable="yes"></property>
1236                                   <property name="has_frame">True</property>
1237                                   <property name="invisible_char" translatable="yes">*</property>
1238                                   <property name="activates_default">True</property>
1239                                 </widget>
1240                               </child>
1241
1242                               <child internal-child="list">
1243                                 <widget class="GtkList" id="listV4LAudioDevice">
1244                                   <property name="visible">True</property>
1245                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1246
1247                                   <child>
1248                                     <widget class="GtkListItem" id="listitem1256">
1249                                       <property name="visible">True</property>
1250                                       <property name="can_focus">True</property>
1251                                       <property name="label" translatable="yes">/dev/dsp</property>
1252                                     </widget>
1253                                   </child>
1254
1255                                   <child>
1256                                     <widget class="GtkListItem" id="listitem1257">
1257                                       <property name="visible">True</property>
1258                                       <property name="can_focus">True</property>
1259                                       <property name="label" translatable="yes">/dev/audio</property>
1260                                     </widget>
1261                                   </child>
1262
1263                                   <child>
1264                                     <widget class="GtkListItem" id="listitem1258">
1265                                       <property name="visible">True</property>
1266                                       <property name="can_focus">True</property>
1267                                       <property name="label" translatable="yes">/dev/audio0</property>
1268                                     </widget>
1269                                   </child>
1270
1271                                   <child>
1272                                     <widget class="GtkListItem" id="listitem1259">
1273                                       <property name="visible">True</property>
1274                                       <property name="can_focus">True</property>
1275                                       <property name="label" translatable="yes">/dev/audio1</property>
1276                                     </widget>
1277                                   </child>
1278                                 </widget>
1279                               </child>
1280                             </widget>
1281                             <packing>
1282                               <property name="left_attach">1</property>
1283                               <property name="right_attach">2</property>
1284                               <property name="top_attach">1</property>
1285                               <property name="bottom_attach">2</property>
1286                               <property name="x_options">expand|shrink|fill</property>
1287                               <property name="y_options"></property>
1288                             </packing>
1289                           </child>
1290
1291                           <child>
1292                             <widget class="GtkSpinButton" id="entryV4LChannel">
1293                               <property name="visible">True</property>
1294                               <property name="can_focus">True</property>
1295                               <property name="climb_rate">1</property>
1296                               <property name="digits">0</property>
1297                               <property name="numeric">True</property>
1298                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1299                               <property name="snap_to_ticks">False</property>
1300                               <property name="wrap">False</property>
1301                               <property name="adjustment">0 0 100 1 10 10</property>
1302                             </widget>
1303                             <packing>
1304                               <property name="left_attach">1</property>
1305                               <property name="right_attach">2</property>
1306                               <property name="top_attach">2</property>
1307                               <property name="bottom_attach">3</property>
1308                               <property name="x_options">expand|shrink|fill</property>
1309                               <property name="y_options"></property>
1310                             </packing>
1311                           </child>
1312
1313                           <child>
1314                             <widget class="GtkCombo" id="comboV4LNorm">
1315                               <property name="visible">True</property>
1316                               <property name="value_in_list">False</property>
1317                               <property name="allow_empty">True</property>
1318                               <property name="case_sensitive">False</property>
1319                               <property name="enable_arrow_keys">True</property>
1320                               <property name="enable_arrows_always">False</property>
1321
1322                               <child internal-child="entry">
1323                                 <widget class="GtkEntry" id="entryV4LNorm">
1324                                   <property name="visible">True</property>
1325                                   <property name="can_focus">True</property>
1326                                   <property name="editable">True</property>
1327                                   <property name="visibility">True</property>
1328                                   <property name="max_length">0</property>
1329                                   <property name="text" translatable="yes"></property>
1330                                   <property name="has_frame">True</property>
1331                                   <property name="invisible_char" translatable="yes">*</property>
1332                                   <property name="activates_default">True</property>
1333                                 </widget>
1334                               </child>
1335
1336                               <child internal-child="list">
1337                                 <widget class="GtkList" id="listV4LNorm">
1338                                   <property name="visible">True</property>
1339                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1340
1341                                   <child>
1342                                     <widget class="GtkListItem" id="listitem1286">
1343                                       <property name="visible">True</property>
1344                                       <property name="can_focus">True</property>
1345                                       <property name="label" translatable="yes">pal</property>
1346                                     </widget>
1347                                   </child>
1348
1349                                   <child>
1350                                     <widget class="GtkListItem" id="listitem1287">
1351                                       <property name="visible">True</property>
1352                                       <property name="can_focus">True</property>
1353                                       <property name="label" translatable="yes">ntsc</property>
1354                                     </widget>
1355                                   </child>
1356
1357                                   <child>
1358                                     <widget class="GtkListItem" id="listitem1288">
1359                                       <property name="visible">True</property>
1360                                       <property name="can_focus">True</property>
1361                                       <property name="label" translatable="yes">secam</property>
1362                                     </widget>
1363                                   </child>
1364
1365                                   <child>
1366                                     <widget class="GtkListItem" id="listitem1289">
1367                                       <property name="visible">True</property>
1368                                       <property name="can_focus">True</property>
1369                                       <property name="label" translatable="yes">auto</property>
1370                                     </widget>
1371                                   </child>
1372                                 </widget>
1373                               </child>
1374                             </widget>
1375                             <packing>
1376                               <property name="left_attach">1</property>
1377                               <property name="right_attach">2</property>
1378                               <property name="top_attach">3</property>
1379                               <property name="bottom_attach">4</property>
1380                               <property name="x_options">expand|shrink|fill</property>
1381                               <property name="y_options"></property>
1382                             </packing>
1383                           </child>
1384
1385                           <child>
1386                             <widget class="GtkCombo" id="comboV4LSize">
1387                               <property name="visible">True</property>
1388                               <property name="value_in_list">False</property>
1389                               <property name="allow_empty">True</property>
1390                               <property name="case_sensitive">False</property>
1391                               <property name="enable_arrow_keys">True</property>
1392                               <property name="enable_arrows_always">False</property>
1393
1394                               <child internal-child="entry">
1395                                 <widget class="GtkEntry" id="entryV4LSize">
1396                                   <property name="visible">True</property>
1397                                   <property name="can_focus">True</property>
1398                                   <property name="editable">True</property>
1399                                   <property name="visibility">True</property>
1400                                   <property name="max_length">0</property>
1401                                   <property name="text" translatable="yes"></property>
1402                                   <property name="has_frame">True</property>
1403                                   <property name="invisible_char" translatable="yes">*</property>
1404                                   <property name="activates_default">True</property>
1405                                 </widget>
1406                               </child>
1407
1408                               <child internal-child="list">
1409                                 <widget class="GtkList" id="listV4LSize">
1410                                   <property name="visible">True</property>
1411                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1412
1413                                   <child>
1414                                     <widget class="GtkListItem" id="listitem1471">
1415                                       <property name="visible">True</property>
1416                                       <property name="can_focus">True</property>
1417                                       <property name="label" translatable="yes">240x192</property>
1418                                     </widget>
1419                                   </child>
1420
1421                                   <child>
1422                                     <widget class="GtkListItem" id="listitem1472">
1423                                       <property name="visible">True</property>
1424                                       <property name="can_focus">True</property>
1425                                       <property name="label" translatable="yes">320x240</property>
1426                                     </widget>
1427                                   </child>
1428
1429                                   <child>
1430                                     <widget class="GtkListItem" id="listitem1473">
1431                                       <property name="visible">True</property>
1432                                       <property name="can_focus">True</property>
1433                                       <property name="label" translatable="yes">qsif</property>
1434                                     </widget>
1435                                   </child>
1436
1437                                   <child>
1438                                     <widget class="GtkListItem" id="listitem1474">
1439                                       <property name="visible">True</property>
1440                                       <property name="can_focus">True</property>
1441                                       <property name="label" translatable="yes">qcif</property>
1442                                     </widget>
1443                                   </child>
1444
1445                                   <child>
1446                                     <widget class="GtkListItem" id="listitem1475">
1447                                       <property name="visible">True</property>
1448                                       <property name="can_focus">True</property>
1449                                       <property name="label" translatable="yes">sif</property>
1450                                     </widget>
1451                                   </child>
1452
1453                                   <child>
1454                                     <widget class="GtkListItem" id="listitem1476">
1455                                       <property name="visible">True</property>
1456                                       <property name="can_focus">True</property>
1457                                       <property name="label" translatable="yes">cif</property>
1458                                     </widget>
1459                                   </child>
1460
1461                                   <child>
1462                                     <widget class="GtkListItem" id="listitem1477">
1463                                       <property name="visible">True</property>
1464                                       <property name="can_focus">True</property>
1465                                       <property name="label" translatable="yes">vga</property>
1466                                     </widget>
1467                                   </child>
1468                                 </widget>
1469                               </child>
1470                             </widget>
1471                             <packing>
1472                               <property name="left_attach">1</property>
1473                               <property name="right_attach">2</property>
1474                               <property name="top_attach">4</property>
1475                               <property name="bottom_attach">5</property>
1476                               <property name="x_options">expand|shrink|fill</property>
1477                               <property name="y_options"></property>
1478                             </packing>
1479                           </child>
1480
1481                           <child>
1482                             <widget class="GtkSpinButton" id="entryV4LFrequency">
1483                               <property name="visible">True</property>
1484                               <property name="tooltip" translatable="yes">kHz</property>
1485                               <property name="can_focus">True</property>
1486                               <property name="climb_rate">1</property>
1487                               <property name="digits">0</property>
1488                               <property name="numeric">True</property>
1489                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1490                               <property name="snap_to_ticks">False</property>
1491                               <property name="wrap">False</property>
1492                               <property name="adjustment">8692 0 65535 1 10 10</property>
1493                             </widget>
1494                             <packing>
1495                               <property name="left_attach">1</property>
1496                               <property name="right_attach">2</property>
1497                               <property name="top_attach">5</property>
1498                               <property name="bottom_attach">6</property>
1499                               <property name="x_options">expand|shrink|fill</property>
1500                               <property name="y_options"></property>
1501                             </packing>
1502                           </child>
1503
1504                           <child>
1505                             <widget class="GtkSpinButton" id="entryV4LSampleRate">
1506                               <property name="visible">True</property>
1507                               <property name="tooltip" translatable="yes">Hz/s</property>
1508                               <property name="can_focus">True</property>
1509                               <property name="climb_rate">1</property>
1510                               <property name="digits">0</property>
1511                               <property name="numeric">True</property>
1512                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1513                               <property name="snap_to_ticks">False</property>
1514                               <property name="wrap">False</property>
1515                               <property name="adjustment">44100 0 65535 1 10 10</property>
1516                             </widget>
1517                             <packing>
1518                               <property name="left_attach">1</property>
1519                               <property name="right_attach">2</property>
1520                               <property name="top_attach">6</property>
1521                               <property name="bottom_attach">7</property>
1522                               <property name="x_options">expand|shrink|fill</property>
1523                               <property name="y_options"></property>
1524                             </packing>
1525                           </child>
1526
1527                           <child>
1528                             <widget class="GtkSpinButton" id="entryV4LQuality">
1529                               <property name="visible">True</property>
1530                               <property name="can_focus">True</property>
1531                               <property name="climb_rate">1</property>
1532                               <property name="digits">0</property>
1533                               <property name="numeric">True</property>
1534                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1535                               <property name="snap_to_ticks">False</property>
1536                               <property name="wrap">False</property>
1537                               <property name="adjustment">100 0 65535 1 10 10</property>
1538                             </widget>
1539                             <packing>
1540                               <property name="left_attach">1</property>
1541                               <property name="right_attach">2</property>
1542                               <property name="top_attach">7</property>
1543                               <property name="bottom_attach">8</property>
1544                               <property name="x_options">expand|shrink|fill</property>
1545                               <property name="y_options"></property>
1546                             </packing>
1547                           </child>
1548
1549                           <child>
1550                             <widget class="GtkCombo" id="comboV4LSoundDirection">
1551                               <property name="visible">True</property>
1552                               <property name="value_in_list">True</property>
1553                               <property name="allow_empty">True</property>
1554                               <property name="case_sensitive">False</property>
1555                               <property name="enable_arrow_keys">True</property>
1556                               <property name="enable_arrows_always">True</property>
1557
1558                               <child internal-child="entry">
1559                                 <widget class="GtkEntry" id="entryV4LSoundDirection">
1560                                   <property name="visible">True</property>
1561                                   <property name="can_focus">True</property>
1562                                   <property name="editable">True</property>
1563                                   <property name="visibility">True</property>
1564                                   <property name="max_length">0</property>
1565                                   <property name="text" translatable="yes"></property>
1566                                   <property name="has_frame">True</property>
1567                                   <property name="invisible_char" translatable="yes">*</property>
1568                                   <property name="activates_default">True</property>
1569                                 </widget>
1570                               </child>
1571
1572                               <child internal-child="list">
1573                                 <widget class="GtkList" id="listV4LSoundDirection">
1574                                   <property name="visible">True</property>
1575                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1576
1577                                   <child>
1578                                     <widget class="GtkListItem" id="listitem1489">
1579                                       <property name="visible">True</property>
1580                                       <property name="can_focus">True</property>
1581                                       <property name="label" translatable="yes">mono</property>
1582                                     </widget>
1583                                   </child>
1584
1585                                   <child>
1586                                     <widget class="GtkListItem" id="listitem1490">
1587                                       <property name="visible">True</property>
1588                                       <property name="can_focus">True</property>
1589                                       <property name="label" translatable="yes">stereo</property>
1590                                     </widget>
1591                                   </child>
1592                                 </widget>
1593                               </child>
1594                             </widget>
1595                             <packing>
1596                               <property name="left_attach">1</property>
1597                               <property name="right_attach">2</property>
1598                               <property name="top_attach">8</property>
1599                               <property name="bottom_attach">9</property>
1600                               <property name="x_options">expand|shrink|fill</property>
1601                               <property name="y_options"></property>
1602                             </packing>
1603                           </child>
1604
1605                           <child>
1606                             <widget class="GtkSpinButton" id="entryV4LTuner">
1607                               <property name="visible">True</property>
1608                               <property name="can_focus">True</property>
1609                               <property name="climb_rate">1</property>
1610                               <property name="digits">0</property>
1611                               <property name="numeric">True</property>
1612                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1613                               <property name="snap_to_ticks">False</property>
1614                               <property name="wrap">False</property>
1615                               <property name="adjustment">0 -1 100 1 10 10</property>
1616                             </widget>
1617                             <packing>
1618                               <property name="left_attach">1</property>
1619                               <property name="right_attach">2</property>
1620                               <property name="top_attach">9</property>
1621                               <property name="bottom_attach">10</property>
1622                               <property name="x_options">expand|shrink|fill</property>
1623                               <property name="y_options"></property>
1624                             </packing>
1625                           </child>
1626
1627                           <child>
1628                             <widget class="GtkCheckButton" id="checkV4LMJPEG">
1629                               <property name="visible">True</property>
1630                               <property name="can_focus">True</property>
1631                               <property name="label" translatable="yes">enable</property>
1632                               <property name="use_underline">True</property>
1633                               <property name="relief">GTK_RELIEF_NORMAL</property>
1634                               <property name="active">False</property>
1635                               <property name="inconsistent">False</property>
1636                               <property name="draw_indicator">True</property>
1637                             </widget>
1638                             <packing>
1639                               <property name="left_attach">1</property>
1640                               <property name="right_attach">2</property>
1641                               <property name="top_attach">10</property>
1642                               <property name="bottom_attach">11</property>
1643                               <property name="x_options">expand|shrink|fill</property>
1644                               <property name="y_options"></property>
1645                             </packing>
1646                           </child>
1647
1648                           <child>
1649                             <widget class="GtkSpinButton" id="entryV4LDecimation">
1650                               <property name="visible">True</property>
1651                               <property name="can_focus">True</property>
1652                               <property name="climb_rate">1</property>
1653                               <property name="digits">0</property>
1654                               <property name="numeric">False</property>
1655                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
1656                               <property name="snap_to_ticks">False</property>
1657                               <property name="wrap">False</property>
1658                               <property name="adjustment">1 0 100 1 10 10</property>
1659                             </widget>
1660                             <packing>
1661                               <property name="left_attach">1</property>
1662                               <property name="right_attach">2</property>
1663                               <property name="top_attach">11</property>
1664                               <property name="bottom_attach">12</property>
1665                               <property name="x_options">expand|shrink|fill</property>
1666                               <property name="y_options"></property>
1667                             </packing>
1668                           </child>
1669                         </widget>
1670                       </child>
1671                     </widget>
1672                   </child>
1673                 </widget>
1674                 <packing>
1675                   <property name="padding">0</property>
1676                   <property name="expand">True</property>
1677                   <property name="fill">True</property>
1678                 </packing>
1679               </child>
1680
1681               <child>
1682                 <widget class="GtkHBox" id="hbox16">
1683                   <property name="visible">True</property>
1684                   <property name="homogeneous">False</property>
1685                   <property name="spacing">0</property>
1686
1687                   <child>
1688                     <placeholder/>
1689                   </child>
1690
1691                   <child>
1692                     <widget class="GtkButton" id="AddCameraToPlaylist">
1693                       <property name="visible">True</property>
1694                       <property name="can_focus">True</property>
1695                       <property name="label" translatable="yes">Add to Playlist</property>
1696                       <property name="use_underline">True</property>
1697                       <property name="relief">GTK_RELIEF_NORMAL</property>
1698                       <signal name="pressed" handler="onAddCameraToPlaylist" last_modification_time="Fri, 26 Sep 2003 12:47:31 GMT"/>
1699                     </widget>
1700                     <packing>
1701                       <property name="padding">0</property>
1702                       <property name="expand">False</property>
1703                       <property name="fill">False</property>
1704                     </packing>
1705                   </child>
1706
1707                   <child>
1708                     <placeholder/>
1709                   </child>
1710                 </widget>
1711                 <packing>
1712                   <property name="padding">0</property>
1713                   <property name="expand">False</property>
1714                   <property name="fill">False</property>
1715                 </packing>
1716               </child>
1717             </widget>
1718             <packing>
1719               <property name="tab_expand">False</property>
1720               <property name="tab_fill">True</property>
1721             </packing>
1722           </child>
1723
1724           <child>
1725             <widget class="GtkLabel" id="Camera">
1726               <property name="visible">True</property>
1727               <property name="label" translatable="yes">Camera</property>
1728               <property name="use_underline">False</property>
1729               <property name="use_markup">False</property>
1730               <property name="justify">GTK_JUSTIFY_LEFT</property>
1731               <property name="wrap">False</property>
1732               <property name="selectable">False</property>
1733               <property name="xalign">0.5</property>
1734               <property name="yalign">0.5</property>
1735               <property name="xpad">0</property>
1736               <property name="ypad">0</property>
1737             </widget>
1738             <packing>
1739               <property name="type">tab</property>
1740             </packing>
1741           </child>
1742
1743           <child>
1744             <widget class="GtkVBox" id="vbox1">
1745               <property name="visible">True</property>
1746               <property name="homogeneous">False</property>
1747               <property name="spacing">0</property>
1748
1749               <child>
1750                 <widget class="GtkScrolledWindow" id="scrolledwindowTranscode">
1751                   <property name="visible">True</property>
1752                   <property name="can_focus">True</property>
1753                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1754                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
1755                   <property name="shadow_type">GTK_SHADOW_NONE</property>
1756                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
1757
1758                   <child>
1759                     <widget class="GtkViewport" id="viewport5">
1760                       <property name="visible">True</property>
1761                       <property name="shadow_type">GTK_SHADOW_IN</property>
1762
1763                       <child>
1764                         <widget class="GtkTable" id="tableTranscode">
1765                           <property name="visible">True</property>
1766                           <property name="n_rows">14</property>
1767                           <property name="n_columns">2</property>
1768                           <property name="homogeneous">False</property>
1769                           <property name="row_spacing">0</property>
1770                           <property name="column_spacing">0</property>
1771
1772                           <child>
1773                             <widget class="GtkLabel" id="labelVideoCodec">
1774                               <property name="visible">True</property>
1775                               <property name="label" translatable="yes">Video Codec:</property>
1776                               <property name="use_underline">False</property>
1777                               <property name="use_markup">False</property>
1778                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1779                               <property name="wrap">False</property>
1780                               <property name="selectable">False</property>
1781                               <property name="xalign">0</property>
1782                               <property name="yalign">0.5</property>
1783                               <property name="xpad">0</property>
1784                               <property name="ypad">0</property>
1785                             </widget>
1786                             <packing>
1787                               <property name="left_attach">0</property>
1788                               <property name="right_attach">1</property>
1789                               <property name="top_attach">0</property>
1790                               <property name="bottom_attach">1</property>
1791                               <property name="x_options">fill</property>
1792                               <property name="y_options"></property>
1793                             </packing>
1794                           </child>
1795
1796                           <child>
1797                             <widget class="GtkCombo" id="comboVideoCodec">
1798                               <property name="visible">True</property>
1799                               <property name="value_in_list">False</property>
1800                               <property name="allow_empty">True</property>
1801                               <property name="case_sensitive">False</property>
1802                               <property name="enable_arrow_keys">True</property>
1803                               <property name="enable_arrows_always">False</property>
1804
1805                               <child internal-child="entry">
1806                                 <widget class="GtkEntry" id="entryVideoCodec">
1807                                   <property name="visible">True</property>
1808                                   <property name="can_focus">True</property>
1809                                   <property name="editable">True</property>
1810                                   <property name="visibility">True</property>
1811                                   <property name="max_length">0</property>
1812                                   <property name="text" translatable="yes">huffyuv</property>
1813                                   <property name="has_frame">True</property>
1814                                   <property name="invisible_char" translatable="yes">*</property>
1815                                   <property name="activates_default">True</property>
1816                                 </widget>
1817                               </child>
1818
1819                               <child internal-child="list">
1820                                 <widget class="GtkList" id="listVideoCodec">
1821                                   <property name="visible">True</property>
1822                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
1823
1824                                   <child>
1825                                     <widget class="GtkListItem" id="listitem3159">
1826                                       <property name="visible">True</property>
1827                                       <property name="can_focus">True</property>
1828                                       <property name="label" translatable="yes">huffyuv</property>
1829                                     </widget>
1830                                   </child>
1831
1832                                   <child>
1833                                     <widget class="GtkListItem" id="listitem3160">
1834                                       <property name="visible">True</property>
1835                                       <property name="can_focus">True</property>
1836                                       <property name="label" translatable="yes">mp1v</property>
1837                                     </widget>
1838                                   </child>
1839
1840                                   <child>
1841                                     <widget class="GtkListItem" id="listitem3161">
1842                                       <property name="visible">True</property>
1843                                       <property name="can_focus">True</property>
1844                                       <property name="label" translatable="yes">mp2v</property>
1845                                     </widget>
1846                                   </child>
1847
1848                                   <child>
1849                                     <widget class="GtkListItem" id="listitem3162">
1850                                       <property name="visible">True</property>
1851                                       <property name="can_focus">True</property>
1852                                       <property name="label" translatable="yes">mp4v</property>
1853                                     </widget>
1854                                   </child>
1855
1856                                   <child>
1857                                     <widget class="GtkListItem" id="listitem3163">
1858                                       <property name="visible">True</property>
1859                                       <property name="can_focus">True</property>
1860                                       <property name="label" translatable="yes">H263</property>
1861                                     </widget>
1862                                   </child>
1863
1864                                   <child>
1865                                     <widget class="GtkListItem" id="listitem3164">
1866                                       <property name="visible">True</property>
1867                                       <property name="can_focus">True</property>
1868                                       <property name="label" translatable="yes">I263</property>
1869                                     </widget>
1870                                   </child>
1871
1872                                   <child>
1873                                     <widget class="GtkListItem" id="listitem3165">
1874                                       <property name="visible">True</property>
1875                                       <property name="can_focus">True</property>
1876                                       <property name="label" translatable="yes">WMV1</property>
1877                                     </widget>
1878                                   </child>
1879
1880                                   <child>
1881                                     <widget class="GtkListItem" id="listitem3166">
1882                                       <property name="visible">True</property>
1883                                       <property name="can_focus">True</property>
1884                                       <property name="label" translatable="yes">WMV2</property>
1885                                     </widget>
1886                                   </child>
1887                                 </widget>
1888                               </child>
1889                             </widget>
1890                             <packing>
1891                               <property name="left_attach">1</property>
1892                               <property name="right_attach">2</property>
1893                               <property name="top_attach">0</property>
1894                               <property name="bottom_attach">1</property>
1895                               <property name="x_options">expand|shrink|fill</property>
1896                               <property name="y_options"></property>
1897                             </packing>
1898                           </child>
1899
1900                           <child>
1901                             <widget class="GtkLabel" id="labelVideoBitrate">
1902                               <property name="visible">True</property>
1903                               <property name="label" translatable="yes">Video Bitrate:</property>
1904                               <property name="use_underline">False</property>
1905                               <property name="use_markup">False</property>
1906                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1907                               <property name="wrap">False</property>
1908                               <property name="selectable">False</property>
1909                               <property name="xalign">0</property>
1910                               <property name="yalign">0.5</property>
1911                               <property name="xpad">0</property>
1912                               <property name="ypad">0</property>
1913                             </widget>
1914                             <packing>
1915                               <property name="left_attach">0</property>
1916                               <property name="right_attach">1</property>
1917                               <property name="top_attach">1</property>
1918                               <property name="bottom_attach">2</property>
1919                               <property name="x_options">fill</property>
1920                               <property name="y_options"></property>
1921                             </packing>
1922                           </child>
1923
1924                           <child>
1925                             <widget class="GtkLabel" id="labelVideoBitrateTolerance">
1926                               <property name="visible">True</property>
1927                               <property name="label" translatable="yes">Bitrate Tolerance:</property>
1928                               <property name="use_underline">False</property>
1929                               <property name="use_markup">False</property>
1930                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1931                               <property name="wrap">False</property>
1932                               <property name="selectable">False</property>
1933                               <property name="xalign">0</property>
1934                               <property name="yalign">0.5</property>
1935                               <property name="xpad">0</property>
1936                               <property name="ypad">0</property>
1937                             </widget>
1938                             <packing>
1939                               <property name="left_attach">0</property>
1940                               <property name="right_attach">1</property>
1941                               <property name="top_attach">2</property>
1942                               <property name="bottom_attach">3</property>
1943                               <property name="x_options">fill</property>
1944                               <property name="y_options"></property>
1945                             </packing>
1946                           </child>
1947
1948                           <child>
1949                             <widget class="GtkLabel" id="labelVideoKeyInterval">
1950                               <property name="visible">True</property>
1951                               <property name="label" translatable="yes">Keyframe Interval:</property>
1952                               <property name="use_underline">False</property>
1953                               <property name="use_markup">False</property>
1954                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1955                               <property name="wrap">False</property>
1956                               <property name="selectable">False</property>
1957                               <property name="xalign">0</property>
1958                               <property name="yalign">0.5</property>
1959                               <property name="xpad">0</property>
1960                               <property name="ypad">0</property>
1961                             </widget>
1962                             <packing>
1963                               <property name="left_attach">0</property>
1964                               <property name="right_attach">1</property>
1965                               <property name="top_attach">3</property>
1966                               <property name="bottom_attach">4</property>
1967                               <property name="x_options">fill</property>
1968                               <property name="y_options"></property>
1969                             </packing>
1970                           </child>
1971
1972                           <child>
1973                             <widget class="GtkLabel" id="labelAudioCodec">
1974                               <property name="visible">True</property>
1975                               <property name="label" translatable="yes">Audio Codec:</property>
1976                               <property name="use_underline">False</property>
1977                               <property name="use_markup">False</property>
1978                               <property name="justify">GTK_JUSTIFY_LEFT</property>
1979                               <property name="wrap">False</property>
1980                               <property name="selectable">False</property>
1981                               <property name="xalign">0</property>
1982                               <property name="yalign">0.5</property>
1983                               <property name="xpad">0</property>
1984                               <property name="ypad">0</property>
1985                             </widget>
1986                             <packing>
1987                               <property name="left_attach">0</property>
1988                               <property name="right_attach">1</property>
1989                               <property name="top_attach">5</property>
1990                               <property name="bottom_attach">6</property>
1991                               <property name="x_options">fill</property>
1992                               <property name="y_options"></property>
1993                             </packing>
1994                           </child>
1995
1996                           <child>
1997                             <widget class="GtkLabel" id="labelVideoDeinterlace">
1998                               <property name="visible">True</property>
1999                               <property name="label" translatable="yes">Deinterlace:</property>
2000                               <property name="use_underline">False</property>
2001                               <property name="use_markup">False</property>
2002                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2003                               <property name="wrap">False</property>
2004                               <property name="selectable">False</property>
2005                               <property name="xalign">0</property>
2006                               <property name="yalign">0.5</property>
2007                               <property name="xpad">0</property>
2008                               <property name="ypad">0</property>
2009                             </widget>
2010                             <packing>
2011                               <property name="left_attach">0</property>
2012                               <property name="right_attach">1</property>
2013                               <property name="top_attach">4</property>
2014                               <property name="bottom_attach">5</property>
2015                               <property name="x_options">fill</property>
2016                               <property name="y_options"></property>
2017                             </packing>
2018                           </child>
2019
2020                           <child>
2021                             <widget class="GtkLabel" id="labelStdAccess">
2022                               <property name="visible">True</property>
2023                               <property name="label" translatable="yes">Access:</property>
2024                               <property name="use_underline">False</property>
2025                               <property name="use_markup">False</property>
2026                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2027                               <property name="wrap">False</property>
2028                               <property name="selectable">False</property>
2029                               <property name="xalign">0</property>
2030                               <property name="yalign">0.5</property>
2031                               <property name="xpad">0</property>
2032                               <property name="ypad">0</property>
2033                             </widget>
2034                             <packing>
2035                               <property name="left_attach">0</property>
2036                               <property name="right_attach">1</property>
2037                               <property name="top_attach">7</property>
2038                               <property name="bottom_attach">8</property>
2039                               <property name="x_options">fill</property>
2040                               <property name="y_options"></property>
2041                             </packing>
2042                           </child>
2043
2044                           <child>
2045                             <widget class="GtkLabel" id="labelStdMuxer">
2046                               <property name="visible">True</property>
2047                               <property name="label" translatable="yes">Muxer:</property>
2048                               <property name="use_underline">False</property>
2049                               <property name="use_markup">False</property>
2050                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2051                               <property name="wrap">False</property>
2052                               <property name="selectable">False</property>
2053                               <property name="xalign">0</property>
2054                               <property name="yalign">0.5</property>
2055                               <property name="xpad">0</property>
2056                               <property name="ypad">0</property>
2057                             </widget>
2058                             <packing>
2059                               <property name="left_attach">0</property>
2060                               <property name="right_attach">1</property>
2061                               <property name="top_attach">8</property>
2062                               <property name="bottom_attach">9</property>
2063                               <property name="x_options">fill</property>
2064                               <property name="y_options"></property>
2065                             </packing>
2066                           </child>
2067
2068                           <child>
2069                             <widget class="GtkLabel" id="labelStdUrl">
2070                               <property name="visible">True</property>
2071                               <property name="label" translatable="yes">URL:</property>
2072                               <property name="use_underline">False</property>
2073                               <property name="use_markup">False</property>
2074                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2075                               <property name="wrap">False</property>
2076                               <property name="selectable">False</property>
2077                               <property name="xalign">0</property>
2078                               <property name="yalign">0.5</property>
2079                               <property name="xpad">0</property>
2080                               <property name="ypad">0</property>
2081                             </widget>
2082                             <packing>
2083                               <property name="left_attach">0</property>
2084                               <property name="right_attach">1</property>
2085                               <property name="top_attach">9</property>
2086                               <property name="bottom_attach">10</property>
2087                               <property name="x_options">fill</property>
2088                               <property name="y_options"></property>
2089                             </packing>
2090                           </child>
2091
2092                           <child>
2093                             <widget class="GtkLabel" id="labelStdTimeToLive">
2094                               <property name="visible">True</property>
2095                               <property name="label" translatable="yes">Time To Live (TTL):</property>
2096                               <property name="use_underline">False</property>
2097                               <property name="use_markup">False</property>
2098                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2099                               <property name="wrap">False</property>
2100                               <property name="selectable">False</property>
2101                               <property name="xalign">0</property>
2102                               <property name="yalign">0.5</property>
2103                               <property name="xpad">0</property>
2104                               <property name="ypad">0</property>
2105                             </widget>
2106                             <packing>
2107                               <property name="left_attach">0</property>
2108                               <property name="right_attach">1</property>
2109                               <property name="top_attach">10</property>
2110                               <property name="bottom_attach">11</property>
2111                               <property name="x_options">fill</property>
2112                               <property name="y_options"></property>
2113                             </packing>
2114                           </child>
2115
2116                           <child>
2117                             <widget class="GtkSpinButton" id="entryStdTTL">
2118                               <property name="visible">True</property>
2119                               <property name="can_focus">True</property>
2120                               <property name="climb_rate">1</property>
2121                               <property name="digits">0</property>
2122                               <property name="numeric">False</property>
2123                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2124                               <property name="snap_to_ticks">False</property>
2125                               <property name="wrap">False</property>
2126                               <property name="adjustment">1 0 100 1 10 10</property>
2127                             </widget>
2128                             <packing>
2129                               <property name="left_attach">1</property>
2130                               <property name="right_attach">2</property>
2131                               <property name="top_attach">10</property>
2132                               <property name="bottom_attach">11</property>
2133                               <property name="y_options"></property>
2134                             </packing>
2135                           </child>
2136
2137                           <child>
2138                             <widget class="GtkCombo" id="comboStdURL">
2139                               <property name="visible">True</property>
2140                               <property name="value_in_list">False</property>
2141                               <property name="allow_empty">True</property>
2142                               <property name="case_sensitive">False</property>
2143                               <property name="enable_arrow_keys">True</property>
2144                               <property name="enable_arrows_always">False</property>
2145
2146                               <child internal-child="entry">
2147                                 <widget class="GtkEntry" id="entryStdURL">
2148                                   <property name="visible">True</property>
2149                                   <property name="can_focus">True</property>
2150                                   <property name="editable">True</property>
2151                                   <property name="visibility">True</property>
2152                                   <property name="max_length">0</property>
2153                                   <property name="text" translatable="yes">127.0.0.1</property>
2154                                   <property name="has_frame">True</property>
2155                                   <property name="invisible_char" translatable="yes">*</property>
2156                                   <property name="activates_default">True</property>
2157                                 </widget>
2158                               </child>
2159
2160                               <child internal-child="list">
2161                                 <widget class="GtkList" id="listStdURL">
2162                                   <property name="visible">True</property>
2163                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2164
2165                                   <child>
2166                                     <widget class="GtkListItem" id="listitem3190">
2167                                       <property name="visible">True</property>
2168                                       <property name="can_focus">True</property>
2169                                       <property name="label" translatable="yes">127.0.0.1</property>
2170                                     </widget>
2171                                   </child>
2172
2173                                   <child>
2174                                     <widget class="GtkListItem" id="listitem3191">
2175                                       <property name="visible">True</property>
2176                                       <property name="can_focus">True</property>
2177                                       <property name="label" translatable="yes">localhost</property>
2178                                     </widget>
2179                                   </child>
2180
2181                                   <child>
2182                                     <widget class="GtkListItem" id="listitem3192">
2183                                       <property name="visible">True</property>
2184                                       <property name="can_focus">True</property>
2185                                       <property name="label" translatable="yes">localhost.localdomain</property>
2186                                     </widget>
2187                                   </child>
2188
2189                                   <child>
2190                                     <widget class="GtkListItem" id="listitem3193">
2191                                       <property name="visible">True</property>
2192                                       <property name="can_focus">True</property>
2193                                       <property name="label" translatable="yes">239.0.0.42</property>
2194                                     </widget>
2195                                   </child>
2196                                 </widget>
2197                               </child>
2198                             </widget>
2199                             <packing>
2200                               <property name="left_attach">1</property>
2201                               <property name="right_attach">2</property>
2202                               <property name="top_attach">9</property>
2203                               <property name="bottom_attach">10</property>
2204                               <property name="y_options"></property>
2205                             </packing>
2206                           </child>
2207
2208                           <child>
2209                             <widget class="GtkCombo" id="comboStdMuxer">
2210                               <property name="visible">True</property>
2211                               <property name="value_in_list">False</property>
2212                               <property name="allow_empty">True</property>
2213                               <property name="case_sensitive">False</property>
2214                               <property name="enable_arrow_keys">True</property>
2215                               <property name="enable_arrows_always">False</property>
2216
2217                               <child internal-child="entry">
2218                                 <widget class="GtkEntry" id="entryStdMuxer">
2219                                   <property name="visible">True</property>
2220                                   <property name="can_focus">True</property>
2221                                   <property name="editable">True</property>
2222                                   <property name="visibility">True</property>
2223                                   <property name="max_length">0</property>
2224                                   <property name="text" translatable="yes">ps</property>
2225                                   <property name="has_frame">True</property>
2226                                   <property name="invisible_char" translatable="yes">*</property>
2227                                   <property name="activates_default">True</property>
2228                                 </widget>
2229                               </child>
2230
2231                               <child internal-child="list">
2232                                 <widget class="GtkList" id="listStdMuxer">
2233                                   <property name="visible">True</property>
2234                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2235
2236                                   <child>
2237                                     <widget class="GtkListItem" id="listitem3167">
2238                                       <property name="visible">True</property>
2239                                       <property name="can_focus">True</property>
2240                                       <property name="label" translatable="yes">ps</property>
2241                                     </widget>
2242                                   </child>
2243
2244                                   <child>
2245                                     <widget class="GtkListItem" id="listitem3168">
2246                                       <property name="visible">True</property>
2247                                       <property name="can_focus">True</property>
2248                                       <property name="label" translatable="yes">ts</property>
2249                                     </widget>
2250                                   </child>
2251
2252                                   <child>
2253                                     <widget class="GtkListItem" id="listitem3169">
2254                                       <property name="visible">True</property>
2255                                       <property name="can_focus">True</property>
2256                                       <property name="label" translatable="yes">mpeg1</property>
2257                                     </widget>
2258                                   </child>
2259
2260                                   <child>
2261                                     <widget class="GtkListItem" id="listitem3170">
2262                                       <property name="visible">True</property>
2263                                       <property name="can_focus">True</property>
2264                                       <property name="label" translatable="yes">avi</property>
2265                                     </widget>
2266                                   </child>
2267
2268                                   <child>
2269                                     <widget class="GtkListItem" id="listitem3171">
2270                                       <property name="visible">True</property>
2271                                       <property name="can_focus">True</property>
2272                                       <property name="label" translatable="yes">ogg</property>
2273                                     </widget>
2274                                   </child>
2275
2276                                   <child>
2277                                     <widget class="GtkListItem" id="listitem3172">
2278                                       <property name="visible">True</property>
2279                                       <property name="can_focus">True</property>
2280                                       <property name="label" translatable="yes">mp4</property>
2281                                     </widget>
2282                                   </child>
2283
2284                                   <child>
2285                                     <widget class="GtkListItem" id="listitem3173">
2286                                       <property name="visible">True</property>
2287                                       <property name="can_focus">True</property>
2288                                       <property name="label" translatable="yes">mov</property>
2289                                     </widget>
2290                                   </child>
2291
2292                                   <child>
2293                                     <widget class="GtkListItem" id="listitem3174">
2294                                       <property name="visible">True</property>
2295                                       <property name="can_focus">True</property>
2296                                       <property name="label" translatable="yes">asf</property>
2297                                     </widget>
2298                                   </child>
2299                                 </widget>
2300                               </child>
2301                             </widget>
2302                             <packing>
2303                               <property name="left_attach">1</property>
2304                               <property name="right_attach">2</property>
2305                               <property name="top_attach">8</property>
2306                               <property name="bottom_attach">9</property>
2307                               <property name="y_options"></property>
2308                             </packing>
2309                           </child>
2310
2311                           <child>
2312                             <widget class="GtkSpinButton" id="entryAudioBitrate">
2313                               <property name="visible">True</property>
2314                               <property name="tooltip" translatable="yes">kbits/s</property>
2315                               <property name="can_focus">True</property>
2316                               <property name="climb_rate">1</property>
2317                               <property name="digits">0</property>
2318                               <property name="numeric">True</property>
2319                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2320                               <property name="snap_to_ticks">False</property>
2321                               <property name="wrap">False</property>
2322                               <property name="adjustment">256 0 65535 1 10 10</property>
2323                             </widget>
2324                             <packing>
2325                               <property name="left_attach">1</property>
2326                               <property name="right_attach">2</property>
2327                               <property name="top_attach">6</property>
2328                               <property name="bottom_attach">7</property>
2329                               <property name="y_options"></property>
2330                             </packing>
2331                           </child>
2332
2333                           <child>
2334                             <widget class="GtkCombo" id="comboAudioCodec">
2335                               <property name="visible">True</property>
2336                               <property name="value_in_list">False</property>
2337                               <property name="allow_empty">True</property>
2338                               <property name="case_sensitive">False</property>
2339                               <property name="enable_arrow_keys">True</property>
2340                               <property name="enable_arrows_always">False</property>
2341
2342                               <child internal-child="entry">
2343                                 <widget class="GtkEntry" id="entryAudioCodec">
2344                                   <property name="visible">True</property>
2345                                   <property name="can_focus">True</property>
2346                                   <property name="editable">True</property>
2347                                   <property name="visibility">True</property>
2348                                   <property name="max_length">0</property>
2349                                   <property name="text" translatable="yes">alaw</property>
2350                                   <property name="has_frame">True</property>
2351                                   <property name="invisible_char" translatable="yes">*</property>
2352                                   <property name="activates_default">True</property>
2353                                 </widget>
2354                               </child>
2355
2356                               <child internal-child="list">
2357                                 <widget class="GtkList" id="listAudioCodec">
2358                                   <property name="visible">True</property>
2359                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2360
2361                                   <child>
2362                                     <widget class="GtkListItem" id="listitem3031">
2363                                       <property name="visible">True</property>
2364                                       <property name="can_focus">True</property>
2365                                       <property name="label" translatable="yes">alaw</property>
2366                                     </widget>
2367                                   </child>
2368
2369                                   <child>
2370                                     <widget class="GtkListItem" id="listitem3032">
2371                                       <property name="visible">True</property>
2372                                       <property name="can_focus">True</property>
2373                                       <property name="label" translatable="yes">ulaw</property>
2374                                     </widget>
2375                                   </child>
2376
2377                                   <child>
2378                                     <widget class="GtkListItem" id="listitem3033">
2379                                       <property name="visible">True</property>
2380                                       <property name="can_focus">True</property>
2381                                       <property name="label" translatable="yes">mpga</property>
2382                                     </widget>
2383                                   </child>
2384
2385                                   <child>
2386                                     <widget class="GtkListItem" id="listitem3034">
2387                                       <property name="visible">True</property>
2388                                       <property name="can_focus">True</property>
2389                                       <property name="label" translatable="yes">mp3</property>
2390                                     </widget>
2391                                   </child>
2392
2393                                   <child>
2394                                     <widget class="GtkListItem" id="listitem3035">
2395                                       <property name="visible">True</property>
2396                                       <property name="can_focus">True</property>
2397                                       <property name="label" translatable="yes">a52</property>
2398                                     </widget>
2399                                   </child>
2400
2401                                   <child>
2402                                     <widget class="GtkListItem" id="listitem3036">
2403                                       <property name="visible">True</property>
2404                                       <property name="can_focus">True</property>
2405                                       <property name="label" translatable="yes">vorb</property>
2406                                     </widget>
2407                                   </child>
2408                                 </widget>
2409                               </child>
2410                             </widget>
2411                             <packing>
2412                               <property name="left_attach">1</property>
2413                               <property name="right_attach">2</property>
2414                               <property name="top_attach">5</property>
2415                               <property name="bottom_attach">6</property>
2416                               <property name="y_options"></property>
2417                             </packing>
2418                           </child>
2419
2420                           <child>
2421                             <widget class="GtkCheckButton" id="checkVideoDeinterlace">
2422                               <property name="visible">True</property>
2423                               <property name="can_focus">True</property>
2424                               <property name="label" translatable="yes">enable</property>
2425                               <property name="use_underline">True</property>
2426                               <property name="relief">GTK_RELIEF_NORMAL</property>
2427                               <property name="active">False</property>
2428                               <property name="inconsistent">False</property>
2429                               <property name="draw_indicator">True</property>
2430                             </widget>
2431                             <packing>
2432                               <property name="left_attach">1</property>
2433                               <property name="right_attach">2</property>
2434                               <property name="top_attach">4</property>
2435                               <property name="bottom_attach">5</property>
2436                               <property name="x_options">fill</property>
2437                               <property name="y_options"></property>
2438                             </packing>
2439                           </child>
2440
2441                           <child>
2442                             <widget class="GtkSpinButton" id="entryVideoKeyFrameInterval">
2443                               <property name="visible">True</property>
2444                               <property name="can_focus">True</property>
2445                               <property name="climb_rate">1</property>
2446                               <property name="digits">0</property>
2447                               <property name="numeric">True</property>
2448                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2449                               <property name="snap_to_ticks">False</property>
2450                               <property name="wrap">False</property>
2451                               <property name="adjustment">80 0 65535 1 10 10</property>
2452                             </widget>
2453                             <packing>
2454                               <property name="left_attach">1</property>
2455                               <property name="right_attach">2</property>
2456                               <property name="top_attach">3</property>
2457                               <property name="bottom_attach">4</property>
2458                               <property name="y_options"></property>
2459                             </packing>
2460                           </child>
2461
2462                           <child>
2463                             <widget class="GtkSpinButton" id="entryVideoBitrateTolerance">
2464                               <property name="visible">True</property>
2465                               <property name="tooltip" translatable="yes">bits/s</property>
2466                               <property name="can_focus">True</property>
2467                               <property name="climb_rate">1</property>
2468                               <property name="digits">0</property>
2469                               <property name="numeric">True</property>
2470                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2471                               <property name="snap_to_ticks">False</property>
2472                               <property name="wrap">False</property>
2473                               <property name="adjustment">800000 0 1e+06 1 10 10</property>
2474                             </widget>
2475                             <packing>
2476                               <property name="left_attach">1</property>
2477                               <property name="right_attach">2</property>
2478                               <property name="top_attach">2</property>
2479                               <property name="bottom_attach">3</property>
2480                               <property name="y_options"></property>
2481                             </packing>
2482                           </child>
2483
2484                           <child>
2485                             <widget class="GtkSpinButton" id="entryVideoBitrate">
2486                               <property name="visible">True</property>
2487                               <property name="tooltip" translatable="yes">kbits/s</property>
2488                               <property name="can_focus">True</property>
2489                               <property name="climb_rate">1</property>
2490                               <property name="digits">0</property>
2491                               <property name="numeric">True</property>
2492                               <property name="update_policy">GTK_UPDATE_ALWAYS</property>
2493                               <property name="snap_to_ticks">False</property>
2494                               <property name="wrap">False</property>
2495                               <property name="adjustment">3000 0 65535 1 10 10</property>
2496                             </widget>
2497                             <packing>
2498                               <property name="left_attach">1</property>
2499                               <property name="right_attach">2</property>
2500                               <property name="top_attach">1</property>
2501                               <property name="bottom_attach">2</property>
2502                               <property name="y_options"></property>
2503                             </packing>
2504                           </child>
2505
2506                           <child>
2507                             <widget class="GtkLabel" id="labelAudioBitrate">
2508                               <property name="visible">True</property>
2509                               <property name="label" translatable="yes">Audio Bitrate :</property>
2510                               <property name="use_underline">False</property>
2511                               <property name="use_markup">False</property>
2512                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2513                               <property name="wrap">False</property>
2514                               <property name="selectable">False</property>
2515                               <property name="xalign">0</property>
2516                               <property name="yalign">0.5</property>
2517                               <property name="xpad">0</property>
2518                               <property name="ypad">0</property>
2519                             </widget>
2520                             <packing>
2521                               <property name="left_attach">0</property>
2522                               <property name="right_attach">1</property>
2523                               <property name="top_attach">6</property>
2524                               <property name="bottom_attach">7</property>
2525                               <property name="x_options">fill</property>
2526                               <property name="y_options"></property>
2527                             </packing>
2528                           </child>
2529
2530                           <child>
2531                             <widget class="GtkCombo" id="comboStdAccess">
2532                               <property name="visible">True</property>
2533                               <property name="value_in_list">False</property>
2534                               <property name="allow_empty">True</property>
2535                               <property name="case_sensitive">False</property>
2536                               <property name="enable_arrow_keys">True</property>
2537                               <property name="enable_arrows_always">False</property>
2538
2539                               <child internal-child="entry">
2540                                 <widget class="GtkEntry" id="entryStdAccess">
2541                                   <property name="visible">True</property>
2542                                   <property name="can_focus">True</property>
2543                                   <property name="editable">True</property>
2544                                   <property name="visibility">True</property>
2545                                   <property name="max_length">0</property>
2546                                   <property name="text" translatable="yes">udp</property>
2547                                   <property name="has_frame">True</property>
2548                                   <property name="invisible_char" translatable="yes">*</property>
2549                                   <property name="activates_default">True</property>
2550                                   <signal name="changed" handler="onEntryStdAccessChanged" last_modification_time="Sun, 30 Nov 2003 22:35:14 GMT"/>
2551                                 </widget>
2552                               </child>
2553
2554                               <child internal-child="list">
2555                                 <widget class="GtkList" id="listStdAccess">
2556                                   <property name="visible">True</property>
2557                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2558
2559                                   <child>
2560                                     <widget class="GtkListItem" id="listitem2385">
2561                                       <property name="visible">True</property>
2562                                       <property name="can_focus">True</property>
2563                                       <property name="label" translatable="yes">udp</property>
2564                                     </widget>
2565                                   </child>
2566
2567                                   <child>
2568                                     <widget class="GtkListItem" id="listitem2386">
2569                                       <property name="visible">True</property>
2570                                       <property name="can_focus">True</property>
2571                                       <property name="label" translatable="yes">display</property>
2572                                     </widget>
2573                                   </child>
2574
2575                                   <child>
2576                                     <widget class="GtkListItem" id="listitem2387">
2577                                       <property name="visible">True</property>
2578                                       <property name="can_focus">True</property>
2579                                       <property name="label" translatable="yes">file</property>
2580                                     </widget>
2581                                   </child>
2582
2583                                   <child>
2584                                     <widget class="GtkListItem" id="listitem2388">
2585                                       <property name="visible">True</property>
2586                                       <property name="can_focus">True</property>
2587                                       <property name="label" translatable="yes">http</property>
2588                                     </widget>
2589                                   </child>
2590
2591                                   <child>
2592                                     <widget class="GtkListItem" id="listitem2389">
2593                                       <property name="visible">True</property>
2594                                       <property name="can_focus">True</property>
2595                                       <property name="label" translatable="yes">mmsh</property>
2596                                     </widget>
2597                                   </child>
2598
2599                                   <child>
2600                                     <widget class="GtkListItem" id="listitem2390">
2601                                       <property name="visible">True</property>
2602                                       <property name="can_focus">True</property>
2603                                       <property name="label" translatable="yes">rtp</property>
2604                                     </widget>
2605                                   </child>
2606
2607                                   <child>
2608                                     <widget class="GtkListItem" id="listitem2391">
2609                                       <property name="visible">True</property>
2610                                       <property name="can_focus">True</property>
2611                                       <property name="label" translatable="yes">http</property>
2612                                     </widget>
2613                                   </child>
2614
2615                                   <child>
2616                                     <widget class="GtkListItem" id="listitem2392">
2617                                       <property name="visible">True</property>
2618                                       <property name="can_focus">True</property>
2619                                       <property name="label" translatable="yes">ftp</property>
2620                                     </widget>
2621                                   </child>
2622                                 </widget>
2623                               </child>
2624                             </widget>
2625                             <packing>
2626                               <property name="left_attach">1</property>
2627                               <property name="right_attach">2</property>
2628                               <property name="top_attach">7</property>
2629                               <property name="bottom_attach">8</property>
2630                               <property name="y_options"></property>
2631                             </packing>
2632                           </child>
2633
2634                           <child>
2635                             <widget class="GtkLabel" id="labelSAP">
2636                               <property name="visible">True</property>
2637                               <property name="label" translatable="yes">SAP Announce:</property>
2638                               <property name="use_underline">False</property>
2639                               <property name="use_markup">False</property>
2640                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2641                               <property name="wrap">False</property>
2642                               <property name="selectable">False</property>
2643                               <property name="xalign">0</property>
2644                               <property name="yalign">0.5</property>
2645                               <property name="xpad">0</property>
2646                               <property name="ypad">0</property>
2647                             </widget>
2648                             <packing>
2649                               <property name="left_attach">0</property>
2650                               <property name="right_attach">1</property>
2651                               <property name="top_attach">11</property>
2652                               <property name="bottom_attach">12</property>
2653                               <property name="x_options">fill</property>
2654                               <property name="y_options"></property>
2655                             </packing>
2656                           </child>
2657
2658                           <child>
2659                             <widget class="GtkCheckButton" id="checkSAP">
2660                               <property name="visible">True</property>
2661                               <property name="can_focus">True</property>
2662                               <property name="label" translatable="yes">enable</property>
2663                               <property name="use_underline">True</property>
2664                               <property name="relief">GTK_RELIEF_NORMAL</property>
2665                               <property name="active">False</property>
2666                               <property name="inconsistent">False</property>
2667                               <property name="draw_indicator">True</property>
2668                             </widget>
2669                             <packing>
2670                               <property name="left_attach">1</property>
2671                               <property name="right_attach">2</property>
2672                               <property name="top_attach">11</property>
2673                               <property name="bottom_attach">12</property>
2674                               <property name="x_options">fill</property>
2675                               <property name="y_options"></property>
2676                             </packing>
2677                           </child>
2678
2679                           <child>
2680                             <widget class="GtkCheckButton" id="checkSLP">
2681                               <property name="visible">True</property>
2682                               <property name="can_focus">True</property>
2683                               <property name="label" translatable="yes">enable</property>
2684                               <property name="use_underline">True</property>
2685                               <property name="relief">GTK_RELIEF_NORMAL</property>
2686                               <property name="active">False</property>
2687                               <property name="inconsistent">False</property>
2688                               <property name="draw_indicator">True</property>
2689                             </widget>
2690                             <packing>
2691                               <property name="left_attach">1</property>
2692                               <property name="right_attach">2</property>
2693                               <property name="top_attach">12</property>
2694                               <property name="bottom_attach">13</property>
2695                               <property name="x_options">fill</property>
2696                               <property name="y_options"></property>
2697                             </packing>
2698                           </child>
2699
2700                           <child>
2701                             <widget class="GtkLabel" id="labelSLP:">
2702                               <property name="visible">True</property>
2703                               <property name="label" translatable="yes">SLP Announce:</property>
2704                               <property name="use_underline">False</property>
2705                               <property name="use_markup">False</property>
2706                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2707                               <property name="wrap">False</property>
2708                               <property name="selectable">False</property>
2709                               <property name="xalign">0</property>
2710                               <property name="yalign">0.5</property>
2711                               <property name="xpad">0</property>
2712                               <property name="ypad">0</property>
2713                             </widget>
2714                             <packing>
2715                               <property name="left_attach">0</property>
2716                               <property name="right_attach">1</property>
2717                               <property name="top_attach">12</property>
2718                               <property name="bottom_attach">13</property>
2719                               <property name="x_options">fill</property>
2720                               <property name="y_options"></property>
2721                             </packing>
2722                           </child>
2723
2724                           <child>
2725                             <widget class="GtkLabel" id="labelAnounceChannel">
2726                               <property name="visible">True</property>
2727                               <property name="label" translatable="yes">Announce Channel:</property>
2728                               <property name="use_underline">False</property>
2729                               <property name="use_markup">False</property>
2730                               <property name="justify">GTK_JUSTIFY_LEFT</property>
2731                               <property name="wrap">False</property>
2732                               <property name="selectable">False</property>
2733                               <property name="xalign">0</property>
2734                               <property name="yalign">0.5</property>
2735                               <property name="xpad">0</property>
2736                               <property name="ypad">0</property>
2737                             </widget>
2738                             <packing>
2739                               <property name="left_attach">0</property>
2740                               <property name="right_attach">1</property>
2741                               <property name="top_attach">13</property>
2742                               <property name="bottom_attach">14</property>
2743                               <property name="x_options">fill</property>
2744                               <property name="y_options"></property>
2745                             </packing>
2746                           </child>
2747
2748                           <child>
2749                             <widget class="GtkCombo" id="comboAnnounceChannel">
2750                               <property name="visible">True</property>
2751                               <property name="value_in_list">False</property>
2752                               <property name="allow_empty">True</property>
2753                               <property name="case_sensitive">False</property>
2754                               <property name="enable_arrow_keys">True</property>
2755                               <property name="enable_arrows_always">False</property>
2756
2757                               <child internal-child="entry">
2758                                 <widget class="GtkEntry" id="entryAnnounceChannel">
2759                                   <property name="visible">True</property>
2760                                   <property name="can_focus">True</property>
2761                                   <property name="editable">True</property>
2762                                   <property name="visibility">True</property>
2763                                   <property name="max_length">0</property>
2764                                   <property name="text" translatable="yes"></property>
2765                                   <property name="has_frame">True</property>
2766                                   <property name="invisible_char" translatable="yes">*</property>
2767                                   <property name="activates_default">False</property>
2768                                 </widget>
2769                               </child>
2770
2771                               <child internal-child="list">
2772                                 <widget class="GtkList" id="listAnnounceChannel">
2773                                   <property name="visible">True</property>
2774                                   <property name="selection_mode">GTK_SELECTION_BROWSE</property>
2775                                 </widget>
2776                               </child>
2777                             </widget>
2778                             <packing>
2779                               <property name="left_attach">1</property>
2780                               <property name="right_attach">2</property>
2781                               <property name="top_attach">13</property>
2782                               <property name="bottom_attach">14</property>
2783                               <property name="y_options"></property>
2784                             </packing>
2785                           </child>
2786                         </widget>
2787                       </child>
2788                     </widget>
2789                   </child>
2790                 </widget>
2791                 <packing>
2792                   <property name="padding">0</property>
2793                   <property name="expand">True</property>
2794                   <property name="fill">True</property>
2795                 </packing>
2796               </child>
2797
2798               <child>
2799                 <widget class="GtkHBox" id="hbox14">
2800                   <property name="visible">True</property>
2801                   <property name="homogeneous">False</property>
2802                   <property name="spacing">0</property>
2803
2804                   <child>
2805                     <placeholder/>
2806                   </child>
2807
2808                   <child>
2809                     <widget class="GtkButton" id="AddTranscodeToPlaylist">
2810                       <property name="visible">True</property>
2811                       <property name="can_focus">True</property>
2812                       <property name="label" translatable="yes">Add to Playlist</property>
2813                       <property name="use_underline">True</property>
2814                       <property name="relief">GTK_RELIEF_NORMAL</property>
2815                       <signal name="pressed" handler="onAddTranscodeToPlaylist" last_modification_time="Sun, 09 Nov 2003 15:55:09 GMT"/>
2816                     </widget>
2817                     <packing>
2818                       <property name="padding">0</property>
2819                       <property name="expand">False</property>
2820                       <property name="fill">False</property>
2821                     </packing>
2822                   </child>
2823
2824                   <child>
2825                     <placeholder/>
2826                   </child>
2827                 </widget>
2828                 <packing>
2829                   <property name="padding">0</property>
2830                   <property name="expand">False</property>
2831                   <property name="fill">False</property>
2832                 </packing>
2833               </child>
2834             </widget>
2835             <packing>
2836               <property name="tab_expand">False</property>
2837               <property name="tab_fill">True</property>
2838             </packing>
2839           </child>
2840
2841           <child>
2842             <widget class="GtkLabel" id="Transcode">
2843               <property name="visible">True</property>
2844               <property name="label" translatable="yes">Transcode</property>
2845               <property name="use_underline">False</property>
2846               <property name="use_markup">False</property>
2847               <property name="justify">GTK_JUSTIFY_CENTER</property>
2848               <property name="wrap">False</property>
2849               <property name="selectable">False</property>
2850               <property name="xalign">0.5</property>
2851               <property name="yalign">0.5</property>
2852               <property name="xpad">0</property>
2853               <property name="ypad">0</property>
2854             </widget>
2855             <packing>
2856               <property name="type">tab</property>
2857             </packing>
2858           </child>
2859
2860           <child>
2861             <widget class="GtkVBox" id="vbox4">
2862               <property name="visible">True</property>
2863               <property name="homogeneous">False</property>
2864               <property name="spacing">0</property>
2865
2866               <child>
2867                 <widget class="GtkScrolledWindow" id="scrolledwindow5">
2868                   <property name="visible">True</property>
2869                   <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2870                   <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
2871                   <property name="shadow_type">GTK_SHADOW_IN</property>
2872                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2873
2874                   <child>
2875                     <widget class="GtkTreeView" id="tvPlaylist">
2876                       <property name="visible">True</property>
2877                       <property name="can_focus">True</property>
2878                       <property name="headers_visible">True</property>
2879                       <property name="rules_hint">False</property>
2880                       <property name="reorderable">False</property>
2881                       <property name="enable_search">True</property>
2882                       <signal name="event" handler="PlaylistEvent" last_modification_time="Fri, 26 Sep 2003 12:48:10 GMT"/>
2883                       <signal name="columns_changed" handler="onPlaylistColumnsChanged" last_modification_time="Fri, 26 Sep 2003 13:36:25 GMT"/>
2884                       <signal name="select_cursor_row" handler="onPlaylistRowSelected" last_modification_time="Fri, 26 Sep 2003 13:37:22 GMT"/>
2885                       <signal name="row_activated" handler="onPlaylistRow" last_modification_time="Fri, 26 Sep 2003 13:37:35 GMT"/>
2886                     </widget>
2887                   </child>
2888                 </widget>
2889                 <packing>
2890                   <property name="padding">0</property>
2891                   <property name="expand">True</property>
2892                   <property name="fill">True</property>
2893                 </packing>
2894               </child>
2895
2896               <child>
2897                 <widget class="GtkHBox" id="hbox11">
2898                   <property name="visible">True</property>
2899                   <property name="homogeneous">True</property>
2900                   <property name="spacing">0</property>
2901
2902                   <child>
2903                     <widget class="GtkButton" id="UpdatePlaylist">
2904                       <property name="visible">True</property>
2905                       <property name="can_focus">True</property>
2906                       <property name="label" translatable="yes">Update</property>
2907                       <property name="use_underline">True</property>
2908                       <property name="relief">GTK_RELIEF_NORMAL</property>
2909                       <signal name="pressed" handler="onUpdatePlaylist" last_modification_time="Fri, 26 Sep 2003 12:48:43 GMT"/>
2910                     </widget>
2911                     <packing>
2912                       <property name="padding">0</property>
2913                       <property name="expand">False</property>
2914                       <property name="fill">False</property>
2915                     </packing>
2916                   </child>
2917
2918                   <child>
2919                     <widget class="GtkButton" id="DeletePlaylist">
2920                       <property name="visible">True</property>
2921                       <property name="can_focus">True</property>
2922                       <property name="label" translatable="yes">Delete</property>
2923                       <property name="use_underline">True</property>
2924                       <property name="relief">GTK_RELIEF_NORMAL</property>
2925                       <signal name="pressed" handler="onDeletePlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:22 GMT"/>
2926                     </widget>
2927                     <packing>
2928                       <property name="padding">5</property>
2929                       <property name="expand">False</property>
2930                       <property name="fill">False</property>
2931                     </packing>
2932                   </child>
2933
2934                   <child>
2935                     <widget class="GtkButton" id="ClearPlaylist">
2936                       <property name="visible">True</property>
2937                       <property name="can_focus">True</property>
2938                       <property name="label" translatable="yes"> Clear </property>
2939                       <property name="use_underline">True</property>
2940                       <property name="relief">GTK_RELIEF_NORMAL</property>
2941                       <signal name="pressed" handler="onClearPlaylist" last_modification_time="Fri, 26 Sep 2003 12:49:47 GMT"/>
2942                     </widget>
2943                     <packing>
2944                       <property name="padding">5</property>
2945                       <property name="expand">False</property>
2946                       <property name="fill">False</property>
2947                     </packing>
2948                   </child>
2949                 </widget>
2950                 <packing>
2951                   <property name="padding">2</property>
2952                   <property name="expand">False</property>
2953                   <property name="fill">False</property>
2954                 </packing>
2955               </child>
2956             </widget>
2957             <packing>
2958               <property name="tab_expand">False</property>
2959               <property name="tab_fill">True</property>
2960             </packing>
2961           </child>
2962
2963           <child>
2964             <widget class="GtkLabel" id="playlist">
2965               <property name="visible">True</property>
2966               <property name="label" translatable="yes">Playlist</property>
2967               <property name="use_underline">False</property>
2968               <property name="use_markup">False</property>
2969               <property name="justify">GTK_JUSTIFY_CENTER</property>
2970               <property name="wrap">False</property>
2971               <property name="selectable">False</property>
2972               <property name="xalign">0.5</property>
2973               <property name="yalign">0.5</property>
2974               <property name="xpad">0</property>
2975               <property name="ypad">0</property>
2976             </widget>
2977             <packing>
2978               <property name="type">tab</property>
2979             </packing>
2980           </child>
2981
2982           <child>
2983             <widget class="GtkVBox" id="vbox2">
2984               <property name="visible">True</property>
2985               <property name="homogeneous">False</property>
2986               <property name="spacing">0</property>
2987
2988               <child>
2989                 <widget class="GtkScrolledWindow" id="scrolledwindowPreference">
2990                   <property name="visible">True</property>
2991                   <property name="can_focus">True</property>
2992                   <property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
2993                   <property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
2994                   <property name="shadow_type">GTK_SHADOW_NONE</property>
2995                   <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
2996
2997                   <child>
2998                     <widget class="GtkTreeView" id="tvPreferences">
2999                       <property name="visible">True</property>
3000                       <property name="can_focus">True</property>
3001                       <property name="headers_visible">False</property>
3002                       <property name="rules_hint">False</property>
3003                       <property name="reorderable">False</property>
3004                       <property name="enable_search">True</property>
3005                     </widget>
3006                   </child>
3007                 </widget>
3008                 <packing>
3009                   <property name="padding">0</property>
3010                   <property name="expand">True</property>
3011                   <property name="fill">True</property>
3012                 </packing>
3013               </child>
3014
3015               <child>
3016                 <widget class="GtkHBox" id="hbox2">
3017                   <property name="visible">True</property>
3018                   <property name="homogeneous">True</property>
3019                   <property name="spacing">0</property>
3020
3021                   <child>
3022                     <widget class="GtkButton" id="PreferenceSave">
3023                       <property name="visible">True</property>
3024                       <property name="can_focus">True</property>
3025                       <property name="label" translatable="yes"> Save </property>
3026                       <property name="use_underline">True</property>
3027                       <property name="relief">GTK_RELIEF_NORMAL</property>
3028                       <signal name="pressed" handler="onPreferenceSave" last_modification_time="Fri, 26 Sep 2003 13:26:11 GMT"/>
3029                     </widget>
3030                     <packing>
3031                       <property name="padding">0</property>
3032                       <property name="expand">False</property>
3033                       <property name="fill">False</property>
3034                     </packing>
3035                   </child>
3036
3037                   <child>
3038                     <widget class="GtkButton" id="PreferenceApply">
3039                       <property name="visible">True</property>
3040                       <property name="can_focus">True</property>
3041                       <property name="label" translatable="yes"> Apply </property>
3042                       <property name="use_underline">True</property>
3043                       <property name="relief">GTK_RELIEF_NORMAL</property>
3044                       <signal name="pressed" handler="onPreferenceApply" last_modification_time="Fri, 26 Sep 2003 13:26:54 GMT"/>
3045                     </widget>
3046                     <packing>
3047                       <property name="padding">0</property>
3048                       <property name="expand">False</property>
3049                       <property name="fill">False</property>
3050                     </packing>
3051                   </child>
3052
3053                   <child>
3054                     <placeholder/>
3055                   </child>
3056
3057                   <child>
3058                     <widget class="GtkButton" id="PreferenceCancel">
3059                       <property name="visible">True</property>
3060                       <property name="can_focus">True</property>
3061                       <property name="label" translatable="yes"> Cancel </property>
3062                       <property name="use_underline">True</property>
3063                       <property name="relief">GTK_RELIEF_NORMAL</property>
3064                       <signal name="pressed" handler="onPreferenceCancel" last_modification_time="Fri, 26 Sep 2003 13:27:19 GMT"/>
3065                     </widget>
3066                     <packing>
3067                       <property name="padding">0</property>
3068                       <property name="expand">False</property>
3069                       <property name="fill">False</property>
3070                       <property name="pack_type">GTK_PACK_END</property>
3071                     </packing>
3072                   </child>
3073                 </widget>
3074                 <packing>
3075                   <property name="padding">2</property>
3076                   <property name="expand">False</property>
3077                   <property name="fill">False</property>
3078                   <property name="pack_type">GTK_PACK_END</property>
3079                 </packing>
3080               </child>
3081             </widget>
3082             <packing>
3083               <property name="tab_expand">False</property>
3084               <property name="tab_fill">True</property>
3085             </packing>
3086           </child>
3087
3088           <child>
3089             <widget class="GtkLabel" id="preferences">
3090               <property name="visible">True</property>
3091               <property name="label" translatable="yes">Preference</property>
3092               <property name="use_underline">False</property>
3093               <property name="use_markup">False</property>
3094               <property name="justify">GTK_JUSTIFY_CENTER</property>
3095               <property name="wrap">False</property>
3096               <property name="selectable">False</property>
3097               <property name="xalign">0.5</property>
3098               <property name="yalign">0.5</property>
3099               <property name="xpad">0</property>
3100               <property name="ypad">0</property>
3101             </widget>
3102             <packing>
3103               <property name="type">tab</property>
3104             </packing>
3105           </child>
3106
3107           <child>
3108             <widget class="GtkScrolledWindow" id="scrolledwindow3">
3109               <property name="visible">True</property>
3110               <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3111               <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
3112               <property name="shadow_type">GTK_SHADOW_NONE</property>
3113               <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
3114
3115               <child>
3116                 <widget class="GtkViewport" id="viewport1">
3117                   <property name="visible">True</property>
3118                   <property name="shadow_type">GTK_SHADOW_IN</property>
3119
3120                   <child>
3121                     <widget class="GtkFixed" id="fixed2">
3122                       <property name="visible">True</property>
3123
3124                       <child>
3125                         <widget class="GtkImage" id="aboutImage">
3126                           <property name="width_request">48</property>
3127                           <property name="height_request">48</property>
3128                           <property name="visible">True</property>
3129                           <property name="pixbuf">vlc48x48.png</property>
3130                           <property name="xalign">0.5</property>
3131                           <property name="yalign">0.5</property>
3132                           <property name="xpad">0</property>
3133                           <property name="ypad">0</property>
3134                         </widget>
3135                         <packing>
3136                           <property name="x">0</property>
3137                           <property name="y">0</property>
3138                         </packing>
3139                       </child>
3140
3141                       <child>
3142                         <widget class="GtkLabel" id="labelDescription">
3143                           <property name="width_request">200</property>
3144                           <property name="height_request">112</property>
3145                           <property name="visible">True</property>
3146                           <property name="label" translatable="yes">The VideoLAN Client is a MPEG, MPEG 2, MP3, DivX player, that accepts input from  local or network sources and is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html).</property>
3147                           <property name="use_underline">False</property>
3148                           <property name="use_markup">False</property>
3149                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3150                           <property name="wrap">True</property>
3151                           <property name="selectable">False</property>
3152                           <property name="xalign">0.5</property>
3153                           <property name="yalign">0.5</property>
3154                           <property name="xpad">0</property>
3155                           <property name="ypad">0</property>
3156                         </widget>
3157                         <packing>
3158                           <property name="x">16</property>
3159                           <property name="y">112</property>
3160                         </packing>
3161                       </child>
3162
3163                       <child>
3164                         <widget class="GtkLabel" id="labelAuthors">
3165                           <property name="width_request">208</property>
3166                           <property name="height_request">32</property>
3167                           <property name="visible">True</property>
3168                           <property name="label" translatable="yes">Authors: The VideoLAN Team, http://www.videolan.org/team/</property>
3169                           <property name="use_underline">False</property>
3170                           <property name="use_markup">False</property>
3171                           <property name="justify">GTK_JUSTIFY_LEFT</property>
3172                           <property name="wrap">True</property>
3173                           <property name="selectable">False</property>
3174                           <property name="xalign">0.5</property>
3175                           <property name="yalign">0.5</property>
3176                           <property name="xpad">0</property>
3177                           <property name="ypad">0</property>
3178                         </widget>
3179                         <packing>
3180                           <property name="x">16</property>
3181                           <property name="y">72</property>
3182                         </packing>
3183                       </child>
3184
3185                       <child>
3186                         <widget class="GtkLabel" id="labelCopyright">
3187                           <property name="width_request">208</property>
3188                           <property name="height_request">16</property>
3189                           <property name="visible">True</property>
3190                           <property name="label" translatable="yes">(C) 1996-2003 the VideoLAN team</property>
3191                           <property name="use_underline">False</property>
3192                           <property name="use_markup">False</property>
3193                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3194                           <property name="wrap">False</property>
3195                           <property name="selectable">False</property>
3196                           <property name="xalign">0.5</property>
3197                           <property name="yalign">0.5</property>
3198                           <property name="xpad">0</property>
3199                           <property name="ypad">0</property>
3200                         </widget>
3201                         <packing>
3202                           <property name="x">16</property>
3203                           <property name="y">48</property>
3204                         </packing>
3205                       </child>
3206
3207                       <child>
3208                         <widget class="GtkLabel" id="labelProgramName">
3209                           <property name="width_request">152</property>
3210                           <property name="height_request">16</property>
3211                           <property name="visible">True</property>
3212                           <property name="label" translatable="yes">VLC media player</property>
3213                           <property name="use_underline">False</property>
3214                           <property name="use_markup">False</property>
3215                           <property name="justify">GTK_JUSTIFY_CENTER</property>
3216                           <property name="wrap">True</property>
3217                           <property name="selectable">False</property>
3218                           <property name="xalign">0.5</property>
3219                           <property name="yalign">0.5</property>
3220                           <property name="xpad">0</property>
3221                           <property name="ypad">0</property>
3222                         </widget>
3223                         <packing>
3224                           <property name="x">48</property>
3225                           <property name="y">16</property>
3226                         </packing>
3227                       </child>
3228                     </widget>
3229                   </child>
3230                 </widget>
3231               </child>
3232             </widget>
3233             <packing>
3234               <property name="tab_expand">False</property>
3235               <property name="tab_fill">True</property>
3236             </packing>
3237           </child>
3238
3239           <child>
3240             <widget class="GtkLabel" id="about">
3241               <property name="visible">True</property>
3242               <property name="label" translatable="yes">About</property>
3243               <property name="use_underline">False</property>
3244               <property name="use_markup">False</property>
3245               <property name="justify">GTK_JUSTIFY_CENTER</property>
3246               <property name="wrap">False</property>
3247               <property name="selectable">False</property>
3248               <property name="xalign">0.5</property>
3249               <property name="yalign">0.5</property>
3250               <property name="xpad">0</property>
3251               <property name="ypad">0</property>
3252             </widget>
3253             <packing>
3254               <property name="type">tab</property>
3255             </packing>
3256           </child>
3257         </widget>
3258         <packing>
3259           <property name="padding">0</property>
3260           <property name="expand">True</property>
3261           <property name="fill">True</property>
3262           <property name="pack_type">GTK_PACK_END</property>
3263         </packing>
3264       </child>
3265     </widget>
3266   </child>
3267 </widget>
3268
3269 </glade-interface>