~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to glade_projects/gfm.glade

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

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>GFM</name>
6
 
  <program_name>gfm</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
 
  <use_widget_names>True</use_widget_names>
14
 
  <output_main_file>False</output_main_file>
15
 
  <output_support_files>False</output_support_files>
16
 
  <output_build_files>False</output_build_files>
17
 
  <main_source_file>gfm_dbox.c</main_source_file>
18
 
  <main_header_file>gfm_dbox.h</main_header_file>
19
 
  <handler_source_file>gfm_cb.c</handler_source_file>
20
 
  <handler_header_file>gfm_cb.h</handler_header_file>
21
 
  <output_translatable_strings>True</output_translatable_strings>
22
 
  <translatable_strings_file>gfm_dbox.str</translatable_strings_file>
23
 
</project>
24
 
 
25
 
<widget>
26
 
  <class>GtkWindow</class>
27
 
  <name>gfm_dbox</name>
28
 
  <signal>
29
 
    <name>show</name>
30
 
    <handler>on_gfm_dbox_show</handler>
31
 
    <data>gfm_dbox</data>
32
 
    <last_modification_time>Sat, 18 Nov 2000 16:31:34 GMT</last_modification_time>
33
 
  </signal>
34
 
  <signal>
35
 
    <name>destroy</name>
36
 
    <handler>on_gfm_dbox_destroy</handler>
37
 
    <data>gfm_dbox</data>
38
 
    <last_modification_time>Wed, 22 Nov 2000 19:07:11 GMT</last_modification_time>
39
 
  </signal>
40
 
  <title>Group File Manager</title>
41
 
  <type>GTK_WINDOW_TOPLEVEL</type>
42
 
  <position>GTK_WIN_POS_NONE</position>
43
 
  <modal>False</modal>
44
 
  <default_width>320</default_width>
45
 
  <default_height>450</default_height>
46
 
  <allow_shrink>False</allow_shrink>
47
 
  <allow_grow>True</allow_grow>
48
 
  <auto_shrink>True</auto_shrink>
49
 
  <wmclass_name>tilp</wmclass_name>
50
 
  <wmclass_class>TiLP</wmclass_class>
51
 
 
52
 
  <widget>
53
 
    <class>GtkVBox</class>
54
 
    <name>vbox1</name>
55
 
    <homogeneous>False</homogeneous>
56
 
    <spacing>0</spacing>
57
 
 
58
 
    <widget>
59
 
      <class>GtkHandleBox</class>
60
 
      <name>handlebox1</name>
61
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
62
 
      <handle_position>GTK_POS_LEFT</handle_position>
63
 
      <snap_edge>GTK_POS_TOP</snap_edge>
64
 
      <child>
65
 
        <padding>0</padding>
66
 
        <expand>False</expand>
67
 
        <fill>False</fill>
68
 
      </child>
69
 
 
70
 
      <widget>
71
 
        <class>GtkMenuBar</class>
72
 
        <name>menubar1</name>
73
 
        <shadow_type>GTK_SHADOW_OUT</shadow_type>
74
 
 
75
 
        <widget>
76
 
          <class>GtkMenuItem</class>
77
 
          <name>file1</name>
78
 
          <label>_File</label>
79
 
          <right_justify>False</right_justify>
80
 
 
81
 
          <widget>
82
 
            <class>GtkMenu</class>
83
 
            <name>file1_menu</name>
84
 
 
85
 
            <widget>
86
 
              <class>GtkMenuItem</class>
87
 
              <name>separator75</name>
88
 
              <right_justify>False</right_justify>
89
 
            </widget>
90
 
 
91
 
            <widget>
92
 
              <class>GtkMenuItem</class>
93
 
              <name>new1</name>
94
 
              <accelerator>
95
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
96
 
                <key>GDK_N</key>
97
 
                <signal>activate</signal>
98
 
              </accelerator>
99
 
              <signal>
100
 
                <name>activate</name>
101
 
                <handler>on_gfm_new1_activate</handler>
102
 
                <last_modification_time>Mon, 29 Oct 2001 10:36:46 GMT</last_modification_time>
103
 
              </signal>
104
 
              <label>_New</label>
105
 
              <right_justify>False</right_justify>
106
 
            </widget>
107
 
 
108
 
            <widget>
