~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to plugins/gtk/intf_gtk.glade

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<GTK-Interface>
3
 
 
4
 
<project>
5
 
  <name>VideoLAN Client</name>
6
 
  <program_name>vlc</program_name>
7
 
  <directory></directory>
8
 
  <source_directory></source_directory>
9
 
  <pixmaps_directory>pixmaps</pixmaps_directory>
10
 
  <language>C</language>
11
 
  <gnome_support>False</gnome_support>
12
 
  <gettext_support>True</gettext_support>
13
 
  <output_main_file>False</output_main_file>
14
 
  <output_build_files>False</output_build_files>
15
 
  <main_source_file>gtk_interface.c</main_source_file>
16
 
  <main_header_file>gtk_interface.h</main_header_file>
17
 
  <handler_source_file>gtk_callbacks.c</handler_source_file>
18
 
  <handler_header_file>gtk_callbacks.h</handler_header_file>
19
 
  <support_source_file>gtk_support.c</support_source_file>
20
 
  <support_header_file>gtk_support.h</support_header_file>
21
 
</project>
22
 
 
23
 
<widget>
24
 
  <class>GtkWindow</class>
25
 
  <name>intf_window</name>
26
 
  <signal>
27
 
    <name>drag_data_received</name>
28
 
    <handler>GtkWindowDrag</handler>
29
 
    <data>&quot;intf_window&quot;</data>
30
 
    <last_modification_time>Sun, 13 May 2001 17:09:36 GMT</last_modification_time>
31
 
  </signal>
32
 
  <signal>
33
 
    <name>delete_event</name>
34
 
    <handler>GtkWindowDelete</handler>
35
 
    <data>&quot;intf_window&quot;</data>
36
 
    <last_modification_time>Sun, 13 May 2001 17:09:48 GMT</last_modification_time>
37
 
  </signal>
38
 
  <title>VideoLAN Client</title>
39
 
  <type>GTK_WINDOW_TOPLEVEL</type>
40
 
  <position>GTK_WIN_POS_NONE</position>
41
 
  <modal>False</modal>
42
 
  <allow_shrink>True</allow_shrink>
43
 
  <allow_grow>True</allow_grow>
44
 
  <auto_shrink>True</auto_shrink>
45
 
 
46
 
  <widget>
47
 
    <class>GtkVBox</class>
48
 
    <child_name>GnomeDock:contents</child_name>
49
 
    <name>window_vbox</name>
50
 
    <homogeneous>False</homogeneous>
51
 
    <spacing>0</spacing>
52
 
 
53
 
    <widget>
54
 
      <class>GtkHandleBox</class>
55
 
      <name>menubar_handlebox</name>
56
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
57
 
      <handle_position>GTK_POS_LEFT</handle_position>
58
 
      <snap_edge>GTK_POS_TOP</snap_edge>
59
 
      <child>
60
 
        <padding>0</padding>
61
 
        <expand>False</expand>
62
 
        <fill>True</fill>
63
 
      </child>
64
 
 
65
 
      <widget>
66
 
        <class>GtkMenuBar</class>
67
 
        <name>menubar</name>
68
 
        <shadow_type>GTK_SHADOW_OUT</shadow_type>
69
 
 
70
 
        <widget>
71
 
          <class>GtkMenuItem</class>
72
 
          <name>menubar_file</name>
73
 
          <label>_File</label>
74
 
          <right_justify>False</right_justify>
75
 
 
76
 
          <widget>
77
 
            <class>GtkMenu</class>
78
 
            <name>menubar_file_menu</name>
79
 
 
80
 
            <widget>
81
 
              <class>GtkMenuItem</class>
82
 
              <name>menubar_open</name>
83
 
              <tooltip>Open a File</tooltip>
84
 
              <accelerator>
85
 
                <modifiers>0</modifiers>
86
 
                <key>GDK_F3</key>
87
 
                <signal>activate</signal>
88
 
              </accelerator>
89
 
              <signal>
90
 
                <name>activate</name>
91
 
                <handler>GtkFileOpenActivate</handler>
92
 
                <data>&quot;intf_window&quot;</data>
93
 
                <last_modification_time>Mon, 14 May 2001 21:27:36 GMT</last_modification_time>
94
 
              </signal>
95
 
              <label>_Open File...</label>
96
 
              <right_justify>False</right_justify>
97
 
            </widget>
98
 
 
99
 
            <widget>
100
 
              <class>GtkMenuItem</class>
101
 
              <name>menubar_disc</name>
102
 
              <tooltip>Open a DVD or VCD</tooltip>
103
 
              <accelerator>
104
 
                <modifiers>0</modifiers>
105
 
                <key>GDK_F4</key>
106
 
                <signal>activate</signal>
107
 
              </accelerator>
108
 
              <signal>
109
 
                <name>activate</name>
110
 
                <handler>GtkDiscOpenActivate</handler>
111
 
                <data>&quot;intf_window&quot;</data>
112
 
                <last_modification_time>Mon, 14 May 2001 21:27:47 GMT</last_modification_time>
113
 
              </signal>
114
 
              <label>Open _Disc...</label>
115
 
              <right_justify>False</right_justify>
116
 
            </widget>
117
 
 
118
 
            <widget>
119
 
              <class>GtkMenuItem</class>
120
 
              <name>menubar_network</name>
121
 
              <tooltip>Select a Network Stream</tooltip>
122
 
              <accelerator>
123
 
                <modifiers>0</modifiers>
124
 
                <key>GDK_F5</key>
125
 
                <signal>activate</signal>
126
 
              </accelerator>
127
 
              <signal>
128
 
                <name>activate</name>
129
 
                <handler>GtkNetworkOpenActivate</handler>
130
 
                <data>&quot;intf_window&quot;</data>
131
 
                <last_modification_time>Mon, 14 May 2001 21:28:06 GMT</last_modification_time>
132
 
              </signal>
133
 
              <label>_Network Stream...</label>
134
 
              <right_justify>False</right_justify>
135
 
            </widget>
136
 
 
137
 
            <widget>
138
 
              <class>GtkMenuItem</class>
139
 
              <name>separator4</name>
140
 
              <right_justify>False</right_justify>
141
 
            </widget>
142
 
 
143
 
            <widget>
144
 
              <class>GtkMenuItem</class>
145
 
              <name>menubar_exit</name>
146
 
              <tooltip>Exit the program</tooltip>
147
 
              <accelerator>
148
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
149
 
                <key>GDK_Q</key>
150
 
                <signal>activate</signal>
151
 
              </accelerator>
152
 
              <signal>
153
 
                <name>activate</name>
154
 
                <handler>GtkExitActivate</handler>
155
 
                <data>&quot;intf_window&quot;</data>
156
 
                <last_modification_time>Mon, 14 May 2001 21:28:20 GMT</last_modification_time>
157
 
              </signal>
158
 
              <label>E_xit</label>
159
 
              <right_justify>False</right_justify>
160
 
            </widget>
161
 
          </widget>
162
 
        </widget>
163
 
 
164
 
        <widget>
165
 
          <class>GtkMenuItem</class>
166
 
          <name>menubar_view</name>
167
 
          <label>_View</label>
168
 
          <right_justify>False</right_justify>
169
 
 
170
 
          <widget>
171
 
            <class>GtkMenu</class>
172
 
            <name>menubar_view_menu</name>
173
 
 
174
 
            <widget>
175
 
              <class>GtkMenuItem</class>
176
 
              <name>menubar_interface_hide</name>
177
 
              <tooltip>Hide the main interface window</tooltip>
178
 
              <signal>
179
 
                <name>activate</name>
180
 
                <handler>GtkWindowToggleActivate</handler>
181
 
                <data>&quot;intf_window&quot;</data>
182
 
                <last_modification_time>Mon, 14 May 2001 21:32:49 GMT</last_modification_time>
183
 
              </signal>
184
 
              <label>_Hide interface</label>
185
 
              <right_justify>False</right_justify>
186
 
            </widget>
187
 
 
188
 
            <widget>
189
 
              <class>GtkMenuItem</class>
190
 
              <name>menubar_fullscreen</name>
191
 
              <signal>
192
 
                <name>activate</name>
193
 
                <handler>GtkFullscreenActivate</handler>
194
 
                <data>&quot;intf_window&quot;</data>
195
 
                <last_modification_time>Mon, 14 May 2001 21:29:21 GMT</last_modification_time>
196
 
              </signal>
197
 
              <label>_Fullscreen</label>
198
 
              <right_justify>False</right_justify>
199
 
            </widget>
200
 
 
201
 
            <widget>
202
 
              <class>GtkMenuItem</class>
203
 
              <name>separator13</name>
204
 
              <right_justify>False</right_justify>
205
 
            </widget>
206
 
 
207
 
            <widget>
208
 
              <class>GtkMenuItem</class>
209
 
              <name>menubar_title</name>
210
 
              <sensitive>False</sensitive>
211
 
              <tooltip>Navigate through the stream</tooltip>
212
 
              <label>_Title</label>
213
 
              <right_justify>False</right_justify>
214
 
            </widget>
215
 
 
216
 
            <widget>
217
 
              <class>GtkMenuItem</class>
218
 
              <name>menubar_chapter</name>
219
 
              <sensitive>False</sensitive>
220
 
              <label>_Chapter</label>
221
 
              <right_justify>False</right_justify>
222
 
            </widget>
223
 
 
224
 
            <widget>
225
 
              <class>GtkMenuItem</class>
226
 
              <name>menubar_angle</name>
227
 
              <sensitive>False</sensitive>
228
 
              <label>An_gle</label>
229
 
              <right_justify>False</right_justify>
230
 
            </widget>
231
 
 
232
 
            <widget>
233
 
              <class>GtkMenuItem</class>
234
 
              <name>separator11</name>
235
 
              <right_justify>False</right_justify>
236
 
            </widget>
237
 
 
238
 
            <widget>
239
 
              <class>GtkMenuItem</class>
240
 
              <name>menubar_playlist</name>
241
 
              <tooltip>Open the playlist window</tooltip>
242
 
              <signal>
243
 
                <name>activate</name>
244
 
                <handler>GtkPlaylistActivate</handler>
245
 
                <data>&quot;intf_window&quot;</data>
246
 
                <last_modification_time>Mon, 14 May 2001 21:29:34 GMT</last_modification_time>
247
 
              </signal>
248
 
              <label>_Playlist...</label>
249
 
              <right_justify>False</right_justify>
250
 
            </widget>
251
 
 
252
 
            <widget>
253
 
              <class>GtkMenuItem</class>
254
 
              <name>menubar_modules</name>
255
 
              <sensitive>False</sensitive>
256
 
              <tooltip>Open the plugin manager</tooltip>
257
 
              <signal>
258
 
                <name>activate</name>
259
 
                <handler>GtkModulesActivate</handler>
260
 
                <data>&quot;intf_window&quot;</data>
261
 
                <last_modification_time>Mon, 14 May 2001 21:29:44 GMT</last_modification_time>
262
 
              </signal>
263
 
              <label>_Modules...</label>
264
 
              <right_justify>False</right_justify>
265
 
            </widget>
266
 
          </widget>
267
 
        </widget>
268
 
 
269
 
        <widget>
270
 
          <class>GtkMenuItem</class>
271
 
          <name>menubar_settings</name>
272
 
          <label>_Settings</label>
273
 
          <right_justify>False</right_justify>
274
 
 
275
 
          <widget>
276
 
            <class>GtkMenu</class>
277
 
            <name>menubar_settings_menu</name>
278
 
 
279
 
            <widget>
280
 
              <class>GtkMenuItem</class>
281
 
              <name>menubar_audio</name>
282
 
              <sensitive>False</sensitive>
283
 
              <tooltip>Select audio language</tooltip>
284
 
              <label>A_udio</label>
285
 
              <right_justify>False</right_justify>
286
 
            </widget>
287
 
 
288
 
            <widget>
289
 
              <class>GtkMenuItem</class>
290
 
              <name>menubar_subpictures</name>
291
 
              <sensitive>False</sensitive>
292
 
              <tooltip>Select sub-title</tooltip>
293
 
              <label>_Subtitles</label>
294
 
              <right_justify>False</right_justify>
295
 
            </widget>
296
 
 
297
 
            <widget>
298
 
              <class>GtkMenuItem</class>
299
 
              <name>separator8</name>
300
 
              <right_justify>False</right_justify>
301
 
            </widget>
302
 
 
303
 
            <widget>
304
 
              <class>GtkMenuItem</class>
305
 
              <name>menubar_preferences</name>
306
 
              <tooltip>Configure the application</tooltip>
307
 
              <signal>
308
 
                <name>activate</name>
309
 
                <handler>GtkPreferencesActivate</handler>
310
 
                <data>&quot;intf_window&quot;</data>
311
 
                <last_modification_time>Mon, 14 May 2001 21:30:02 GMT</last_modification_time>
312
 
              </signal>
313
 
              <label>_Preferences...</label>
314
 
              <right_justify>False</right_justify>
315
 
            </widget>
316
 
          </widget>
317
 
        </widget>
318
 
 
319
 
        <widget>
320
 
          <class>GtkMenuItem</class>
321
 
          <name>menubar_help</name>
322
 
          <label>_Help</label>
323
 
          <right_justify>False</right_justify>
324
 
 
325
 
          <widget>
326
 
            <class>GtkMenu</class>
327
 
            <name>menubar_help_menu</name>
328
 
 
329
 
            <widget>
330
 
              <class>GtkMenuItem</class>
331
 
              <name>menubar_about</name>
332
 
              <tooltip>About this application</tooltip>
333
 
              <signal>
334
 
                <name>activate</name>
335
 
                <handler>GtkAboutActivate</handler>
336
 
                <data>&quot;intf_window&quot;</data>
337
 
                <last_modification_time>Mon, 14 May 2001 21:30:15 GMT</last_modification_time>
338
 
              </signal>
339
 
              <label>_About...</label>
340
 
              <right_justify>False</right_justify>
341
 
            </widget>
342
 
          </widget>
343
 
        </widget>
344
 
      </widget>
345
 
    </widget>
346
 
 
347
 
    <widget>
348
 
      <class>GtkHandleBox</class>
349
 
      <name>toolbar_handlebox</name>
350
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
351
 
      <handle_position>GTK_POS_LEFT</handle_position>
352
 
      <snap_edge>GTK_POS_TOP</snap_edge>
353
 
      <child>
354
 
        <padding>0</padding>
355
 
        <expand>False</expand>
356
 
        <fill>True</fill>
357
 
      </child>
358
 
 
359
 
      <widget>
360
 
        <class>GtkToolbar</class>
361
 
        <name>toolbar</name>
362
 
        <border_width>1</border_width>
363
 
        <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
364
 
        <type>GTK_TOOLBAR_BOTH</type>
365
 
        <space_size>16</space_size>
366
 
        <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
367
 
        <relief>GTK_RELIEF_NONE</relief>
368
 
        <tooltips>True</tooltips>
369
 
 
370
 
        <widget>
371
 
          <class>GtkButton</class>
372
 
          <child_name>Toolbar:button</child_name>
373
 
          <name>toolbar_open</name>
374
 
          <tooltip>Open a File</tooltip>
375
 
          <signal>
376
 
            <name>button_press_event</name>
377
 
            <handler>GtkFileOpenShow</handler>
378
 
            <data>&quot;intf_window&quot;</data>
379
 
            <last_modification_time>Sun, 13 May 2001 15:10:21 GMT</last_modification_time>
380
 
          </signal>
381
 
          <label>File</label>
382
 
        </widget>
383
 
 
384
 
        <widget>
385
 
          <class>GtkButton</class>
386
 
          <child_name>Toolbar:button</child_name>
387
 
          <name>toolbar_disc</name>
388
 
          <tooltip>Open a DVD or VCD</tooltip>
389
 
          <signal>
390
 
            <name>button_press_event</name>
391
 
            <handler>GtkDiscOpenShow</handler>
392
 
            <data>&quot;intf_window&quot;</data>
393
 
            <last_modification_time>Sun, 13 May 2001 15:10:30 GMT</last_modification_time>
394
 
          </signal>
395
 
          <label>Disc</label>
396
 
        </widget>
397
 
 
398
 
        <widget>
399
 
          <class>GtkButton</class>
400
 
          <child_name>Toolbar:button</child_name>
401
 
          <name>toolbar_network</name>
402
 
          <tooltip>Select a Network Stream</tooltip>
403
 
          <signal>
404
 
            <name>button_press_event</name>
405
 
            <handler>GtkNetworkOpenShow</handler>
406
 
            <data>&quot;intf_window&quot;</data>
407
 
            <last_modification_time>Sun, 13 May 2001 15:10:37 GMT</last_modification_time>
408
 
          </signal>
409
 
          <label>Net</label>
410
 
        </widget>
411
 
 
412
 
        <widget>
413
 
          <class>GtkButton</class>
414
 
          <child_name>Toolbar:button</child_name>
415
 
          <name>toolbar_back</name>
416
 
          <sensitive>False</sensitive>
417
 
          <tooltip>Go Backwards</tooltip>
418
 
          <signal>
419
 
            <name>button_press_event</name>
420
 
            <handler>GtkControlBack</handler>
421
 
            <data>&quot;intf_window&quot;</data>
422
 
            <last_modification_time>Sun, 13 May 2001 15:10:47 GMT</last_modification_time>
423
 
          </signal>
424
 
          <label>Back</label>
425
 
          <child>
426
 
            <new_group>True</new_group>
427
 
          </child>
428
 
        </widget>
429
 
 
430
 
        <widget>
431
 
          <class>GtkButton</class>
432
 
          <child_name>Toolbar:button</child_name>
433
 
          <name>toolbar_stop</name>
434
 
          <tooltip>Stop Stream</tooltip>
435
 
          <signal>
436
 
            <name>button_press_event</name>
437
 
            <handler>GtkControlStop</handler>
438
 
            <data>&quot;intf_window&quot;</data>
439
 
            <last_modification_time>Sun, 13 May 2001 15:10:57 GMT</last_modification_time>
440
 
          </signal>
441
 
          <label>Stop</label>
442
 
        </widget>
443
 
 
444
 
        <widget>
445
 
          <class>GtkButton</class>
446
 
          <child_name>Toolbar:button</child_name>
447
 
          <name>toolbar_play</name>
448
 
          <tooltip>Play Stream</tooltip>
449
 
          <signal>
450
 
            <name>button_press_event</name>
451
 
            <handler>GtkControlPlay</handler>
452
 
            <data>&quot;intf_window&quot;</data>
453
 
            <last_modification_time>Sun, 13 May 2001 15:11:06 GMT</last_modification_time>
454
 
          </signal>
455
 
          <label>Play</label>
456
 
        </widget>
457
 
 
458
 
        <widget>
459
 
          <class>GtkButton</class>
460
 
          <child_name>Toolbar:button</child_name>
461
 
          <name>toolbar_pause</name>
462
 
          <sensitive>False</sensitive>
463
 
          <tooltip>Pause Stream</tooltip>
464
 
          <signal>
465
 
            <name>button_press_event</name>
466
 
            <handler>GtkControlPause</handler>
467
 
            <data>&quot;intf_window&quot;</data>
468
 
            <last_modification_time>Sun, 13 May 2001 15:11:13 GMT</last_modification_time>
469
 
          </signal>
470
 
          <label>Pause</label>
471
 
        </widget>
472
 
 
473
 
        <widget>
474
 
          <class>GtkButton</class>
475
 
          <child_name>Toolbar:button</child_name>
476
 
          <name>toolbar_slow</name>
477
 
          <sensitive>False</sensitive>
478
 
          <tooltip>Play Slower</tooltip>
479
 
          <signal>
480
 
            <name>button_press_event</name>
481
 
            <handler>GtkControlSlow</handler>
482
 
            <data>&quot;intf_window&quot;</data>
483
 
            <last_modification_time>Sun, 13 May 2001 15:11:20 GMT</last_modification_time>
484
 
          </signal>
485
 
          <label>Slow</label>
486
 
        </widget>
487
 
 
488
 
        <widget>
489
 
          <class>GtkButton</class>
490
 
          <child_name>Toolbar:button</child_name>
491
 
          <name>toolbar_fast</name>
492
 
          <sensitive>False</sensitive>
493
 
          <tooltip>Play Faster</tooltip>
494
 
          <signal>
495
 
            <name>button_press_event</name>
496
 
            <handler>GtkControlFast</handler>
497
 
            <data>&quot;intf_window&quot;</data>
498
 
            <last_modification_time>Sun, 13 May 2001 15:11:31 GMT</last_modification_time>
499
 
          </signal>
500
 
          <label>Fast</label>
501
 
        </widget>
502
 
 
503
 
        <widget>
504
 
          <class>GtkButton</class>
505
 
          <child_name>Toolbar:button</child_name>
506
 
          <name>toolbar_playlist</name>
507
 
          <tooltip>Open Playlist</tooltip>
508
 
          <signal>
509
 
            <name>button_press_event</name>
510
 
            <handler>GtkPlaylistShow</handler>
511
 
            <data>&quot;intf_window&quot;</data>
512
 
            <last_modification_time>Sun, 13 May 2001 15:11:38 GMT</last_modification_time>
513
 
          </signal>
514
 
          <label>Playlist</label>
515
 
          <child>
516
 
            <new_group>True</new_group>
517
 
          </child>
518
 
        </widget>
519
 
 
520
 
        <widget>
521
 
          <class>GtkButton</class>
522
 
          <child_name>Toolbar:button</child_name>
523
 
          <name>toolbar_prev</name>
524
 
          <tooltip>Previous File</tooltip>
525
 
          <signal>
526
 
            <name>button_press_event</name>
527
 
            <handler>GtkPlaylistPrev</handler>
528
 
            <data>&quot;intf_window&quot;</data>
529
 
            <last_modification_time>Sun, 13 May 2001 15:11:45 GMT</last_modification_time>
530
 
          </signal>
531
 
          <label>Prev</label>
532
 
        </widget>
533
 
 
534
 
        <widget>
535
 
          <class>GtkButton</class>
536
 
          <child_name>Toolbar:button</child_name>
537
 
          <name>toolbar_next</name>
538
 
          <tooltip>Next File</tooltip>
539
 
          <signal>
540
 
            <name>button_press_event</name>
541
 
            <handler>GtkPlaylistNext</handler>
542
 
            <data>&quot;intf_window&quot;</data>
543
 
            <last_modification_time>Sun, 13 May 2001 15:11:58 GMT</last_modification_time>
544
 
          </signal>
545
 
          <label>Next</label>
546
 
        </widget>
547
 
      </widget>
548
 
    </widget>
549
 
 
550
 
    <widget>
551
 
      <class>GtkFrame</class>
552
 
      <name>slider_frame</name>
553
 
      <visible>False</visible>
554
 
      <label>-:--:--</label>
555
 
      <label_xalign>0.05</label_xalign>
556
 
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
557
 
      <child>
558
 
        <padding>0</padding>
559
 
        <expand>True</expand>
560
 
        <fill>True</fill>
561
 
      </child>
562
 
 
563
 
      <widget>
564
 
        <class>GtkHScale</class>
565
 
        <name>slider</name>
566
 
        <width>500</width>
567
 
        <height>15</height>
568
 
        <can_focus>True</can_focus>
569
 
        <signal>
570
 
          <name>button_release_event</name>
571
 
          <handler>GtkSliderRelease</handler>
572
 
          <data>&quot;intf_window&quot;</data>
573
 
          <last_modification_time>Sun, 13 May 2001 14:40:22 GMT</last_modification_time>
574
 
        </signal>
575
 
        <signal>
576
 
          <name>button_press_event</name>
577
 
          <handler>GtkSliderPress</handler>
578
 
          <data>&quot;intf_window&quot;</data>
579
 
          <last_modification_time>Sun, 13 May 2001 14:40:38 GMT</last_modification_time>
580
 
        </signal>
581
 
        <draw_value>False</draw_value>
582
 
        <value_pos>GTK_POS_TOP</value_pos>
583
 
        <digits>3</digits>
584
 
        <policy>GTK_UPDATE_CONTINUOUS</policy>
585
 
        <value>0</value>
586
 
        <lower>0</lower>
587
 
        <upper>100</upper>
588
 
        <step>1</step>
589
 
        <page>6.25</page>
590
 
        <page_size>0</page_size>
591
 
      </widget>
592
 
    </widget>
593
 
 
594
 
    <widget>
595
 
      <class>GtkHBox</class>
596
 
      <name>file_box</name>
597
 
      <width>500</width>
598
 
      <height>24</height>
599
 
      <homogeneous>False</homogeneous>
600
 
      <spacing>0</spacing>
601
 
      <child>
602
 
        <padding>0</padding>
603
 
        <expand>True</expand>
