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