109
 
              <class>GtkMenuItem</class>
110
 
              <name>open1</name>
111
 
              <accelerator>
112
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
113
 
                <key>GDK_O</key>
114
 
                <signal>activate</signal>
115
 
              </accelerator>
116
 
              <signal>
117
 
                <name>activate</name>
118
 
                <handler>on_gfm_open1_activate</handler>
119
 
                <last_modification_time>Mon, 29 Oct 2001 10:36:50 GMT</last_modification_time>
120
 
              </signal>
121
 
              <label>_Open</label>
122
 
              <right_justify>False</right_justify>
123
 
            </widget>
124
 
 
125
 
            <widget>
126
 
              <class>GtkMenuItem</class>
127
 
              <name>save1</name>
128
 
              <accelerator>
129
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
130
 
                <key>GDK_S</key>
131
 
                <signal>activate</signal>
132
 
              </accelerator>
133
 
              <signal>
134
 
                <name>activate</name>
135
 
                <handler>on_gfm_save1_activate</handler>
136
 
                <last_modification_time>Mon, 29 Oct 2001 10:36:54 GMT</last_modification_time>
137
 
              </signal>
138
 
              <label>_Save</label>
139
 
              <right_justify>False</right_justify>
140
 
            </widget>
141
 
 
142
 
            <widget>
143
 
              <class>GtkMenuItem</class>
144
 
              <name>save_as1</name>
145
 
              <signal>
146
 
                <name>activate</name>
147
 
                <handler>on_gfm_save_as1_activate</handler>
148
 
                <last_modification_time>Mon, 29 Oct 2001 10:36:57 GMT</last_modification_time>
149
 
              </signal>
150
 
              <label>Save _as</label>
151
 
              <right_justify>False</right_justify>
152
 
            </widget>
153
 
 
154
 
            <widget>
155
 
              <class>GtkMenuItem</class>
156
 
              <name>close1</name>
157
 
              <signal>
158
 
                <name>activate</name>
159
 
                <handler>on_gfm_close1_activate</handler>
160
 
                <data>gfm_dbox</data>
161
 
                <last_modification_time>Mon, 29 Oct 2001 14:18:07 GMT</last_modification_time>
162
 
              </signal>
163
 
              <label>_Close</label>
164
 
              <right_justify>False</right_justify>
165
 
            </widget>
166
 
 
167
 
            <widget>
168
 
              <class>GtkMenuItem</class>
169
 
              <name>separator13</name>
170
 
              <right_justify>False</right_justify>
171
 
            </widget>
172
 
 
173
 
            <widget>
174
 
              <class>GtkMenuItem</class>
175
 
              <name>quit1</name>
176
 
              <tooltip>Quit program</tooltip>
177
 
              <accelerator>
178
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
179
 
                <key>GDK_Q</key>
180
 
                <signal>activate</signal>
181
 
              </accelerator>
182
 
              <signal>
183
 
                <name>activate</name>
184
 
                <handler>on_gfm_quit1_activate</handler>
185
 
                <data>gfm_dbox</data>
186
 
                <last_modification_time>Mon, 29 Oct 2001 14:08:55 GMT</last_modification_time>
187
 
              </signal>
188
 
              <label>_Quit</label>
189
 
              <right_justify>False</right_justify>
190
 
            </widget>
191
 
          </widget>
192
 
        </widget>
193
 
 
194
 
        <widget>
195
 
          <class>GtkMenuItem</class>
196
 
          <name>edit1</name>
197
 
          <label>_Edit</label>
198
 
          <right_justify>False</right_justify>
199
 
 
200
 
          <widget>
201
 
            <class>GtkMenu</class>
202
 
            <name>edit1_menu</name>
203
 
 
204
 
            <widget>
205
 
              <class>GtkMenuItem</class>
206
 
              <name>cut1</name>
207
 
              <accelerator>
208
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
209
 
                <key>GDK_X</key>
210
 
                <signal>activate</signal>
211
 
              </accelerator>
212
 
              <signal>
213
 
                <name>activate</name>
214
 
                <handler>on_gfm_cut1_activate</handler>
215
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:06 GMT</last_modification_time>
216
 
              </signal>
217
 
              <label>_Cut</label>
218
 
              <right_justify>False</right_justify>
219
 
            </widget>
220
 
 
221
 
            <widget>