604
 
        <fill>True</fill>
605
 
      </child>
606
 
 
607
 
      <widget>
608
 
        <class>GtkLabel</class>
609
 
        <name>label_status</name>
610
 
        <label></label>
611
 
        <justify>GTK_JUSTIFY_CENTER</justify>
612
 
        <wrap>False</wrap>
613
 
        <xalign>0.5</xalign>
614
 
        <yalign>0.5</yalign>
615
 
        <xpad>0</xpad>
616
 
        <ypad>0</ypad>
617
 
        <child>
618
 
          <padding>0</padding>
619
 
          <expand>True</expand>
620
 
          <fill>True</fill>
621
 
        </child>
622
 
      </widget>
623
 
    </widget>
624
 
 
625
 
    <widget>
626
 
      <class>GtkHBox</class>
627
 
      <name>dvd_box</name>
628
 
      <width>500</width>
629
 
      <height>24</height>
630
 
      <visible>False</visible>
631
 
      <homogeneous>False</homogeneous>
632
 
      <spacing>0</spacing>
633
 
      <child>
634
 
        <padding>0</padding>
635
 
        <expand>True</expand>
636
 
        <fill>True</fill>
637
 
      </child>
638
 
 
639
 
      <widget>
640
 
        <class>GtkLabel</class>
641
 
        <name>dvd_label</name>
642
 
        <label>Disc</label>
643
 
        <justify>GTK_JUSTIFY_CENTER</justify>
644
 
        <wrap>False</wrap>
645
 
        <xalign>0.5</xalign>
646
 
        <yalign>0.5</yalign>
647
 
        <xpad>0</xpad>
648
 
        <ypad>0</ypad>
649
 
        <child>
650
 
          <padding>0</padding>
651
 
          <expand>True</expand>
652
 
          <fill>False</fill>
653
 
        </child>
654
 
      </widget>
655
 
 
656
 
      <widget>
657
 
        <class>GtkHBox</class>
658
 
        <name>title_box</name>
659
 
        <homogeneous>False</homogeneous>
660
 
        <spacing>0</spacing>
661
 
        <child>
662
 
          <padding>0</padding>
663
 
          <expand>True</expand>
664
 
          <fill>True</fill>
665
 
        </child>
666
 
 
667
 
        <widget>
668
 
          <class>GtkLabel</class>
669
 
          <name>title</name>
670
 
          <label>Title:  </label>
671
 
          <justify>GTK_JUSTIFY_CENTER</justify>
672
 
          <wrap>False</wrap>
673
 
          <xalign>0.5</xalign>
674
 
          <yalign>0.5</yalign>
675
 
          <xpad>0</xpad>
676
 
          <ypad>0</ypad>
677
 
          <child>
678
 
            <padding>5</padding>
679
 
            <expand>False</expand>
680
 
            <fill>False</fill>
681
 
          </child>
682
 
        </widget>
683
 
 
684
 
        <widget>
685
 
          <class>GtkLabel</class>
686
 
          <name>title_label</name>
687
 
          <label>--</label>
688
 
          <justify>GTK_JUSTIFY_CENTER</justify>
689
 
          <wrap>False</wrap>
690
 
          <xalign>0.5</xalign>
691
 
          <yalign>0.5</yalign>
692
 
          <xpad>0</xpad>
693
 
          <ypad>0</ypad>
694
 
          <child>
695
 
            <padding>5</padding>
696
 
            <expand>False</expand>
697
 
            <fill>False</fill>
698
 
          </child>
699
 
        </widget>
700
 
 
701
 
        <widget>
702
 
          <class>GtkButton</class>
703
 
          <name>title_prev_button</name>
704
 
          <can_focus>True</can_focus>
705
 
          <signal>
706
 
            <name>clicked</name>
707
 
            <handler>GtkTitlePrev</handler>
708
 
            <data>&quot;intf_window&quot;</data>
709
 
            <last_modification_time>Sun, 13 May 2001 14:41:41 GMT</last_modification_time>
710
 
          </signal>
711
 
          <label>Prev</label>
712
 
          <relief>GTK_RELIEF_NONE</relief>
713
 
          <child>
714
 
            <padding>5</padding>
715
 
            <expand>False</expand>
716
 
            <fill>False</fill>
717
 
          </child>
718
 
        </widget>
719
 
 
720
 
        <widget>
721
 
          <class>GtkButton</class>
722
 
          <name>title_next_button</name>
723
 
          <can_focus>True</can_focus>
724
 
          <signal>
725
 
            <name>clicked</name>
726
 
            <handler>GtkTitleNext</handler>
727
 
            <data>&quot;intf_window&quot;</data>
728
 
            <last_modification_time>Sun, 13 May 2001 14:42:00 GMT</last_modification_time>
729
 
          </signal>
730
 
          <label>Next</label>
731
 
          <relief>GTK_RELIEF_NONE</relief>
732
 
          <child>
733
 
            <padding>5</padding>
734
 
            <expand>False</expand>
735
 
            <fill>False</fill>
736
 
          </child>
737
 
        </widget>
738
 
      </widget>
739
 
 
740
 
      <widget>
741
 
        <class>GtkVSeparator</class>
742
 
        <name>dvd_separator</name>
743
 
        <child>
744
 
          <padding>0</padding>
745
 
          <expand>True</expand>
746
 
          <fill>True</fill>
747
 
        </child>
748
 
      </widget>
749
 
 
750
 
      <widget>
751
 
        <class>GtkHBox</class>
752
 
        <name>chapter_box</name>
753
 
        <homogeneous>False</homogeneous>
754
 
        <spacing>0</spacing>
755
 
        <child>
756
 
          <padding>0</padding>
757
 
          <expand>True</expand>
758
 
          <fill>True</fill>
759
 
        </child>
760
 
 
761
 
        <widget>
762
 
          <class>GtkLabel</class>
763
 
          <name>chapter</name>
764
 
          <label>Chapter:  </label>
765
 
          <justify>GTK_JUSTIFY_CENTER</justify>
766
 
          <wrap>False</wrap>
767
 
          <xalign>0.5</xalign>
768
 
          <yalign>0.5</yalign>
769
 
          <xpad>0</xpad>
770
 
          <ypad>0</ypad>
771
 
          <child>
772
 
            <padding>5</padding>
773
 
            <expand>False</expand>
774
 
            <fill>False</fill>
775
 
          </child>
776
 
        </widget>
777
 
 
778
 
        <widget>
779
 
          <class>GtkLabel</class>
780
 
          <name>chapter_label</name>
781
 
          <label>---</label>
782
 
          <justify>GTK_JUSTIFY_CENTER</justify>
783
 
          <wrap>False</wrap>
784
 
          <xalign>0.5</xalign>
785
 
          <yalign>0.5</yalign>
786
 
          <xpad>0</xpad>
787
 
          <ypad>0</ypad>
788
 
          <child>
789
 
            <padding>5</padding>
790
 
            <expand>False</expand>
791
 
            <fill>False</fill>
792
 
          </child>
793
 
        </widget>
794
 
 
795
 
        <widget>
796
 
          <class>GtkButton</class>
797
 
          <name>chapter_prev_button</name>
798
 
          <can_focus>True</can_focus>
799
 
          <signal>
800
 
            <name>clicked</name>
801
 
            <handler>GtkChapterPrev</handler>
802
 
            <data>&quot;intf_window&quot;</data>
803
 
            <last_modification_time>Sun, 13 May 2001 14:42:25 GMT</last_modification_time>
804
 
          </signal>
805
 
          <label>Prev</label>
806
 
          <relief>GTK_RELIEF_NONE</relief>
807
 
          <child>
808
 
            <padding>5</padding>
809
 
            <expand>False</expand>
810
 
            <fill>False</fill>
811
 
          </child>
812
 
        </widget>
813
 
 
814
 
        <widget>
815
 
          <class>GtkButton</class>
816
 
          <name>chapter_next_button</name>
817
 
          <can_focus>True</can_focus>
818
 
          <signal>
819
 
            <name>clicked</name>
820
 
            <handler>GtkChapterNext</handler>
821
 
            <data>&quot;intf_window&quot;</data>
822
 
            <last_modification_time>Sun, 13 May 2001 14:42:42 GMT</last_modification_time>
823
 
          </signal>
824
 
          <label>Next</label>
825
 
          <relief>GTK_RELIEF_NONE</relief>
826
 
          <child>
827
 
            <padding>5</padding>
828
 
            <expand>False</expand>
829
 
            <fill>False</fill>
830
 
          </child>
831
 
        </widget>
832
 
      </widget>
833
 
    </widget>
834
 
 
835
 
    <widget>
836
 
      <class>GtkHBox</class>
837
 
      <name>network_box</name>
838
 
      <width>500</width>
839
 
      <height>24</height>
840
 
      <visible>False</visible>
841
 
      <homogeneous>False</homogeneous>
842
 
      <spacing>0</spacing>
843
 
      <child>
844
 
        <padding>0</padding>
845
 
        <expand>True</expand>
846
 
        <fill>True</fill>
847
 
      </child>
848
 
 
849
 
      <widget>
850
 
        <class>GtkLabel</class>
851
 
        <name>network_address_label</name>
852
 
        <label>No server !</label>
853
 
        <justify>GTK_JUSTIFY_CENTER</justify>
854
 
        <wrap>False</wrap>
855
 
        <xalign>0.5</xalign>
856
 
        <yalign>0.5</yalign>
857
 
        <xpad>0</xpad>
858
 
        <ypad>0</ypad>
859
 
        <child>
860
 
          <padding>0</padding>
861
 
          <expand>True</expand>
862
 
          <fill>True</fill>
863
 
        </child>
864
 
      </widget>
865
 
 
866
 
      <widget>
867
 
        <class>GtkHBox</class>
868
 
        <name>network_channel_box</name>
869
 
        <homogeneous>False</homogeneous>
870
 
        <spacing>0</spacing>
871
 
        <child>
872
 
          <padding>0</padding>
873
 
          <expand>True</expand>
874
 
          <fill>False</fill>
875
 
        </child>
876
 
 
877
 
        <widget>
878
 
          <class>GtkLabel</class>
879
 
          <name>channel_label</name>
880
 
          <label>Channel:  </label>
881
 
          <justify>GTK_JUSTIFY_CENTER</justify>
882
 
          <wrap>False</wrap>
883
 
          <xalign>0.5</xalign>
884
 
          <yalign>0.5</yalign>
885
 
          <xpad>0</xpad>
886
 
          <ypad>0</ypad>
887
 
          <child>
888
 
            <padding>5</padding>
889
 
            <expand>False</expand>
890
 
            <fill>False</fill>
891
 
          </child>
892
 
        </widget>
893
 
 
894
 
        <widget>
895
 
          <class>GtkSpinButton</class>
896
 
          <name>network_channel_spinbutton</name>
897
 
          <can_focus>True</can_focus>
898
 
          <signal>
899
 
            <name>activate</name>
900
 
            <handler>GtkNetworkJoin</handler>
901
 
            <data>&quot;intf_window&quot;</data>
902
 
            <last_modification_time>Wed, 30 May 2001 02:48:10 GMT</last_modification_time>
903
 
          </signal>
904
 
          <climb_rate>1</climb_rate>
905
 
          <digits>0</digits>
906
 
          <numeric>False</numeric>
907
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
908
 
          <snap>False</snap>
909
 
          <wrap>False</wrap>
910
 
          <value>0</value>
911
 
          <lower>0</lower>
912
 
          <upper>100</upper>
913
 
          <step>1</step>
914
 
          <page>10</page>
915
 
          <page_size>10</page_size>
916
 
          <child>
917
 
            <padding>0</padding>
918
 
            <expand>False</expand>
919
 
            <fill>True</fill>
920
 
          </child>
921
 
        </widget>
922
 
 
923
 
        <widget>
924
 
          <class>GtkButton</class>
925
 
          <name>network_channel_go_button</name>
926
 
          <can_focus>True</can_focus>
927
 
          <signal>
928
 
            <name>clicked</name>
929
 
            <handler>GtkChannelGo</handler>
930
 
            <data>&quot;intf_window&quot;</data>
931
 
            <last_modification_time>Wed, 30 May 2001 02:49:18 GMT</last_modification_time>
932
 
          </signal>
933
 
          <label>Go!</label>
934
 
          <relief>GTK_RELIEF_NONE</relief>
935
 
          <child>
936
 
            <padding>0</padding>
937
 
            <expand>False</expand>
938
 
            <fill>False</fill>
939
 
          </child>
940
 
        </widget>
941
 
      </widget>
942
 
    </widget>
943
 
 
944
 
    <widget>
945
 
      <class>GtkStatusbar</class>
946
 
      <name>intf_statusbar</name>
947
 
      <width>500</width>
948
 
      <child>
949
 
        <padding>0</padding>
950
 
        <expand>False</expand>
951
 
        <fill>False</fill>
952
 
      </child>
953
 
    </widget>
954
 
  </widget>
955
 
</widget>
956
 
 
957
 
<widget>
958
 
  <class>GtkMenu</class>
959
 
  <name>intf_popup</name>
960
 
 
961
 
  <widget>
962
 
    <class>GtkMenuItem</class>
963
 
    <name>popup_play</name>
964
 
    <signal>
965
 
      <name>activate</name>
966
 
      <handler>GtkPlayActivate</handler>
967
 
      <data>&quot;intf_popup&quot;</data>
968
 
      <last_modification_time>Tue, 15 May 2001 13:53:43 GMT</last_modification_time>
969
 
    </signal>
970
 
    <label>_Play</label>
971
 
    <right_justify>False</right_justify>
972
 
  </widget>
973
 
 
974
 
  <widget>
975
 
    <class>GtkMenuItem</class>
976
 
    <name>popup_pause</name>
977
 
    <sensitive>False</sensitive>
978
 
    <signal>
979
 
      <name>activate</name>
980
 
      <handler>GtkPauseActivate</handler>
981
 
      <data>&quot;intf_popup&quot;</data>
982
 
      <last_modification_time>Tue, 15 May 2001 13:53:37 GMT</last_modification_time>
983
 
    </signal>
984
 
    <label>Pause</label>
985
 
    <right_justify>False</right_justify>
986
 
  </widget>
987
 
 
988
 
  <widget>
989
 
    <class>GtkMenuItem</class>
990
 
    <name>popup_stop</name>
991
 
    <signal>
992
 
      <name>activate</name>
993
 
      <handler>GtKStopActivate</handler>
994
 
      <data>&quot;intf_popup&quot;</data>
995
 
      <last_modification_time>Tue, 15 May 2001 13:53:29 GMT</last_modification_time>
996
 
    </signal>
997
 
    <label>Stop</label>
998
 
    <right_justify>False</right_justify>
999
 
  </widget>
1000
 
 
1001
 
  <widget>
1002
 
    <class>GtkMenuItem</class>
1003
 
    <name>popup_back</name>
1004
 
    <sensitive>False</sensitive>
1005
 
    <signal>
1006
 
      <name>activate</name>
1007
 
      <handler>GtkBackActivate</handler>
1008
 
      <data>&quot;intf_popup&quot;</data>
1009
 
      <last_modification_time>Tue, 15 May 2001 13:53:21 GMT</last_modification_time>
1010
 
    </signal>
1011
 
    <label>Back</label>
1012
 
    <right_justify>False</right_justify>
1013
 
  </widget>
1014
 
 
1015
 
  <widget>
1016
 
    <class>GtkMenuItem</class>
1017
 
    <name>popup_slow</name>
1018
 
    <sensitive>False</sensitive>
1019
 
    <signal>
1020
 
      <name>activate</name>
1021
 
      <handler>GtkSlowActivate</handler>
1022
 
      <data>&quot;intf_popup&quot;</data>
1023
 
      <last_modification_time>Tue, 15 May 2001 13:53:15 GMT</last_modification_time>
1024
 
    </signal>
1025
 
    <label>Slow</label>
1026
 
    <right_justify>False</right_justify>
1027
 
  </widget>
1028
 
 
1029
 
  <widget>
1030
 
    <class>GtkMenuItem</class>
1031
 
    <name>popup_fast</name>
1032
 
    <sensitive>False</sensitive>
1033
 
    <signal>
1034
 
      <name>activate</name>
1035
 
      <handler>GtkFastActivate</handler>
1036
 
      <data>&quot;intf_popup&quot;</data>
1037
 
      <last_modification_time>Tue, 15 May 2001 13:53:07 GMT</last_modification_time>
1038
 
    </signal>
1039
 
    <label>Fast</label>
1040
 
    <right_justify>False</right_justify>
1041
 
  </widget>
1042
 
 
1043
 
  <widget>
1044
 
    <class>GtkMenuItem</class>
1045
 
    <name>separator6</name>
1046
 
    <right_justify>False</right_justify>
1047
 
  </widget>
1048
 
 
1049
 
  <widget>
1050
 
    <class>GtkMenuItem</class>
1051
 
    <name>popup_interface_toggle</name>
1052
 
    <signal>
1053
 
      <name>activate</name>
1054
 
      <handler>GtkWindowToggleActivate</handler>
1055
 
      <data>&quot;intf_popup&quot;</data>
1056
 
      <last_modification_time>Tue, 15 May 2001 13:53:00 GMT</last_modification_time>
1057
 
    </signal>
1058
 
    <label>Toggle _Interface</label>
1059
 
    <right_justify>False</right_justify>
1060
 
  </widget>
1061
 
 
1062
 
  <widget>
1063
 
    <class>GtkMenuItem</class>
1064
 
    <name>popup_fullscreen</name>
1065
 
    <signal>
1066
 
      <name>activate</name>
1067
 
      <handler>GtkFullscreenActivate</handler>
1068
 
      <data>&quot;intf_popup&quot;</data>
1069
 
      <last_modification_time>Tue, 15 May 2001 13:52:38 GMT</last_modification_time>
1070
 
    </signal>
1071
 
    <label>_Fullscreen</label>
1072
 
    <right_justify>False</right_justify>
1073
 
  </widget>
1074
 
 
1075
 
  <widget>
1076
 
    <class>GtkMenuItem</class>
1077
 
    <name>separator5</name>
1078
 
    <right_justify>False</right_justify>
1079
 
  </widget>
1080
 
 
1081
 
  <widget>
1082
 
    <class>GtkMenuItem</class>
1083
 
    <name>popup_next</name>
1084
 
    <signal>
1085
 
      <name>activate</name>
1086
 
      <handler>GtkNextActivate</handler>
1087
 
      <data>&quot;intf_popup&quot;</data>
1088
 
      <last_modification_time>Tue, 15 May 2001 13:52:31 GMT</last_modification_time>
1089
 
    </signal>
1090
 
    <label>Next</label>
1091
 
    <right_justify>False</right_justify>
1092
 
  </widget>
1093
 
 
1094
 
  <widget>
1095
 
    <class>GtkMenuItem</class>
1096
 
    <name>popup_prev</name>
1097
 
    <signal>
1098
 
      <name>activate</name>
1099
 
      <handler>GtkPrevActivate</handler>
1100
 
      <data>&quot;intf_popup&quot;</data>
1101
 
      <last_modification_time>Tue, 15 May 2001 13:52:23 GMT</last_modification_time>
1102
 
    </signal>
1103
 
    <label>Prev</label>
1104
 
    <right_justify>False</right_justify>
1105
 
  </widget>
1106
 
 
1107
 
  <widget>
1108
 
    <class>GtkMenuItem</class>
1109
 
    <name>popup_jump</name>
1110
 
    <signal>
1111
 
      <name>activate</name>
1112
 
      <handler>GtkJumpActivate</handler>
1113
 
      <data>&quot;intf_popup&quot;</data>
1114
 
      <last_modification_time>Tue, 15 May 2001 13:52:13 GMT</last_modification_time>
1115
 
    </signal>
1116
 
    <label>_Jump...</label>
1117
 
    <right_justify>False</right_justify>
1118
 
  </widget>
1119
 
 
1120
 
  <widget>
1121
 
    <class>GtkMenuItem</class>
1122
 
    <name>popup_navigation</name>
1123
 
    <sensitive>False</sensitive>
1124
 
    <label>_Navigation</label>
1125
 
    <right_justify>False</right_justify>
1126
 
  </widget>
1127
 
 
1128
 
  <widget>
1129
 
    <class>GtkMenuItem</class>
1130
 
    <name>popup_angle</name>
1131
 
    <sensitive>False</sensitive>
1132
 
    <label>An_gle</label>
1133
 
    <right_justify>False</right_justify>
1134
 
  </widget>
1135
 
 
1136
 
  <widget>
1137
 
    <class>GtkMenuItem</class>
1138
 
    <name>popup_audio</name>
1139
 
    <sensitive>False</sensitive>
1140
 
    <label>_Audio</label>
1141
 
    <right_justify>False</right_justify>
1142
 
  </widget>
1143
 
 
1144
 
  <widget>
1145
 
    <class>GtkMenuItem</class>
1146
 
    <name>popup_subpictures</name>
1147
 
    <sensitive>False</sensitive>
1148
 
    <label>_Subtitles</label>
1149
 
    <right_justify>False</right_justify>
1150
 
  </widget>
1151
 
 
1152
 
  <widget>
1153
 
    <class>GtkMenuItem</class>
1154
 
    <name>popup_open</name>
1155
 
    <label>_File</label>
1156
 
    <right_justify>False</right_justify>
1157
 
 
1158
 
    <widget>
1159
 
      <class>GtkMenu</class>
1160
 
      <name>popup_open_menu</name>
1161
 
 
1162
 
      <widget>
1163
 
        <class>GtkMenuItem</class>
1164
 
        <name>popup_file</name>
1165
 
        <tooltip>Open a File</tooltip>
1166
 
        <signal>
1167
 
          <name>activate</name>
1168
 
          <handler>GtkFileOpenActivate</handler>
1169
 
          <data>&quot;intf_popup&quot;</data>
1170
 
          <last_modification_time>Mon, 14 May 2001 21:33:55 GMT</last_modification_time>
1171
 
        </signal>
1172
 
        <label>_Open File...</label>
1173
 
        <right_justify>False</right_justify>
1174
 
      </widget>
1175
 
 
1176
 
      <widget>
1177
 
        <class>GtkMenuItem</class>
1178
 
        <name>popup_disc</name>
1179
 
        <tooltip>Open a DVD or VCD</tooltip>
1180
 
        <signal>
1181
 
          <name>activate</name>
1182
 
          <handler>GtkDiscOpenActivate</handler>
1183
 
          <data>&quot;intf_popup&quot;</data>
1184
 
          <last_modification_time>Mon, 14 May 2001 21:34:09 GMT</last_modification_time>
1185
 
        </signal>
1186
 
        <label>Open _Disc...</label>
1187
 
        <right_justify>False</right_justify>
1188
 
      </widget>
1189
 
 
1190
 
      <widget>
1191
 
        <class>GtkMenuItem</class>
1192
 
        <name>popup_network</name>
1193
 
        <tooltip>Select a Network Stream</tooltip>
1194
 
        <signal>
1195
 
          <name>activate</name>
1196
 
          <handler>GtkNetworkOpenActivate</handler>
1197
 
          <data>&quot;intf_popup&quot;</data>
1198
 
          <last_modification_time>Mon, 14 May 2001 21:34:23 GMT</last_modification_time>
1199
 
        </signal>
1200
 
        <label>_Network Stream...</label>
1201
 
        <right_justify>False</right_justify>
1202
 
      </widget>
1203
 
 
1204
 
      <widget>
1205
 
        <class>GtkMenuItem</class>
1206
 
        <name>separator12</name>
1207
 
        <right_justify>False</right_justify>
1208
 
      </widget>
1209
 
 
1210
 
      <widget>
1211
 
        <class>GtkMenuItem</class>
1212
 
        <name>popup_about</name>
1213
 
        <signal>
1214
 
          <name>activate</name>
1215
 
          <handler>GtkAboutActivate</handler>
1216
 
          <data>&quot;intf_popup&quot;</data>
1217
 
          <last_modification_time>Mon, 14 May 2001 21:34:54 GMT</last_modification_time>
1218
 
        </signal>
1219
 
        <label>_About...</label>
1220
 
        <right_justify>False</right_justify>
1221
 
      </widget>
1222
 
    </widget>
1223
 
  </widget>
1224
 
 
1225
 
  <widget>
1226
 
    <class>GtkMenuItem</class>
1227
 
    <name>popup_playlist</name>
1228
 
    <signal>
1229
 
      <name>activate</name>
1230
 
      <handler>GtkPlaylistActivate</handler>
1231
 
      <data>&quot;intf_popup&quot;</data>
1232
 
      <last_modification_time>Tue, 15 May 2001 13:51:55 GMT</last_modification_time>
1233
 
    </signal>
