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