222
 
              <class>GtkMenuItem</class>
223
 
              <name>copy1</name>
224
 
              <accelerator>
225
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
226
 
                <key>GDK_C</key>
227
 
                <signal>activate</signal>
228
 
              </accelerator>
229
 
              <signal>
230
 
                <name>activate</name>
231
 
                <handler>on_gfm_copy1_activate</handler>
232
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:08 GMT</last_modification_time>
233
 
              </signal>
234
 
              <label>C_opy</label>
235
 
              <right_justify>False</right_justify>
236
 
            </widget>
237
 
 
238
 
            <widget>
239
 
              <class>GtkMenuItem</class>
240
 
              <name>paste1</name>
241
 
              <accelerator>
242
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
243
 
                <key>GDK_V</key>
244
 
                <signal>activate</signal>
245
 
              </accelerator>
246
 
              <signal>
247
 
                <name>activate</name>
248
 
                <handler>on_gfm_paste1_activate</handler>
249
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:11 GMT</last_modification_time>
250
 
              </signal>
251
 
              <label>_Paste</label>
252
 
              <right_justify>False</right_justify>
253
 
            </widget>
254
 
 
255
 
            <widget>
256
 
              <class>GtkMenuItem</class>
257
 
              <name>separator76</name>
258
 
              <right_justify>False</right_justify>
259
 
            </widget>
260
 
 
261
 
            <widget>
262
 
              <class>GtkMenuItem</class>
263
 
              <name>new_folder1</name>
264
 
              <accelerator>
265
 
                <modifiers>0</modifiers>
266
 
                <key>GDK_F3</key>
267
 
                <signal>activate</signal>
268
 
              </accelerator>
269
 
              <signal>
270
 
                <name>activate</name>
271
 
                <handler>on_gfm_new_folder1_activate</handler>
272
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:13 GMT</last_modification_time>
273
 
              </signal>
274
 
              <label>_New folder</label>
275
 
              <right_justify>False</right_justify>
276
 
            </widget>
277
 
 
278
 
            <widget>
279
 
              <class>GtkMenuItem</class>
280
 
              <name>ungroup1</name>
281
 
              <signal>
282
 
                <name>activate</name>
283
 
                <handler>on_gfm_ungroup1_activate</handler>
284
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:17 GMT</last_modification_time>
285
 
              </signal>
286
 
              <label>_Ungroup...</label>
287
 
              <right_justify>False</right_justify>
288
 
            </widget>
289
 
 
290
 
            <widget>
291
 
              <class>GtkMenuItem</class>
292
 
              <name>group1</name>
293
 
              <signal>
294
 
                <name>activate</name>
295
 
                <handler>on_gfm_group1_activate</handler>
296
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:19 GMT</last_modification_time>
297
 
              </signal>
298
 
              <label>_Group...</label>
299
 
              <right_justify>False</right_justify>
300
 
            </widget>
301
 
          </widget>
302
 
        </widget>
303
 
 
304
 
        <widget>
305
 
          <class>GtkMenuItem</class>
306
 
          <name>functions1</name>
307
 
          <label>_Functions</label>
308
 
          <right_justify>False</right_justify>
309
 
 
310
 
          <widget>
311
 
            <class>GtkMenu</class>
312
 
            <name>functions1_menu</name>
313
 
 
314
 
            <widget>
315
 
              <class>GtkMenuItem</class>
316
 
              <name>send_variable1</name>
317
 
              <accelerator>
318
 
                <modifiers>0</modifiers>
319
 
                <key>GDK_F1</key>
320
 
                <signal>activate</signal>
321
 
              </accelerator>
322
 
              <signal>
323
 
                <name>activate</name>
324
 
                <handler>on_gfm_send_variable1_activate</handler>
325
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:21 GMT</last_modification_time>
326
 
              </signal>
327
 
              <label>_Send variable</label>
328
 
              <right_justify>False</right_justify>
329
 
            </widget>
330
 
 
331
 
            <widget>
332
 
              <class>GtkMenuItem</class>
333
 
              <name>receive_variable1</name>
334
 
              <accelerator>
335
 
                <modifiers>0</modifiers>
336
 
                <key>GDK_F2</key>
337
 
                <signal>activate</signal>
338
 
              </accelerator>
339
 
              <signal>