1234
 
    <label>Playlist...</label>
1235
 
    <right_justify>False</right_justify>
1236
 
  </widget>
1237
 
 
1238
 
  <widget>
1239
 
    <class>GtkMenuItem</class>
1240
 
    <name>popup_preferences</name>
1241
 
    <signal>
1242
 
      <name>activate</name>
1243
 
      <handler>GtkPreferencesActivate</handler>
1244
 
      <data>&quot;intf_popup&quot;</data>
1245
 
      <last_modification_time>Tue, 15 May 2001 13:51:46 GMT</last_modification_time>
1246
 
    </signal>
1247
 
    <label>_Preferences...</label>
1248
 
    <right_justify>False</right_justify>
1249
 
  </widget>
1250
 
 
1251
 
  <widget>
1252
 
    <class>GtkMenuItem</class>
1253
 
    <name>separator9</name>
1254
 
    <right_justify>False</right_justify>
1255
 
  </widget>
1256
 
 
1257
 
  <widget>
1258
 
    <class>GtkMenuItem</class>
1259
 
    <name>popup_exit</name>
1260
 
    <signal>
1261
 
      <name>activate</name>
1262
 
      <handler>GtkExitActivate</handler>
1263
 
      <data>&quot;intf_popup&quot;</data>
1264
 
      <last_modification_time>Tue, 15 May 2001 13:52:03 GMT</last_modification_time>
1265
 
    </signal>
1266
 
    <label>E_xit</label>
1267
 
    <right_justify>False</right_justify>
1268
 
  </widget>
1269
 
</widget>
1270
 
 
1271
 
<widget>
1272
 
  <class>GtkDialog</class>
1273
 
  <name>intf_about</name>
1274
 
  <border_width>5</border_width>
1275
 
  <title>About</title>
1276
 
  <type>GTK_WINDOW_TOPLEVEL</type>
1277
 
  <position>GTK_WIN_POS_CENTER</position>
1278
 
  <modal>False</modal>
1279
 
  <allow_shrink>False</allow_shrink>
1280
 
  <allow_grow>False</allow_grow>
1281
 
  <auto_shrink>False</auto_shrink>
1282
 
 
1283
 
  <widget>
1284
 
    <class>GtkVBox</class>
1285
 
    <child_name>Dialog:vbox</child_name>
1286
 
    <name>dialog-vbox1</name>
1287
 
    <homogeneous>False</homogeneous>
1288
 
    <spacing>0</spacing>
1289
 
 
1290
 
    <widget>
1291
 
      <class>GtkHBox</class>
1292
 
      <child_name>Dialog:action_area</child_name>
1293
 
      <name>dialog-action_area</name>
1294
 
      <border_width>10</border_width>
1295
 
      <homogeneous>True</homogeneous>
1296
 
      <spacing>5</spacing>
1297
 
      <child>
1298
 
        <padding>0</padding>
1299
 
        <expand>False</expand>
1300
 
        <fill>True</fill>
1301
 
        <pack>GTK_PACK_END</pack>
1302
 
      </child>
1303
 
 
1304
 
      <widget>
1305
 
        <class>GtkButton</class>
1306
 
        <name>about_ok</name>
1307
 
        <can_default>True</can_default>
1308
 
        <has_default>True</has_default>
1309
 
        <can_focus>True</can_focus>
1310
 
        <signal>
1311
 
          <name>clicked</name>
1312
 
          <handler>GtkAboutOk</handler>
1313
 
          <data>&quot;intf_about&quot;</data>
1314
 
          <last_modification_time>Sun, 13 May 2001 14:47:20 GMT</last_modification_time>
1315
 
        </signal>
1316
 
        <label>OK</label>
1317
 
        <relief>GTK_RELIEF_NORMAL</relief>
1318
 
        <child>
1319
 
          <padding>0</padding>
1320
 
          <expand>False</expand>
1321
 
          <fill>True</fill>
1322
 
        </child>
1323
 
      </widget>
1324
 
    </widget>
1325
 
 
1326
 
    <widget>
1327
 
      <class>GtkVBox</class>
1328
 
      <name>vbox3</name>
1329
 
      <homogeneous>False</homogeneous>
1330
 
      <spacing>0</spacing>
1331
 
      <child>
1332
 
        <padding>0</padding>
1333
 
        <expand>True</expand>
1334
 
        <fill>True</fill>
1335
 
      </child>
1336
 
 
1337
 
      <widget>
1338
 
        <class>GtkLabel</class>
1339
 
        <name>label14</name>
1340
 
        <label>VideoLAN Client</label>
1341
 
        <justify>GTK_JUSTIFY_CENTER</justify>
1342
 
        <wrap>False</wrap>
1343
 
        <xalign>0.5</xalign>
1344
 
        <yalign>0.5</yalign>
1345
 
        <xpad>0</xpad>
1346
 
        <ypad>10</ypad>
1347
 
        <child>
1348
 
          <padding>0</padding>
1349
 
          <expand>True</expand>
1350
 
          <fill>True</fill>
1351
 
        </child>
1352
 
      </widget>
1353
 
 
1354
 
      <widget>
1355
 
        <class>GtkLabel</class>
1356
 
        <name>label18</name>
1357
 
        <label>(C) 1996, 1997, 1998, 1999, 2000, 2001 - the VideoLAN Team</label>
1358
 
        <justify>GTK_JUSTIFY_LEFT</justify>
1359
 
        <wrap>False</wrap>
1360
 
        <xalign>0.5</xalign>
1361
 
        <yalign>0.5</yalign>
1362
 
        <xpad>0</xpad>
1363
 
        <ypad>5</ypad>
1364
 
        <child>
1365
 
          <padding>0</padding>
1366
 
          <expand>False</expand>
1367
 
          <fill>False</fill>
1368
 
        </child>
1369
 
      </widget>
1370
 
 
1371
 
      <widget>
1372
 
        <class>GtkFrame</class>
1373
 
        <name>frame1</name>
1374
 
        <label>Authors</label>
1375
 
        <label_xalign>0</label_xalign>
1376
 
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1377
 
        <child>
1378
 
          <padding>0</padding>
1379
 
          <expand>False</expand>
1380
 
          <fill>False</fill>
1381
 
        </child>
1382
 
 
1383
 
        <widget>
1384
 
          <class>GtkLabel</class>
1385
 
          <name>label16</name>
1386
 
          <label>Rļæ½gis Duchesne &lt;regis@via.ecp.fr&gt;
1387
 
Michel Lespinasse &lt;walken@zoy.org&gt;
1388
 
Olivier Pomel &lt;pomel@via.ecp.fr&gt;
1389
 
Pierre Baillet &lt;oct@zoy.org&gt;
1390
 
Jean-Philippe Grimaldi &lt;jeanphi@via.ecp.fr&gt;
1391
 
Andres Krapf &lt;dae@via.ecp.fr&gt;
1392
 
Christophe Massiot &lt;massiot@via.ecp.fr&gt;
1393
 
Vincent Seguin &lt;seguin@via.ecp.fr&gt;
1394
 
Benoit Steiner &lt;benny@via.ecp.fr&gt;
1395
 
Arnaud de Bossoreille de Ribou &lt;bozo@via.ecp.fr&gt;
1396
 
Jean-Marc Dressler &lt;polux@via.ecp.fr&gt;
1397
 
Gaļæ½l Hendryckx &lt;jimmy@via.ecp.fr&gt;
1398
 
Samuel Hocevar &lt;sam@zoy.org&gt;
1399
 
Brieuc Jeunhomme &lt;bbp@via.ecp.fr&gt;
1400
 
Michel Kaempf &lt;maxx@via.ecp.fr&gt;
1401
 
Stļæ½phane Borel &lt;stef@via.ecp.fr&gt;
1402
 
Renaud Dartus &lt;reno@via.ecp.fr&gt;
1403
 
Henri Fallon &lt;henri@via.ecp.fr&gt;</label>
1404
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1405
 
          <wrap>False</wrap>
1406
 
          <xalign>0.5</xalign>
1407
 
          <yalign>0</yalign>
1408
 
          <xpad>5</xpad>
1409
 
          <ypad>5</ypad>
1410
 
        </widget>
1411
 
      </widget>
1412
 
 
1413
 
      <widget>
1414
 
        <class>GtkLabel</class>
1415
 
        <name>label17</name>
1416
 
        <label>This is the VideoLAN client, a DVD and MPEG player. It can play MPEG and MPEG 2 files from a file or from a network source.</label>
1417
 
        <justify>GTK_JUSTIFY_LEFT</justify>
1418
 
        <wrap>True</wrap>
1419
 
        <xalign>0.5</xalign>
1420
 
        <yalign>0.5</yalign>
1421
 
        <xpad>0</xpad>
1422
 
        <ypad>5</ypad>
1423
 
        <child>
1424
 
          <padding>0</padding>
1425
 
          <expand>False</expand>
1426
 
          <fill>False</fill>
1427
 
        </child>
1428
 
      </widget>
1429
 
    </widget>
1430
 
  </widget>
1431
 
</widget>
1432
 
 
1433
 
<widget>
1434
 
  <class>GtkFileSelection</class>
1435
 
  <name>intf_fileopen</name>
1436
 
  <border_width>10</border_width>
1437
 
  <title>Select File</title>
1438
 
  <type>GTK_WINDOW_TOPLEVEL</type>
1439
 
  <position>GTK_WIN_POS_NONE</position>
1440
 
  <modal>True</modal>
1441
 
  <allow_shrink>False</allow_shrink>
1442
 
  <allow_grow>True</allow_grow>
1443
 
  <auto_shrink>False</auto_shrink>
1444
 
  <show_file_op_buttons>True</show_file_op_buttons>
1445
 
 
1446
 
  <widget>
1447
 
    <class>GtkButton</class>
1448
 
    <child_name>FileSel:ok_button</child_name>
1449
 
    <name>fileopen_ok</name>
1450
 
    <can_default>True</can_default>
1451
 
    <can_focus>True</can_focus>
1452
 
    <signal>
1453
 
      <name>clicked</name>
1454
 
      <handler>GtkFileOpenOk</handler>
1455
 
      <data>&quot;intf_fileopen&quot;</data>
1456
 
      <last_modification_time>Sun, 13 May 2001 14:47:46 GMT</last_modification_time>
1457
 
    </signal>
1458
 
    <label>OK</label>
1459
 
    <relief>GTK_RELIEF_NORMAL</relief>
1460
 
  </widget>
1461
 
 
1462
 
  <widget>
1463
 
    <class>GtkButton</class>
1464
 
    <child_name>FileSel:cancel_button</child_name>
1465
 
    <name>fileopen_cancel</name>
1466
 
    <can_default>True</can_default>
1467
 
    <can_focus>True</can_focus>
1468
 
    <signal>
1469
 
      <name>clicked</name>
1470
 
      <handler>GtkFileOpenCancel</handler>
1471
 
      <data>&quot;intf_fileopen&quot;</data>
1472
 
      <last_modification_time>Sun, 13 May 2001 14:47:55 GMT</last_modification_time>
1473
 
    </signal>
1474
 
    <label>Cancel</label>
1475
 
    <relief>GTK_RELIEF_NORMAL</relief>
1476
 
  </widget>
1477
 
</widget>
1478
 
 
1479
 
<widget>
1480
 
  <class>GtkDialog</class>
1481
 
  <name>intf_disc</name>
1482
 
  <title>Open Disc</title>
1483
 
  <type>GTK_WINDOW_TOPLEVEL</type>
1484
 
  <position>GTK_WIN_POS_NONE</position>
1485
 
  <modal>True</modal>
1486
 
  <allow_shrink>False</allow_shrink>
1487
 
  <allow_grow>False</allow_grow>
1488
 
  <auto_shrink>False</auto_shrink>
1489
 
 
1490
 
  <widget>
1491
 
    <class>GtkVBox</class>
1492
 
    <child_name>Dialog:vbox</child_name>
1493
 
    <name>dialog-vbox2</name>
1494
 
    <border_width>5</border_width>
1495
 
    <homogeneous>False</homogeneous>
1496
 
    <spacing>0</spacing>
1497
 
 
1498
 
    <widget>
1499
 
      <class>GtkHBox</class>
1500
 
      <child_name>Dialog:action_area</child_name>
1501
 
      <name>dialog-action_area1</name>
1502
 
      <border_width>5</border_width>
1503
 
      <homogeneous>True</homogeneous>
1504
 
      <spacing>5</spacing>
1505
 
      <child>
1506
 
        <padding>0</padding>
1507
 
        <expand>False</expand>
1508
 
        <fill>True</fill>
1509
 
        <pack>GTK_PACK_END</pack>
1510
 
      </child>
1511
 
 
1512
 
      <widget>
1513
 
        <class>GtkHBox</class>
1514
 
        <name>hbox1</name>
1515
 
        <homogeneous>True</homogeneous>
1516
 
        <spacing>5</spacing>
1517
 
        <child>
1518
 
          <padding>0</padding>
1519
 
          <expand>False</expand>
1520
 
          <fill>True</fill>
1521
 
          <pack>GTK_PACK_END</pack>
1522
 
        </child>
1523
 
 
1524
 
        <widget>
1525
 
          <class>GtkButton</class>
1526
 
          <name>disc_ok</name>
1527
 
          <can_focus>True</can_focus>
1528
 
          <signal>
1529
 
            <name>clicked</name>
1530
 
            <handler>GtkDiscOpenOk</handler>
1531
 
            <data>&quot;intf_disc&quot;</data>
1532
 
            <last_modification_time>Sun, 13 May 2001 14:48:09 GMT</last_modification_time>
1533
 
          </signal>
1534
 
          <label>OK</label>
1535
 
          <relief>GTK_RELIEF_NORMAL</relief>
1536
 
          <child>
1537
 
            <padding>0</padding>
1538
 
            <expand>False</expand>
1539
 
            <fill>True</fill>
1540
 
          </child>
1541
 
        </widget>
1542
 
 
1543
 
        <widget>
1544
 
          <class>GtkButton</class>
1545
 
          <name>disc_cancel</name>
1546
 
          <can_focus>True</can_focus>
1547
 
          <signal>
1548
 
            <name>clicked</name>
1549
 
            <handler>GtkDiscOpenCancel</handler>
1550
 
            <data>&quot;intf_disc&quot;</data>
1551
 
            <last_modification_time>Sun, 13 May 2001 14:48:17 GMT</last_modification_time>
1552
 
          </signal>
1553
 
          <label>Cancel</label>
1554
 
          <relief>GTK_RELIEF_NORMAL</relief>
1555
 
          <child>
1556
 
            <padding>0</padding>
1557
 
            <expand>False</expand>
1558
 
            <fill>True</fill>
1559
 
          </child>
1560
 
        </widget>
1561
 
      </widget>
1562
 
    </widget>
1563
 
 
1564
 
    <widget>
1565
 
      <class>GtkVBox</class>
1566
 
      <name>vbox4</name>
1567
 
      <border_width>5</border_width>
1568
 
      <homogeneous>False</homogeneous>
1569
 
      <spacing>5</spacing>
1570
 
      <child>
1571
 
        <padding>0</padding>
1572
 
        <expand>True</expand>
1573
 
        <fill>True</fill>
1574
 
      </child>
1575
 
 
1576
 
      <widget>
1577
 
        <class>GtkHBox</class>
1578
 
        <name>hbox3</name>
1579
 
        <homogeneous>False</homogeneous>
1580
 
        <spacing>5</spacing>
1581
 
        <child>
1582
 
          <padding>0</padding>
1583
 
          <expand>True</expand>
1584
 
          <fill>True</fill>
1585
 
        </child>
1586
 
 
1587
 
        <widget>
1588
 
          <class>GtkFrame</class>
1589
 
          <name>frame2</name>
1590
 
          <label>Disc type</label>
1591
 
          <label_xalign>0</label_xalign>
1592
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1593
 
          <child>
1594
 
            <padding>0</padding>
1595
 
            <expand>True</expand>
1596
 
            <fill>True</fill>
1597
 
          </child>
1598
 
 
1599
 
          <widget>
1600
 
            <class>GtkVBox</class>
1601
 
            <name>vbox5</name>
1602
 
            <homogeneous>False</homogeneous>
1603
 
            <spacing>0</spacing>
1604
 
 
1605
 
            <widget>
1606
 
              <class>GtkRadioButton</class>
1607
 
              <name>disc_dvd</name>
1608
 
              <can_focus>True</can_focus>
1609
 
              <signal>
1610
 
                <name>toggled</name>
1611
 
                <handler>GtkDiscOpenDvd</handler>
1612
 
                <data>&quot;intf_disc&quot;</data>
1613
 
                <last_modification_time>Sun, 13 May 2001 14:48:29 GMT</last_modification_time>
1614
 
              </signal>
1615
 
              <label>DVD</label>
1616
 
              <active>False</active>
1617
 
              <draw_indicator>True</draw_indicator>
1618
 
              <group>disc</group>
1619
 
              <child>
1620
 
                <padding>0</padding>
1621
 
                <expand>False</expand>
1622
 
                <fill>False</fill>
1623
 
              </child>
1624
 
            </widget>
1625
 
 
1626
 
            <widget>
1627
 
              <class>GtkRadioButton</class>
1628
 
              <name>disc_vcd</name>
1629
 
              <can_focus>True</can_focus>
1630
 
              <signal>
1631
 
                <name>toggled</name>
1632
 
                <handler>GtkDiscOpenVcd</handler>
1633
 
                <data>&quot;intf_disc&quot;</data>
1634
 
                <last_modification_time>Sun, 13 May 2001 14:48:39 GMT</last_modification_time>
1635
 
              </signal>
1636
 
              <label>VCD</label>
1637
 
              <active>False</active>
1638
 
              <draw_indicator>True</draw_indicator>
1639
 
              <group>disc</group>
1640
 
              <child>
1641
 
                <padding>0</padding>
1642
 
                <expand>False</expand>
1643
 
                <fill>False</fill>
1644
 
              </child>
1645
 
            </widget>
1646
 
          </widget>
1647
 
        </widget>
1648
 
 
1649
 
        <widget>
1650
 
          <class>GtkFrame</class>
1651
 
          <name>frame3</name>
1652
 
          <label>Starting position</label>
1653
 
          <label_xalign>0</label_xalign>
1654
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1655
 
          <child>
1656
 
            <padding>0</padding>
1657
 
            <expand>True</expand>
1658
 
            <fill>True</fill>
1659
 
          </child>
1660
 
 
1661
 
          <widget>
1662
 
            <class>GtkTable</class>
1663
 
            <name>table1</name>
1664
 
            <border_width>5</border_width>
1665
 
            <rows>2</rows>
1666
 
            <columns>2</columns>
1667
 
            <homogeneous>False</homogeneous>
1668
 
            <row_spacing>5</row_spacing>
1669
 
            <column_spacing>5</column_spacing>
1670
 
 
1671
 
            <widget>
1672
 
              <class>GtkSpinButton</class>
1673
 
              <name>disc_title</name>
1674
 
              <can_focus>True</can_focus>
1675
 
              <climb_rate>1</climb_rate>
1676
 
              <digits>0</digits>
1677
 
              <numeric>False</numeric>
1678
 
              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1679
 
              <snap>False</snap>
1680
 
              <wrap>False</wrap>
1681
 
              <value>1</value>
1682
 
              <lower>1</lower>
1683
 
              <upper>65536</upper>
1684
 
              <step>1</step>
1685
 
              <page>10</page>
1686
 
              <page_size>10</page_size>
1687
 
              <child>
1688
 
                <left_attach>1</left_attach>
1689
 
                <right_attach>2</right_attach>
1690
 
                <top_attach>0</top_attach>
1691
 
                <bottom_attach>1</bottom_attach>
1692
 
                <xpad>0</xpad>
1693
 
                <ypad>0</ypad>
1694
 
                <xexpand>True</xexpand>
1695
 
                <yexpand>False</yexpand>
1696
 
                <xshrink>False</xshrink>
1697
 
                <yshrink>False</yshrink>
1698
 
                <xfill>True</xfill>
1699
 
                <yfill>False</yfill>
1700
 
              </child>
1701
 
            </widget>
1702
 
 
1703
 
            <widget>
1704
 
              <class>GtkSpinButton</class>
1705
 
              <name>disc_chapter</name>
1706
 
              <can_focus>True</can_focus>
1707
 
              <climb_rate>1</climb_rate>
1708
 
              <digits>0</digits>
1709
 
              <numeric>False</numeric>
1710
 
              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1711
 
              <snap>False</snap>
1712
 
              <wrap>False</wrap>
1713
 
              <value>1</value>
1714
 
              <lower>1</lower>
1715
 
              <upper>65536</upper>
1716
 
              <step>1</step>
1717
 
              <page>10</page>
1718
 
              <page_size>10</page_size>
1719
 
              <child>
1720
 
                <left_attach>1</left_attach>
1721
 
                <right_attach>2</right_attach>
1722
 
                <top_attach>1</top_attach>
1723
 
                <bottom_attach>2</bottom_attach>
1724
 
                <xpad>0</xpad>
1725
 
                <ypad>0</ypad>
1726
 
                <xexpand>True</xexpand>
1727
 
                <yexpand>False</yexpand>
1728
 
                <xshrink>False</xshrink>
1729
 
                <yshrink>False</yshrink>
1730
 
                <xfill>True</xfill>
1731
 
                <yfill>False</yfill>
1732
 
              </child>
1733
 
            </widget>
1734
 
 
1735
 
            <widget>
1736
 
              <class>GtkLabel</class>
1737
 
              <name>label20</name>
1738
 
              <label>Chapter</label>
1739
 
              <justify>GTK_JUSTIFY_CENTER</justify>
1740
 
              <wrap>False</wrap>
1741
 
              <xalign>0</xalign>
1742
 
              <yalign>0.5</yalign>
1743
 
              <xpad>0</xpad>
1744
 
              <ypad>0</ypad>
1745
 
              <child>
1746
 
                <left_attach>0</left_attach>
1747
 
                <right_attach>1</right_attach>
1748
 
                <top_attach>1</top_attach>
1749
 
                <bottom_attach>2</bottom_attach>
1750
 
                <xpad>0</xpad>
1751
 
                <ypad>0</ypad>
1752
 
                <xexpand>False</xexpand>
1753
 
                <yexpand>False</yexpand>
1754
 
                <xshrink>False</xshrink>
1755
 
                <yshrink>False</yshrink>
1756
 
                <xfill>True</xfill>
1757
 
                <yfill>False</yfill>
1758
 
              </child>
1759
 
            </widget>
1760
 
 
1761
 
            <widget>
1762
 
              <class>GtkLabel</class>
1763
 
              <name>label21</name>
1764
 
              <label>Title</label>
1765
 
              <justify>GTK_JUSTIFY_CENTER</justify>
1766
 
              <wrap>False</wrap>
1767
 
              <xalign>0</xalign>
1768
 
              <yalign>0.5</yalign>
1769
 
              <xpad>0</xpad>
1770
 
              <ypad>0</ypad>
1771
 
              <child>
1772
 
                <left_attach>0</left_attach>
1773
 
                <right_attach>1</right_attach>
1774
 
                <top_attach>0</top_attach>
1775
 
                <bottom_attach>1</bottom_attach>
1776
 
                <xpad>0</xpad>
1777
 
                <ypad>0</ypad>
1778
 
                <xexpand>False</xexpand>
1779
 
                <yexpand>False</yexpand>
1780
 
                <xshrink>False</xshrink>
1781
 
                <yshrink>False</yshrink>
1782
 
                <xfill>True</xfill>
1783
 
                <yfill>False</yfill>
1784
 
              </child>
1785
 
            </widget>
1786
 
          </widget>
1787
 
        </widget>
1788
 
      </widget>
1789
 
 
1790
 
      <widget>
1791
 
        <class>GtkHBox</class>
1792
 
        <name>hbox2</name>
1793
 
        <homogeneous>False</homogeneous>
1794
 
        <spacing>5</spacing>
1795
 
        <child>
1796
 
          <padding>0</padding>
1797
 
          <expand>True</expand>
1798
 
          <fill>True</fill>
1799
 
        </child>
1800
 
 
1801
 
        <widget>
1802
 
          <class>GtkLabel</class>
1803
 
          <name>label19</name>
1804
 
          <label>Device name</label>
1805
 
          <justify>GTK_JUSTIFY_CENTER</justify>
1806
 
          <wrap>False</wrap>
1807
 
          <xalign>0.5</xalign>
1808
 
          <yalign>0.5</yalign>
1809
 
          <xpad>0</xpad>
1810
 
          <ypad>0</ypad>
1811
 
          <child>
1812
 
            <padding>0</padding>
1813
 
            <expand>False</expand>
1814
 
            <fill>False</fill>
1815
 
          </child>
1816
 
        </widget>
1817
 
 
1818
 
        <widget>
1819
 
          <class>GtkEntry</class>
1820
 
          <name>disc_name</name>
1821
 
          <can_focus>True</can_focus>
1822
 
          <editable>True</editable>
1823
 
          <text_visible>True</text_visible>
1824
 
          <text_max_length>0</text_max_length>
1825
 
          <text>/dev/dvd</text>
1826
 
          <child>
1827
 
            <padding>0</padding>
1828
 
            <expand>True</expand>
1829
 
            <fill>True</fill>
1830
 
          </child>
1831
 
        </widget>
1832
 
      </widget>
1833
 
    </widget>
1834
 
  </widget>
1835
 
</widget>
1836
 
 
1837
 
<widget>
1838
 
  <class>GtkDialog</class>
1839
 
  <name>intf_network</name>
1840
 
  <title>Open Network</title>
1841
 
  <type>GTK_WINDOW_TOPLEVEL</type>
1842
 
  <position>GTK_WIN_POS_NONE</position>
1843
 
  <modal>True</modal>
1844
 
  <allow_shrink>False</allow_shrink>
1845
 
  <allow_grow>False</allow_grow>
1846
 
  <auto_shrink>False</auto_shrink>
1847
 
 
1848
 
  <widget>
1849
 
    <class>GtkVBox</class>
1850
 
    <child_name>Dialog:vbox</child_name>
1851
 
    <name>vbox7</name>
1852
 
    <border_width>5</border_width>
1853
 
    <homogeneous>False</homogeneous>
1854
 
    <spacing>0</spacing>
1855
 
 
1856
 
    <widget>
1857
 
      <class>GtkHBox</class>
1858
 
      <child_name>Dialog:action_area</child_name>
1859
 
      <name>hbox4</name>
1860
 
      <border_width>5</border_width>
1861
 
      <homogeneous>True</homogeneous>
1862
 
      <spacing>5</spacing>
1863
 
      <child>
1864
 
        <padding>0</padding>
1865
 
        <expand>False</expand>
1866
 
        <fill>True</fill>
1867
 
        <pack>GTK_PACK_END</pack>
1868
 
      </child>
1869
 
 
1870
 
      <widget>
1871
 
        <class>GtkHBox</class>
1872
 
        <name>hbox5</name>
1873
 
        <homogeneous>True</homogeneous>
1874
 
        <spacing>5</spacing>
1875
 
        <child>
1876
 
          <padding>0</padding>
1877
 
          <expand>False</expand>
1878
 
          <fill>True</fill>
1879
 
          <pack>GTK_PACK_END</pack>
1880
 
        </child>
1881
 
 
1882
 
        <widget>
1883
 
          <class>GtkButton</class>
1884
 
          <name>network_ok</name>
1885
 
          <can_focus>True</can_focus>
1886
 
          <signal>
1887
 
            <name>clicked</name>
1888
 
            <handler>GtkNetworkOpenOk</handler>
1889
 
            <data>&quot;intf_network&quot;</data>
1890
 
            <last_modification_time>Sun, 13 May 2001 14:49:35 GMT</last_modification_time>
1891
 
          </signal>
1892
 
          <label>OK</label>
1893
 
          <relief>GTK_RELIEF_NORMAL</relief>
1894
 
          <child>
1895
 
            <padding>0</padding>
1896
 
            <expand>False</expand>
1897
 
            <fill>True</fill>
1898
 
          </child>
1899
 
        </widget>
1900
 
 
1901
 
        <widget>
1902
 
          <class>GtkButton</class>
1903
 
          <name>network_cancel</name>
1904
 
          <can_focus>True</can_focus>
1905
 
          <signal>
1906
 
            <name>clicked</name>
1907
 
            <handler>GtkNetworkOpenCancel</handler>
1908
 
            <data>&quot;intf_network&quot;</data>
1909
 
            <last_modification_time>Sun, 13 May 2001 14:49:44 GMT</last_modification_time>
1910
 
          </signal>
1911
 
          <label>Cancel</label>
1912
 
          <relief>GTK_RELIEF_NORMAL</relief>
1913
 
          <child>
1914
 
            <padding>0</padding>
1915
 
            <expand>False</expand>
1916
 
            <fill>True</fill>
1917
 
          </child>
1918
 
        </widget>
1919
 
      </widget>
1920
 
    </widget>
1921
 
 
1922
 
    <widget>
1923
 
      <class>GtkVBox</class>
1924
 
      <name>vbox8</name>
1925
 
      <border_width>5</border_width>
1926
 
      <homogeneous>False</homogeneous>
1927
 
      <spacing>5</spacing>
1928
 
      <child>
1929
 
        <padding>0</padding>
1930
 
        <expand>True</expand>
1931
 
        <fill>True</fill>
1932
 
      </child>
1933
 
 
1934
 
      <widget>
1935
 
        <class>GtkHBox</class>
1936
 
        <name>hbox6</name>
1937
 
        <homogeneous>False</homogeneous>
1938
 
        <spacing>5</spacing>
1939
 
        <child>
1940
 
          <padding>0</padding>
1941
 
          <expand>True</expand>
1942
 
          <fill>True</fill>
1943
 
        </child>
1944
 
 
1945
 
        <widget>
1946
 
          <class>GtkFrame</class>
1947
 
          <name>frame4</name>
1948
 
          <label>Protocol</label>
1949
 
          <label_xalign>0</label_xalign>
1950
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1951
 
          <child>
1952
 
            <padding>0</padding>
1953
 
            <expand>True</expand>
1954
 
            <fill>True</fill>
1955
 
          </child>
1956
 
 
1957
 
          <widget>
1958
 
            <class>GtkVBox</class>
1959
 
            <name>vbox9</name>
1960
 
            <homogeneous>False</homogeneous>
1961
 
            <spacing>0</spacing>
1962
 
 
1963
 
            <widget>
1964
 
              <class>GtkRadioButton</class>
1965
 
              <name>network_ts</name>
1966
 
              <can_focus>True</can_focus>
1967
 
              <label>TS</label>
1968
 
              <active>False</active>
1969
 
              <draw_indicator>True</draw_indicator>
1970
 
              <group>network</group>
1971
 
              <child>
1972
 
                <padding>0</padding>
1973
 
                <expand>False</expand>
1974
 
                <fill>False</fill>
1975
 
              </child>
1976
 
            </widget>
1977
 
 
1978
 
            <widget>
1979
 
              <class>GtkRadioButton</class>
1980
 
              <name>network_rtp</name>
1981
 
              <sensitive>False</sensitive>
1982
 
              <can_focus>True</can_focus>
1983
 
              <label>RTP</label>
1984
 
              <active>False</active>
1985
 
              <draw_indicator>True</draw_indicator>
1986
 
              <group>network</group>
1987
 
              <child>
1988
 
                <padding>0</padding>
1989
 
                <expand>False</expand>
1990
 
                <fill>False</fill>
1991
 
              </child>
1992
 
            </widget>
1993
 
 
1994
 
            <widget>
1995
 
              <class>GtkRadioButton</class>
1996
 
              <name>network_http</name>
1997
 
              <can_focus>True</can_focus>
1998
 
              <label>HTTP</label>
1999
 
              <active>False</active>
2000
 
              <draw_indicator>True</draw_indicator>
2001
 
              <group>network</group>
2002
 
              <child>
2003
 
                <padding>0</padding>
2004
 
                <expand>False</expand>
2005
 
                <fill>False</fill>
2006
 
              </child>
2007
 
            </widget>
2008
 
          </widget>
2009
 
        </widget>
2010
 
 
2011
 
        <widget>
2012
 
          <class>GtkFrame</class>
2013
 
          <name>frame5</name>
2014
 
          <label>Server</label>
2015
 
          <label_xalign>0</label_xalign>
2016
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2017
 
          <child>
2018
 
            <padding>0</padding>
2019
 
            <expand>True</expand>
2020
 
            <fill>True</fill>
2021
 
          </child>
2022
 
 
2023
 
          <widget>
2024
 
            <class>GtkTable</class>
2025
 
            <name>table2</name>
2026
 
            <border_width>5</border_width>
2027
 
            <rows>3</rows>
2028
 
            <columns>2</columns>
2029
 
            <homogeneous>False</homogeneous>
2030
 
            <row_spacing>5</row_spacing>
2031
 
            <column_spacing>5</column_spacing>
2032
 
 
2033
 
            <widget>
2034
 
              <class>GtkSpinButton</class>
2035
 
              <name>network_port</name>
2036
 
              <can_focus>True</can_focus>
2037
 
              <climb_rate>1</climb_rate>
2038
 
              <digits>0</digits>
2039
 
              <numeric>False</numeric>
2040
 
              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2041
 
              <snap>False</snap>
2042
 
              <wrap>False</wrap>
2043
 
              <value>1234</value>
2044
 
              <lower>0</lower>
2045
 
              <upper>65535</upper>
2046
 
              <step>1</step>
2047
 
              <page>10</page>
2048
 
              <page_size>10</page_size>
2049
 
              <child>
2050
 
                <left_attach>1</left_attach>
2051
 
                <right_attach>2</right_attach>
2052
 
                <top_attach>1</top_attach>
2053
 
                <bottom_attach>2</bottom_attach>
2054
 
                <xpad>0</xpad>
2055
 
                <ypad>0</ypad>
2056
 
                <xexpand>True</xexpand>
2057
 
                <yexpand>False</yexpand>
2058
 
                <xshrink>False</xshrink>
2059
 
                <yshrink>False</yshrink>
2060
 
                <xfill>True</xfill>
2061
 
                <yfill>False</yfill>
2062
 
              </child>
2063
 
            </widget>
2064
 
 
2065
 
            <widget>
2066
 
              <class>GtkLabel</class>
2067
 
              <name>network_port_label</name>
2068
 
              <label>Port</label>
2069
 
              <justify>GTK_JUSTIFY_CENTER</justify>
2070
 
              <wrap>False</wrap>
2071
 
              <xalign>0</xalign>
2072
 
              <yalign>0.5</yalign>
2073
 
              <xpad>0</xpad>
2074
 
              <ypad>0</ypad>
2075
 
              <child>
2076
 
                <left_attach>0</left_attach>
2077
 
                <right_attach>1</right_attach>
2078
 
                <top_attach>1</top_attach>
2079
 
                <bottom_attach>2</bottom_attach>
2080
 
                <xpad>0</xpad>
2081
 
                <ypad>0</ypad>
2082
 
                <xexpand>False</xexpand>
2083
 
                <yexpand>False</yexpand>
2084
 
                <xshrink>False</xshrink>
2085
 
                <yshrink>False</yshrink>
2086
 
                <xfill>True</xfill>
2087
 
                <yfill>False</yfill>
2088
 
              </child>
2089
 
            </widget>
2090
 
 
2091
 
            <widget>
2092
 
              <class>GtkLabel</class>
2093
 
              <name>network_server_label</name>
2094
 
              <label>Address</label>
2095
 
              <justify>GTK_JUSTIFY_CENTER</justify>
2096
 
              <wrap>False</wrap>
2097
 
              <xalign>0</xalign>
2098
 
              <yalign>0.5</yalign>
2099
 
              <xpad>0</xpad>
2100
 
              <ypad>0</ypad>
2101
 
              <child>
2102
 
                <left_attach>0</left_attach>
2103
 
                <right_attach>1</right_attach>
2104
 
                <top_attach>0</top_attach>
2105
 
                <bottom_attach>1</bottom_attach>
2106
 
                <xpad>0</xpad>
2107
 
                <ypad>0</ypad>
2108
 
                <xexpand>False</xexpand>
2109
 
                <yexpand>False</yexpand>
2110
 
                <xshrink>False</xshrink>
2111
 
                <yshrink>False</yshrink>
2112
 
                <xfill>True</xfill>
2113
 
                <yfill>False</yfill>
2114
 
              </child>
2115
 
            </widget>
2116
 
 
2117
 
            <widget>
2118
 
              <class>GtkCheckButton</class>
2119
 
              <name>network_broadcast_check</name>
2120
 
              <can_focus>True</can_focus>
2121
 
              <signal>
2122
 
                <name>toggled</name>
2123
 
                <handler>GtkNetworkOpenBroadcast</handler>
2124
 
                <data>&quot;intf_network&quot;</data>
2125
 
                <last_modification_time>Sun, 13 May 2001 14:52:49 GMT</last_modification_time>
2126
 
              </signal>
2127
 
              <label>Broadcast</label>
2128
 
              <active>False</active>
2129
 
              <draw_indicator>True</draw_indicator>
2130
 
              <child>
2131
 
                <left_attach>0</left_attach>
2132
 
                <right_attach>1</right_attach>
2133
 
                <top_attach>2</top_attach>
2134
 
                <bottom_attach>3</bottom_attach>
2135
 
                <xpad>0</xpad>
2136
 
                <ypad>0</ypad>
2137
 
                <xexpand>False</xexpand>
2138
 
                <yexpand>False</yexpand>
2139
 
                <xshrink>False</xshrink>
2140
 
                <yshrink>False</yshrink>
2141
 
                <xfill>True</xfill>
2142
 
                <yfill>False</yfill>
2143
 
              </child>
2144
 
            </widget>
2145
 
 
2146
 
            <widget>
2147
 
              <class>GtkCombo</class>
2148
 
              <name>network_broadcast_combo</name>
2149
 
              <sensitive>False</sensitive>
2150
 
              <value_in_list>False</value_in_list>
2151
 
              <ok_if_empty>True</ok_if_empty>
2152
 
              <case_sensitive>False</case_sensitive>
2153
 
              <use_arrows>True</use_arrows>
2154
 
              <use_arrows_always>False</use_arrows_always>
2155
 
              <items></items>
2156
 
              <child>
2157
 
                <left_attach>1</left_attach>
2158
 
                <right_attach>2</right_attach>
2159
 
                <top_attach>2</top_attach>
2160
 
                <bottom_attach>3</bottom_attach>
2161
 
                <xpad>0</xpad>
2162
 
                <ypad>0</ypad>
2163
 
                <xexpand>True</xexpand>
2164
 
                <yexpand>False</yexpand>
2165
 
                <xshrink>False</xshrink>
2166
 
                <yshrink>False</yshrink>
2167
 
                <xfill>True</xfill>
2168
 
                <yfill>False</yfill>
2169
 
              </child>
2170
 
 
2171
 
              <widget>
2172
 
                <class>GtkEntry</class>
2173
 
                <child_name>GtkCombo:entry</child_name>
2174
 
                <name>network_broadcast</name>
2175
 
                <sensitive>False</sensitive>
2176
 
                <can_focus>True</can_focus>
2177
 
                <editable>True</editable>
2178
 
                <text_visible>True</text_visible>
2179
 
                <text_max_length>0</text_max_length>
2180
 
                <text>138.195.143.255</text>
2181
 
              </widget>
2182
 
            </widget>
2183
 
 
2184
 
            <widget>
2185
 
              <class>GtkCombo</class>
2186
 
              <name>network_server_combo</name>
2187
 
              <value_in_list>False</value_in_list>
2188
 
              <ok_if_empty>True</ok_if_empty>
2189
 
              <case_sensitive>False</case_sensitive>
2190
 
              <use_arrows>True</use_arrows>
2191
 
              <use_arrows_always>False</use_arrows_always>
2192
 
              <items>vls
2193
 
</items>
2194
 
              <child>
2195
 
                <left_attach>1</left_attach>
2196
 
                <right_attach>2</right_attach>
2197
 
                <top_attach>0</top_attach>
2198
 
                <bottom_attach>1</bottom_attach>
2199
 
                <xpad>0</xpad>
2200
 
                <ypad>0</ypad>
2201
 
                <xexpand>True</xexpand>
2202
 
                <yexpand>False</yexpand>
2203
 
                <xshrink>False</xshrink>
2204
 
                <yshrink>False</yshrink>
2205
 
                <xfill>True</xfill>
2206
 
                <yfill>False</yfill>
2207
 
              </child>
2208
 
 
2209
 
              <widget>
2210
 
                <class>GtkEntry</class>
2211
 
                <child_name>GtkCombo:entry</child_name>
2212
 
                <name>network_server</name>
2213
 
                <can_focus>True</can_focus>
2214
 
                <editable>True</editable>
2215
 
                <text_visible>True</text_visible>
2216
 
                <text_max_length>0</text_max_length>
2217
 
                <text>vls</text>
2218
 
              </widget>
2219
 
            </widget>
2220
 
          </widget>
2221
 
        </widget>
2222
 
      </widget>
2223
 
 
2224
 
      <widget>
2225
 
        <class>GtkFrame</class>
2226
 
        <name>frame6</name>
2227
 
        <label>Channels</label>
2228
 
        <label_xalign>0.05</label_xalign>
2229
 
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2230
 
        <child>
2231
 
          <padding>5</padding>
2232
 
          <expand>True</expand>
2233
 
          <fill>True</fill>
2234
 
        </child>
2235
 
 
2236
 
        <widget>
2237
 
          <class>GtkHBox</class>
2238
 
          <name>hbox14</name>
2239
 
          <homogeneous>False</homogeneous>
2240
 
          <spacing>0</spacing>
2241
 
 
2242
 
          <widget>
2243
 
            <class>GtkCheckButton</class>
2244
 
            <name>network_channel_check</name>
2245
 
            <can_focus>True</can_focus>
2246
 
            <signal>
2247
 
              <name>toggled</name>
2248
 
              <handler>GtkNetworkOpenChannel</handler>
2249
 
              <data>&quot;intf_network&quot;</data>
2250
 
              <last_modification_time>Wed, 30 May 2001 16:57:53 GMT</last_modification_time>
2251
 
            </signal>
2252
 
            <label>Channel server:</label>
2253
 
            <active>False</active>
2254
 
            <draw_indicator>True</draw_indicator>
2255
 
            <child>
2256
 
              <padding>0</padding>
2257
 
              <expand>False</expand>
2258
 
              <fill>False</fill>
2259
 
            </child>
2260
 
          </widget>
2261
 
 
2262
 
          <widget>
2263
 
            <class>GtkCombo</class>
2264
 
            <name>network_channel_combo</name>
2265
 
            <value_in_list>False</value_in_list>
2266
 
            <ok_if_empty>True</ok_if_empty>
2267
 
            <case_sensitive>False</case_sensitive>
2268
 
            <use_arrows>True</use_arrows>
2269
 
            <use_arrows_always>False</use_arrows_always>
2270
 
            <items></items>
2271
 
            <child>
2272
 
              <padding>0</padding>
2273
 
              <expand>True</expand>
2274
 
              <fill>True</fill>
2275
 
            </child>
2276
 
 
2277
 
            <widget>
2278
 
              <class>GtkEntry</class>
2279
 
              <child_name>GtkCombo:entry</child_name>
2280
 
              <name>network_channel</name>
2281
 
              <can_focus>True</can_focus>
2282
 
              <editable>True</editable>
2283
 
              <text_visible>True</text_visible>
2284
 
              <text_max_length>0</text_max_length>
2285
 
              <text>138.195.143.120</text>
2286
 
            </widget>
2287
 
          </widget>
2288
 
 
2289
 
          <widget>
2290
 
            <class>GtkLabel</class>
2291
 
            <name>network_channel_port_label</name>
2292
 
            <label>port:</label>
2293
 
            <justify>GTK_JUSTIFY_CENTER</justify>
2294
 
            <wrap>False</wrap>
2295
 
            <xalign>0.5</xalign>
2296
 
            <yalign>0.5</yalign>
2297
 
            <xpad>0</xpad>
2298
 
            <ypad>0</ypad>
2299
 
            <child>
2300
 
              <padding>5</padding>
2301
 
              <expand>False</expand>
2302
 
              <fill>False</fill>
2303
 
            </child>
2304
 
          </widget>
2305
 
 
2306
 
          <widget>
2307
 
            <class>GtkSpinButton</class>
2308
 
            <name>network_channel_port</name>
2309
 
            <width>62</width>
2310
 
            <can_focus>True</can_focus>
2311
 
            <climb_rate>1</climb_rate>
2312
 
            <digits>0</digits>
2313
 
            <numeric>False</numeric>
2314
 
            <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2315
 
            <snap>False</snap>
2316
 
            <wrap>False</wrap>
2317
 
            <value>6010</value>
2318
 
            <lower>1024</lower>
2319
 
            <upper>100</upper>
2320
 
            <step>1</step>
2321
 
            <page>10</page>
2322
 
            <page_size>10</page_size>
2323
 
            <child>
2324
 
              <padding>0</padding>
2325
 
              <expand>True</expand>
2326
 
              <fill>True</fill>
2327
 
            </child>
2328
 
          </widget>
2329
 
        </widget>
2330
 
      </widget>
2331
 
    </widget>
2332
 
  </widget>
2333
 
</widget>
2334
 
 
2335
 
<widget>
2336
 
  <class>GtkDialog</class>
2337
 
  <name>intf_jump</name>
2338
 
  <title>Jump</title>
2339
 
  <type>GTK_WINDOW_TOPLEVEL</type>
2340
 
  <position>GTK_WIN_POS_NONE</position>
2341
 
  <modal>False</modal>
2342
 
  <allow_shrink>True</allow_shrink>
2343
 
  <allow_grow>True</allow_grow>
2344
 
  <auto_shrink>False</auto_shrink>
2345
 
 
2346
 
  <widget>
2347
 
    <class>GtkVBox</class>
2348
 
    <child_name>Dialog:vbox</child_name>
2349
 
    <name>dialog-vbox3</name>
2350
 
    <homogeneous>False</homogeneous>
2351
 
    <spacing>0</spacing>
2352
 
 
2353
 
    <widget>
2354
 
      <class>GtkHBox</class>
2355
 
      <child_name>Dialog:action_area</child_name>
2356
 
      <name>dialog-action_area2</name>
2357
 
      <border_width>10</border_width>
2358
 
      <homogeneous>True</homogeneous>
2359
 
      <spacing>5</spacing>
2360
 
      <child>
2361
 
        <padding>0</padding>
2362
 
        <expand>False</expand>
2363
 
        <fill>True</fill>
2364
 
        <pack>GTK_PACK_END</pack>
2365
 
      </child>
2366
 
 
2367
 
      <widget>
2368
 
        <class>GtkButton</class>
2369
 
        <name>jump_ok_button</name>
2370
 
        <can_focus>True</can_focus>
2371
 
        <signal>
2372
 
          <name>clicked</name>
2373
 
          <handler>GtkJumpOk</handler>
2374
 
          <data>&quot;intf_jump&quot;</data>
2375
 
          <last_modification_time>Sun, 13 May 2001 14:53:19 GMT</last_modification_time>
2376
 
        </signal>
2377
 
        <label>Ok</label>
2378
 
        <relief>GTK_RELIEF_NORMAL</relief>
2379
 
        <child>
2380
 
          <padding>0</padding>
2381
 
          <expand>True</expand>
2382
 
          <fill>True</fill>
2383
 
        </child>
2384
 
      </widget>
2385
 
 
2386
 
      <widget>
2387
 
        <class>GtkButton</class>
2388
 
        <name>jump_cancel_button</name>
2389
 
        <can_focus>True</can_focus>
2390
 
        <signal>
2391
 
          <name>clicked</name>
2392
 
          <handler>GtkJumpCancel</handler>
2393
 
          <data>&quot;intf_jump&quot;</data>
2394
 
          <last_modification_time>Sun, 13 May 2001 14:53:43 GMT</last_modification_time>
2395
 
        </signal>
2396
 
        <label>Cancel</label>
2397
 
        <relief>GTK_RELIEF_NORMAL</relief>
2398
 
        <child>
2399
 
          <padding>0</padding>
2400
 
          <expand>True</expand>
2401
 
          <fill>True</fill>
2402
 
        </child>
2403
 
      </widget>
2404
 
    </widget>
2405
 
 
2406
 
    <widget>
2407
 
      <class>GtkFrame</class>
2408
 
      <name>jump_frame</name>
2409
 
      <border_width>5</border_width>
2410
 
      <label>Go to:</label>
2411
 
      <label_xalign>0.05</label_xalign>
2412
 
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2413
 
      <child>
2414
 
        <padding>0</padding>
2415
 
        <expand>True</expand>
2416
 
        <fill>True</fill>
2417
 
      </child>
2418
 
 
2419
 
      <widget>
2420
 
        <class>GtkHBox</class>
2421
 
        <name>hbox13</name>
2422
 
        <homogeneous>False</homogeneous>
2423
 
        <spacing>0</spacing>
2424
 
 
2425
 
        <widget>
2426
 
          <class>GtkLabel</class>
2427
 
          <name>jump_second_label</name>