340
 
                <name>activate</name>
341
 
                <handler>on_gfm_receive_variable1_activate</handler>
342
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:23 GMT</last_modification_time>
343
 
              </signal>
344
 
              <label>_Receive variable</label>
345
 
              <right_justify>False</right_justify>
346
 
            </widget>
347
 
          </widget>
348
 
        </widget>
349
 
 
350
 
        <widget>
351
 
          <class>GtkMenuItem</class>
352
 
          <name>help2</name>
353
 
          <label>_Help</label>
354
 
          <right_justify>True</right_justify>
355
 
 
356
 
          <widget>
357
 
            <class>GtkMenu</class>
358
 
            <name>help2_menu</name>
359
 
 
360
 
            <widget>
361
 
              <class>GtkMenuItem</class>
362
 
              <name>help3</name>
363
 
              <tooltip>The help file</tooltip>
364
 
              <accelerator>
365
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
366
 
                <key>GDK_H</key>
367
 
                <signal>activate</signal>
368
 
              </accelerator>
369
 
              <signal>
370
 
                <name>activate</name>
371
 
                <handler>on_gfm_help2_activate</handler>
372
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:25 GMT</last_modification_time>
373
 
              </signal>
374
 
              <label>_Help !!!</label>
375
 
              <right_justify>False</right_justify>
376
 
            </widget>
377
 
 
378
 
            <widget>
379
 
              <class>GtkMenuItem</class>
380
 
              <name>manpage1</name>
381
 
              <tooltip>The Linux manual page but also useful for other platforms</tooltip>
382
 
              <accelerator>
383
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
384
 
                <key>GDK_M</key>
385
 
                <signal>activate</signal>
386
 
              </accelerator>
387
 
              <signal>
388
 
                <name>activate</name>
389
 
                <handler>on_gfm_manpage1_activate</handler>
390
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:27 GMT</last_modification_time>
391
 
              </signal>
392
 
              <label>_Manpage</label>
393
 
              <right_justify>False</right_justify>
394
 
            </widget>
395
 
 
396
 
            <widget>
397
 
              <class>GtkMenuItem</class>
398
 
              <name>separator72</name>
399
 
              <right_justify>False</right_justify>
400
 
            </widget>
401
 
 
402
 
            <widget>
403
 
              <class>GtkMenuItem</class>
404
 
              <name>changelog1</name>
405
 
              <tooltip>The CHANGELOG file</tooltip>
406
 
              <signal>
407
 
                <name>activate</name>
408
 
                <handler>on_gfm_changelog1_activate</handler>
409
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:30 GMT</last_modification_time>
410
 
              </signal>
411
 
              <label>_ChangeLog</label>
412
 
              <right_justify>False</right_justify>
413
 
            </widget>
414
 
 
415
 
            <widget>
416
 
              <class>GtkMenuItem</class>
417
 
              <name>separator71</name>
418
 
              <right_justify>False</right_justify>
419
 
            </widget>
420
 
 
421
 
            <widget>
422
 
              <class>GtkMenuItem</class>
423
 
              <name>thanks1</name>
424
 
              <tooltip>Some special thanks</tooltip>
425
 
              <signal>
426
 
                <name>activate</name>
427
 
                <handler>on_gfm_thanks1_activate</handler>
428
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:33 GMT</last_modification_time>
429
 
              </signal>
430
 
              <label>_Thanks</label>
431
 
              <right_justify>False</right_justify>
432
 
            </widget>
433
 
 
434
 
            <widget>
435
 
              <class>GtkMenuItem</class>
436
 
              <name>about1</name>
437
 
              <tooltip>Some informations</tooltip>
438
 
              <signal>
439
 
                <name>activate</name>
440
 
                <handler>on_gfm_about1_activate</handler>
441
 
                <last_modification_time>Mon, 29 Oct 2001 10:37:37 GMT</last_modification_time>
442
 
              </signal>
443
 
              <label>_About</label>
444
 
              <right_justify>False</right_justify>
445
 
            </widget>
446
 
          </widget>
447
 
        </widget>
448
 
      </widget>
449
 
    </widget>
450
 
 
451
 
    <widget>
452
 
      <class>GtkFrame</class>
453
 
      <name>frame2</name>
454
 
      <border_width>5</border_width>