2428
 
          <label>s.</label>
2429
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2430
 
          <wrap>False</wrap>
2431
 
          <xalign>0.5</xalign>
2432
 
          <yalign>0.5</yalign>
2433
 
          <xpad>0</xpad>
2434
 
          <ypad>0</ypad>
2435
 
          <child>
2436
 
            <padding>5</padding>
2437
 
            <expand>False</expand>
2438
 
            <fill>False</fill>
2439
 
            <pack>GTK_PACK_END</pack>
2440
 
          </child>
2441
 
        </widget>
2442
 
 
2443
 
        <widget>
2444
 
          <class>GtkSpinButton</class>
2445
 
          <name>jump_second_spinbutton</name>
2446
 
          <can_focus>True</can_focus>
2447
 
          <climb_rate>1</climb_rate>
2448
 
          <digits>0</digits>
2449
 
          <numeric>False</numeric>
2450
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2451
 
          <snap>False</snap>
2452
 
          <wrap>False</wrap>
2453
 
          <value>0</value>
2454
 
          <lower>0</lower>
2455
 
          <upper>60</upper>
2456
 
          <step>1</step>
2457
 
          <page>10</page>
2458
 
          <page_size>10</page_size>
2459
 
          <child>
2460
 
            <padding>0</padding>
2461
 
            <expand>False</expand>
2462
 
            <fill>True</fill>
2463
 
            <pack>GTK_PACK_END</pack>
2464
 
          </child>
2465
 
        </widget>
2466
 
 
2467
 
        <widget>
2468
 
          <class>GtkLabel</class>
2469
 
          <name>jump_minute_label</name>
2470
 
          <label>m:</label>
2471
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2472
 
          <wrap>False</wrap>
2473
 
          <xalign>0.5</xalign>
2474
 
          <yalign>0.5</yalign>
2475
 
          <xpad>0</xpad>
2476
 
          <ypad>0</ypad>
2477
 
          <child>
2478
 
            <padding>5</padding>
2479
 
            <expand>False</expand>
2480
 
            <fill>False</fill>
2481
 
            <pack>GTK_PACK_END</pack>
2482
 
          </child>
2483
 
        </widget>
2484
 
 
2485
 
        <widget>
2486
 
          <class>GtkSpinButton</class>
2487
 
          <name>jump_minute_spinbutton</name>
2488
 
          <can_focus>True</can_focus>
2489
 
          <climb_rate>1</climb_rate>
2490
 
          <digits>0</digits>
2491
 
          <numeric>False</numeric>
2492
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2493
 
          <snap>False</snap>
2494
 
          <wrap>False</wrap>
2495
 
          <value>0</value>
2496
 
          <lower>0</lower>
2497
 
          <upper>60</upper>
2498
 
          <step>1</step>
2499
 
          <page>10</page>
2500
 
          <page_size>10</page_size>
2501
 
          <child>
2502
 
            <padding>0</padding>
2503
 
            <expand>False</expand>
2504
 
            <fill>True</fill>
2505
 
            <pack>GTK_PACK_END</pack>
2506
 
          </child>
2507
 
        </widget>
2508
 
 
2509
 
        <widget>
2510
 
          <class>GtkLabel</class>
2511
 
          <name>jump_hour_label</name>
2512
 
          <label>h:</label>
2513
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2514
 
          <wrap>False</wrap>
2515
 
          <xalign>0.5</xalign>
2516
 
          <yalign>0.5</yalign>
2517
 
          <xpad>0</xpad>
2518
 
          <ypad>0</ypad>
2519
 
          <child>
2520
 
            <padding>5</padding>
2521
 
            <expand>False</expand>
2522
 
            <fill>False</fill>
2523
 
            <pack>GTK_PACK_END</pack>
2524
 
          </child>
2525
 
        </widget>
2526
 
 
2527
 
        <widget>
2528
 
          <class>GtkSpinButton</class>
2529
 
          <name>jump_hour_spinbutton</name>
2530
 
          <can_focus>True</can_focus>
2531
 
          <climb_rate>1</climb_rate>
2532
 
          <digits>0</digits>
2533
 
          <numeric>False</numeric>
2534
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2535
 
          <snap>False</snap>
2536
 
          <wrap>False</wrap>
2537
 
          <value>0</value>
2538
 
          <lower>0</lower>
2539
 
          <upper>12</upper>
2540
 
          <step>1</step>
2541
 
          <page>10</page>
2542
 
          <page_size>10</page_size>
2543
 
          <child>
2544
 
            <padding>0</padding>
2545
 
            <expand>False</expand>
2546
 
            <fill>True</fill>
2547
 
            <pack>GTK_PACK_END</pack>
2548
 
          </child>
2549
 
        </widget>
2550
 
      </widget>
2551
 
    </widget>
2552
 
  </widget>
2553
 
</widget>
2554
 
 
2555
 
<widget>
2556
 
  <class>GtkDialog</class>
2557
 
  <name>intf_playlist</name>
2558
 
  <signal>
2559
 
    <name>destroy</name>
2560
 
    <handler>gtk_widget_hide</handler>
2561
 
    <last_modification_time>Tue, 15 May 2001 14:20:39 GMT</last_modification_time>
2562
 
  </signal>
2563
 
  <signal>
2564
 
    <name>delete_event</name>
2565
 
    <handler>gtk_widget_hide</handler>
2566
 
    <last_modification_time>Tue, 15 May 2001 14:20:22 GMT</last_modification_time>
2567
 
  </signal>
2568
 
  <title>Playlist</title>
2569
 
  <type>GTK_WINDOW_TOPLEVEL</type>
2570
 
  <position>GTK_WIN_POS_NONE</position>
2571
 
  <modal>False</modal>
2572
 
  <default_width>400</default_width>
2573
 
  <default_height>300</default_height>
2574
 
  <allow_shrink>True</allow_shrink>
2575
 
  <allow_grow>True</allow_grow>
2576
 
  <auto_shrink>False</auto_shrink>
2577
 
 
2578
 
  <widget>
2579
 
    <class>GtkVBox</class>
2580
 
    <child_name>Dialog:vbox</child_name>
2581
 
    <name>dialog-vbox4</name>
2582
 
    <homogeneous>False</homogeneous>
2583
 
    <spacing>5</spacing>
2584
 
 
2585
 
    <widget>
2586
 
      <class>GtkHBox</class>
2587
 
      <child_name>Dialog:action_area</child_name>
2588
 
      <name>dialog-action_area3</name>
2589
 
      <border_width>10</border_width>
2590
 
      <homogeneous>True</homogeneous>
2591
 
      <spacing>5</spacing>
2592
 
      <child>
2593
 
        <padding>0</padding>
2594
 
        <expand>False</expand>
2595
 
        <fill>True</fill>
2596
 
        <pack>GTK_PACK_END</pack>
2597
 
      </child>
2598
 
 
2599
 
      <widget>
2600
 
        <class>GtkButton</class>
2601
 
        <name>playlist_ok_button</name>
2602
 
        <can_focus>True</can_focus>
2603
 
        <signal>
2604
 
          <name>clicked</name>
2605
 
          <handler>GtkPlaylistOk</handler>
2606
 
          <data>&quot;intf_playlist&quot;</data>
2607
 
          <last_modification_time>Sat, 12 May 2001 21:16:09 GMT</last_modification_time>
2608
 
        </signal>
2609
 
        <label>Ok</label>
2610
 
        <relief>GTK_RELIEF_NORMAL</relief>
2611
 
        <child>
2612
 
          <padding>0</padding>
2613
 
          <expand>True</expand>
2614
 
          <fill>True</fill>
2615
 
        </child>
2616
 
      </widget>
2617
 
 
2618
 
      <widget>
2619
 
        <class>GtkButton</class>
2620
 
        <name>playlist_cancel_button</name>
2621
 
        <can_focus>True</can_focus>
2622
 
        <signal>
2623
 
          <name>clicked</name>
2624
 
          <handler>GtkPlaylistCancel</handler>
2625
 
          <data>&quot;intf_playlist&quot;</data>
2626
 
          <last_modification_time>Sat, 12 May 2001 21:16:20 GMT</last_modification_time>
2627
 
        </signal>
2628
 
        <label>Cancel</label>
2629
 
        <relief>GTK_RELIEF_NORMAL</relief>
2630
 
        <child>
2631
 
          <padding>0</padding>
2632
 
          <expand>True</expand>
2633
 
          <fill>True</fill>
2634
 
        </child>
2635
 
      </widget>
2636
 
    </widget>
2637
 
 
2638
 
    <widget>
2639
 
      <class>GtkMenuBar</class>
2640
 
      <name>playlist_menubar</name>
2641
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
2642
 
      <child>
2643
 
        <padding>0</padding>
2644
 
        <expand>False</expand>
2645
 
        <fill>False</fill>
2646
 
      </child>
2647
 
 
2648
 
      <widget>
2649
 
        <class>GtkMenuItem</class>
2650
 
        <name>playlist_add</name>
2651
 
        <label>Add</label>
2652
 
        <right_justify>False</right_justify>
2653
 
 
2654
 
        <widget>
2655
 
          <class>GtkMenu</class>
2656
 
          <name>playlist_add_menu</name>
2657
 
 
2658
 
          <widget>
2659
 
            <class>GtkMenuItem</class>
2660
 
            <name>playlist_add_disc</name>
2661
 
            <signal>
2662
 
              <name>activate</name>
2663
 
              <handler>GtkDiscOpenActivate</handler>
2664
 
              <data>&quot;intf_playlist&quot;</data>
2665
 
              <last_modification_time>Mon, 14 May 2001 21:59:32 GMT</last_modification_time>
2666
 
            </signal>
2667
 
            <label>Disc</label>
2668
 
            <right_justify>False</right_justify>
2669
 
          </widget>
2670
 
 
2671
 
          <widget>
2672
 
            <class>GtkMenuItem</class>
2673
 
            <name>playlist_add_file</name>
2674
 
            <signal>
2675
 
              <name>activate</name>
2676
 
              <handler>GtkFileOpenActivate</handler>
2677
 
              <data>&quot;intf_playlist&quot;</data>
2678
 
              <last_modification_time>Mon, 14 May 2001 21:59:48 GMT</last_modification_time>
2679
 
            </signal>
2680
 
            <label>File</label>
2681
 
            <right_justify>False</right_justify>
2682
 
          </widget>
2683
 
 
2684
 
          <widget>
2685
 
            <class>GtkMenuItem</class>
2686
 
            <name>playlist_add_network</name>
2687
 
            <signal>
2688
 
              <name>activate</name>
2689
 
              <handler>GtkNetworkOpenActivate</handler>
2690
 
              <data>&quot;intf_playlist&quot;</data>
2691
 
              <last_modification_time>Mon, 14 May 2001 22:00:03 GMT</last_modification_time>
2692
 
            </signal>
2693
 
            <label>Network</label>
2694
 
            <right_justify>False</right_justify>
2695
 
          </widget>
2696
 
 
2697
 
          <widget>
2698
 
            <class>GtkMenuItem</class>
2699
 
            <name>playlist_add_url</name>
2700
 
            <signal>
2701
 
              <name>activate</name>
2702
 
              <handler>GtkPlaylistAddUrl</handler>
2703
 
              <data>&quot;intf_playlist&quot;</data>
2704
 
              <last_modification_time>Mon, 14 May 2001 22:00:22 GMT</last_modification_time>
2705
 
            </signal>
2706
 
            <label>Url</label>
2707
 
            <right_justify>False</right_justify>
2708
 
          </widget>
2709
 
        </widget>
2710
 
      </widget>
2711
 
 
2712
 
      <widget>
2713
 
        <class>GtkMenuItem</class>
2714
 
        <name>playlist_delete</name>
2715
 
        <label>Delete</label>
2716
 
        <right_justify>False</right_justify>
2717
 
 
2718
 
        <widget>
2719
 
          <class>GtkMenu</class>
2720
 
          <name>playlist_delete_menu</name>
2721
 
 
2722
 
          <widget>
2723
 
            <class>GtkMenuItem</class>
2724
 
            <name>playlist_delete_all</name>
2725
 
            <signal>
2726
 
              <name>activate</name>
2727
 
              <handler>GtkPlaylistDeleteAll</handler>
2728
 
              <data>&quot;intf_playlist&quot;</data>
2729
 
              <last_modification_time>Sat, 12 May 2001 21:13:11 GMT</last_modification_time>
2730
 
            </signal>
2731
 
            <label>All</label>
2732
 
            <right_justify>False</right_justify>
2733
 
          </widget>
2734
 
 
2735
 
          <widget>
2736
 
            <class>GtkMenuItem</class>
2737
 
            <name>playlist_delete_selected</name>
2738
 
            <signal>
2739
 
              <name>activate</name>
2740
 
              <handler>GtkPlaylistDeleteSelected</handler>
2741
 
              <data>&quot;intf_playlist&quot;</data>
2742
 
              <last_modification_time>Sat, 12 May 2001 21:12:58 GMT</last_modification_time>
2743
 
            </signal>
2744
 
            <label>Selected</label>
2745
 
            <right_justify>False</right_justify>
2746
 
          </widget>
2747
 
        </widget>
2748
 
      </widget>
2749
 
 
2750
 
      <widget>
2751
 
        <class>GtkMenuItem</class>
2752
 
        <name>playlist_selection</name>
2753
 
        <label>Selection</label>
2754
 
        <right_justify>False</right_justify>
2755
 
 
2756
 
        <widget>
2757
 
          <class>GtkMenu</class>
2758
 
          <name>playlist_selection_menu</name>
2759
 
 
2760
 
          <widget>
2761
 
            <class>GtkMenuItem</class>
2762
 
            <name>playlist_selection_crop</name>
2763
 
            <signal>
2764
 
              <name>activate</name>
2765
 
              <handler>GtkPlaylistCrop</handler>
2766
 
              <data>&quot;intf_playlist&quot;</data>
2767
 
              <last_modification_time>Sat, 12 May 2001 21:13:47 GMT</last_modification_time>
2768
 
            </signal>
2769
 
            <label>_Crop</label>
2770
 
            <right_justify>False</right_justify>
2771
 
          </widget>
2772
 
 
2773
 
          <widget>
2774
 
            <class>GtkMenuItem</class>
2775
 
            <name>playlist_selection_invert</name>
2776
 
            <signal>
2777
 
              <name>activate</name>
2778
 
              <handler>GtkPlaylistInvert</handler>
2779
 
              <data>&quot;intf_playlist&quot;</data>
2780
 
              <last_modification_time>Sat, 12 May 2001 21:13:55 GMT</last_modification_time>
2781
 
            </signal>
2782
 
            <label>_Invert</label>
2783
 
            <right_justify>False</right_justify>
2784
 
          </widget>
2785
 
 
2786
 
          <widget>
2787
 
            <class>GtkMenuItem</class>
2788
 
            <name>playlist_selection_select</name>
2789
 
            <signal>
2790
 
              <name>activate</name>
2791
 
              <handler>GtkPlaylistSelect</handler>
2792
 
              <data>&quot;intf_playlist&quot;</data>
2793
 
              <last_modification_time>Sat, 12 May 2001 21:14:04 GMT</last_modification_time>
2794
 
            </signal>
2795
 
            <label>_Select</label>
2796
 
            <right_justify>False</right_justify>
2797
 
          </widget>
2798
 
        </widget>
2799
 
      </widget>
2800
 
    </widget>
2801
 
 
2802
 
    <widget>
2803
 
      <class>GtkScrolledWindow</class>
2804
 
      <name>scrolledwindow1</name>
2805
 
      <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2806
 
      <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2807
 
      <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2808
 
      <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2809
 
      <child>
2810
 
        <padding>0</padding>
2811
 
        <expand>True</expand>
2812
 
        <fill>True</fill>
2813
 
      </child>
2814
 
 
2815
 
      <widget>
2816
 
        <class>GtkCList</class>
2817
 
        <name>playlist_clist</name>
2818
 
        <border_width>5</border_width>
2819
 
        <can_focus>True</can_focus>
2820
 
        <signal>
2821
 
          <name>event</name>
2822
 
          <handler>GtkPlaylistEvent</handler>
2823
 
          <data>&quot;intf_playlist&quot;</data>
2824
 
          <last_modification_time>Sat, 12 May 2001 21:25:20 GMT</last_modification_time>
2825
 
        </signal>
2826
 
        <signal>
2827
 
          <name>drag_data_received</name>
2828
 
          <handler>GtkPlaylistDragData</handler>
2829
 
          <data>&quot;intf_playlist&quot;</data>
2830
 
          <last_modification_time>Sat, 12 May 2001 21:25:53 GMT</last_modification_time>
2831
 
        </signal>
2832
 
        <signal>
2833
 
          <name>drag_motion</name>
2834
 
          <handler>GtkPlaylistDragMotion</handler>
2835
 
          <data>&quot;intf_playlist&quot;</data>
2836
 
          <last_modification_time>Sat, 12 May 2001 21:26:23 GMT</last_modification_time>
2837
 
        </signal>
2838
 
        <columns>2</columns>
2839
 
        <column_widths>257,80</column_widths>
2840
 
        <selection_mode>GTK_SELECTION_EXTENDED</selection_mode>
2841
 
        <show_titles>True</show_titles>
2842
 
        <shadow_type>GTK_SHADOW_OUT</shadow_type>
2843
 
 
2844
 
        <widget>
2845
 
          <class>GtkLabel</class>
2846
 
          <child_name>CList:title</child_name>
2847
 
          <name>label22</name>
2848
 
          <label>File</label>
2849
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2850
 
          <wrap>False</wrap>
2851
 
          <xalign>0.5</xalign>
2852
 
          <yalign>0.5</yalign>
2853
 
          <xpad>0</xpad>
2854
 
          <ypad>0</ypad>
2855
 
        </widget>
2856
 
 
2857
 
        <widget>
2858
 
          <class>GtkLabel</class>
2859
 
          <child_name>CList:title</child_name>
2860
 
          <name>label23</name>
2861
 
          <label>Duration</label>
2862
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2863
 
          <wrap>False</wrap>
2864
 
          <xalign>0.5</xalign>
2865
 
          <yalign>0.5</yalign>
2866
 
          <xpad>0</xpad>
2867
 
          <ypad>0</ypad>
2868
 
        </widget>
2869
 
      </widget>
2870
 
    </widget>
2871
 
  </widget>
2872
 
</widget>
2873
 
 
2874
 
<widget>
2875
 
  <class>GtkDialog</class>
2876
 
  <name>intf_preferences</name>
2877
 
  <title>Preferences</title>
2878
 
  <type>GTK_WINDOW_TOPLEVEL</type>
2879
 
  <position>GTK_WIN_POS_NONE</position>
2880
 
  <modal>False</modal>
2881
 
  <allow_shrink>True</allow_shrink>
2882
 
  <allow_grow>True</allow_grow>
2883
 
  <auto_shrink>False</auto_shrink>
2884
 
 
2885
 
  <widget>
2886
 
    <class>GtkVBox</class>
2887
 
    <child_name>Dialog:vbox</child_name>
2888
 
    <name>dialog-vbox5</name>
2889
 
    <border_width>5</border_width>
2890
 
    <homogeneous>False</homogeneous>
2891
 
    <spacing>5</spacing>
2892
 
 
2893
 
    <widget>
2894
 
      <class>GtkHBox</class>
2895
 
      <child_name>Dialog:action_area</child_name>
2896
 
      <name>dialog-action_area4</name>
2897
 
      <border_width>10</border_width>
2898
 
      <homogeneous>True</homogeneous>
2899
 
      <spacing>5</spacing>
2900
 
      <child>
2901
 
        <padding>0</padding>
2902
 
        <expand>False</expand>
2903
 
        <fill>True</fill>
2904
 
        <pack>GTK_PACK_END</pack>
2905
 
      </child>
2906
 
 
2907
 
      <widget>
2908
 
        <class>GtkButton</class>
2909
 
        <name>preferences_ok_button</name>
2910
 
        <can_focus>True</can_focus>
2911
 
        <signal>
2912
 
          <name>clicked</name>
2913
 
          <handler>GtkPreferencesOk</handler>
2914
 
          <data>&quot;intf_preferences&quot;</data>
2915
 
          <last_modification_time>Mon, 14 May 2001 21:21:39 GMT</last_modification_time>
2916
 
        </signal>
2917
 
        <label>Ok</label>
2918
 
        <relief>GTK_RELIEF_NORMAL</relief>
2919
 
        <child>
2920
 
          <padding>0</padding>
2921
 
          <expand>True</expand>
2922
 
          <fill>True</fill>
2923
 
        </child>
2924
 
      </widget>
2925
 
 
2926
 
      <widget>
2927
 
        <class>GtkButton</class>
2928
 
        <name>preferences_apply_button</name>
2929
 
        <can_focus>True</can_focus>
2930
 
        <signal>
2931
 
          <name>clicked</name>
2932
 
          <handler>GtkPreferencesApply</handler>
2933
 
          <data>&quot;intf_preferences&quot;</data>
2934
 
          <last_modification_time>Mon, 14 May 2001 21:22:10 GMT</last_modification_time>
2935
 
        </signal>
2936
 
        <label>Apply</label>
2937
 
        <relief>GTK_RELIEF_NORMAL</relief>
2938
 
        <child>
2939
 
          <padding>0</padding>
2940
 
          <expand>True</expand>
2941
 
          <fill>True</fill>
2942
 
        </child>
2943
 
      </widget>
2944
 
 
2945
 
      <widget>
2946
 
        <class>GtkButton</class>
2947
 
        <name>preferences_cancel_button</name>
2948
 
        <can_focus>True</can_focus>
2949
 
        <signal>
2950
 
          <name>clicked</name>
2951
 
          <handler>GtkPreferencesCancel</handler>
2952
 
          <data>&quot;intf_preferences&quot;</data>
2953
 
          <last_modification_time>Mon, 14 May 2001 21:22:46 GMT</last_modification_time>
2954
 
        </signal>
2955
 
        <label>Cancel</label>
2956
 
        <relief>GTK_RELIEF_NORMAL</relief>
2957
 
        <child>
2958
 
          <padding>0</padding>
2959
 
          <expand>True</expand>
2960
 
          <fill>True</fill>
2961
 
        </child>
2962
 
      </widget>
2963
 
    </widget>
2964
 
 
2965
 
    <widget>
2966
 
      <class>GtkNotebook</class>
2967
 
      <name>preferences_notebook</name>
2968
 
      <can_focus>True</can_focus>
2969
 
      <show_tabs>True</show_tabs>
2970
 
      <show_border>True</show_border>
2971
 
      <tab_pos>GTK_POS_TOP</tab_pos>
2972
 
      <scrollable>False</scrollable>
2973
 
      <tab_hborder>2</tab_hborder>
2974
 
      <tab_vborder>2</tab_vborder>
2975
 
      <popup_enable>False</popup_enable>
2976
 
      <child>
2977
 
        <padding>0</padding>
2978
 
        <expand>True</expand>
2979
 
        <fill>True</fill>
2980
 
      </child>
2981
 
 
2982
 
      <widget>
2983
 
        <class>GtkTable</class>
2984
 
        <name>preferences_file_table</name>
2985
 
        <border_width>5</border_width>
2986
 
        <rows>1</rows>
2987
 
        <columns>3</columns>
2988
 
        <homogeneous>False</homogeneous>
2989
 
        <row_spacing>5</row_spacing>
2990
 
        <column_spacing>5</column_spacing>
2991
 
 
2992
 
        <widget>
2993
 
          <class>GtkLabel</class>
2994
 
          <name>preferences_file_path_label</name>
2995
 
          <label>Default path:</label>
2996
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2997
 
          <wrap>False</wrap>
2998
 
          <xalign>0</xalign>
2999
 
          <yalign>0.5</yalign>
3000
 
          <xpad>0</xpad>
3001
 
          <ypad>0</ypad>
3002
 
          <child>
3003
 
            <left_attach>0</left_attach>
3004
 
            <right_attach>1</right_attach>
3005
 
            <top_attach>0</top_attach>
3006
 
            <bottom_attach>1</bottom_attach>
3007
 
            <xpad>0</xpad>
3008
 
            <ypad>0</ypad>
3009
 
            <xexpand>False</xexpand>
3010
 
            <yexpand>True</yexpand>
3011
 
            <xshrink>False</xshrink>
3012
 
            <yshrink>False</yshrink>
3013
 
            <xfill>True</xfill>
3014
 
            <yfill>False</yfill>
3015
 
          </child>
3016
 
        </widget>
3017
 
 
3018
 
        <widget>
3019
 
          <class>GtkCombo</class>
3020
 
          <name>preferences_file_path_combo</name>
3021
 
          <value_in_list>False</value_in_list>
3022
 
          <ok_if_empty>True</ok_if_empty>
3023
 
          <case_sensitive>False</case_sensitive>
3024
 
          <use_arrows>True</use_arrows>
3025
 
          <use_arrows_always>False</use_arrows_always>
3026
 
          <items></items>
3027
 
          <child>
3028
 
            <left_attach>1</left_attach>
3029
 
            <right_attach>2</right_attach>
3030
 
            <top_attach>0</top_attach>
3031
 
            <bottom_attach>1</bottom_attach>
3032
 
            <xpad>0</xpad>
3033
 
            <ypad>0</ypad>
3034
 
            <xexpand>True</xexpand>
3035
 
            <yexpand>True</yexpand>
3036
 
            <xshrink>False</xshrink>
3037
 
            <yshrink>False</yshrink>
3038
 
            <xfill>True</xfill>
3039
 
            <yfill>False</yfill>
3040
 
          </child>
3041
 
 
3042
 
          <widget>
3043
 
            <class>GtkEntry</class>
3044
 
            <child_name>GtkCombo:entry</child_name>
3045
 
            <name>preferences_file_path_entry</name>
3046
 
            <can_focus>True</can_focus>
3047
 
            <editable>True</editable>
3048
 
            <text_visible>True</text_visible>
3049
 
            <text_max_length>0</text_max_length>
3050
 
            <text></text>
3051
 
          </widget>
3052
 
        </widget>
3053
 
 
3054
 
        <widget>
3055
 
          <class>GtkButton</class>
3056
 
          <name>preferences_file_path_button</name>
3057
 
          <can_focus>True</can_focus>
3058
 
          <label>Browse</label>
3059
 
          <relief>GTK_RELIEF_NORMAL</relief>
3060
 
          <child>
3061
 
            <left_attach>2</left_attach>
3062
 
            <right_attach>3</right_attach>
3063
 
            <top_attach>0</top_attach>
3064
 
            <bottom_attach>1</bottom_attach>
3065
 
            <xpad>0</xpad>
3066
 
            <ypad>0</ypad>
3067
 
            <xexpand>True</xexpand>
3068
 
            <yexpand>True</yexpand>
3069
 
            <xshrink>False</xshrink>
3070
 
            <yshrink>False</yshrink>
3071
 
            <xfill>True</xfill>
3072
 
            <yfill>False</yfill>
3073
 
          </child>
3074
 
        </widget>
3075
 
      </widget>
3076
 
 
3077
 
      <widget>
3078
 
        <class>GtkLabel</class>
3079
 
        <child_name>Notebook:tab</child_name>
3080
 
        <name>preferences_file</name>
3081
 
        <label>File</label>
3082
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3083
 
        <wrap>False</wrap>
3084
 
        <xalign>0.5</xalign>
3085
 
        <yalign>0.5</yalign>
3086
 
        <xpad>0</xpad>
3087
 
        <ypad>0</ypad>
3088
 
      </widget>
3089
 
 
3090
 
      <widget>
3091
 
        <class>GtkTable</class>
3092
 
        <name>preferences_disc_table</name>
3093
 
        <border_width>5</border_width>
3094
 
        <rows>2</rows>
3095
 
        <columns>3</columns>
3096
 
        <homogeneous>False</homogeneous>
3097
 
        <row_spacing>5</row_spacing>
3098
 
        <column_spacing>5</column_spacing>
3099
 
 
3100
 
        <widget>
3101
 
          <class>GtkLabel</class>
3102
 
          <name>preferences_disc_vcd_label</name>
3103
 
          <label>Default VCD path</label>
3104
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3105
 
          <wrap>False</wrap>
3106
 
          <xalign>0</xalign>
3107
 
          <yalign>0.5</yalign>
3108
 
          <xpad>0</xpad>
3109
 
          <ypad>0</ypad>
3110
 
          <child>
3111
 
            <left_attach>0</left_attach>
3112
 
            <right_attach>1</right_attach>
3113
 
            <top_attach>1</top_attach>
3114
 
            <bottom_attach>2</bottom_attach>
3115
 
            <xpad>0</xpad>
3116
 
            <ypad>0</ypad>
3117
 
            <xexpand>False</xexpand>
3118
 
            <yexpand>True</yexpand>
3119
 
            <xshrink>False</xshrink>
3120
 
            <yshrink>False</yshrink>
3121
 
            <xfill>True</xfill>
3122
 
            <yfill>False</yfill>
3123
 
          </child>
3124
 
        </widget>
3125
 
 
3126
 
        <widget>
3127
 
          <class>GtkLabel</class>
3128
 
          <name>preference_disc_dvd_label</name>
3129
 
          <label>Default DVD path:</label>
3130
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3131
 
          <wrap>False</wrap>
3132
 
          <xalign>0</xalign>
3133
 
          <yalign>0.5</yalign>
3134
 
          <xpad>0</xpad>
3135
 
          <ypad>0</ypad>
3136
 
          <child>
3137
 
            <left_attach>0</left_attach>
3138
 
            <right_attach>1</right_attach>
3139
 
            <top_attach>0</top_attach>
3140
 
            <bottom_attach>1</bottom_attach>
3141
 
            <xpad>0</xpad>
3142
 
            <ypad>0</ypad>
3143
 
            <xexpand>False</xexpand>
3144
 
            <yexpand>True</yexpand>
3145
 
            <xshrink>False</xshrink>
3146
 
            <yshrink>False</yshrink>
3147
 
            <xfill>True</xfill>
3148
 
            <yfill>False</yfill>
3149
 
          </child>
3150
 
        </widget>
3151
 
 
3152
 
        <widget>
3153
 
          <class>GtkCombo</class>
3154
 
          <name>preferences_disc_dvd_combo</name>
3155
 
          <value_in_list>False</value_in_list>
3156
 
          <ok_if_empty>True</ok_if_empty>
3157
 
          <case_sensitive>False</case_sensitive>
3158
 
          <use_arrows>True</use_arrows>
3159
 
          <use_arrows_always>False</use_arrows_always>
3160
 
          <items>/dev/dvd
3161
 
</items>
3162
 
          <child>
3163
 
            <left_attach>1</left_attach>
3164
 
            <right_attach>2</right_attach>
3165
 
            <top_attach>0</top_attach>
3166
 
            <bottom_attach>1</bottom_attach>
3167
 
            <xpad>0</xpad>
3168
 
            <ypad>0</ypad>
3169
 
            <xexpand>True</xexpand>
3170
 
            <yexpand>True</yexpand>
3171
 
            <xshrink>False</xshrink>
3172
 
            <yshrink>False</yshrink>
3173
 
            <xfill>True</xfill>
3174
 
            <yfill>False</yfill>
3175
 
          </child>
3176
 
 
3177
 
          <widget>
3178
 
            <class>GtkEntry</class>
3179
 
            <child_name>GtkCombo:entry</child_name>
3180
 
            <name>preferences_disc_dvd_entry</name>
3181
 
            <can_focus>True</can_focus>
3182
 
            <editable>True</editable>
3183
 
            <text_visible>True</text_visible>
3184
 
            <text_max_length>0</text_max_length>
3185
 
            <text>/dev/dvd</text>
3186
 
          </widget>
3187
 
        </widget>
3188
 
 
3189
 
        <widget>
3190
 
          <class>GtkCombo</class>
3191
 
          <name>preferences_disc_vcd_combo</name>
3192
 
          <value_in_list>False</value_in_list>
3193
 
          <ok_if_empty>True</ok_if_empty>
3194
 
          <case_sensitive>False</case_sensitive>
3195
 
          <use_arrows>True</use_arrows>
3196
 
          <use_arrows_always>False</use_arrows_always>
3197
 
          <items>/dev/cdrom
3198
 
</items>
3199
 
          <child>
3200
 
            <left_attach>1</left_attach>
3201
 
            <right_attach>2</right_attach>
3202
 
            <top_attach>1</top_attach>
3203
 
            <bottom_attach>2</bottom_attach>
3204
 
            <xpad>0</xpad>
3205
 
            <ypad>0</ypad>
3206
 
            <xexpand>True</xexpand>
3207
 
            <yexpand>True</yexpand>
3208
 
            <xshrink>False</xshrink>
3209
 
            <yshrink>False</yshrink>
3210
 
            <xfill>True</xfill>
3211
 
            <yfill>False</yfill>
3212
 
          </child>
3213
 
 
3214
 
          <widget>
3215
 
            <class>GtkEntry</class>
3216
 
            <child_name>GtkCombo:entry</child_name>
3217
 
            <name>preferences_disc_vcd_entry</name>
3218
 
            <can_focus>True</can_focus>
3219
 
            <editable>True</editable>
3220
 
            <text_visible>True</text_visible>
3221
 
            <text_max_length>0</text_max_length>
3222
 
            <text>/dev/cdrom</text>
3223
 
          </widget>
3224
 
        </widget>
3225
 
 
3226
 
        <widget>
3227
 
          <class>GtkButton</class>
3228
 
          <name>preferences_disc_dvd_browse_button</name>
3229
 
          <can_focus>True</can_focus>
3230
 
          <label>Browse</label>
3231
 
          <relief>GTK_RELIEF_NORMAL</relief>
3232
 
          <child>
3233
 
            <left_attach>2</left_attach>
3234
 
            <right_attach>3</right_attach>
3235
 
            <top_attach>0</top_attach>
3236
 
            <bottom_attach>1</bottom_attach>
3237
 
            <xpad>0</xpad>
3238
 
            <ypad>0</ypad>
3239
 
            <xexpand>True</xexpand>
3240
 
            <yexpand>True</yexpand>
3241
 
            <xshrink>False</xshrink>
3242
 
            <yshrink>False</yshrink>
3243
 
            <xfill>True</xfill>
3244
 
            <yfill>False</yfill>
3245
 
          </child>
3246
 
        </widget>
3247
 
 
3248
 
        <widget>
3249
 
          <class>GtkButton</class>
3250
 
          <name>preferences_disc_vcd_browse_button</name>
3251
 
          <can_focus>True</can_focus>
3252
 
          <label>Browse</label>
3253
 
          <relief>GTK_RELIEF_NORMAL</relief>
3254
 
          <child>
3255
 
            <left_attach>2</left_attach>
3256
 
            <right_attach>3</right_attach>
3257
 
            <top_attach>1</top_attach>
3258
 
            <bottom_attach>2</bottom_attach>
3259
 
            <xpad>0</xpad>
3260
 
            <ypad>0</ypad>
3261
 
            <xexpand>True</xexpand>
3262
 
            <yexpand>True</yexpand>
3263
 
            <xshrink>False</xshrink>
3264
 
            <yshrink>False</yshrink>
3265
 
            <xfill>True</xfill>
3266
 
            <yfill>False</yfill>
3267
 
          </child>
3268
 
        </widget>
3269
 
      </widget>
3270
 
 
3271
 
      <widget>
3272
 
        <class>GtkLabel</class>
3273
 
        <child_name>Notebook:tab</child_name>
3274
 
        <name>preferences_disc</name>
3275
 
        <label>Disc</label>
3276
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3277
 
        <wrap>False</wrap>
3278
 
        <xalign>0.5</xalign>
3279
 
        <yalign>0.5</yalign>
3280
 
        <xpad>0</xpad>
3281
 
        <ypad>0</ypad>
3282
 
      </widget>
3283
 
 
3284
 
      <widget>
3285
 
        <class>GtkTable</class>
3286
 
        <name>preferences_network_table</name>
3287
 
        <border_width>5</border_width>
3288
 
        <rows>7</rows>
3289
 
        <columns>2</columns>
3290
 
        <homogeneous>False</homogeneous>
3291
 
        <row_spacing>5</row_spacing>
3292
 
        <column_spacing>5</column_spacing>
3293
 
 
3294
 
        <widget>
3295
 
          <class>GtkCombo</class>
3296
 
          <name>preferences_network_server_combo</name>
3297
 
          <value_in_list>False</value_in_list>
3298
 
          <ok_if_empty>True</ok_if_empty>
3299
 
          <case_sensitive>False</case_sensitive>
3300
 
          <use_arrows>True</use_arrows>
3301
 
          <use_arrows_always>False</use_arrows_always>
3302
 
          <items></items>
3303
 
          <child>
3304
 
            <left_attach>1</left_attach>
3305
 
            <right_attach>2</right_attach>
3306
 
            <top_attach>0</top_attach>
3307
 
            <bottom_attach>1</bottom_attach>
3308
 
            <xpad>0</xpad>
3309
 
            <ypad>0</ypad>
3310
 
            <xexpand>True</xexpand>
3311
 
            <yexpand>True</yexpand>
3312
 
            <xshrink>False</xshrink>
3313
 
            <yshrink>False</yshrink>
3314
 
            <xfill>True</xfill>
3315
 
            <yfill>False</yfill>
3316
 
          </child>
3317
 
 
3318
 
          <widget>
3319
 
            <class>GtkEntry</class>
3320
 
            <child_name>GtkCombo:entry</child_name>
3321
 
            <name>preferences_network_server_entry</name>
3322
 
            <can_focus>True</can_focus>
3323
 
            <editable>True</editable>
3324
 
            <text_visible>True</text_visible>
3325
 
            <text_max_length>0</text_max_length>
3326
 
            <text>vls </text>
3327
 
          </widget>
3328
 
        </widget>
3329
 
 
3330
 
        <widget>
3331
 
          <class>GtkCombo</class>
3332
 
          <name>preferences_network_broadcast_combo</name>
3333
 
          <value_in_list>False</value_in_list>
3334
 
          <ok_if_empty>True</ok_if_empty>
3335
 
          <case_sensitive>False</case_sensitive>
3336
 
          <use_arrows>True</use_arrows>
3337
 
          <use_arrows_always>False</use_arrows_always>
3338
 
          <items></items>
3339
 
          <child>
3340
 
            <left_attach>1</left_attach>
3341
 
            <right_attach>2</right_attach>
3342
 
            <top_attach>2</top_attach>
3343
 
            <bottom_attach>3</bottom_attach>
3344
 
            <xpad>0</xpad>
3345
 
            <ypad>0</ypad>
3346
 
            <xexpand>True</xexpand>
3347
 
            <yexpand>True</yexpand>
3348
 
            <xshrink>False</xshrink>
3349
 
            <yshrink>False</yshrink>
3350
 
            <xfill>True</xfill>
3351
 
            <yfill>False</yfill>
3352
 
          </child>
3353
 
 
3354
 
          <widget>
3355
 
            <class>GtkEntry</class>
3356
 
            <child_name>GtkCombo:entry</child_name>
3357
 
            <name>preferences_network_broadcast_entry</name>
3358
 
            <can_focus>True</can_focus>
3359
 
            <editable>True</editable>
3360
 
            <text_visible>True</text_visible>
3361
 
            <text_max_length>0</text_max_length>
3362
 
            <text></text>
3363
 
          </widget>
3364
 
        </widget>
3365
 
 
3366
 
        <widget>
3367
 
          <class>GtkLabel</class>
3368
 
          <name>preferences_network_server_label</name>
3369
 
          <label>Default server:</label>
3370
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3371
 
          <wrap>False</wrap>
3372
 
          <xalign>0</xalign>
3373
 
          <yalign>0.5</yalign>
3374
 
          <xpad>0</xpad>
3375
 
          <ypad>0</ypad>
3376
 
          <child>
3377
 
            <left_attach>0</left_attach>
3378
 
            <right_attach>1</right_attach>
3379
 
            <top_attach>0</top_attach>
3380
 
            <bottom_attach>1</bottom_attach>
3381
 
            <xpad>0</xpad>
3382
 
            <ypad>0</ypad>
3383
 
            <xexpand>True</xexpand>
3384
 
            <yexpand>True</yexpand>
3385
 
            <xshrink>False</xshrink>
3386
 
            <yshrink>False</yshrink>
3387
 
            <xfill>False</xfill>
3388
 
            <yfill>False</yfill>
3389
 
          </child>
3390
 
        </widget>
3391
 
 
3392
 
        <widget>
3393
 
          <class>GtkLabel</class>
3394
 
          <name>preferences_network_port_label</name>
3395
 
          <label>Default port:</label>
3396
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3397
 
          <wrap>False</wrap>
3398
 
          <xalign>0</xalign>
3399
 
          <yalign>0.5</yalign>
3400
 
          <xpad>0</xpad>
3401
 
          <ypad>0</ypad>
3402
 
          <child>
3403
 
            <left_attach>0</left_attach>
3404
 
            <right_attach>1</right_attach>
3405
 
            <top_attach>1</top_attach>
3406
 
            <bottom_attach>2</bottom_attach>
3407
 
            <xpad>0</xpad>
3408
 
            <ypad>0</ypad>
3409
 
            <xexpand>True</xexpand>
3410
 
            <yexpand>True</yexpand>
3411
 
            <xshrink>False</xshrink>
3412
 
            <yshrink>False</yshrink>
3413
 
            <xfill>False</xfill>
3414
 
            <yfill>False</yfill>
3415
 
          </child>
3416
 
        </widget>
3417
 
 
3418
 
        <widget>
3419
 
          <class>GtkSpinButton</class>
3420
 
          <name>preferences_network_port_spinbutton</name>
3421
 
          <can_focus>True</can_focus>
3422
 
          <climb_rate>1</climb_rate>
3423
 
          <digits>0</digits>
3424
 
          <numeric>False</numeric>
3425
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3426
 
          <snap>False</snap>
3427
 
          <wrap>False</wrap>
3428
 
          <value>1234</value>
3429
 
          <lower>0</lower>
3430
 
          <upper>65535</upper>
3431
 
          <step>1</step>
3432
 
          <page>10</page>
3433
 
          <page_size>10</page_size>
3434
 
          <child>
3435
 
            <left_attach>1</left_attach>
3436
 
            <right_attach>2</right_attach>
3437
 
            <top_attach>1</top_attach>
3438
 
            <bottom_attach>2</bottom_attach>
3439
 
            <xpad>0</xpad>
3440
 
            <ypad>0</ypad>
3441
 
            <xexpand>True</xexpand>
3442
 
            <yexpand>True</yexpand>
3443
 
            <xshrink>False</xshrink>
3444
 
            <yshrink>False</yshrink>
3445
 
            <xfill>True</xfill>
3446
 
            <yfill>False</yfill>
3447
 
          </child>
3448
 
        </widget>
3449
 
 
3450
 
        <widget>
3451
 
          <class>GtkLabel</class>
3452
 
          <name>preferences_network_broadcast_label</name>
3453
 
          <label>Broadcast address:</label>
3454
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3455
 
          <wrap>False</wrap>
3456
 
          <xalign>0</xalign>
3457
 
          <yalign>0.5</yalign>
3458
 
          <xpad>0</xpad>
3459
 
          <ypad>0</ypad>
3460
 
          <child>
3461
 
            <left_attach>0</left_attach>
3462
 
            <right_attach>1</right_attach>
3463
 
            <top_attach>2</top_attach>
3464
 
            <bottom_attach>3</bottom_attach>
3465
 
            <xpad>0</xpad>
3466
 
            <ypad>0</ypad>
3467
 
            <xexpand>True</xexpand>
3468
 
            <yexpand>True</yexpand>
3469
 
            <xshrink>False</xshrink>
3470
 
            <yshrink>False</yshrink>
3471
 
            <xfill>False</xfill>
3472
 
            <yfill>False</yfill>
3473
 
          </child>
3474
 
        </widget>
3475
 
 
3476
 
        <widget>
3477
 
          <class>GtkCheckButton</class>
3478
 
          <name>preferences_network_broadcast_checkbutton</name>
3479
 
          <can_focus>True</can_focus>
3480
 
          <label>Broadcast mode</label>
3481
 
          <active>False</active>
3482
 
          <draw_indicator>True</draw_indicator>
3483
 
          <child>
3484
 
            <left_attach>0</left_attach>
3485
 
            <right_attach>1</right_attach>
3486
 
            <top_attach>3</top_attach>
3487
 
            <bottom_attach>4</bottom_attach>
3488
 
            <xpad>0</xpad>
3489
 
            <ypad>0</ypad>
3490
 
            <xexpand>True</xexpand>
3491
 
            <yexpand>True</yexpand>
3492
 
            <xshrink>False</xshrink>
3493
 
            <yshrink>False</yshrink>
3494
 
            <xfill>False</xfill>
3495
 
            <yfill>False</yfill>
3496
 
          </child>
3497
 
        </widget>
3498
 
 
3499
 
        <widget>
3500
 
          <class>GtkLabel</class>
3501
 
          <name>preferences_network_protocol_label</name>
3502
 
          <label>Default protocol:</label>
3503
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3504
 
          <wrap>False</wrap>
3505
 
          <xalign>0</xalign>
3506
 
          <yalign>0.5</yalign>
3507
 
          <xpad>0</xpad>
3508
 
          <ypad>0</ypad>
3509
 
          <child>
3510
 
            <left_attach>0</left_attach>
3511
 
            <right_attach>1</right_attach>
3512
 
            <top_attach>4</top_attach>
3513
 
            <bottom_attach>7</bottom_attach>
3514
 
            <xpad>0</xpad>
3515
 
            <ypad>0</ypad>
3516
 
            <xexpand>True</xexpand>
3517
 
            <yexpand>True</yexpand>
3518
 
            <xshrink>False</xshrink>
3519
 
            <yshrink>False</yshrink>
3520
 
            <xfill>False</xfill>
3521
 
            <yfill>False</yfill>
3522
 
          </child>
3523
 
        </widget>
3524
 
 
3525
 
        <widget>
3526
 
          <class>GtkRadioButton</class>
3527
 
          <name>preferences_network_ts_radiobutton</name>
3528
 
          <can_focus>True</can_focus>
3529
 
          <label>TS</label>
3530
 
          <active>False</active>
3531
 
          <draw_indicator>True</draw_indicator>
3532
 
          <group>preferences_network_protocol_group</group>
3533
 
          <child>
3534
 
            <left_attach>1</left_attach>
3535
 
            <right_attach>2</right_attach>
3536
 
            <top_attach>4</top_attach>
3537
 
            <bottom_attach>5</bottom_attach>
3538
 
            <xpad>0</xpad>
3539
 
            <ypad>0</ypad>
3540
 
            <xexpand>True</xexpand>
3541
 
            <yexpand>True</yexpand>
3542
 
            <xshrink>False</xshrink>
3543
 
            <yshrink>False</yshrink>
3544
 
            <xfill>True</xfill>
3545
 
            <yfill>False</yfill>
3546
 
          </child>
3547
 
        </widget>
3548
 
 
3549
 
        <widget>
3550
 
          <class>GtkRadioButton</class>
3551
 
          <name>preferences_network_rtp_radiobutton</name>
3552
 
          <can_focus>True</can_focus>
3553
 
          <label>RTP</label>
3554
 
          <active>False</active>
3555
 
          <draw_indicator>True</draw_indicator>
3556
 
          <group>preferences_network_protocol_group</group>
3557
 
          <child>
3558
 
            <left_attach>1</left_attach>
3559
 
            <right_attach>2</right_attach>
3560
 
            <top_attach>5</top_attach>
3561
 
            <bottom_attach>6</bottom_attach>
3562
 
            <xpad>0</xpad>
3563
 
            <ypad>0</ypad>
3564
 
            <xexpand>True</xexpand>
3565
 
            <yexpand>True</yexpand>
3566
 
            <xshrink>False</xshrink>
3567
 
            <yshrink>False</yshrink>
3568
 
            <xfill>True</xfill>
3569
 
            <yfill>False</yfill>
3570
 
          </child>
3571
 
        </widget>
3572
 
 
3573
 
        <widget>
3574
 
          <class>GtkRadioButton</class>
3575
 
          <name>preferences_network_http_radiobutton</name>
3576
 
          <can_focus>True</can_focus>
3577
 
          <label>HTTP</label>
3578
 
          <active>False</active>
3579
 
          <draw_indicator>True</draw_indicator>
3580
 
          <group>preferences_network_protocol_group</group>
3581
 
          <child>
3582
 
            <left_attach>1</left_attach>
3583
 
            <right_attach>2</right_attach>
3584
 
            <top_attach>6</top_attach>
3585
 
            <bottom_attach>7</bottom_attach>
3586
 
            <xpad>0</xpad>
3587
 
            <ypad>0</ypad>
3588
 
            <xexpand>True</xexpand>
3589
 
            <yexpand>True</yexpand>
3590
 
            <xshrink>False</xshrink>
3591
 
            <yshrink>False</yshrink>
3592
 
            <xfill>True</xfill>
3593
 
            <yfill>False</yfill>
3594
 
          </child>
3595
 
        </widget>
3596
 
      </widget>
3597
 
 
3598
 
      <widget>
3599
 
        <class>GtkLabel</class>