455
 
      <label>File content (single/group)</label>
456
 
      <label_xalign>0</label_xalign>
457
 
      <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
458
 
      <child>
459
 
        <padding>0</padding>
460
 
        <expand>True</expand>
461
 
        <fill>True</fill>
462
 
      </child>
463
 
 
464
 
      <widget>
465
 
        <class>GtkScrolledWindow</class>
466
 
        <name>scrolledwindow1</name>
467
 
        <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
468
 
        <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
469
 
        <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
470
 
        <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
471
 
 
472
 
        <widget>
473
 
          <class>GtkCTree</class>
474
 
          <name>ctree1</name>
475
 
          <can_focus>True</can_focus>
476
 
          <signal>
477
 
            <name>click_column</name>
478
 
            <handler>on_ctree2_click_column</handler>
479
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:18 GMT</last_modification_time>
480
 
          </signal>
481
 
          <signal>
482
 
            <name>button_press_event</name>
483
 
            <handler>on_ctree2_button_press_event</handler>
484
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:21 GMT</last_modification_time>
485
 
          </signal>
486
 
          <signal>
487
 
            <name>tree_expand</name>
488
 
            <handler>on_ctree2_tree_expand</handler>
489
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:25 GMT</last_modification_time>
490
 
          </signal>
491
 
          <signal>
492
 
            <name>tree_collapse</name>
493
 
            <handler>on_ctree2_tree_collapse</handler>
494
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:29 GMT</last_modification_time>
495
 
          </signal>
496
 
          <signal>
497
 
            <name>tree_select_row</name>
498
 
            <handler>on_ctree2_tree_select_row</handler>
499
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:32 GMT</last_modification_time>
500
 
          </signal>
501
 
          <signal>
502
 
            <name>tree_unselect_row</name>
503
 
            <handler>on_ctree2_tree_unselect_row</handler>
504
 
            <last_modification_time>Sun, 28 Oct 2001 19:52:35 GMT</last_modification_time>
505
 
          </signal>
506
 
          <signal>
507
 
            <name>drag_begin</name>
508
 
            <handler>on_ctree1_drag_begin</handler>
509
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:11 GMT</last_modification_time>
510
 
          </signal>
511
 
          <signal>
512
 
            <name>drag_data_delete</name>
513
 
            <handler>on_ctree1_drag_data_delete</handler>
514
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:18 GMT</last_modification_time>
515
 
          </signal>
516
 
          <signal>
517
 
            <name>drag_data_get</name>
518
 
            <handler>on_ctree1_drag_data_get</handler>
519
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:28 GMT</last_modification_time>
520
 
          </signal>
521
 
          <signal>
522
 
            <name>drag_data_received</name>
523
 
            <handler>on_ctree1_drag_data_received</handler>
524
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:37 GMT</last_modification_time>
525
 
          </signal>
526
 
          <signal>
527
 
            <name>drag_drop</name>
528
 
            <handler>on_ctree1_drag_drop</handler>
529
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:44 GMT</last_modification_time>
530
 
          </signal>
531
 
          <signal>
532
 
            <name>drag_end</name>
533
 
            <handler>on_ctree1_drag_end</handler>
534
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:49 GMT</last_modification_time>
535
 
          </signal>
536
 
          <signal>
537
 
            <name>drag_leave</name>
538
 
            <handler>on_ctree1_drag_leave</handler>
539
 
            <last_modification_time>Mon, 29 Oct 2001 10:43:54 GMT</last_modification_time>
540
 
          </signal>
541
 
          <signal>
542
 
            <name>drag_motion</name>
543
 
            <handler>on_ctree1_drag_motion</handler>
544
 
            <last_modification_time>Mon, 29 Oct 2001 10:44:01 GMT</last_modification_time>
545
 
          </signal>
546
 
          <columns>4</columns>
547
 
          <column_widths>121,28,68,40</column_widths>
548
 
          <selection_mode>GTK_SELECTION_MULTIPLE</selection_mode>
549
 
          <show_titles>True</show_titles>
550
 
          <shadow_type>GTK_SHADOW_IN</shadow_type>
551
 
 
552
 
          <widget>
553
 
            <class>GtkLabel</class>
554
 
            <child_name>CTree:title</child_name>
555
 
            <name>label1</name>
556
 
            <label>Varname</label>