3600
 
        <child_name>Notebook:tab</child_name>
3601
 
        <name>preferences_network</name>
3602
 
        <label>Network</label>
3603
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3604
 
        <wrap>False</wrap>
3605
 
        <xalign>0.5</xalign>
3606
 
        <yalign>0.5</yalign>
3607
 
        <xpad>0</xpad>
3608
 
        <ypad>0</ypad>
3609
 
      </widget>
3610
 
 
3611
 
      <widget>
3612
 
        <class>GtkTable</class>
3613
 
        <name>preferences_interface_table</name>
3614
 
        <border_width>5</border_width>
3615
 
        <rows>1</rows>
3616
 
        <columns>2</columns>
3617
 
        <homogeneous>False</homogeneous>
3618
 
        <row_spacing>5</row_spacing>
3619
 
        <column_spacing>5</column_spacing>
3620
 
 
3621
 
        <widget>
3622
 
          <class>GtkCombo</class>
3623
 
          <name>preferences_interface_combo</name>
3624
 
          <value_in_list>False</value_in_list>
3625
 
          <ok_if_empty>True</ok_if_empty>
3626
 
          <case_sensitive>False</case_sensitive>
3627
 
          <use_arrows>True</use_arrows>
3628
 
          <use_arrows_always>False</use_arrows_always>
3629
 
          <items>Gtk+
3630
 
Gnome
3631
 
</items>
3632
 
          <child>
3633
 
            <left_attach>1</left_attach>
3634
 
            <right_attach>2</right_attach>
3635
 
            <top_attach>0</top_attach>
3636
 
            <bottom_attach>1</bottom_attach>
3637
 
            <xpad>0</xpad>
3638
 
            <ypad>0</ypad>
3639
 
            <xexpand>True</xexpand>
3640
 
            <yexpand>True</yexpand>
3641
 
            <xshrink>False</xshrink>
3642
 
            <yshrink>False</yshrink>
3643
 
            <xfill>True</xfill>
3644
 
            <yfill>False</yfill>
3645
 
          </child>
3646
 
 
3647
 
          <widget>
3648
 
            <class>GtkEntry</class>
3649
 
            <child_name>GtkCombo:entry</child_name>
3650
 
            <name>preferences_interface_entry</name>
3651
 
            <can_focus>True</can_focus>
3652
 
            <editable>True</editable>
3653
 
            <text_visible>True</text_visible>
3654
 
            <text_max_length>0</text_max_length>
3655
 
            <text>Gtk+</text>
3656
 
          </widget>
3657
 
        </widget>
3658
 
 
3659
 
        <widget>
3660
 
          <class>GtkLabel</class>
3661
 
          <name>preferences_interface_label</name>
3662
 
          <label>Default interface:</label>
3663
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3664
 
          <wrap>False</wrap>
3665
 
          <xalign>0</xalign>
3666
 
          <yalign>0.5</yalign>
3667
 
          <xpad>0</xpad>
3668
 
          <ypad>0</ypad>
3669
 
          <child>
3670
 
            <left_attach>0</left_attach>
3671
 
            <right_attach>1</right_attach>
3672
 
            <top_attach>0</top_attach>
3673
 
            <bottom_attach>1</bottom_attach>
3674
 
            <xpad>0</xpad>
3675
 
            <ypad>0</ypad>
3676
 
            <xexpand>True</xexpand>
3677
 
            <yexpand>False</yexpand>
3678
 
            <xshrink>False</xshrink>
3679
 
            <yshrink>False</yshrink>
3680
 
            <xfill>False</xfill>
3681
 
            <yfill>False</yfill>
3682
 
          </child>
3683
 
        </widget>
3684
 
      </widget>
3685
 
 
3686
 
      <widget>
3687
 
        <class>GtkLabel</class>
3688
 
        <child_name>Notebook:tab</child_name>
3689
 
        <name>preferences_interface</name>
3690
 
        <label>Interface</label>
3691
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3692
 
        <wrap>False</wrap>
3693
 
        <xalign>0.5</xalign>
3694
 
        <yalign>0.5</yalign>
3695
 
        <xpad>0</xpad>
3696
 
        <ypad>0</ypad>
3697
 
      </widget>
3698
 
 
3699
 
      <widget>
3700
 
        <class>GtkTable</class>
3701
 
        <name>preferences_video_table</name>
3702
 
        <border_width>5</border_width>
3703
 
        <rows>7</rows>
3704
 
        <columns>2</columns>
3705
 
        <homogeneous>False</homogeneous>
3706
 
        <row_spacing>5</row_spacing>
3707
 
        <column_spacing>5</column_spacing>
3708
 
 
3709
 
        <widget>
3710
 
          <class>GtkCombo</class>
3711
 
          <name>preferences_video_output_combo</name>
3712
 
          <value_in_list>False</value_in_list>
3713
 
          <ok_if_empty>True</ok_if_empty>
3714
 
          <case_sensitive>False</case_sensitive>
3715
 
          <use_arrows>True</use_arrows>
3716
 
          <use_arrows_always>False</use_arrows_always>
3717
 
          <items>sdl
3718
 
xvideo
3719
 
x11
3720
 
</items>
3721
 
          <child>
3722
 
            <left_attach>1</left_attach>
3723
 
            <right_attach>2</right_attach>
3724
 
            <top_attach>0</top_attach>
3725
 
            <bottom_attach>1</bottom_attach>
3726
 
            <xpad>0</xpad>
3727
 
            <ypad>0</ypad>
3728
 
            <xexpand>True</xexpand>
3729
 
            <yexpand>True</yexpand>
3730
 
            <xshrink>False</xshrink>
3731
 
            <yshrink>False</yshrink>
3732
 
            <xfill>True</xfill>
3733
 
            <yfill>False</yfill>
3734
 
          </child>
3735
 
 
3736
 
          <widget>
3737
 
            <class>GtkEntry</class>
3738
 
            <child_name>GtkCombo:entry</child_name>
3739
 
            <name>preferences_video_output_entry</name>
3740
 
            <can_focus>True</can_focus>
3741
 
            <editable>True</editable>
3742
 
            <text_visible>True</text_visible>
3743
 
            <text_max_length>0</text_max_length>
3744
 
            <text>sdl</text>
3745
 
          </widget>
3746
 
        </widget>
3747
 
 
3748
 
        <widget>
3749
 
          <class>GtkLabel</class>
3750
 
          <name>preferences_video_output_label</name>
3751
 
          <label>Default output:</label>
3752
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3753
 
          <wrap>False</wrap>
3754
 
          <xalign>0</xalign>
3755
 
          <yalign>0.5</yalign>
3756
 
          <xpad>0</xpad>
3757
 
          <ypad>0</ypad>
3758
 
          <child>
3759
 
            <left_attach>0</left_attach>
3760
 
            <right_attach>1</right_attach>
3761
 
            <top_attach>0</top_attach>
3762
 
            <bottom_attach>1</bottom_attach>
3763
 
            <xpad>0</xpad>
3764
 
            <ypad>0</ypad>
3765
 
            <xexpand>True</xexpand>
3766
 
            <yexpand>True</yexpand>
3767
 
            <xshrink>False</xshrink>
3768
 
            <yshrink>False</yshrink>
3769
 
            <xfill>False</xfill>
3770
 
            <yfill>False</yfill>
3771
 
          </child>
3772
 
        </widget>
3773
 
 
3774
 
        <widget>
3775
 
          <class>GtkLabel</class>
3776
 
          <name>preferences_video_width_label</name>
3777
 
          <label>Default width:</label>
3778
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3779
 
          <wrap>False</wrap>
3780
 
          <xalign>0</xalign>
3781
 
          <yalign>0.5</yalign>
3782
 
          <xpad>0</xpad>
3783
 
          <ypad>0</ypad>
3784
 
          <child>
3785
 
            <left_attach>0</left_attach>
3786
 
            <right_attach>1</right_attach>
3787
 
            <top_attach>1</top_attach>
3788
 
            <bottom_attach>2</bottom_attach>
3789
 
            <xpad>0</xpad>
3790
 
            <ypad>0</ypad>
3791
 
            <xexpand>True</xexpand>
3792
 
            <yexpand>True</yexpand>
3793
 
            <xshrink>False</xshrink>
3794
 
            <yshrink>False</yshrink>
3795
 
            <xfill>False</xfill>
3796
 
            <yfill>False</yfill>
3797
 
          </child>
3798
 
        </widget>
3799
 
 
3800
 
        <widget>
3801
 
          <class>GtkSpinButton</class>
3802
 
          <name>preferences_video_height_spinbutton</name>
3803
 
          <can_focus>True</can_focus>
3804
 
          <climb_rate>1</climb_rate>
3805
 
          <digits>0</digits>
3806
 
          <numeric>False</numeric>
3807
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3808
 
          <snap>False</snap>
3809
 
          <wrap>False</wrap>
3810
 
          <value>576</value>
3811
 
          <lower>0</lower>
3812
 
          <upper>1200</upper>
3813
 
          <step>1</step>
3814
 
          <page>10</page>
3815
 
          <page_size>10</page_size>
3816
 
          <child>
3817
 
            <left_attach>1</left_attach>
3818
 
            <right_attach>2</right_attach>
3819
 
            <top_attach>2</top_attach>
3820
 
            <bottom_attach>3</bottom_attach>
3821
 
            <xpad>0</xpad>
3822
 
            <ypad>0</ypad>
3823
 
            <xexpand>True</xexpand>
3824
 
            <yexpand>True</yexpand>
3825
 
            <xshrink>False</xshrink>
3826
 
            <yshrink>False</yshrink>
3827
 
            <xfill>True</xfill>
3828
 
            <yfill>False</yfill>
3829
 
          </child>
3830
 
        </widget>
3831
 
 
3832
 
        <widget>
3833
 
          <class>GtkSpinButton</class>
3834
 
          <name>preferences_video_width_spinbutton</name>
3835
 
          <can_focus>True</can_focus>
3836
 
          <climb_rate>1</climb_rate>
3837
 
          <digits>0</digits>
3838
 
          <numeric>False</numeric>
3839
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3840
 
          <snap>False</snap>
3841
 
          <wrap>False</wrap>
3842
 
          <value>720</value>
3843
 
          <lower>100</lower>
3844
 
          <upper>1600</upper>
3845
 
          <step>1</step>
3846
 
          <page>10</page>
3847
 
          <page_size>10</page_size>
3848
 
          <child>
3849
 
            <left_attach>1</left_attach>
3850
 
            <right_attach>2</right_attach>
3851
 
            <top_attach>1</top_attach>
3852
 
            <bottom_attach>2</bottom_attach>
3853
 
            <xpad>0</xpad>
3854
 
            <ypad>0</ypad>
3855
 
            <xexpand>True</xexpand>
3856
 
            <yexpand>True</yexpand>
3857
 
            <xshrink>False</xshrink>
3858
 
            <yshrink>False</yshrink>
3859
 
            <xfill>True</xfill>
3860
 
            <yfill>False</yfill>
3861
 
          </child>
3862
 
        </widget>
3863
 
 
3864
 
        <widget>
3865
 
          <class>GtkLabel</class>
3866
 
          <name>preferences_video_height_label</name>
3867
 
          <label>Default height:</label>
3868
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3869
 
          <wrap>False</wrap>
3870
 
          <xalign>0</xalign>
3871
 
          <yalign>0.5</yalign>
3872
 
          <xpad>0</xpad>
3873
 
          <ypad>0</ypad>
3874
 
          <child>
3875
 
            <left_attach>0</left_attach>
3876
 
            <right_attach>1</right_attach>
3877
 
            <top_attach>2</top_attach>
3878
 
            <bottom_attach>3</bottom_attach>
3879
 
            <xpad>0</xpad>
3880
 
            <ypad>0</ypad>
3881
 
            <xexpand>True</xexpand>
3882
 
            <yexpand>True</yexpand>
3883
 
            <xshrink>False</xshrink>
3884
 
            <yshrink>False</yshrink>
3885
 
            <xfill>False</xfill>
3886
 
            <yfill>False</yfill>
3887
 
          </child>
3888
 
        </widget>
3889
 
 
3890
 
        <widget>
3891
 
          <class>GtkOptionMenu</class>
3892
 
          <name>preferences_depth_optionmenu</name>
3893
 
          <can_focus>True</can_focus>
3894
 
          <items>15 bits
3895
 
16 bits
3896
 
32 bits
3897
 
</items>
3898
 
          <initial_choice>1</initial_choice>
3899
 
          <child>
3900
 
            <left_attach>1</left_attach>
3901
 
            <right_attach>2</right_attach>
3902
 
            <top_attach>3</top_attach>
3903
 
            <bottom_attach>4</bottom_attach>
3904
 
            <xpad>0</xpad>
3905
 
            <ypad>0</ypad>
3906
 
            <xexpand>True</xexpand>
3907
 
            <yexpand>True</yexpand>
3908
 
            <xshrink>False</xshrink>
3909
 
            <yshrink>False</yshrink>
3910
 
            <xfill>True</xfill>
3911
 
            <yfill>False</yfill>
3912
 
          </child>
3913
 
        </widget>
3914
 
 
3915
 
        <widget>
3916
 
          <class>GtkLabel</class>
3917
 
          <name>preferences_video_depth_label</name>
3918
 
          <label>Default depth:</label>
3919
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3920
 
          <wrap>False</wrap>
3921
 
          <xalign>0</xalign>
3922
 
          <yalign>0.5</yalign>
3923
 
          <xpad>0</xpad>
3924
 
          <ypad>0</ypad>
3925
 
          <child>
3926
 
            <left_attach>0</left_attach>
3927
 
            <right_attach>1</right_attach>
3928
 
            <top_attach>3</top_attach>
3929
 
            <bottom_attach>4</bottom_attach>
3930
 
            <xpad>0</xpad>
3931
 
            <ypad>0</ypad>
3932
 
            <xexpand>True</xexpand>
3933
 
            <yexpand>True</yexpand>
3934
 
            <xshrink>False</xshrink>
3935
 
            <yshrink>False</yshrink>
3936
 
            <xfill>False</xfill>
3937
 
            <yfill>False</yfill>
3938
 
          </child>
3939
 
        </widget>
3940
 
 
3941
 
        <widget>
3942
 
          <class>GtkLabel</class>
3943
 
          <name>preferences_video_fullscreen_depth_label</name>
3944
 
          <label>Fullscreen depth:</label>
3945
 
          <justify>GTK_JUSTIFY_CENTER</justify>
3946
 
          <wrap>False</wrap>
3947
 
          <xalign>0</xalign>
3948
 
          <yalign>0.5</yalign>
3949
 
          <xpad>0</xpad>
3950
 
          <ypad>0</ypad>
3951
 
          <child>
3952
 
            <left_attach>0</left_attach>
3953
 
            <right_attach>1</right_attach>
3954
 
            <top_attach>4</top_attach>
3955
 
            <bottom_attach>5</bottom_attach>
3956
 
            <xpad>0</xpad>
3957
 
            <ypad>0</ypad>
3958
 
            <xexpand>True</xexpand>
3959
 
            <yexpand>True</yexpand>
3960
 
            <xshrink>False</xshrink>
3961
 
            <yshrink>False</yshrink>
3962
 
            <xfill>False</xfill>
3963
 
            <yfill>False</yfill>
3964
 
          </child>
3965
 
        </widget>
3966
 
 
3967
 
        <widget>
3968
 
          <class>GtkOptionMenu</class>
3969
 
          <name>preferences_video_fullscreen_depth_optionmenu</name>
3970
 
          <can_focus>True</can_focus>
3971
 
          <items>15 bits
3972
 
16 bits
3973
 
32 bits
3974
 
</items>
3975
 
          <initial_choice>2</initial_choice>
3976
 
          <child>
3977
 
            <left_attach>1</left_attach>
3978
 
            <right_attach>2</right_attach>
3979
 
            <top_attach>4</top_attach>
3980
 
            <bottom_attach>5</bottom_attach>
3981
 
            <xpad>0</xpad>
3982
 
            <ypad>0</ypad>
3983
 
            <xexpand>True</xexpand>
3984
 
            <yexpand>True</yexpand>
3985
 
            <xshrink>False</xshrink>
3986
 
            <yshrink>False</yshrink>
3987
 
            <xfill>True</xfill>
3988
 
            <yfill>False</yfill>
3989
 
          </child>
3990
 
        </widget>
3991
 
 
3992
 
        <widget>
3993
 
          <class>GtkSpinButton</class>
3994
 
          <name>preferences_video_gamma_spinbutton</name>
3995
 
          <can_focus>True</can_focus>
3996
 
          <climb_rate>1</climb_rate>
3997
 
          <digits>1</digits>
3998
 
          <numeric>False</numeric>
3999
 
          <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4000
 
          <snap>False</snap>
4001
 
          <wrap>False</wrap>
4002
 
          <value>0</value>
4003
 
          <lower>0</lower>
4004
 
          <upper>10</upper>
4005
 
          <step>0.1</step>
4006
 
          <page>1</page>
4007
 
          <page_size>1</page_size>
4008
 
          <child>
4009
 
            <left_attach>1</left_attach>
4010
 
            <right_attach>2</right_attach>
4011
 
            <top_attach>5</top_attach>
4012
 
            <bottom_attach>6</bottom_attach>
4013
 
            <xpad>0</xpad>
4014
 
            <ypad>0</ypad>
4015
 
            <xexpand>True</xexpand>
4016
 
            <yexpand>True</yexpand>
4017
 
            <xshrink>False</xshrink>
4018
 
            <yshrink>False</yshrink>
4019
 
            <xfill>True</xfill>
4020
 
            <yfill>False</yfill>
4021
 
          </child>
4022
 
        </widget>
4023
 
 
4024
 
        <widget>
4025
 
          <class>GtkLabel</class>
4026
 
          <name>preferences_video_gamma_label</name>
4027
 
          <label>Gamma:</label>
4028
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4029
 
          <wrap>False</wrap>
4030
 
          <xalign>0</xalign>
4031
 
          <yalign>0.5</yalign>
4032
 
          <xpad>0</xpad>
4033
 
          <ypad>0</ypad>
4034
 
          <child>
4035
 
            <left_attach>0</left_attach>
4036
 
            <right_attach>1</right_attach>
4037
 
            <top_attach>5</top_attach>
4038
 
            <bottom_attach>6</bottom_attach>
4039
 
            <xpad>0</xpad>
4040
 
            <ypad>0</ypad>
4041
 
            <xexpand>True</xexpand>
4042
 
            <yexpand>True</yexpand>
4043
 
            <xshrink>False</xshrink>
4044
 
            <yshrink>False</yshrink>
4045
 
            <xfill>False</xfill>
4046
 
            <yfill>False</yfill>
4047
 
          </child>
4048
 
        </widget>
4049
 
 
4050
 
        <widget>
4051
 
          <class>GtkCheckButton</class>
4052
 
          <name>preferences_video_fullscreen_checkbutton</name>
4053
 
          <can_focus>True</can_focus>
4054
 
          <label>Fullscreen on play</label>
4055
 
          <active>False</active>
4056
 
          <draw_indicator>True</draw_indicator>
4057
 
          <child>
4058
 
            <left_attach>0</left_attach>
4059
 
            <right_attach>1</right_attach>
4060
 
            <top_attach>6</top_attach>
4061
 
            <bottom_attach>7</bottom_attach>
4062
 
            <xpad>0</xpad>
4063
 
            <ypad>0</ypad>
4064
 
            <xexpand>True</xexpand>
4065
 
            <yexpand>True</yexpand>
4066
 
            <xshrink>False</xshrink>
4067
 
            <yshrink>False</yshrink>
4068
 
            <xfill>False</xfill>
4069
 
            <yfill>False</yfill>
4070
 
          </child>
4071
 
        </widget>
4072
 
 
4073
 
        <widget>
4074
 
          <class>GtkCheckButton</class>
4075
 
          <name>preferences_video_grayscale_checkbutton</name>
4076
 
          <can_focus>True</can_focus>
4077
 
          <label>Grayscale</label>
4078
 
          <active>False</active>
4079
 
          <draw_indicator>True</draw_indicator>
4080
 
          <child>
4081
 
            <left_attach>1</left_attach>
4082
 
            <right_attach>2</right_attach>
4083
 
            <top_attach>6</top_attach>
4084
 
            <bottom_attach>7</bottom_attach>
4085
 
            <xpad>0</xpad>
4086
 
            <ypad>0</ypad>
4087
 
            <xexpand>True</xexpand>
4088
 
            <yexpand>True</yexpand>
4089
 
            <xshrink>False</xshrink>
4090
 
            <yshrink>False</yshrink>
4091
 
            <xfill>False</xfill>
4092
 
            <yfill>False</yfill>
4093
 
          </child>
4094
 
        </widget>
4095
 
      </widget>
4096
 
 
4097
 
      <widget>
4098
 
        <class>GtkLabel</class>
4099
 
        <child_name>Notebook:tab</child_name>
4100
 
        <name>preferences_video</name>
4101
 
        <label>Video</label>
4102
 
        <justify>GTK_JUSTIFY_CENTER</justify>
4103
 
        <wrap>False</wrap>
4104
 
        <xalign>0.5</xalign>
4105
 
        <yalign>0.5</yalign>
4106
 
        <xpad>0</xpad>
4107
 
        <ypad>0</ypad>
4108
 
      </widget>
4109
 
 
4110
 
      <widget>
4111
 
        <class>GtkTable</class>
4112
 
        <name>preferences_audio_table</name>
4113
 
        <border_width>5</border_width>
4114
 
        <rows>6</rows>
4115
 
        <columns>2</columns>
4116
 
        <homogeneous>False</homogeneous>
4117
 
        <row_spacing>5</row_spacing>
4118
 
        <column_spacing>5</column_spacing>
4119
 
 
4120
 
        <widget>
4121
 
          <class>GtkOptionMenu</class>
4122
 
          <name>preferences_audio_quality_optionmenu</name>
4123
 
          <can_focus>True</can_focus>
4124
 
          <items>8 bits
4125
 
16 bits
4126
 
</items>
4127
 
          <initial_choice>1</initial_choice>
4128
 
          <child>
4129
 
            <left_attach>1</left_attach>
4130
 
            <right_attach>2</right_attach>
4131
 
            <top_attach>2</top_attach>
4132
 
            <bottom_attach>3</bottom_attach>
4133
 
            <xpad>0</xpad>
4134
 
            <ypad>0</ypad>
4135
 
            <xexpand>False</xexpand>
4136
 
            <yexpand>False</yexpand>
4137
 
            <xshrink>False</xshrink>
4138
 
            <yshrink>False</yshrink>
4139
 
            <xfill>True</xfill>
4140
 
            <yfill>False</yfill>
4141
 
          </child>
4142
 
        </widget>
4143
 
 
4144
 
        <widget>
4145
 
          <class>GtkOptionMenu</class>
4146
 
          <name>preferences_audio_frequency_optionmenu</name>
4147
 
          <can_focus>True</can_focus>
4148
 
          <items>48000 Hz
4149
 
44100 Hz
4150
 
</items>
4151
 
          <initial_choice>0</initial_choice>
4152
 
          <child>
4153
 
            <left_attach>1</left_attach>
4154
 
            <right_attach>2</right_attach>
4155
 
            <top_attach>3</top_attach>
4156
 
            <bottom_attach>4</bottom_attach>
4157
 
            <xpad>0</xpad>
4158
 
            <ypad>0</ypad>
4159
 
            <xexpand>False</xexpand>
4160
 
            <yexpand>False</yexpand>
4161
 
            <xshrink>False</xshrink>
4162
 
            <yshrink>False</yshrink>
4163
 
            <xfill>True</xfill>
4164
 
            <yfill>False</yfill>
4165
 
          </child>
4166
 
        </widget>
4167
 
 
4168
 
        <widget>
4169
 
          <class>GtkOptionMenu</class>
4170
 
          <name>preferences_audio_channels_optionmenu</name>
4171
 
          <can_focus>True</can_focus>
4172
 
          <items>Mono
4173
 
Stereo
4174
 
</items>
4175
 
          <initial_choice>1</initial_choice>
4176
 
          <child>
4177
 
            <left_attach>1</left_attach>
4178
 
            <right_attach>2</right_attach>
4179
 
            <top_attach>4</top_attach>
4180
 
            <bottom_attach>5</bottom_attach>
4181
 
            <xpad>0</xpad>
4182
 
            <ypad>0</ypad>
4183
 
            <xexpand>False</xexpand>
4184
 
            <yexpand>False</yexpand>
4185
 
            <xshrink>False</xshrink>
4186
 
            <yshrink>False</yshrink>
4187
 
            <xfill>True</xfill>
4188
 
            <yfill>False</yfill>
4189
 
          </child>
4190
 
        </widget>
4191
 
 
4192
 
        <widget>
4193
 
          <class>GtkLabel</class>
4194
 
          <name>preferences_audio_output_label</name>
4195
 
          <label>Default output:</label>
4196
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4197
 
          <wrap>False</wrap>
4198
 
          <xalign>0</xalign>
4199
 
          <yalign>0.5</yalign>
4200
 
          <xpad>0</xpad>
4201
 
          <ypad>0</ypad>
4202
 
          <child>
4203
 
            <left_attach>0</left_attach>
4204
 
            <right_attach>1</right_attach>
4205
 
            <top_attach>0</top_attach>
4206
 
            <bottom_attach>1</bottom_attach>
4207
 
            <xpad>0</xpad>
4208
 
            <ypad>0</ypad>
4209
 
            <xexpand>True</xexpand>
4210
 
            <yexpand>True</yexpand>
4211
 
            <xshrink>False</xshrink>
4212
 
            <yshrink>False</yshrink>
4213
 
            <xfill>False</xfill>
4214
 
            <yfill>False</yfill>
4215
 
          </child>
4216
 
        </widget>
4217
 
 
4218
 
        <widget>
4219
 
          <class>GtkLabel</class>
4220
 
          <name>preferences_audio_device_label</name>
4221
 
          <label>Default device:</label>
4222
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4223
 
          <wrap>False</wrap>
4224
 
          <xalign>0</xalign>
4225
 
          <yalign>0.5</yalign>
4226
 
          <xpad>0</xpad>
4227
 
          <ypad>0</ypad>
4228
 
          <child>
4229
 
            <left_attach>0</left_attach>
4230
 
            <right_attach>1</right_attach>
4231
 
            <top_attach>1</top_attach>
4232
 
            <bottom_attach>2</bottom_attach>
4233
 
            <xpad>0</xpad>
4234
 
            <ypad>0</ypad>
4235
 
            <xexpand>True</xexpand>
4236
 
            <yexpand>True</yexpand>
4237
 
            <xshrink>False</xshrink>
4238
 
            <yshrink>False</yshrink>
4239
 
            <xfill>False</xfill>
4240
 
            <yfill>False</yfill>
4241
 
          </child>
4242
 
        </widget>
4243
 
 
4244
 
        <widget>
4245
 
          <class>GtkLabel</class>
4246
 
          <name>preferences_audio_quality_label</name>
4247
 
          <label>Quality:</label>
4248
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4249
 
          <wrap>False</wrap>
4250
 
          <xalign>0</xalign>
4251
 
          <yalign>0.5</yalign>
4252
 
          <xpad>0</xpad>
4253
 
          <ypad>0</ypad>
4254
 
          <child>
4255
 
            <left_attach>0</left_attach>
4256
 
            <right_attach>1</right_attach>
4257
 
            <top_attach>2</top_attach>
4258
 
            <bottom_attach>3</bottom_attach>
4259
 
            <xpad>0</xpad>
4260
 
            <ypad>0</ypad>
4261
 
            <xexpand>True</xexpand>
4262
 
            <yexpand>True</yexpand>
4263
 
            <xshrink>False</xshrink>
4264
 
            <yshrink>False</yshrink>
4265
 
            <xfill>False</xfill>
4266
 
            <yfill>False</yfill>
4267
 
          </child>
4268
 
        </widget>
4269
 
 
4270
 
        <widget>
4271
 
          <class>GtkLabel</class>
4272
 
          <name>preferences_audio_frequency_label</name>
4273
 
          <label>Frequency:</label>
4274
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4275
 
          <wrap>False</wrap>
4276
 
          <xalign>0</xalign>
4277
 
          <yalign>0.5</yalign>
4278
 
          <xpad>0</xpad>
4279
 
          <ypad>0</ypad>
4280
 
          <child>
4281
 
            <left_attach>0</left_attach>
4282
 
            <right_attach>1</right_attach>
4283
 
            <top_attach>3</top_attach>
4284
 
            <bottom_attach>4</bottom_attach>
4285
 
            <xpad>0</xpad>
4286
 
            <ypad>0</ypad>
4287
 
            <xexpand>True</xexpand>
4288
 
            <yexpand>True</yexpand>
4289
 
            <xshrink>False</xshrink>
4290
 
            <yshrink>False</yshrink>
4291
 
            <xfill>False</xfill>
4292
 
            <yfill>False</yfill>
4293
 
          </child>
4294
 
        </widget>
4295
 
 
4296
 
        <widget>
4297
 
          <class>GtkLabel</class>
4298
 
          <name>preferences_audio_channel_label</name>
4299
 
          <label>Channels:</label>
4300
 
          <justify>GTK_JUSTIFY_CENTER</justify>
4301
 
          <wrap>False</wrap>
4302
 
          <xalign>0</xalign>
4303
 
          <yalign>0.5</yalign>
4304
 
          <xpad>0</xpad>
4305
 
          <ypad>0</ypad>
4306
 
          <child>
4307
 
            <left_attach>0</left_attach>
4308
 
            <right_attach>1</right_attach>
4309
 
            <top_attach>4</top_attach>
4310
 
            <bottom_attach>5</bottom_attach>
4311
 
            <xpad>0</xpad>
4312
 
            <ypad>0</ypad>
4313
 
            <xexpand>True</xexpand>
4314
 
            <yexpand>True</yexpand>
4315
 
            <xshrink>False</xshrink>
4316
 
            <yshrink>False</yshrink>
4317
 
            <xfill>False</xfill>
4318
 
            <yfill>False</yfill>
4319
 
          </child>
4320
 
        </widget>
4321
 
 
4322
 
        <widget>
4323
 
          <class>GtkCheckButton</class>
4324
 
          <name>preferences_audio_spdif_checkbutton</name>
4325
 
          <can_focus>True</can_focus>
4326
 
          <label>Spdif output</label>
4327
 
          <active>False</active>
4328
 
          <draw_indicator>True</draw_indicator>
4329
 
          <child>
4330
 
            <left_attach>0</left_attach>
4331
 
            <right_attach>2</right_attach>
4332
 
            <top_attach>5</top_attach>
4333
 
            <bottom_attach>6</bottom_attach>
4334
 
            <xpad>0</xpad>
4335
 
            <ypad>0</ypad>
4336
 
            <xexpand>True</xexpand>
4337
 
            <yexpand>True</yexpand>
4338
 
            <xshrink>False</xshrink>
4339
 
            <yshrink>False</yshrink>
4340
 
            <xfill>False</xfill>
4341
 
            <yfill>False</yfill>
4342
 
          </child>
4343
 
        </widget>
4344
 
 
4345
 
        <widget>
4346
 
          <class>GtkCombo</class>
4347
 
          <name>preferences_audio_output_combo</name>
4348
 
          <value_in_list>False</value_in_list>
4349
 
          <ok_if_empty>True</ok_if_empty>
4350
 
          <case_sensitive>False</case_sensitive>
4351
 
          <use_arrows>True</use_arrows>
4352
 
          <use_arrows_always>False</use_arrows_always>
4353
 
          <items>dsp
4354
 
alsa
4355
 
</items>
4356
 
          <child>
4357
 
            <left_attach>1</left_attach>
4358
 
            <right_attach>2</right_attach>
4359
 
            <top_attach>0</top_attach>
4360
 
            <bottom_attach>1</bottom_attach>
4361
 
            <xpad>0</xpad>
4362
 
            <ypad>0</ypad>
4363
 
            <xexpand>True</xexpand>
4364
 
            <yexpand>True</yexpand>
4365
 
            <xshrink>False</xshrink>
4366
 
            <yshrink>False</yshrink>
4367
 
            <xfill>True</xfill>
4368
 
            <yfill>False</yfill>
4369
 
          </child>
4370
 
 
4371
 
          <widget>
4372
 
            <class>GtkEntry</class>
4373
 
            <child_name>GtkCombo:entry</child_name>
4374
 
            <name>preferences_audio_output_entry</name>
4375
 
            <can_focus>True</can_focus>
4376
 
            <editable>True</editable>
4377
 
            <text_visible>True</text_visible>
4378
 
            <text_max_length>0</text_max_length>
4379
 
            <text>dsp</text>
4380
 
          </widget>
4381
 
        </widget>
4382
 
 
4383
 
        <widget>
4384
 
          <class>GtkCombo</class>
4385
 
          <name>preferences_audio_device_combo</name>
4386
 
          <value_in_list>False</value_in_list>
4387
 
          <ok_if_empty>True</ok_if_empty>
4388
 
          <case_sensitive>False</case_sensitive>
4389
 
          <use_arrows>True</use_arrows>
4390
 
          <use_arrows_always>False</use_arrows_always>
4391
 
          <items>/dev/dsp
4392
 
</items>
4393
 
          <child>
4394
 
            <left_attach>1</left_attach>
4395
 
            <right_attach>2</right_attach>
4396
 
            <top_attach>1</top_attach>
4397
 
            <bottom_attach>2</bottom_attach>
4398
 
            <xpad>0</xpad>
4399
 
            <ypad>0</ypad>
4400
 
            <xexpand>True</xexpand>
4401
 
            <yexpand>True</yexpand>
4402
 
            <xshrink>False</xshrink>
4403
 
            <yshrink>False</yshrink>
4404
 
            <xfill>True</xfill>
4405
 
            <yfill>False</yfill>
4406
 
          </child>
4407
 
 
4408
 
          <widget>
4409
 
            <class>GtkEntry</class>
4410
 
            <child_name>GtkCombo:entry</child_name>
4411
 
            <name>preferences_audio_device_entry</name>
4412
 
            <can_focus>True</can_focus>
4413
 
            <editable>True</editable>
4414
 
            <text_visible>True</text_visible>
4415
 
            <text_max_length>0</text_max_length>
4416
 
            <text>/dev/dsp</text>
4417
 
          </widget>
4418
 
        </widget>
4419
 
      </widget>
4420
 
 
4421
 
      <widget>
4422
 
        <class>GtkLabel</class>
4423
 
        <child_name>Notebook:tab</child_name>
4424
 
        <name>preferences_audio</name>
4425
 
        <label>Audio</label>
4426
 
        <justify>GTK_JUSTIFY_CENTER</justify>
4427
 
        <wrap>False</wrap>
4428
 
        <xalign>0.5</xalign>
4429
 
        <yalign>0.5</yalign>
4430
 
        <xpad>0</xpad>
4431
 
        <ypad>0</ypad>
4432
 
      </widget>
4433
 
 
4434
 
      <widget>
4435
 
        <class>GtkTable</class>
4436
 
        <name>preferences_playlist_table</name>
4437
 
        <border_width>5</border_width>
4438
 
        <rows>3</rows>
4439
 
        <columns>1</columns>
4440
 
        <homogeneous>False</homogeneous>
4441
 
        <row_spacing>5</row_spacing>
4442
 
        <column_spacing>5</column_spacing>
4443
 
 
4444
 
        <widget>
4445
 
          <class>GtkCheckButton</class>
4446
 
          <name>preferences_playlist_startup_checkbutton</name>
4447
 
          <can_focus>True</can_focus>
4448
 
          <label>Launch on startup</label>
4449
 
          <active>False</active>
4450
 
          <draw_indicator>True</draw_indicator>
4451
 
          <child>
4452
 
            <left_attach>0</left_attach>
4453
 
            <right_attach>1</right_attach>
4454
 
            <top_attach>0</top_attach>
4455
 
            <bottom_attach>1</bottom_attach>
4456
 
            <xpad>0</xpad>
4457
 
            <ypad>0</ypad>
4458
 
            <xexpand>True</xexpand>
4459
 
            <yexpand>True</yexpand>
4460
 
            <xshrink>False</xshrink>
4461
 
            <yshrink>False</yshrink>
4462
 
            <xfill>False</xfill>
4463
 
            <yfill>False</yfill>
4464
 
          </child>
4465
 
        </widget>
4466
 
 
4467
 
        <widget>
4468
 
          <class>GtkCheckButton</class>
4469
 
          <name>preferences_playlist_enqueue_checkbutton</name>
4470
 
          <can_focus>True</can_focus>
4471
 
          <label>Enqueue as default</label>
4472
 
          <active>False</active>
4473
 
          <draw_indicator>True</draw_indicator>
4474
 
          <child>
4475
 
            <left_attach>0</left_attach>
4476
 
            <right_attach>1</right_attach>
4477
 
            <top_attach>1</top_attach>
4478
 
            <bottom_attach>2</bottom_attach>
4479
 
            <xpad>0</xpad>
4480
 
            <ypad>0</ypad>
4481
 
            <xexpand>True</xexpand>
4482
 
            <yexpand>True</yexpand>
4483
 
            <xshrink>False</xshrink>
4484
 
            <yshrink>False</yshrink>
4485
 
            <xfill>False</xfill>
4486
 
            <yfill>False</yfill>
4487
 
          </child>
4488
 
        </widget>
4489
 
 
4490
 
        <widget>
4491
 
          <class>GtkCheckButton</class>
4492
 
          <name>preferences_playlist_loop_checkbutton</name>
4493
 
          <can_focus>True</can_focus>
4494
 
          <label>Loop on playlist end</label>
4495
 
          <active>False</active>
4496
 
          <draw_indicator>True</draw_indicator>
4497
 
          <child>
4498
 
            <left_attach>0</left_attach>
4499
 
            <right_attach>1</right_attach>
4500
 
            <top_attach>2</top_attach>
4501
 
            <bottom_attach>3</bottom_attach>
4502
 
            <xpad>0</xpad>
4503
 
            <ypad>0</ypad>
4504
 
            <xexpand>True</xexpand>
4505
 
            <yexpand>True</yexpand>
4506
 
            <xshrink>False</xshrink>
4507
 
            <yshrink>False</yshrink>
4508
 
            <xfill>False</xfill>
4509
 
            <yfill>False</yfill>
4510
 
          </child>
4511
 
        </widget>
4512
 
      </widget>
4513
 
 
4514
 
      <widget>
4515
 
        <class>GtkLabel</class>
4516
 
        <child_name>Notebook:tab</child_name>
4517
 
        <name>preferences_playlist</name>
4518
 
        <label>Playlist</label>
4519
 
        <justify>GTK_JUSTIFY_CENTER</justify>
4520
 
        <wrap>False</wrap>
4521
 
        <xalign>0.5</xalign>
4522
 
        <yalign>0.5</yalign>
4523
 
        <xpad>0</xpad>
4524
 
        <ypad>0</ypad>
4525
 
      </widget>
4526
 
 
4527
 
      <widget>
4528
 
        <class>GtkTable</class>
4529
 
        <name>preferences_misc_table</name>
4530
 
        <border_width>5</border_width>
4531
 
        <rows>1</rows>
4532
 
        <columns>2</columns>
4533
 
        <homogeneous>False</homogeneous>
4534
 
        <row_spacing>5</row_spacing>
4535
 
        <column_spacing>5</column_spacing>
4536
 
 
4537
 
        <widget>
4538
 
          <class>GtkFrame</class>
4539
 
          <name>preferences_misc_associated_frame</name>
4540
 
          <label>Types associated with vlc</label>
4541
 
          <label_xalign>0</label_xalign>
4542
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4543
 
          <child>
4544
 
            <left_attach>0</left_attach>
4545
 
            <right_attach>1</right_attach>
4546
 
            <top_attach>0</top_attach>
4547
 
            <bottom_attach>1</bottom_attach>
4548
 
            <xpad>0</xpad>
4549
 
            <ypad>0</ypad>
4550
 
            <xexpand>True</xexpand>
4551
 
            <yexpand>False</yexpand>
4552
 
            <xshrink>False</xshrink>
4553
 
            <yshrink>False</yshrink>
4554
 
            <xfill>False</xfill>
4555
 
            <yfill>True</yfill>
4556
 
          </child>
4557
 
 
4558
 
          <widget>
4559
 
            <class>GtkTable</class>
4560
 
            <name>preferences_misc_associated_table</name>
4561
 
            <rows>4</rows>
4562
 
            <columns>1</columns>
4563
 
            <homogeneous>False</homogeneous>
4564
 
            <row_spacing>0</row_spacing>
4565
 
            <column_spacing>0</column_spacing>
4566
 
 
4567
 
            <widget>
4568
 
              <class>GtkCheckButton</class>
4569
 
              <name>preferences_misc_associated_checkbutton</name>
4570
 
              <can_focus>True</can_focus>
4571
 
              <label>mpeg</label>
4572
 
              <active>False</active>
4573
 
              <draw_indicator>True</draw_indicator>
4574
 
              <child>
4575
 
                <left_attach>0</left_attach>
4576
 
                <right_attach>1</right_attach>
4577
 
                <top_attach>0</top_attach>
4578
 
                <bottom_attach>1</bottom_attach>
4579
 
                <xpad>0</xpad>
4580
 
                <ypad>0</ypad>
4581
 
                <xexpand>False</xexpand>
4582
 
                <yexpand>False</yexpand>
4583
 
                <xshrink>False</xshrink>
4584
 
                <yshrink>False</yshrink>
4585
 
                <xfill>True</xfill>
4586
 
                <yfill>False</yfill>
4587
 
              </child>
4588
 
            </widget>
4589
 
 
4590
 
            <widget>
4591
 
              <class>GtkCheckButton</class>
4592
 
              <name>preferences_misc_mp2_checkbutton</name>
4593
 
              <can_focus>True</can_focus>
4594
 
              <label>mp2</label>
4595
 
              <active>False</active>
4596
 
              <draw_indicator>True</draw_indicator>
4597
 
              <child>
4598
 
                <left_attach>0</left_attach>
4599
 
                <right_attach>1</right_attach>
4600
 
                <top_attach>1</top_attach>
4601
 
                <bottom_attach>2</bottom_attach>
4602
 
                <xpad>0</xpad>
4603
 
                <ypad>0</ypad>
4604
 
                <xexpand>False</xexpand>
4605
 
                <yexpand>False</yexpand>
4606
 
                <xshrink>False</xshrink>
4607
 
                <yshrink>False</yshrink>
4608
 
                <xfill>True</xfill>
4609
 
                <yfill>False</yfill>
4610
 
              </child>
4611
 
            </widget>
4612
 
 
4613
 
            <widget>
4614
 
              <class>GtkCheckButton</class>
4615
 
              <name>preferences_misc_vob_checkbutton</name>
4616
 
              <can_focus>True</can_focus>
4617
 
              <label>vob</label>
4618
 
              <active>False</active>
4619
 
              <draw_indicator>True</draw_indicator>
4620
 
              <child>
4621
 
                <left_attach>0</left_attach>
4622
 
                <right_attach>1</right_attach>
4623
 
                <top_attach>2</top_attach>
4624
 
                <bottom_attach>3</bottom_attach>
4625
 
                <xpad>0</xpad>
4626
 
                <ypad>0</ypad>
4627
 
                <xexpand>False</xexpand>
4628
 
                <yexpand>False</yexpand>
4629
 
                <xshrink>False</xshrink>
4630
 
                <yshrink>False</yshrink>
4631
 
                <xfill>True</xfill>
4632
 
                <yfill>False</yfill>
4633
 
              </child>
4634
 
            </widget>
4635
 
 
4636
 
            <widget>
4637
 
              <class>GtkCheckButton</class>
4638
 
              <name>preferences_misc_ts_checkbutton</name>
4639
 
              <can_focus>True</can_focus>
4640
 
              <label>ts</label>
4641
 
              <active>False</active>
4642
 
              <draw_indicator>True</draw_indicator>
4643
 
              <child>
4644
 
                <left_attach>0</left_attach>
4645
 
                <right_attach>1</right_attach>
4646
 
                <top_attach>3</top_attach>
4647
 
                <bottom_attach>4</bottom_attach>
4648
 
                <xpad>0</xpad>
4649
 
                <ypad>0</ypad>
4650
 
                <xexpand>False</xexpand>
4651
 
                <yexpand>False</yexpand>
4652
 
                <xshrink>False</xshrink>
4653
 
                <yshrink>False</yshrink>
4654
 
                <xfill>True</xfill>
4655
 
                <yfill>False</yfill>
4656
 
              </child>
4657
 
            </widget>
4658
 
          </widget>
4659
 
        </widget>
4660
 
 
4661
 
        <widget>
4662
 
          <class>GtkFrame</class>
4663
 
          <name>preferences_misc_message_frame</name>
4664
 
          <label>Messages</label>
4665
 
          <label_xalign>0</label_xalign>
4666
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4667
 
          <child>
4668
 
            <left_attach>1</left_attach>
4669
 
            <right_attach>2</right_attach>
4670
 
            <top_attach>0</top_attach>
4671
 
            <bottom_attach>1</bottom_attach>
4672
 
            <xpad>0</xpad>
4673
 
            <ypad>0</ypad>
4674
 
            <xexpand>True</xexpand>
4675
 
            <yexpand>False</yexpand>
4676
 
            <xshrink>False</xshrink>
4677
 
            <yshrink>False</yshrink>
4678
 
            <xfill>False</xfill>
4679
 
            <yfill>True</yfill>
4680
 
          </child>
4681
 
 
4682
 
          <widget>
4683
 
            <class>GtkTable</class>
4684
 
            <name>preferences_misc_messages_table</name>
4685
 
            <rows>1</rows>
4686
 
            <columns>2</columns>
4687
 
            <homogeneous>False</homogeneous>
4688
 
            <row_spacing>0</row_spacing>
4689
 
            <column_spacing>0</column_spacing>
4690
 
 
4691
 
            <widget>
4692
 
              <class>GtkLabel</class>
4693
 
              <name>preferences_misc_messages_label</name>
4694
 
              <label>Warning level: </label>
4695
 
              <justify>GTK_JUSTIFY_CENTER</justify>
4696
 
              <wrap>False</wrap>
4697
 
              <xalign>0</xalign>
4698
 
              <yalign>0.5</yalign>
4699
 
              <xpad>0</xpad>
4700
 
              <ypad>0</ypad>
4701
 
              <child>
4702
 
                <left_attach>0</left_attach>
4703
 
                <right_attach>1</right_attach>
4704
 
                <top_attach>0</top_attach>
4705
 
                <bottom_attach>1</bottom_attach>
4706
 
                <xpad>0</xpad>
4707
 
                <ypad>0</ypad>
4708
 
                <xexpand>False</xexpand>
4709
 
                <yexpand>False</yexpand>
4710
 
                <xshrink>False</xshrink>
4711
 
                <yshrink>False</yshrink>
4712
 
                <xfill>True</xfill>
4713
 
                <yfill>False</yfill>
4714
 
              </child>
4715
 
            </widget>
4716
 
 
4717
 
            <widget>
4718
 
              <class>GtkSpinButton</class>
4719
 
              <name>preferences_misc_messages_spinbutton</name>
4720
 
              <can_focus>True</can_focus>
4721
 
              <climb_rate>1</climb_rate>
4722
 
              <digits>0</digits>
4723
 
              <numeric>False</numeric>
4724
 
              <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4725
 
              <snap>False</snap>
4726
 
              <wrap>False</wrap>
4727
 
              <value>0</value>
4728
 
              <lower>0</lower>
4729
 
              <upper>100</upper>
4730
 
              <step>1</step>
4731
 
              <page>10</page>
4732
 
              <page_size>10</page_size>
4733
 
              <child>
4734
 
                <left_attach>1</left_attach>
4735
 
                <right_attach>2</right_attach>
4736
 
                <top_attach>0</top_attach>
4737
 
                <bottom_attach>1</bottom_attach>
4738
 
                <xpad>0</xpad>
4739
 
                <ypad>0</ypad>
4740
 
                <xexpand>True</xexpand>
4741
 
                <yexpand>False</yexpand>
4742
 
                <xshrink>False</xshrink>
4743
 
                <yshrink>False</yshrink>
4744
 
                <xfill>False</xfill>
4745
 
                <yfill>False</yfill>
4746
 
              </child>
4747
 
            </widget>
4748
 
          </widget>
4749
 
        </widget>
4750
 
      </widget>
4751
 
 
4752
 
      <widget>
4753
 
        <class>GtkLabel</class>
4754
 
        <child_name>Notebook:tab</child_name>
4755
 
        <name>preferences_misc</name>
4756
 
        <label>Misc</label>
4757
 
        <justify>GTK_JUSTIFY_CENTER</justify>
4758
 
        <wrap>False</wrap>
4759
 
        <xalign>0.5</xalign>
4760
 
        <yalign>0.5</yalign>
4761
 
        <xpad>0</xpad>
4762
 
        <ypad>0</ypad>
4763
 
      </widget>
4764
 
    </widget>
4765
 
  </widget>
4766
 
</widget>
4767
 
 
4768
 
</GTK-Interface>