557
 
            <justify>GTK_JUSTIFY_LEFT</justify>
558
 
            <wrap>False</wrap>
559
 
            <xalign>0</xalign>
560
 
            <yalign>0.5</yalign>
561
 
            <xpad>0</xpad>
562
 
            <ypad>0</ypad>
563
 
          </widget>
564
 
 
565
 
          <widget>
566
 
            <class>GtkLabel</class>
567
 
            <child_name>CTree:title</child_name>
568
 
            <name>label2</name>
569
 
            <label>Attr</label>
570
 
            <justify>GTK_JUSTIFY_CENTER</justify>
571
 
            <wrap>False</wrap>
572
 
            <xalign>0.5</xalign>
573
 
            <yalign>0.5</yalign>
574
 
            <xpad>0</xpad>
575
 
            <ypad>0</ypad>
576
 
          </widget>
577
 
 
578
 
          <widget>
579
 
            <class>GtkLabel</class>
580
 
            <child_name>CTree:title</child_name>
581
 
            <name>label3</name>
582
 
            <label>Type</label>
583
 
            <justify>GTK_JUSTIFY_LEFT</justify>
584
 
            <wrap>False</wrap>
585
 
            <xalign>0</xalign>
586
 
            <yalign>0.5</yalign>
587
 
            <xpad>0</xpad>
588
 
            <ypad>0</ypad>
589
 
          </widget>
590
 
 
591
 
          <widget>
592
 
            <class>GtkLabel</class>
593
 
            <child_name>CTree:title</child_name>
594
 
            <name>label4</name>
595
 
            <width>20</width>
596
 
            <label>Size</label>
597
 
            <justify>GTK_JUSTIFY_LEFT</justify>
598
 
            <wrap>False</wrap>
599
 
            <xalign>0</xalign>
600
 
            <yalign>0.5</yalign>
601
 
            <xpad>0</xpad>
602
 
            <ypad>0</ypad>
603
 
          </widget>
604
 
        </widget>
605
 
      </widget>
606
 
    </widget>
607
 
  </widget>
608
 
</widget>
609
 
 
610
 
<widget>
611
 
  <class>GtkFileSelection</class>
612
 
  <name>gfm_fileselection_open</name>
613
 
  <border_width>10</border_width>
614
 
  <title>Select File</title>
615
 
  <type>GTK_WINDOW_TOPLEVEL</type>
616
 
  <position>GTK_WIN_POS_NONE</position>
617
 
  <modal>False</modal>
618
 
  <allow_shrink>False</allow_shrink>
619
 
  <allow_grow>True</allow_grow>
620
 
  <auto_shrink>False</auto_shrink>
621
 
  <show_file_op_buttons>True</show_file_op_buttons>
622
 
 
623
 
  <widget>
624
 
    <class>GtkButton</class>
625
 
    <child_name>FileSel:ok_button</child_name>
626
 
    <name>ok_button1</name>
627
 
    <can_default>True</can_default>
628
 
    <can_focus>True</can_focus>
629
 
    <signal>
630
 
      <name>clicked</name>
631
 
      <handler>on_ok_gfm_button1_clicked</handler>
632
 
      <data>gfm_fileselection_open</data>
633
 
      <last_modification_time>Tue, 06 Nov 2001 21:06:31 GMT</last_modification_time>
634
 
    </signal>
635
 
    <label>OK</label>
636
 
    <relief>GTK_RELIEF_NORMAL</relief>
637
 
  </widget>
638
 
 
639
 
  <widget>
640
 
    <class>GtkButton</class>
641
 
    <child_name>FileSel:cancel_button</child_name>
642
 
    <name>cancel_button1</name>
643
 
    <can_default>True</can_default>
644
 
    <can_focus>True</can_focus>
645
 
    <signal>
646
 
      <name>clicked</name>
647
 
      <handler>on_cancel_gfm_button1_clicked</handler>
648
 
      <data>gfm_fileselection_open</data>
649
 
      <last_modification_time>Tue, 06 Nov 2001 21:06:40 GMT</last_modification_time>
650
 
    </signal>
651
 
    <label>Cancel</label>
652
 
    <relief>GTK_RELIEF_NORMAL</relief>
653
 
  </widget>
654
 
</widget>
655
 
 
656
 
</GTK-Interface>