~ubuntu-branches/ubuntu/lucid/gco/lucid

« back to all changes in this revision

Viewing changes to gco.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2006-08-31 12:35:42 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20060831123542-mc4q70vmhci7jkx7
Tags: 0.5.0-6
Update package to the last python policy, courtesy of Pierre Habouzit
(Closes: #380807).

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>GNOME Comics Organizer</name>
6
 
  <program_name>gco</program_name>
7
 
  <directory></directory>
8
 
  <source_directory>src</source_directory>
9
 
  <pixmaps_directory>pixmaps</pixmaps_directory>
10
 
  <language>C</language>
11
 
  <gnome_support>True</gnome_support>
12
 
  <gettext_support>True</gettext_support>
13
 
  <output_translatable_strings>True</output_translatable_strings>
14
 
  <translatable_strings_file>src/translatable-strings.c</translatable_strings_file>
15
 
</project>
16
 
 
17
 
<widget>
18
 
  <class>GnomeApp</class>
19
 
  <name>main_window</name>
20
 
  <visible>False</visible>
21
 
  <signal>
22
 
    <name>delete_event</name>
23
 
    <handler>on_main_window_delete_event</handler>
24
 
    <last_modification_time>Thu, 19 Aug 1999 09:23:51 GMT</last_modification_time>
25
 
  </signal>
26
 
  <title>GNOME Comics Organizer</title>
27
 
  <type>GTK_WINDOW_TOPLEVEL</type>
28
 
  <position>GTK_WIN_POS_NONE</position>
29
 
  <modal>False</modal>
30
 
  <default_width>430</default_width>
31
 
  <default_height>500</default_height>
32
 
  <allow_shrink>False</allow_shrink>
33
 
  <allow_grow>True</allow_grow>
34
 
  <auto_shrink>False</auto_shrink>
35
 
  <enable_layout_config>True</enable_layout_config>
36
 
 
37
 
  <widget>
38
 
    <class>GnomeDock</class>
39
 
    <child_name>GnomeApp:dock</child_name>
40
 
    <name>main_dock</name>
41
 
    <allow_floating>True</allow_floating>
42
 
    <child>
43
 
      <padding>0</padding>
44
 
      <expand>True</expand>
45
 
      <fill>True</fill>
46
 
    </child>
47
 
 
48
 
    <widget>
49
 
      <class>GnomeDockItem</class>
50
 
      <name>mainmenu_dockitem</name>
51
 
      <border_width>2</border_width>
52
 
      <placement>GNOME_DOCK_TOP</placement>
53
 
      <band>0</band>
54
 
      <position>0</position>
55
 
      <offset>0</offset>
56
 
      <locked>False</locked>
57
 
      <exclusive>True</exclusive>
58
 
      <never_floating>False</never_floating>
59
 
      <never_vertical>True</never_vertical>
60
 
      <never_horizontal>False</never_horizontal>
61
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
62
 
 
63
 
      <widget>
64
 
        <class>GtkMenuBar</class>
65
 
        <name>mainmenubar</name>
66
 
        <shadow_type>GTK_SHADOW_NONE</shadow_type>
67
 
 
68
 
        <widget>
69
 
          <class>GtkMenuItem</class>
70
 
          <name>mainmenu_file</name>
71
 
          <stock_item>GNOMEUIINFO_MENU_FILE_TREE</stock_item>
72
 
 
73
 
          <widget>
74
 
            <class>GtkMenu</class>
75
 
            <name>mainmenu_file_menu</name>
76
 
 
77
 
            <widget>
78
 
              <class>GtkPixmapMenuItem</class>
79
 
              <name>mainmenu_file_new</name>
80
 
              <signal>
81
 
                <name>activate</name>
82
 
                <handler>on_mainmenu_file_new_file_activate</handler>
83
 
                <last_modification_time>Thu, 19 Aug 1999 09:10:20 GMT</last_modification_time>
84
 
              </signal>
85
 
              <stock_item>GNOMEUIINFO_MENU_NEW_ITEM</stock_item>
86
 
              <label>_New File</label>
87
 
            </widget>
88
 
 
89
 
            <widget>
90
 
              <class>GtkPixmapMenuItem</class>
91
 
              <name>mainmenu_file_open</name>
92
 
              <signal>
93
 
                <name>activate</name>
94
 
                <handler>on_mainmenu_file_open_activate</handler>
95
 
                <last_modification_time>Thu, 19 Aug 1999 09:10:33 GMT</last_modification_time>
96
 
              </signal>
97
 
              <stock_item>GNOMEUIINFO_MENU_OPEN_ITEM</stock_item>
98
 
            </widget>
99
 
 
100
 
            <widget>
101
 
              <class>GtkPixmapMenuItem</class>
102
 
              <name>mainmenu_file_save</name>
103
 
              <signal>
104
 
                <name>activate</name>
105
 
                <handler>on_mainmenu_file_save_activate</handler>
106
 
                <last_modification_time>Thu, 19 Aug 1999 09:10:28 GMT</last_modification_time>
107
 
              </signal>
108
 
              <stock_item>GNOMEUIINFO_MENU_SAVE_ITEM</stock_item>
109
 
            </widget>
110
 
 
111
 
            <widget>
112
 
              <class>GtkPixmapMenuItem</class>
113
 
              <name>mainmenu_file_save-as</name>
114
 
              <signal>
115
 
                <name>activate</name>
116
 
                <handler>on_mainmenu_file_save_as_activate</handler>
117
 
                <last_modification_time>Thu, 19 Aug 1999 09:10:43 GMT</last_modification_time>
118
 
              </signal>
119
 
              <stock_item>GNOMEUIINFO_MENU_SAVE_AS_ITEM</stock_item>
120
 
            </widget>
121
 
 
122
 
            <widget>
123
 
              <class>GtkMenuItem</class>
124
 
              <name>export1</name>
125
 
              <label>_Export</label>
126
 
              <right_justify>False</right_justify>
127
 
 
128
 
              <widget>
129
 
                <class>GtkMenu</class>
130
 
                <name>export1_menu</name>
131
 
 
132
 
                <widget>
133
 
                  <class>GtkMenuItem</class>
134
 
                  <name>export_to_ascii</name>
135
 
                  <signal>
136
 
                    <name>activate</name>
137
 
                    <handler>on_mainmenu_file_export_to_ascii_activate</handler>
138
 
                    <last_modification_time>Sun, 27 Feb 2000 21:39:36 GMT</last_modification_time>
139
 
                  </signal>
140
 
                  <label>Export to _ASCII</label>
141
 
                  <right_justify>False</right_justify>
142
 
                </widget>
143
 
 
144
 
                <widget>
145
 
                  <class>GtkMenuItem</class>
146
 
                  <name>export_to_html</name>
147
 
                  <signal>
148
 
                    <name>activate</name>
149
 
                    <handler>on_export_to_html_activate</handler>
150
 
                    <last_modification_time>Tue, 24 Jul 2001 12:07:51 GMT</last_modification_time>
151
 
                  </signal>
152
 
                  <label>Export to _HTML</label>
153
 
                  <right_justify>False</right_justify>
154
 
                </widget>
155
 
              </widget>
156
 
            </widget>
157
 
 
158
 
            <widget>
159
 
              <class>GtkMenuItem</class>
160
 
              <name>separator1</name>
161
 
              <right_justify>False</right_justify>
162
 
            </widget>
163
 
 
164
 
            <widget>
165
 
              <class>GtkPixmapMenuItem</class>
166
 
              <name>mainmenu_file_exit</name>
167
 
              <signal>
168
 
                <name>activate</name>
169
 
                <handler>on_mainmenu_file_exit_activate</handler>
170
 
                <last_modification_time>Thu, 19 Aug 1999 09:10:49 GMT</last_modification_time>
171
 
              </signal>
172
 
              <stock_item>GNOMEUIINFO_MENU_EXIT_ITEM</stock_item>
173
 
            </widget>
174
 
          </widget>
175
 
        </widget>
176
 
 
177
 
        <widget>
178
 
          <class>GtkMenuItem</class>
179
 
          <name>mainmenu_edit</name>
180
 
          <stock_item>GNOMEUIINFO_MENU_EDIT_TREE</stock_item>
181
 
 
182
 
          <widget>
183
 
            <class>GtkMenu</class>
184
 
            <name>mainmenu_edit_menu</name>
185
 
 
186
 
            <widget>
187
 
              <class>GtkPixmapMenuItem</class>
188
 
              <name>mainmenu_edit_add_comic</name>
189
 
              <accelerator>
190
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
191
 
                <key>GDK_C</key>
192
 
                <signal>activate</signal>
193
 
              </accelerator>
194
 
              <signal>
195
 
                <name>activate</name>
196
 
                <handler>on_mainmenu_edit_add_comic_activate</handler>
197
 
                <last_modification_time>Wed, 18 Aug 1999 18:13:19 GMT</last_modification_time>
198
 
              </signal>
199
 
              <label>Add _Title</label>
200
 
              <right_justify>False</right_justify>
201
 
              <stock_icon>GNOME_STOCK_MENU_BOOK_RED</stock_icon>
202
 
            </widget>
203
 
 
204
 
            <widget>
205
 
              <class>GtkPixmapMenuItem</class>
206
 
              <name>mainmenu_edit_remove_comic</name>
207
 
              <signal>
208
 
                <name>activate</name>
209
 
                <handler>on_mainmenu_edit_remove_comic_activate</handler>
210
 
                <last_modification_time>Wed, 18 Aug 1999 18:13:36 GMT</last_modification_time>
211
 
              </signal>
212
 
              <label>_Remove Title</label>
213
 
              <right_justify>False</right_justify>
214
 
              <stock_icon>GNOME_STOCK_MENU_TRASH</stock_icon>
215
 
            </widget>
216
 
 
217
 
            <widget>
218
 
              <class>GtkMenuItem</class>
219
 
              <name>mainmenu_edit_edit_comic</name>
220
 
              <signal>
221
 
                <name>activate</name>
222
 
                <handler>on_mainmenu_edit_edit_comic_activate</handler>
223
 
                <last_modification_time>Tue, 24 Aug 1999 13:44:21 GMT</last_modification_time>
224
 
              </signal>
225
 
              <label>_Edit Title</label>
226
 
              <right_justify>False</right_justify>
227
 
            </widget>
228
 
 
229
 
            <widget>
230
 
              <class>GtkMenuItem</class>
231
 
              <name>mainmenu_edit_separator</name>
232
 
              <right_justify>False</right_justify>
233
 
            </widget>
234
 
 
235
 
            <widget>
236
 
              <class>GtkPixmapMenuItem</class>
237
 
              <name>mainmenu_edit_add_issue</name>
238
 
              <accelerator>
239
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
240
 
                <key>GDK_I</key>
241
 
                <signal>activate</signal>
242
 
              </accelerator>
243
 
              <signal>
244
 
                <name>activate</name>
245
 
                <handler>on_mainmenu_edit_add_issue_activate</handler>
246
 
                <last_modification_time>Wed, 18 Aug 1999 18:13:42 GMT</last_modification_time>
247
 
              </signal>
248
 
              <label>Add _Issue</label>
249
 
              <right_justify>False</right_justify>
250
 
              <stock_icon>GNOME_STOCK_MENU_BOOK_BLUE</stock_icon>
251
 
            </widget>
252
 
 
253
 
            <widget>
254
 
              <class>GtkPixmapMenuItem</class>
255
 
              <name>mainmenu_edit_add_sequence_of_issues</name>
256
 
              <signal>
257
 
                <name>activate</name>
258
 
                <handler>on_mainmenu_edit_add_sequence_of_issues_activate</handler>
259
 
                <last_modification_time>Wed, 18 Aug 1999 18:18:46 GMT</last_modification_time>
260
 
              </signal>
261
 
              <label>Add _Sequence of Issues</label>
262
 
              <right_justify>False</right_justify>
263
 
              <stock_icon>GNOME_STOCK_MENU_BOOK_GREEN</stock_icon>
264
 
            </widget>
265
 
 
266
 
            <widget>
267
 
              <class>GtkPixmapMenuItem</class>
268
 
              <name>mainmenu_edit_remove_issue</name>
269
 
              <signal>
270
 
                <name>activate</name>
271
 
                <handler>on_mainmenu_edit_remove_issue_activate</handler>
272
 
                <last_modification_time>Wed, 18 Aug 1999 18:13:46 GMT</last_modification_time>
273
 
              </signal>
274
 
              <label>Rem_ove Issue</label>
275
 
              <right_justify>False</right_justify>
276
 
              <stock_icon>GNOME_STOCK_MENU_TRASH</stock_icon>
277
 
            </widget>
278
 
 
279
 
            <widget>
280
 
              <class>GtkMenuItem</class>
281
 
              <name>mainmenu_edit_edit_issues</name>
282
 
              <accelerator>
283
 
                <modifiers>GDK_CONTROL_MASK</modifiers>
284
 
                <key>GDK_u</key>
285
 
                <signal>activate</signal>
286
 
              </accelerator>
287
 
              <signal>
288
 
                <name>activate</name>
289
 
                <handler>on_mainmenu_edit_edit_issues_activate</handler>
290
 
                <last_modification_time>Tue, 24 Aug 1999 13:44:29 GMT</last_modification_time>
291
 
              </signal>
292
 
              <label>Edit Iss_ue</label>
293
 
              <right_justify>False</right_justify>
294
 
            </widget>
295
 
 
296
 
            <widget>
297
 
              <class>GtkMenuItem</class>
298
 
              <name>mainmenu_edit_separator</name>
299
 
              <right_justify>False</right_justify>
300
 
            </widget>
301
 
 
302
 
            <widget>
303
 
              <class>GtkPixmapMenuItem</class>
304
 
              <name>mainmenu_edit_add_file_link</name>
305
 
              <signal>
306
 
                <name>activate</name>
307
 
                <handler>on_mainmenu_edit_add_file_link_activate</handler>
308
 
                <last_modification_time>Wed, 18 Aug 1999 18:28:31 GMT</last_modification_time>
309
 
              </signal>
310
 
              <label>Add _File Link</label>
311
 
              <right_justify>False</right_justify>
312
 
              <stock_icon>GNOME_STOCK_MENU_ATTACH</stock_icon>
313
 
            </widget>
314
 
          </widget>
315
 
        </widget>
316
 
 
317
 
        <widget>
318
 
          <class>GtkMenuItem</class>
319
 
          <name>mainmenu_sort</name>
320
 
          <label>_Sort</label>
321
 
          <right_justify>False</right_justify>
322
 
 
323
 
          <widget>
324
 
            <class>GtkMenu</class>
325
 
            <name>mainmenu_sort_menu</name>
326
 
 
327
 
            <widget>
328
 
              <class>GtkRadioMenuItem</class>
329
 
              <name>mainmenu_sort_comics_by_title</name>
330
 
              <signal>
331
 
                <name>activate</name>
332
 
                <handler>on_mainmenu_sort_comics_by_title_activate</handler>
333
 
                <last_modification_time>Tue, 24 Aug 1999 18:51:50 GMT</last_modification_time>
334
 
              </signal>
335
 
              <label>by _Title</label>
336
 
              <active>False</active>
337
 
              <always_show_toggle>True</always_show_toggle>
338
 
              <group>sortcomics</group>
339
 
            </widget>
340
 
 
341
 
            <widget>
342
 
              <class>GtkRadioMenuItem</class>
343
 
              <name>mainmenu_sort_comics_by_publisher</name>
344
 
              <signal>
345
 
                <name>activate</name>
346
 
                <handler>on_mainmenu_sort_comics_by_publisher_activate</handler>
347
 
                <last_modification_time>Tue, 24 Aug 1999 18:51:16 GMT</last_modification_time>
348
 
              </signal>
349
 
              <label>by _Publisher</label>
350
 
              <active>False</active>
351
 
              <always_show_toggle>True</always_show_toggle>
352
 
              <group>sortcomics</group>
353
 
            </widget>
354
 
 
355
 
            <widget>
356
 
              <class>GtkRadioMenuItem</class>
357
 
              <name>mainmenu_sort_comics_by_type</name>
358
 
              <signal>
359
 
                <name>activate</name>
360
 
                <handler>on_mainmenu_sort_comics_by_type_activate</handler>
361
 
                <last_modification_time>Wed, 01 Sep 1999 09:02:37 GMT</last_modification_time>
362
 
              </signal>
363
 
              <label>by T_ype</label>
364
 
              <active>True</active>
365
 
              <always_show_toggle>True</always_show_toggle>
366
 
              <group>sortcomics</group>
367
 
            </widget>
368
 
          </widget>
369
 
        </widget>
370
 
 
371
 
        <widget>
372
 
          <class>GtkMenuItem</class>
373
 
          <name>mainmenu_settings</name>
374
 
          <stock_item>GNOMEUIINFO_MENU_SETTINGS_TREE</stock_item>
375
 
 
376
 
          <widget>
377
 
            <class>GtkMenu</class>
378
 
            <name>mainmenu_settings_menu</name>
379
 
 
380
 
            <widget>
381
 
              <class>GtkPixmapMenuItem</class>
382
 
              <name>mainmenu_settings_preferences</name>
383
 
              <signal>
384
 
                <name>activate</name>
385
 
                <handler>on_mainmenu_settings_preferences_activate</handler>
386
 
                <last_modification_time>Thu, 19 Aug 1999 09:11:08 GMT</last_modification_time>
387
 
              </signal>
388
 
              <stock_item>GNOMEUIINFO_MENU_PREFERENCES_ITEM</stock_item>
389
 
            </widget>
390
 
          </widget>
391
 
        </widget>
392
 
 
393
 
        <widget>
394
 
          <class>GtkMenuItem</class>
395
 
          <name>mainmenu_help</name>
396
 
          <stock_item>GNOMEUIINFO_MENU_HELP_TREE</stock_item>
397
 
 
398
 
          <widget>
399
 
            <class>GtkMenu</class>
400
 
            <name>mainmenu_help_menu</name>
401
 
 
402
 
            <widget>
403
 
              <class>GtkPixmapMenuItem</class>
404
 
              <name>mainmenu_help_about</name>
405
 
              <signal>
406
 
                <name>activate</name>
407
 
                <handler>on_mainmenu_help_about_activate</handler>
408
 
                <last_modification_time>Thu, 19 Aug 1999 09:11:17 GMT</last_modification_time>
409
 
              </signal>
410
 
              <stock_item>GNOMEUIINFO_MENU_ABOUT_ITEM</stock_item>
411
 
            </widget>
412
 
          </widget>
413
 
        </widget>
414
 
      </widget>
415
 
    </widget>
416
 
 
417
 
    <widget>
418
 
      <class>GnomeDockItem</class>
419
 
      <name>maintoolbar_dockitem</name>
420
 
      <border_width>1</border_width>
421
 
      <placement>GNOME_DOCK_TOP</placement>
422
 
      <band>1</band>
423
 
      <position>0</position>
424
 
      <offset>0</offset>
425
 
      <locked>False</locked>
426
 
      <exclusive>True</exclusive>
427
 
      <never_floating>False</never_floating>
428
 
      <never_vertical>False</never_vertical>
429
 
      <never_horizontal>False</never_horizontal>
430
 
      <shadow_type>GTK_SHADOW_OUT</shadow_type>
431
 
 
432
 
      <widget>
433
 
        <class>GtkToolbar</class>
434
 
        <name>toolbar1</name>
435
 
        <border_width>1</border_width>
436
 
        <orientation>GTK_ORIENTATION_HORIZONTAL</orientation>
437
 
        <type>GTK_TOOLBAR_BOTH</type>
438
 
        <space_size>16</space_size>
439
 
        <space_style>GTK_TOOLBAR_SPACE_LINE</space_style>
440
 
        <relief>GTK_RELIEF_NONE</relief>
441
 
        <tooltips>True</tooltips>
442
 
 
443
 
        <widget>
444
 
          <class>GtkButton</class>
445
 
          <child_name>Toolbar:button</child_name>
446
 
          <name>button10</name>
447
 
          <tooltip>New File</tooltip>
448
 
          <signal>
449
 
            <name>clicked</name>
450
 
            <handler>on_maintoolbar_new_button_clicked</handler>
451
 
            <last_modification_time>Thu, 19 Aug 1999 09:30:28 GMT</last_modification_time>
452
 
          </signal>
453
 
          <label>New</label>
454
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_NEW</stock_pixmap>
455
 
        </widget>
456
 
 
457
 
        <widget>
458
 
          <class>GtkButton</class>
459
 
          <child_name>Toolbar:button</child_name>
460
 
          <name>button11</name>
461
 
          <tooltip>Open File</tooltip>
462
 
          <signal>
463
 
            <name>clicked</name>
464
 
            <handler>on_maintoolbar_open_button_clicked</handler>
465
 
            <last_modification_time>Thu, 19 Aug 1999 09:30:32 GMT</last_modification_time>
466
 
          </signal>
467
 
          <label>Open</label>
468
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_OPEN</stock_pixmap>
469
 
        </widget>
470
 
 
471
 
        <widget>
472
 
          <class>GtkButton</class>
473
 
          <child_name>Toolbar:button</child_name>
474
 
          <name>button12</name>
475
 
          <tooltip>Save File</tooltip>
476
 
          <signal>
477
 
            <name>clicked</name>
478
 
            <handler>on_maintoolbar_save_button_clicked</handler>
479
 
            <last_modification_time>Thu, 19 Aug 1999 09:30:36 GMT</last_modification_time>
480
 
          </signal>
481
 
          <label>Save</label>
482
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_SAVE</stock_pixmap>
483
 
        </widget>
484
 
 
485
 
        <widget>
486
 
          <class>GtkButton</class>
487
 
          <child_name>Toolbar:button</child_name>
488
 
          <name>button13</name>
489
 
          <signal>
490
 
            <name>clicked</name>
491
 
            <handler>on_new_title_button_clicked</handler>
492
 
            <last_modification_time>Sat, 19 Feb 2000 16:08:45 GMT</last_modification_time>
493
 
          </signal>
494
 
          <label>Add Title</label>
495
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_BOOK_RED</stock_pixmap>
496
 
          <child>
497
 
            <new_group>True</new_group>
498
 
          </child>
499
 
        </widget>
500
 
 
501
 
        <widget>
502
 
          <class>GtkButton</class>
503
 
          <child_name>Toolbar:button</child_name>
504
 
          <name>button14</name>
505
 
          <signal>
506
 
            <name>clicked</name>
507
 
            <handler>on_edit_title_button_clicked</handler>
508
 
            <last_modification_time>Sat, 19 Feb 2000 16:08:53 GMT</last_modification_time>
509
 
          </signal>
510
 
          <label>Edit Title</label>
511
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_PROPERTIES</stock_pixmap>
512
 
        </widget>
513
 
 
514
 
        <widget>
515
 
          <class>GtkButton</class>
516
 
          <child_name>Toolbar:button</child_name>
517
 
          <name>button15</name>
518
 
          <signal>
519
 
            <name>clicked</name>
520
 
            <handler>on_new_issue_button_clicked</handler>
521
 
            <last_modification_time>Sat, 19 Feb 2000 16:09:45 GMT</last_modification_time>
522
 
          </signal>
523
 
          <label>Add Issue</label>
524
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_BOOK_BLUE</stock_pixmap>
525
 
          <child>
526
 
            <new_group>True</new_group>
527
 
          </child>
528
 
        </widget>
529
 
 
530
 
        <widget>
531
 
          <class>GtkButton</class>
532
 
          <child_name>Toolbar:button</child_name>
533
 
          <name>button16</name>
534
 
          <signal>
535
 
            <name>clicked</name>
536
 
            <handler>on_edit_issue_button_clicked</handler>
537
 
            <last_modification_time>Sat, 19 Feb 2000 16:10:03 GMT</last_modification_time>
538
 
          </signal>
539
 
          <label>Edit Issue</label>
540
 
          <stock_pixmap>GNOME_STOCK_PIXMAP_PROPERTIES</stock_pixmap>
541
 
        </widget>
542
 
      </widget>
543
 
    </widget>
544
 
 
545
 
    <widget>
546
 
      <class>GtkTable</class>
547
 
      <child_name>GnomeDock:contents</child_name>
548
 
      <name>main_table</name>
549
 
      <rows>3</rows>
550
 
      <columns>2</columns>
551
 
      <homogeneous>True</homogeneous>
552
 
      <row_spacing>0</row_spacing>
553
 
      <column_spacing>0</column_spacing>
554
 
 
555
 
      <widget>
556
 
        <class>GtkFrame</class>
557
 
        <name>additional_info_comics_frame</name>
558
 
        <label>Additional Info (Titles)</label>
559
 
        <label_xalign>0</label_xalign>
560
 
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
561
 
        <child>
562
 
          <left_attach>0</left_attach>
563
 
          <right_attach>1</right_attach>
564
 
          <top_attach>2</top_attach>
565
 
          <bottom_attach>3</bottom_attach>
566
 
          <xpad>0</xpad>
567
 
          <ypad>0</ypad>
568
 
          <xexpand>True</xexpand>
569
 
          <yexpand>True</yexpand>
570
 
          <xshrink>False</xshrink>
571
 
          <yshrink>False</yshrink>
572
 
          <xfill>True</xfill>
573
 
          <yfill>True</yfill>
574
 
        </child>
575
 
 
576
 
        <widget>
577
 
          <class>GtkScrolledWindow</class>
578
 
          <name>comics_info_scrolledwindow</name>
579
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
580
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
581
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
582
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
583
 
 
584
 
          <widget>
585
 
            <class>GtkText</class>
586
 
            <name>comics_info_text</name>
587
 
            <can_focus>True</can_focus>
588
 
            <editable>False</editable>
589
 
            <text></text>
590
 
          </widget>
591
 
        </widget>
592
 
      </widget>
593
 
 
594
 
      <widget>
595
 
        <class>GtkFrame</class>
596
 
        <name>additional_info_issues_frame</name>
597
 
        <label>Additional Info (Issues)</label>
598
 
        <label_xalign>0</label_xalign>
599
 
        <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
600
 
        <child>
601
 
          <left_attach>1</left_attach>
602
 
          <right_attach>2</right_attach>
603
 
          <top_attach>2</top_attach>
604
 
          <bottom_attach>3</bottom_attach>
605
 
          <xpad>0</xpad>
606
 
          <ypad>0</ypad>
607
 
          <xexpand>True</xexpand>
608
 
          <yexpand>True</yexpand>
609
 
          <xshrink>False</xshrink>
610
 
          <yshrink>False</yshrink>
611
 
          <xfill>True</xfill>
612
 
          <yfill>True</yfill>
613
 
        </child>
614
 
 
615
 
        <widget>
616
 
          <class>GtkScrolledWindow</class>
617
 
          <name>issues_info_scrolledwindow</name>
618
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
619
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
620
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
621
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
622
 
 
623
 
          <widget>
624
 
            <class>GtkText</class>
625
 
            <name>issues_info_text</name>
626
 
            <can_focus>True</can_focus>
627
 
            <editable>False</editable>
628
 
            <text></text>
629
 
          </widget>
630
 
        </widget>
631
 
      </widget>
632
 
 
633
 
      <widget>
634
 
        <class>GtkHPaned</class>
635
 
        <name>comics_tree_and_issue_clist_hpaned</name>
636
 
        <handle_size>6</handle_size>
637
 
        <gutter_size>6</gutter_size>
638
 
        <position>240</position>
639
 
        <child>
640
 
          <left_attach>0</left_attach>
641
 
          <right_attach>2</right_attach>
642
 
          <top_attach>0</top_attach>
643
 
          <bottom_attach>2</bottom_attach>
644
 
          <xpad>0</xpad>
645
 
          <ypad>0</ypad>
646
 
          <xexpand>False</xexpand>
647
 
          <yexpand>False</yexpand>
648
 
          <xshrink>False</xshrink>
649
 
          <yshrink>False</yshrink>
650
 
          <xfill>True</xfill>
651
 
          <yfill>True</yfill>
652
 
        </child>
653
 
 
654
 
        <widget>
655
 
          <class>GtkFrame</class>
656
 
          <name>comic_titles_frame</name>
657
 
          <label>Comic Titles</label>
658
 
          <label_xalign>0</label_xalign>
659
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
660
 
          <child>
661
 
            <shrink>True</shrink>
662
 
            <resize>False</resize>
663
 
          </child>
664
 
 
665
 
          <widget>
666
 
            <class>GtkScrolledWindow</class>
667
 
            <name>comics_scrolledwindow</name>
668
 
            <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
669
 
            <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
670
 
            <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
671
 
            <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
672
 
 
673
 
            <widget>
674
 
              <class>GtkViewport</class>
675
 
              <name>comics_viewport</name>
676
 
              <shadow_type>GTK_SHADOW_IN</shadow_type>
677
 
 
678
 
              <widget>
679
 
                <class>GtkTree</class>
680
 
                <name>comics_tree</name>
681
 
                <signal>
682
 
                  <name>button_press_event</name>
683
 
                  <handler>on_comics_tree_button_press_event</handler>
684
 
                  <last_modification_time>Sat, 04 Mar 2000 00:32:36 GMT</last_modification_time>
685
 
                </signal>
686
 
                <signal>
687
 
                  <name>select_child</name>
688
 
                  <handler>on_comics_tree_select_child</handler>
689
 
                  <last_modification_time>Sat, 04 Mar 2000 01:03:58 GMT</last_modification_time>
690
 
                </signal>
691
 
                <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
692
 
                <view_mode>GTK_TREE_VIEW_LINE</view_mode>
693
 
                <view_line>True</view_line>
694
 
              </widget>
695
 
            </widget>
696
 
          </widget>
697
 
        </widget>
698
 
 
699
 
        <widget>
700
 
          <class>GtkFrame</class>
701
 
          <name>issue_numbers_frame</name>
702
 
          <label>Issue Numbers</label>
703
 
          <label_xalign>0</label_xalign>
704
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
705
 
          <child>
706
 
            <shrink>True</shrink>
707
 
            <resize>True</resize>
708
 
          </child>
709
 
 
710
 
          <widget>
711
 
            <class>GtkScrolledWindow</class>
712
 
            <name>issues_scrolledwindow</name>
713
 
            <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
714
 
            <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
715
 
            <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
716
 
            <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
717
 
 
718
 
            <widget>
719
 
              <class>GtkCList</class>
720
 
              <name>issues_clist</name>
721
 
              <can_focus>True</can_focus>
722
 
              <signal>
723
 
                <name>select_row</name>
724
 
                <handler>on_issues_clist_select_row</handler>
725
 
                <last_modification_time>Sun, 28 Jan 2001 09:38:26 GMT</last_modification_time>
726
 
              </signal>
727
 
              <columns>6</columns>
728
 
              <column_widths>80,80,80,80,80,80</column_widths>
729
 
              <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
730
 
              <show_titles>True</show_titles>
731
 
              <shadow_type>GTK_SHADOW_IN</shadow_type>
732
 
 
733
 
              <widget>
734
 
                <class>GtkLabel</class>
735
 
                <child_name>CList:title</child_name>
736
 
                <name>label14</name>
737
 
                <label>Number</label>
738
 
                <justify>GTK_JUSTIFY_CENTER</justify>
739
 
                <wrap>False</wrap>
740
 
                <xalign>0.5</xalign>
741
 
                <yalign>0.5</yalign>
742
 
                <xpad>0</xpad>
743
 
                <ypad>0</ypad>
744
 
              </widget>
745
 
 
746
 
              <widget>
747
 
                <class>GtkLabel</class>
748
 
                <child_name>CList:title</child_name>
749
 
                <name>label15</name>
750
 
                <label>Location</label>
751
 
                <justify>GTK_JUSTIFY_CENTER</justify>
752
 
                <wrap>False</wrap>
753
 
                <xalign>0.5</xalign>
754
 
                <yalign>0.5</yalign>
755
 
                <xpad>0</xpad>
756
 
                <ypad>0</ypad>
757
 
              </widget>
758
 
 
759
 
              <widget>
760
 
                <class>GtkLabel</class>
761
 
                <child_name>CList:title</child_name>
762
 
                <name>label16</name>
763
 
                <label>Condition</label>
764
 
                <justify>GTK_JUSTIFY_CENTER</justify>
765
 
                <wrap>False</wrap>
766
 
                <xalign>0.5</xalign>
767
 
                <yalign>0.5</yalign>
768
 
                <xpad>0</xpad>
769
 
                <ypad>0</ypad>
770
 
              </widget>
771
 
 
772
 
              <widget>
773
 
                <class>GtkLabel</class>
774
 
                <child_name>CList:title</child_name>
775
 
                <name>label17</name>
776
 
                <label>Cover Price</label>
777
 
                <justify>GTK_JUSTIFY_CENTER</justify>
778
 
                <wrap>False</wrap>
779
 
                <xalign>0.5</xalign>
780
 
                <yalign>0.5</yalign>
781
 
                <xpad>0</xpad>
782
 
                <ypad>0</ypad>
783
 
              </widget>
784
 
 
785
 
              <widget>
786
 
                <class>GtkLabel</class>
787
 
                <child_name>CList:title</child_name>
788
 
                <name>label18</name>
789
 
                <label>Current Price</label>
790
 
                <justify>GTK_JUSTIFY_CENTER</justify>
791
 
                <wrap>False</wrap>
792
 
                <xalign>0.5</xalign>
793
 
                <yalign>0.5</yalign>
794
 
                <xpad>0</xpad>
795
 
                <ypad>0</ypad>
796
 
              </widget>
797
 
 
798
 
              <widget>
799
 
                <class>GtkLabel</class>
800
 
                <child_name>CList:title</child_name>
801
 
                <name>label19</name>
802
 
                <label>Purchase Price</label>
803
 
                <justify>GTK_JUSTIFY_CENTER</justify>
804
 
                <wrap>False</wrap>
805
 
                <xalign>0.5</xalign>
806
 
                <yalign>0.5</yalign>
807
 
                <xpad>0</xpad>
808
 
                <ypad>0</ypad>
809
 
              </widget>
810
 
            </widget>
811
 
          </widget>
812
 
        </widget>
813
 
      </widget>
814
 
    </widget>
815
 
  </widget>
816
 
 
817
 
  <widget>
818
 
    <class>GnomeAppBar</class>
819
 
    <child_name>GnomeApp:appbar</child_name>
820
 
    <name>main_appbar</name>
821
 
    <has_progress>True</has_progress>
822
 
    <has_status>True</has_status>
823
 
    <child>
824
 
      <padding>0</padding>
825
 
      <expand>True</expand>
826
 
      <fill>True</fill>
827
 
    </child>
828
 
  </widget>
829
 
</widget>
830
 
 
831
 
<widget>
832
 
  <class>GnomeAbout</class>
833
 
  <name>about_box</name>
834
 
  <visible>False</visible>
835
 
  <modal>True</modal>
836
 
  <logo>gco-logo.png</logo>
837
 
  <copyright>(C) 1999-2001 Maxximum Software</copyright>
838
 
  <authors>Mads Villadsen
839
 
</authors>
840
 
  <comments>A program for keeping track of your comics collection.</comments>
841
 
</widget>
842
 
 
843
 
<widget>
844
 
  <class>GtkFileSelection</class>
845
 
  <name>open_file_selection</name>
846
 
  <border_width>10</border_width>
847
 
  <visible>False</visible>
848
 
  <signal>
849
 
    <name>delete_event</name>
850
 
    <handler>on_open_file_selection_delete_event</handler>
851
 
    <last_modification_time>Wed, 24 Jan 2001 13:21:17 GMT</last_modification_time>
852
 
  </signal>
853
 
  <title>Open File</title>
854
 
  <type>GTK_WINDOW_DIALOG</type>
855
 
  <position>GTK_WIN_POS_NONE</position>
856
 
  <modal>False</modal>
857
 
  <allow_shrink>False</allow_shrink>
858
 
  <allow_grow>True</allow_grow>
859
 
  <auto_shrink>False</auto_shrink>
860
 
  <show_file_op_buttons>True</show_file_op_buttons>
861
 
 
862
 
  <widget>
863
 
    <class>GtkButton</class>
864
 
    <child_name>FileSel:ok_button</child_name>
865
 
    <name>ok_button</name>
866
 
    <can_default>True</can_default>
867
 
    <can_focus>True</can_focus>
868
 
    <signal>
869
 
      <name>clicked</name>
870
 
      <handler>on_open_file_selection_ok_button_clicked</handler>
871
 
      <last_modification_time>Wed, 24 Jan 2001 13:21:29 GMT</last_modification_time>
872
 
    </signal>
873
 
    <label>OK</label>
874
 
    <relief>GTK_RELIEF_NORMAL</relief>
875
 
  </widget>
876
 
 
877
 
  <widget>
878
 
    <class>GtkButton</class>
879
 
    <child_name>FileSel:cancel_button</child_name>
880
 
    <name>cancel_button</name>
881
 
    <can_default>True</can_default>
882
 
    <can_focus>True</can_focus>
883
 
    <signal>
884
 
      <name>clicked</name>
885
 
      <handler>on_open_file_selection_cancel_button_clicked</handler>
886
 
      <last_modification_time>Wed, 24 Jan 2001 13:21:33 GMT</last_modification_time>
887
 
    </signal>
888
 
    <label>Cancel</label>
889
 
    <relief>GTK_RELIEF_NORMAL</relief>
890
 
  </widget>
891
 
</widget>
892
 
 
893
 
<widget>
894
 
  <class>GtkFileSelection</class>
895
 
  <name>save_file_selection</name>
896
 
  <border_width>10</border_width>
897
 
  <visible>False</visible>
898
 
  <signal>
899
 
    <name>delete_event</name>
900
 
    <handler>on_save_file_selection_delete_event</handler>
901
 
    <last_modification_time>Wed, 24 Jan 2001 13:22:10 GMT</last_modification_time>
902
 
  </signal>
903
 
  <title>Save File</title>
904
 
  <type>GTK_WINDOW_DIALOG</type>
905
 
  <position>GTK_WIN_POS_NONE</position>
906
 
  <modal>False</modal>
907
 
  <allow_shrink>False</allow_shrink>
908
 
  <allow_grow>True</allow_grow>
909
 
  <auto_shrink>False</auto_shrink>
910
 
  <show_file_op_buttons>True</show_file_op_buttons>
911
 
 
912
 
  <widget>
913
 
    <class>GtkButton</class>
914
 
    <child_name>FileSel:ok_button</child_name>
915
 
    <name>ok_button</name>
916
 
    <can_default>True</can_default>
917
 
    <can_focus>True</can_focus>
918
 
    <signal>
919
 
      <name>clicked</name>
920
 
      <handler>on_save_file_selection_ok_button_clicked</handler>
921
 
      <last_modification_time>Wed, 24 Jan 2001 13:22:15 GMT</last_modification_time>
922
 
    </signal>
923
 
    <label>OK</label>
924
 
    <relief>GTK_RELIEF_NORMAL</relief>
925
 
  </widget>
926
 
 
927
 
  <widget>
928
 
    <class>GtkButton</class>
929
 
    <child_name>FileSel:cancel_button</child_name>
930
 
    <name>cancel_button</name>
931
 
    <can_default>True</can_default>
932
 
    <can_focus>True</can_focus>
933
 
    <signal>
934
 
      <name>clicked</name>
935
 
      <handler>on_save_file_selection_cancel_button_clicked</handler>
936
 
      <last_modification_time>Wed, 24 Jan 2001 13:22:20 GMT</last_modification_time>
937
 
    </signal>
938
 
    <label>Cancel</label>
939
 
    <relief>GTK_RELIEF_NORMAL</relief>
940
 
  </widget>
941
 
</widget>
942
 
 
943
 
<widget>
944
 
  <class>GtkWindow</class>
945
 
  <name>add_comic_window</name>
946
 
  <visible>False</visible>
947
 
  <can_default>True</can_default>
948
 
  <has_default>True</has_default>
949
 
  <signal>
950
 
    <name>delete_event</name>
951
 
    <handler>on_add_comic_window_delete_event</handler>
952
 
    <last_modification_time>Tue, 24 Aug 1999 13:53:10 GMT</last_modification_time>
953
 
  </signal>
954
 
  <signal>
955
 
    <name>show</name>
956
 
    <handler>on_add_comic_window_show</handler>
957
 
    <last_modification_time>Wed, 01 Sep 1999 21:56:36 GMT</last_modification_time>
958
 
  </signal>
959
 
  <title>Add Comic Title</title>
960
 
  <type>GTK_WINDOW_DIALOG</type>
961
 
  <position>GTK_WIN_POS_NONE</position>
962
 
  <modal>False</modal>
963
 
  <default_width>350</default_width>
964
 
  <allow_shrink>False</allow_shrink>
965
 
  <allow_grow>True</allow_grow>
966
 
  <auto_shrink>False</auto_shrink>
967
 
 
968
 
  <widget>
969
 
    <class>GtkVBox</class>
970
 
    <name>Add_Comic_Vbox</name>
971
 
    <homogeneous>False</homogeneous>
972
 
    <spacing>0</spacing>
973
 
 
974
 
    <widget>
975
 
      <class>GtkNotebook</class>
976
 
      <name>Add_Comic_Notebook</name>
977
 
      <can_focus>True</can_focus>
978
 
      <show_tabs>True</show_tabs>
979
 
      <show_border>True</show_border>
980
 
      <tab_pos>GTK_POS_TOP</tab_pos>
981
 
      <scrollable>False</scrollable>
982
 
      <tab_hborder>2</tab_hborder>
983
 
      <tab_vborder>2</tab_vborder>
984
 
      <popup_enable>False</popup_enable>
985
 
      <child>
986
 
        <padding>0</padding>
987
 
        <expand>True</expand>
988
 
        <fill>True</fill>
989
 
      </child>
990
 
 
991
 
      <widget>
992
 
        <class>GtkTable</class>
993
 
        <name>Add_Comic_Basic_Info_Table</name>
994
 
        <rows>6</rows>
995
 
        <columns>2</columns>
996
 
        <homogeneous>False</homogeneous>
997
 
        <row_spacing>0</row_spacing>
998
 
        <column_spacing>0</column_spacing>
999
 
 
1000
 
        <widget>
1001
 
          <class>GtkEntry</class>
1002
 
          <name>Add_Comic_Comic_Title_Entry</name>
1003
 
          <can_focus>True</can_focus>
1004
 
          <has_focus>True</has_focus>
1005
 
          <editable>True</editable>
1006
 
          <text_visible>True</text_visible>
1007
 
          <text_max_length>0</text_max_length>
1008
 
          <text></text>
1009
 
          <child>
1010
 
            <left_attach>1</left_attach>
1011
 
            <right_attach>2</right_attach>
1012
 
            <top_attach>0</top_attach>
1013
 
            <bottom_attach>1</bottom_attach>
1014
 
            <xpad>5</xpad>
1015
 
            <ypad>5</ypad>
1016
 
            <xexpand>True</xexpand>
1017
 
            <yexpand>True</yexpand>
1018
 
            <xshrink>False</xshrink>
1019
 
            <yshrink>False</yshrink>
1020
 
            <xfill>True</xfill>
1021
 
            <yfill>False</yfill>
1022
 
          </child>
1023
 
        </widget>
1024
 
 
1025
 
        <widget>
1026
 
          <class>GnomeEntry</class>
1027
 
          <name>Add_Comic_Comic_Publisher_Combo-entry</name>
1028
 
          <max_saved>1000</max_saved>
1029
 
          <child>
1030
 
            <left_attach>1</left_attach>
1031
 
            <right_attach>2</right_attach>
1032
 
            <top_attach>1</top_attach>
1033
 
            <bottom_attach>2</bottom_attach>
1034
 
            <xpad>5</xpad>
1035
 
            <ypad>5</ypad>
1036
 
            <xexpand>True</xexpand>
1037
 
            <yexpand>True</yexpand>
1038
 
            <xshrink>False</xshrink>
1039
 
            <yshrink>False</yshrink>
1040
 
            <xfill>True</xfill>
1041
 
            <yfill>False</yfill>
1042
 
          </child>
1043
 
 
1044
 
          <widget>
1045
 
            <class>GtkEntry</class>
1046
 
            <child_name>GnomeEntry:entry</child_name>
1047
 
            <name>Add_Comic_Comic_Publisher_Entry</name>
1048
 
            <can_focus>True</can_focus>
1049
 
            <editable>True</editable>
1050
 
            <text_visible>True</text_visible>
1051
 
            <text_max_length>0</text_max_length>
1052
 
            <text></text>
1053
 
          </widget>
1054
 
        </widget>
1055
 
 
1056
 
        <widget>
1057
 
          <class>GnomeEntry</class>
1058
 
          <name>Add_Comic_Comic_Type_Combo-entry</name>
1059
 
          <max_saved>1000</max_saved>
1060
 
          <child>
1061
 
            <left_attach>1</left_attach>
1062
 
            <right_attach>2</right_attach>
1063
 
            <top_attach>2</top_attach>
1064
 
            <bottom_attach>3</bottom_attach>
1065
 
            <xpad>5</xpad>
1066
 
            <ypad>5</ypad>
1067
 
            <xexpand>True</xexpand>
1068
 
            <yexpand>True</yexpand>
1069
 
            <xshrink>False</xshrink>
1070
 
            <yshrink>False</yshrink>
1071
 
            <xfill>True</xfill>
1072
 
            <yfill>False</yfill>
1073
 
          </child>
1074
 
 
1075
 
          <widget>
1076
 
            <class>GtkEntry</class>
1077
 
            <child_name>GnomeEntry:entry</child_name>
1078
 
            <name>Add_Comic_Comic_Type_Entry</name>
1079
 
            <can_focus>True</can_focus>
1080
 
            <editable>True</editable>
1081
 
            <text_visible>True</text_visible>
1082
 
            <text_max_length>0</text_max_length>
1083
 
            <text></text>
1084
 
          </widget>
1085
 
        </widget>
1086
 
 
1087
 
        <widget>
1088
 
          <class>GnomeEntry</class>
1089
 
          <name>Add_Comic_Comic_Group_Combo-entry</name>
1090
 
          <max_saved>1000</max_saved>
1091
 
          <child>
1092
 
            <left_attach>1</left_attach>
1093
 
            <right_attach>2</right_attach>
1094
 
            <top_attach>3</top_attach>
1095
 
            <bottom_attach>4</bottom_attach>
1096
 
            <xpad>5</xpad>
1097
 
            <ypad>5</ypad>
1098
 
            <xexpand>True</xexpand>
1099
 
            <yexpand>True</yexpand>
1100
 
            <xshrink>False</xshrink>
1101
 
            <yshrink>False</yshrink>
1102
 
            <xfill>True</xfill>
1103
 
            <yfill>False</yfill>
1104
 
          </child>
1105
 
 
1106
 
          <widget>
1107
 
            <class>GtkEntry</class>
1108
 
            <child_name>GnomeEntry:entry</child_name>
1109
 
            <name>Add_Comic_Comic_Group_Entry</name>
1110
 
            <can_focus>True</can_focus>
1111
 
            <editable>True</editable>
1112
 
            <text_visible>True</text_visible>
1113
 
            <text_max_length>0</text_max_length>
1114
 
            <text></text>
1115
 
          </widget>
1116
 
        </widget>
1117
 
 
1118
 
        <widget>
1119
 
          <class>GtkEntry</class>
1120
 
          <name>Add_Comic_Comic_Comment_Entry</name>
1121
 
          <can_focus>True</can_focus>
1122
 
          <editable>True</editable>
1123
 
          <text_visible>True</text_visible>
1124
 
          <text_max_length>0</text_max_length>
1125
 
          <text></text>
1126
 
          <child>
1127
 
            <left_attach>1</left_attach>
1128
 
            <right_attach>2</right_attach>
1129
 
            <top_attach>4</top_attach>
1130
 
            <bottom_attach>5</bottom_attach>
1131
 
            <xpad>5</xpad>
1132
 
            <ypad>5</ypad>
1133
 
            <xexpand>True</xexpand>
1134
 
            <yexpand>True</yexpand>
1135
 
            <xshrink>False</xshrink>
1136
 
            <yshrink>False</yshrink>
1137
 
            <xfill>True</xfill>
1138
 
            <yfill>False</yfill>
1139
 
          </child>
1140
 
        </widget>
1141
 
 
1142
 
        <widget>
1143
 
          <class>GtkSpinButton</class>
1144
 
          <name>Add_Comic_Comic_Volume_Spinbutton</name>
1145
 
          <can_focus>True</can_focus>
1146
 
          <climb_rate>1</climb_rate>
1147
 
          <digits>0</digits>
1148
 
          <numeric>False</numeric>
1149
 
          <update_policy>GTK_UPDATE_IF_VALID</update_policy>
1150
 
          <snap>False</snap>
1151
 
          <wrap>False</wrap>
1152
 
          <value>1</value>
1153
 
          <lower>0</lower>
1154
 
          <upper>100</upper>
1155
 
          <step>1</step>
1156
 
          <page>10</page>
1157
 
          <page_size>10</page_size>
1158
 
          <child>
1159
 
            <left_attach>1</left_attach>
1160
 
            <right_attach>2</right_attach>
1161
 
            <top_attach>5</top_attach>
1162
 
            <bottom_attach>6</bottom_attach>
1163
 
            <xpad>5</xpad>
1164
 
            <ypad>5</ypad>
1165
 
            <xexpand>True</xexpand>
1166
 
            <yexpand>True</yexpand>
1167
 
            <xshrink>False</xshrink>
1168
 
            <yshrink>False</yshrink>
1169
 
            <xfill>True</xfill>
1170
 
            <yfill>False</yfill>
1171
 
          </child>
1172
 
        </widget>
1173
 
 
1174
 
        <widget>
1175
 
          <class>GtkLabel</class>
1176
 
          <name>Add_Comic_Comic_Volume_Label</name>
1177
 
          <label>Volume</label>
1178
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1179
 
          <wrap>False</wrap>
1180
 
          <xalign>0.05</xalign>
1181
 
          <yalign>0.5</yalign>
1182
 
          <xpad>0</xpad>
1183
 
          <ypad>0</ypad>
1184
 
          <child>
1185
 
            <left_attach>0</left_attach>
1186
 
            <right_attach>1</right_attach>
1187
 
            <top_attach>5</top_attach>
1188
 
            <bottom_attach>6</bottom_attach>
1189
 
            <xpad>0</xpad>
1190
 
            <ypad>0</ypad>
1191
 
            <xexpand>False</xexpand>
1192
 
            <yexpand>False</yexpand>
1193
 
            <xshrink>False</xshrink>
1194
 
            <yshrink>False</yshrink>
1195
 
            <xfill>True</xfill>
1196
 
            <yfill>False</yfill>
1197
 
          </child>
1198
 
        </widget>
1199
 
 
1200
 
        <widget>
1201
 
          <class>GtkLabel</class>
1202
 
          <name>Add_Comic_Comic_Comment_Label</name>
1203
 
          <label>Comment</label>
1204
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1205
 
          <wrap>False</wrap>
1206
 
          <xalign>0.05</xalign>
1207
 
          <yalign>0.5</yalign>
1208
 
          <xpad>0</xpad>
1209
 
          <ypad>0</ypad>
1210
 
          <child>
1211
 
            <left_attach>0</left_attach>
1212
 
            <right_attach>1</right_attach>
1213
 
            <top_attach>4</top_attach>
1214
 
            <bottom_attach>5</bottom_attach>
1215
 
            <xpad>0</xpad>
1216
 
            <ypad>0</ypad>
1217
 
            <xexpand>False</xexpand>
1218
 
            <yexpand>False</yexpand>
1219
 
            <xshrink>False</xshrink>
1220
 
            <yshrink>False</yshrink>
1221
 
            <xfill>True</xfill>
1222
 
            <yfill>False</yfill>
1223
 
          </child>
1224
 
        </widget>
1225
 
 
1226
 
        <widget>
1227
 
          <class>GtkLabel</class>
1228
 
          <name>Add_Comic_Comic_Comic_Group_Label</name>
1229
 
          <label>Comic Group</label>
1230
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1231
 
          <wrap>False</wrap>
1232
 
          <xalign>0.05</xalign>
1233
 
          <yalign>0.5</yalign>
1234
 
          <xpad>0</xpad>
1235
 
          <ypad>0</ypad>
1236
 
          <child>
1237
 
            <left_attach>0</left_attach>
1238
 
            <right_attach>1</right_attach>
1239
 
            <top_attach>3</top_attach>
1240
 
            <bottom_attach>4</bottom_attach>
1241
 
            <xpad>0</xpad>
1242
 
            <ypad>0</ypad>
1243
 
            <xexpand>False</xexpand>
1244
 
            <yexpand>False</yexpand>
1245
 
            <xshrink>False</xshrink>
1246
 
            <yshrink>False</yshrink>
1247
 
            <xfill>True</xfill>
1248
 
            <yfill>False</yfill>
1249
 
          </child>
1250
 
        </widget>
1251
 
 
1252
 
        <widget>
1253
 
          <class>GtkLabel</class>
1254
 
          <name>Add_Comic_Comic_Type_Label</name>
1255
 
          <label>Comic Type</label>
1256
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1257
 
          <wrap>False</wrap>
1258
 
          <xalign>0.05</xalign>
1259
 
          <yalign>0.5</yalign>
1260
 
          <xpad>0</xpad>
1261
 
          <ypad>0</ypad>
1262
 
          <child>
1263
 
            <left_attach>0</left_attach>
1264
 
            <right_attach>1</right_attach>
1265
 
            <top_attach>2</top_attach>
1266
 
            <bottom_attach>3</bottom_attach>
1267
 
            <xpad>0</xpad>
1268
 
            <ypad>0</ypad>
1269
 
            <xexpand>False</xexpand>
1270
 
            <yexpand>False</yexpand>
1271
 
            <xshrink>False</xshrink>
1272
 
            <yshrink>False</yshrink>
1273
 
            <xfill>True</xfill>
1274
 
            <yfill>False</yfill>
1275
 
          </child>
1276
 
        </widget>
1277
 
 
1278
 
        <widget>
1279
 
          <class>GtkLabel</class>
1280
 
          <name>Add_Comic_Comic_Publisher_Label</name>
1281
 
          <label>Comic Publisher</label>
1282
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1283
 
          <wrap>False</wrap>
1284
 
          <xalign>0.05</xalign>
1285
 
          <yalign>0.5</yalign>
1286
 
          <xpad>0</xpad>
1287
 
          <ypad>0</ypad>
1288
 
          <child>
1289
 
            <left_attach>0</left_attach>
1290
 
            <right_attach>1</right_attach>
1291
 
            <top_attach>1</top_attach>
1292
 
            <bottom_attach>2</bottom_attach>
1293
 
            <xpad>0</xpad>
1294
 
            <ypad>0</ypad>
1295
 
            <xexpand>False</xexpand>
1296
 
            <yexpand>False</yexpand>
1297
 
            <xshrink>False</xshrink>
1298
 
            <yshrink>False</yshrink>
1299
 
            <xfill>True</xfill>
1300
 
            <yfill>False</yfill>
1301
 
          </child>
1302
 
        </widget>
1303
 
 
1304
 
        <widget>
1305
 
          <class>GtkLabel</class>
1306
 
          <name>Add_Comic_Comic_Title_Label</name>
1307
 
          <label>Comic Title</label>
1308
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1309
 
          <wrap>False</wrap>
1310
 
          <xalign>0.05</xalign>
1311
 
          <yalign>0.5</yalign>
1312
 
          <xpad>0</xpad>
1313
 
          <ypad>0</ypad>
1314
 
          <child>
1315
 
            <left_attach>0</left_attach>
1316
 
            <right_attach>1</right_attach>
1317
 
            <top_attach>0</top_attach>
1318
 
            <bottom_attach>1</bottom_attach>
1319
 
            <xpad>0</xpad>
1320
 
            <ypad>0</ypad>
1321
 
            <xexpand>False</xexpand>
1322
 
            <yexpand>False</yexpand>
1323
 
            <xshrink>False</xshrink>
1324
 
            <yshrink>False</yshrink>
1325
 
            <xfill>True</xfill>
1326
 
            <yfill>False</yfill>
1327
 
          </child>
1328
 
        </widget>
1329
 
      </widget>
1330
 
 
1331
 
      <widget>
1332
 
        <class>GtkLabel</class>
1333
 
        <child_name>Notebook:tab</child_name>
1334
 
        <name>Add_Comic_Notebook_Label1</name>
1335
 
        <label>Basic Info</label>
1336
 
        <justify>GTK_JUSTIFY_CENTER</justify>
1337
 
        <wrap>False</wrap>
1338
 
        <xalign>0.5</xalign>
1339
 
        <yalign>0.5</yalign>
1340
 
        <xpad>0</xpad>
1341
 
        <ypad>0</ypad>
1342
 
      </widget>
1343
 
 
1344
 
      <widget>
1345
 
        <class>GtkLabel</class>
1346
 
        <name>Temp_Label1</name>
1347
 
        <label>This tab will contain widgets to assist you in making links from this comic to other comics and/or issues.</label>
1348
 
        <justify>GTK_JUSTIFY_CENTER</justify>
1349
 
        <wrap>True</wrap>
1350
 
        <xalign>0.5</xalign>
1351
 
        <yalign>0.5</yalign>
1352
 
        <xpad>0</xpad>
1353
 
        <ypad>0</ypad>
1354
 
      </widget>
1355
 
 
1356
 
      <widget>
1357
 
        <class>GtkLabel</class>
1358
 
        <child_name>Notebook:tab</child_name>
1359
 
        <name>Add_Comic_Notebook_Label2</name>
1360
 
        <label>Links</label>
1361
 
        <justify>GTK_JUSTIFY_CENTER</justify>
1362
 
        <wrap>False</wrap>
1363
 
        <xalign>0.5</xalign>
1364
 
        <yalign>0.5</yalign>
1365
 
        <xpad>0</xpad>
1366
 
        <ypad>0</ypad>
1367
 
      </widget>
1368
 
    </widget>
1369
 
 
1370
 
    <widget>
1371
 
      <class>GtkHButtonBox</class>
1372
 
      <name>Add_Comic_hbuttonbox</name>
1373
 
      <layout_style>GTK_BUTTONBOX_END</layout_style>
1374
 
      <spacing>0</spacing>
1375
 
      <child_min_width>85</child_min_width>
1376
 
      <child_min_height>27</child_min_height>
1377
 
      <child_ipad_x>7</child_ipad_x>
1378
 
      <child_ipad_y>0</child_ipad_y>
1379
 
      <child>
1380
 
        <padding>0</padding>
1381
 
        <expand>False</expand>
1382
 
        <fill>True</fill>
1383
 
      </child>
1384
 
 
1385
 
      <widget>
1386
 
        <class>GtkButton</class>
1387
 
        <name>Add_Comic_OK_Button</name>
1388
 
        <can_default>True</can_default>
1389
 
        <can_focus>True</can_focus>
1390
 
        <signal>
1391
 
          <name>clicked</name>
1392
 
          <handler>on_Add_Comic_OK_Button_clicked</handler>
1393
 
          <last_modification_time>Tue, 24 Aug 1999 13:51:11 GMT</last_modification_time>
1394
 
        </signal>
1395
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
1396
 
        <relief>GTK_RELIEF_NORMAL</relief>
1397
 
      </widget>
1398
 
 
1399
 
      <widget>
1400
 
        <class>GtkButton</class>
1401
 
        <name>Add_Comic_Cancel_Button</name>
1402
 
        <can_default>True</can_default>
1403
 
        <can_focus>True</can_focus>
1404
 
        <signal>
1405
 
          <name>clicked</name>
1406
 
          <handler>on_Add_Comic_Cancel_Button_clicked</handler>
1407
 
          <last_modification_time>Tue, 24 Aug 1999 13:51:16 GMT</last_modification_time>
1408
 
        </signal>
1409
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
1410
 
        <relief>GTK_RELIEF_NORMAL</relief>
1411
 
      </widget>
1412
 
    </widget>
1413
 
  </widget>
1414
 
</widget>
1415
 
 
1416
 
<widget>
1417
 
  <class>GtkWindow</class>
1418
 
  <name>add_issue_window</name>
1419
 
  <visible>False</visible>
1420
 
  <signal>
1421
 
    <name>delete_event</name>
1422
 
    <handler>on_add_issue_window_delete_event</handler>
1423
 
    <last_modification_time>Wed, 25 Aug 1999 10:46:43 GMT</last_modification_time>
1424
 
  </signal>
1425
 
  <signal>
1426
 
    <name>show</name>
1427
 
    <handler>on_add_issue_window_show</handler>
1428
 
    <last_modification_time>Wed, 01 Sep 1999 21:43:48 GMT</last_modification_time>
1429
 
  </signal>
1430
 
  <title>Add Issue</title>
1431
 
  <type>GTK_WINDOW_DIALOG</type>
1432
 
  <position>GTK_WIN_POS_NONE</position>
1433
 
  <modal>False</modal>
1434
 
  <allow_shrink>False</allow_shrink>
1435
 
  <allow_grow>True</allow_grow>
1436
 
  <auto_shrink>False</auto_shrink>
1437
 
 
1438
 
  <widget>
1439
 
    <class>GtkVBox</class>
1440
 
    <name>Add_Issue_Vbox</name>
1441
 
    <homogeneous>False</homogeneous>
1442
 
    <spacing>0</spacing>
1443
 
 
1444
 
    <widget>
1445
 
      <class>GtkNotebook</class>
1446
 
      <name>Add_Issue_Notebook</name>
1447
 
      <can_focus>True</can_focus>
1448
 
      <show_tabs>True</show_tabs>
1449
 
      <show_border>True</show_border>
1450
 
      <tab_pos>GTK_POS_TOP</tab_pos>
1451
 
      <scrollable>False</scrollable>
1452
 
      <tab_hborder>2</tab_hborder>
1453
 
      <tab_vborder>2</tab_vborder>
1454
 
      <popup_enable>False</popup_enable>
1455
 
      <child>
1456
 
        <padding>0</padding>
1457
 
        <expand>True</expand>
1458
 
        <fill>True</fill>
1459
 
      </child>
1460
 
 
1461
 
      <widget>
1462
 
        <class>GtkTable</class>
1463
 
        <name>Add_Issue_Basic_Table</name>
1464
 
        <rows>5</rows>
1465
 
        <columns>4</columns>
1466
 
        <homogeneous>False</homogeneous>
1467
 
        <row_spacing>0</row_spacing>
1468
 
        <column_spacing>0</column_spacing>
1469
 
 
1470
 
        <widget>
1471
 
          <class>GtkVButtonBox</class>
1472
 
          <name>Add_Issue_Basic_Info_vbuttonbox</name>
1473
 
          <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
1474
 
          <spacing>0</spacing>
1475
 
          <child_min_width>85</child_min_width>
1476
 
          <child_min_height>27</child_min_height>
1477
 
          <child_ipad_x>7</child_ipad_x>
1478
 
          <child_ipad_y>0</child_ipad_y>
1479
 
          <child>
1480
 
            <left_attach>2</left_attach>
1481
 
            <right_attach>3</right_attach>
1482
 
            <top_attach>4</top_attach>
1483
 
            <bottom_attach>5</bottom_attach>
1484
 
            <xpad>0</xpad>
1485
 
            <ypad>0</ypad>
1486
 
            <xexpand>False</xexpand>
1487
 
            <yexpand>False</yexpand>
1488
 
            <xshrink>False</xshrink>
1489
 
            <yshrink>False</yshrink>
1490
 
            <xfill>True</xfill>
1491
 
            <yfill>True</yfill>
1492
 
          </child>
1493
 
 
1494
 
          <widget>
1495
 
            <class>GtkButton</class>
1496
 
            <name>add_title_button</name>
1497
 
            <can_default>True</can_default>
1498
 
            <can_focus>True</can_focus>
1499
 
            <signal>
1500
 
              <name>clicked</name>
1501
 
              <handler>on_Add_Issue_Add_Title_Button_clicked</handler>
1502
 
              <last_modification_time>Wed, 25 Aug 1999 11:50:41 GMT</last_modification_time>
1503
 
            </signal>
1504
 
            <label>Add Title</label>
1505
 
            <relief>GTK_RELIEF_NORMAL</relief>
1506
 
          </widget>
1507
 
 
1508
 
          <widget>
1509
 
            <class>GtkButton</class>
1510
 
            <name>remove_title_button</name>
1511
 
            <can_default>True</can_default>
1512
 
            <can_focus>True</can_focus>
1513
 
            <signal>
1514
 
              <name>clicked</name>
1515
 
              <handler>on_remove_title_button_clicked</handler>
1516
 
              <last_modification_time>Wed, 24 Jan 2001 13:42:05 GMT</last_modification_time>
1517
 
            </signal>
1518
 
            <label>Remove Title</label>
1519
 
            <relief>GTK_RELIEF_NORMAL</relief>
1520
 
          </widget>
1521
 
        </widget>
1522
 
 
1523
 
        <widget>
1524
 
          <class>GnomeNumberEntry</class>
1525
 
          <name>cover_price_numberentry</name>
1526
 
          <title>Calculator</title>
1527
 
          <max_saved>100</max_saved>
1528
 
          <child>
1529
 
            <left_attach>1</left_attach>
1530
 
            <right_attach>2</right_attach>
1531
 
            <top_attach>1</top_attach>
1532
 
            <bottom_attach>2</bottom_attach>
1533
 
            <xpad>5</xpad>
1534
 
            <ypad>5</ypad>
1535
 
            <xexpand>True</xexpand>
1536
 
            <yexpand>False</yexpand>
1537
 
            <xshrink>True</xshrink>
1538
 
            <yshrink>False</yshrink>
1539
 
            <xfill>True</xfill>
1540
 
            <yfill>False</yfill>
1541
 
          </child>
1542
 
 
1543
 
          <widget>
1544
 
            <class>GtkEntry</class>
1545
 
            <child_name>GnomeEntry:entry</child_name>
1546
 
            <name>cover_price_entry</name>
1547
 
            <can_focus>True</can_focus>
1548
 
            <editable>True</editable>
1549
 
            <text_visible>True</text_visible>
1550
 
            <text_max_length>0</text_max_length>
1551
 
            <text></text>
1552
 
          </widget>
1553
 
        </widget>
1554
 
 
1555
 
        <widget>
1556
 
          <class>GtkEntry</class>
1557
 
          <name>issue_number_entry</name>
1558
 
          <can_focus>True</can_focus>
1559
 
          <has_focus>True</has_focus>
1560
 
          <editable>True</editable>
1561
 
          <text_visible>True</text_visible>
1562
 
          <text_max_length>0</text_max_length>
1563
 
          <text></text>
1564
 
          <child>
1565
 
            <left_attach>1</left_attach>
1566
 
            <right_attach>2</right_attach>
1567
 
            <top_attach>0</top_attach>
1568
 
            <bottom_attach>1</bottom_attach>
1569
 
            <xpad>5</xpad>
1570
 
            <ypad>5</ypad>
1571
 
            <xexpand>True</xexpand>
1572
 
            <yexpand>False</yexpand>
1573
 
            <xshrink>True</xshrink>
1574
 
            <yshrink>False</yshrink>
1575
 
            <xfill>True</xfill>
1576
 
            <yfill>False</yfill>
1577
 
          </child>
1578
 
        </widget>
1579
 
 
1580
 
        <widget>
1581
 
          <class>GtkEntry</class>
1582
 
          <name>story_title_entry</name>
1583
 
          <can_focus>True</can_focus>
1584
 
          <editable>True</editable>
1585
 
          <text_visible>True</text_visible>
1586
 
          <text_max_length>0</text_max_length>
1587
 
          <text></text>
1588
 
          <child>
1589
 
            <left_attach>1</left_attach>
1590
 
            <right_attach>2</right_attach>
1591
 
            <top_attach>4</top_attach>
1592
 
            <bottom_attach>5</bottom_attach>
1593
 
            <xpad>5</xpad>
1594
 
            <ypad>5</ypad>
1595
 
            <xexpand>True</xexpand>
1596
 
            <yexpand>False</yexpand>
1597
 
            <xshrink>True</xshrink>
1598
 
            <yshrink>False</yshrink>
1599
 
            <xfill>True</xfill>
1600
 
            <yfill>False</yfill>
1601
 
          </child>
1602
 
        </widget>
1603
 
 
1604
 
        <widget>
1605
 
          <class>GnomeDateEdit</class>
1606
 
          <name>date_date_edit</name>
1607
 
          <show_time>False</show_time>
1608
 
          <use_24_format>True</use_24_format>
1609
 
          <week_start_monday>False</week_start_monday>
1610
 
          <lower_hour>7</lower_hour>
1611
 
          <upper_hour>19</upper_hour>
1612
 
          <child>
1613
 
            <left_attach>3</left_attach>
1614
 
            <right_attach>4</right_attach>
1615
 
            <top_attach>0</top_attach>
1616
 
            <bottom_attach>1</bottom_attach>
1617
 
            <xpad>5</xpad>
1618
 
            <ypad>5</ypad>
1619
 
            <xexpand>True</xexpand>
1620
 
            <yexpand>False</yexpand>
1621
 
            <xshrink>True</xshrink>
1622
 
            <yshrink>False</yshrink>
1623
 
            <xfill>True</xfill>
1624
 
            <yfill>False</yfill>
1625
 
          </child>
1626
 
        </widget>
1627
 
 
1628
 
        <widget>
1629
 
          <class>GtkScrolledWindow</class>
1630
 
          <name>Add_Issue_Story_Title_scrolledwindow</name>
1631
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
1632
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
1633
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
1634
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
1635
 
          <child>
1636
 
            <left_attach>3</left_attach>
1637
 
            <right_attach>4</right_attach>
1638
 
            <top_attach>4</top_attach>
1639
 
            <bottom_attach>5</bottom_attach>
1640
 
            <xpad>5</xpad>
1641
 
            <ypad>5</ypad>
1642
 
            <xexpand>True</xexpand>
1643
 
            <yexpand>True</yexpand>
1644
 
            <xshrink>True</xshrink>
1645
 
            <yshrink>False</yshrink>
1646
 
            <xfill>True</xfill>
1647
 
            <yfill>True</yfill>
1648
 
          </child>
1649
 
 
1650
 
          <widget>
1651
 
            <class>GtkCList</class>
1652
 
            <name>story_title_clist</name>
1653
 
            <can_focus>True</can_focus>
1654
 
            <columns>1</columns>
1655
 
            <column_widths>80</column_widths>
1656
 
            <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
1657
 
            <show_titles>False</show_titles>
1658
 
            <shadow_type>GTK_SHADOW_IN</shadow_type>
1659
 
 
1660
 
            <widget>
1661
 
              <class>GtkLabel</class>
1662
 
              <child_name>CList:title</child_name>
1663
 
              <name>label4</name>
1664
 
              <label>label4</label>
1665
 
              <justify>GTK_JUSTIFY_CENTER</justify>
1666
 
              <wrap>False</wrap>
1667
 
              <xalign>0.5</xalign>
1668
 
              <yalign>0.5</yalign>
1669
 
              <xpad>0</xpad>
1670
 
              <ypad>0</ypad>
1671
 
            </widget>
1672
 
          </widget>
1673
 
        </widget>
1674
 
 
1675
 
        <widget>
1676
 
          <class>GnomeEntry</class>
1677
 
          <name>location_combo_entry</name>
1678
 
          <border_width>5</border_width>
1679
 
          <max_saved>10</max_saved>
1680
 
          <child>
1681
 
            <left_attach>1</left_attach>
1682
 
            <right_attach>2</right_attach>
1683
 
            <top_attach>3</top_attach>
1684
 
            <bottom_attach>4</bottom_attach>
1685
 
            <xpad>0</xpad>
1686
 
            <ypad>0</ypad>
1687
 
            <xexpand>True</xexpand>
1688
 
            <yexpand>False</yexpand>
1689
 
            <xshrink>False</xshrink>
1690
 
            <yshrink>False</yshrink>
1691
 
            <xfill>True</xfill>
1692
 
            <yfill>False</yfill>
1693
 
          </child>
1694
 
 
1695
 
          <widget>
1696
 
            <class>GtkEntry</class>
1697
 
            <child_name>GnomeEntry:entry</child_name>
1698
 
            <name>location_entry</name>
1699
 
            <can_focus>True</can_focus>
1700
 
            <editable>True</editable>
1701
 
            <text_visible>True</text_visible>
1702
 
            <text_max_length>0</text_max_length>
1703
 
            <text></text>
1704
 
          </widget>
1705
 
        </widget>
1706
 
 
1707
 
        <widget>
1708
 
          <class>GtkLabel</class>
1709
 
          <name>Add_Issue_Date_Label</name>
1710
 
          <label>Date   </label>
1711
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1712
 
          <wrap>False</wrap>
1713
 
          <xalign>0.05</xalign>
1714
 
          <yalign>0.5</yalign>
1715
 
          <xpad>0</xpad>
1716
 
          <ypad>0</ypad>
1717
 
          <child>
1718
 
            <left_attach>2</left_attach>
1719
 
            <right_attach>3</right_attach>
1720
 
            <top_attach>0</top_attach>
1721
 
            <bottom_attach>1</bottom_attach>
1722
 
            <xpad>0</xpad>
1723
 
            <ypad>0</ypad>
1724
 
            <xexpand>False</xexpand>
1725
 
            <yexpand>False</yexpand>
1726
 
            <xshrink>False</xshrink>
1727
 
            <yshrink>False</yshrink>
1728
 
            <xfill>True</xfill>
1729
 
            <yfill>False</yfill>
1730
 
          </child>
1731
 
        </widget>
1732
 
 
1733
 
        <widget>
1734
 
          <class>GtkLabel</class>
1735
 
          <name>Add_Issue_Condition_Label</name>
1736
 
          <label>Condition</label>
1737
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1738
 
          <wrap>False</wrap>
1739
 
          <xalign>0.05</xalign>
1740
 
          <yalign>0.5</yalign>
1741
 
          <xpad>0</xpad>
1742
 
          <ypad>0</ypad>
1743
 
          <child>
1744
 
            <left_attach>2</left_attach>
1745
 
            <right_attach>3</right_attach>
1746
 
            <top_attach>3</top_attach>
1747
 
            <bottom_attach>4</bottom_attach>
1748
 
            <xpad>0</xpad>
1749
 
            <ypad>0</ypad>
1750
 
            <xexpand>False</xexpand>
1751
 
            <yexpand>False</yexpand>
1752
 
            <xshrink>False</xshrink>
1753
 
            <yshrink>False</yshrink>
1754
 
            <xfill>True</xfill>
1755
 
            <yfill>False</yfill>
1756
 
          </child>
1757
 
        </widget>
1758
 
 
1759
 
        <widget>
1760
 
          <class>GtkLabel</class>
1761
 
          <name>Add_Issue_Current_Price_Label</name>
1762
 
          <label>Current Price</label>
1763
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1764
 
          <wrap>False</wrap>
1765
 
          <xalign>0.05</xalign>
1766
 
          <yalign>0.5</yalign>
1767
 
          <xpad>0</xpad>
1768
 
          <ypad>0</ypad>
1769
 
          <child>
1770
 
            <left_attach>2</left_attach>
1771
 
            <right_attach>3</right_attach>
1772
 
            <top_attach>1</top_attach>
1773
 
            <bottom_attach>2</bottom_attach>
1774
 
            <xpad>0</xpad>
1775
 
            <ypad>0</ypad>
1776
 
            <xexpand>False</xexpand>
1777
 
            <yexpand>False</yexpand>
1778
 
            <xshrink>False</xshrink>
1779
 
            <yshrink>False</yshrink>
1780
 
            <xfill>True</xfill>
1781
 
            <yfill>False</yfill>
1782
 
          </child>
1783
 
        </widget>
1784
 
 
1785
 
        <widget>
1786
 
          <class>GtkOptionMenu</class>
1787
 
          <name>condition_optionmenu</name>
1788
 
          <can_focus>True</can_focus>
1789
 
          <items>Mint
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
<requires lib="gnome"/>
 
6
<requires lib="bonobo"/>
 
7
 
 
8
<widget class="GnomeApp" id="main_window">
 
9
  <property name="visible">True</property>
 
10
  <property name="title" translatable="yes">GNOME Comics Organizer</property>
 
11
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
12
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
13
  <property name="modal">False</property>
 
14
  <property name="default_width">550</property>
 
15
  <property name="default_height">650</property>
 
16
  <property name="resizable">True</property>
 
17
  <property name="destroy_with_parent">False</property>
 
18
  <property name="decorated">True</property>
 
19
  <property name="skip_taskbar_hint">False</property>
 
20
  <property name="skip_pager_hint">False</property>
 
21
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
22
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
23
  <property name="enable_layout_config">True</property>
 
24
  <signal name="destroy" handler="on_main_window_destroy" last_modification_time="Mon, 16 Aug 2004 20:25:52 GMT"/>
 
25
 
 
26
  <child internal-child="dock">
 
27
    <widget class="BonoboDock" id="bonobodock1">
 
28
      <property name="visible">True</property>
 
29
      <property name="allow_floating">True</property>
 
30
 
 
31
      <child>
 
32
        <widget class="BonoboDockItem" id="bonobodockitem1">
 
33
          <property name="visible">True</property>
 
34
          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
35
 
 
36
          <child>
 
37
            <widget class="GtkMenuBar" id="menubar1">
 
38
              <property name="visible">True</property>
 
39
 
 
40
              <child>
 
41
                <widget class="GtkMenuItem" id="file1">
 
42
                  <property name="visible">True</property>
 
43
                  <property name="stock_item">GNOMEUIINFO_MENU_FILE_TREE</property>
 
44
 
 
45
                  <child>
 
46
                    <widget class="GtkMenu" id="file1_menu">
 
47
 
 
48
                      <child>
 
49
                        <widget class="GtkImageMenuItem" id="new">
 
50
                          <property name="visible">True</property>
 
51
                          <property name="stock_item">GNOMEUIINFO_MENU_NEW_ITEM</property>
 
52
                          <property name="label" translatable="yes">_New</property>
 
53
                          <property name="use_underline">True</property>
 
54
                          <signal name="activate" handler="on_new_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
55
                        </widget>
 
56
                      </child>
 
57
 
 
58
                      <child>
 
59
                        <widget class="GtkImageMenuItem" id="open">
 
60
                          <property name="visible">True</property>
 
61
                          <property name="stock_item">GNOMEUIINFO_MENU_OPEN_ITEM</property>
 
62
                          <signal name="activate" handler="on_open_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
63
                        </widget>
 
64
                      </child>
 
65
 
 
66
                      <child>
 
67
                        <widget class="GtkImageMenuItem" id="save">
 
68
                          <property name="visible">True</property>
 
69
                          <property name="stock_item">GNOMEUIINFO_MENU_SAVE_ITEM</property>
 
70
                          <signal name="activate" handler="on_save_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
71
                        </widget>
 
72
                      </child>
 
73
 
 
74
                      <child>
 
75
                        <widget class="GtkImageMenuItem" id="save_as">
 
76
                          <property name="visible">True</property>
 
77
                          <property name="stock_item">GNOMEUIINFO_MENU_SAVE_AS_ITEM</property>
 
78
                          <signal name="activate" handler="on_save_as_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
79
                        </widget>
 
80
                      </child>
 
81
 
 
82
                      <child>
 
83
                        <widget class="GtkSeparatorMenuItem" id="separator1">
 
84
                          <property name="visible">True</property>
 
85
                        </widget>
 
86
                      </child>
 
87
 
 
88
                      <child>
 
89
                        <widget class="GtkImageMenuItem" id="quit">
 
90
                          <property name="visible">True</property>
 
91
                          <property name="stock_item">GNOMEUIINFO_MENU_EXIT_ITEM</property>
 
92
                          <signal name="activate" handler="on_quit_activate" last_modification_time="Mon, 16 Aug 2004 20:25:41 GMT"/>
 
93
                        </widget>
 
94
                      </child>
 
95
                    </widget>
 
96
                  </child>
 
97
                </widget>
 
98
              </child>
 
99
 
 
100
              <child>
 
101
                <widget class="GtkMenuItem" id="edit1">
 
102
                  <property name="visible">True</property>
 
103
                  <property name="stock_item">GNOMEUIINFO_MENU_EDIT_TREE</property>
 
104
 
 
105
                  <child>
 
106
                    <widget class="GtkMenu" id="edit1_menu">
 
107
 
 
108
                      <child>
 
109
                        <widget class="GtkMenuItem" id="add_comic">
 
110
                          <property name="visible">True</property>
 
111
                          <property name="label" translatable="yes">Add _Comic</property>
 
112
                          <property name="use_underline">True</property>
 
113
                          <signal name="activate" handler="on_add_comic_activate" last_modification_time="Fri, 20 Aug 2004 05:29:12 GMT"/>
 
114
                          <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
115
                        </widget>
 
116
                      </child>
 
117
 
 
118
                      <child>
 
119
                        <widget class="GtkMenuItem" id="add_issue">
 
120
                          <property name="visible">True</property>
 
121
                          <property name="label" translatable="yes">Add _Issue</property>
 
122
                          <property name="use_underline">True</property>
 
123
                          <signal name="activate" handler="on_add_issue_activate" last_modification_time="Fri, 20 Aug 2004 05:29:12 GMT"/>
 
124
                          <accelerator key="I" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
125
                        </widget>
 
126
                      </child>
 
127
 
 
128
                      <child>
 
129
                        <widget class="GtkMenuItem" id="add_multiple_issues">
 
130
                          <property name="visible">True</property>
 
131
                          <property name="label" translatable="yes">Add _Multiple Issues</property>
 
132
                          <property name="use_underline">True</property>
 
133
                          <signal name="activate" handler="on_add_multiple_issues_activate" last_modification_time="Tue, 24 Aug 2004 05:19:50 GMT"/>
 
134
                        </widget>
 
135
                      </child>
 
136
 
 
137
                      <child>
 
138
                        <widget class="GtkImageMenuItem" id="remove_item">
 
139
                          <property name="visible">True</property>
 
140
                          <property name="label" translatable="yes">_Remove Item</property>
 
141
                          <property name="use_underline">True</property>
 
142
                          <signal name="activate" handler="on_remove_item_activate" last_modification_time="Wed, 25 Aug 2004 19:04:49 GMT"/>
 
143
 
 
144
                          <child internal-child="image">
 
145
                            <widget class="GtkImage" id="image6">
 
146
                              <property name="visible">True</property>
 
147
                              <property name="stock">gtk-remove</property>
 
148
                              <property name="icon_size">1</property>
 
149
                              <property name="xalign">0.5</property>
 
150
                              <property name="yalign">0.5</property>
 
151
                              <property name="xpad">0</property>
 
152
                              <property name="ypad">0</property>
 
153
                            </widget>
 
154
                          </child>
 
155
                        </widget>
 
156
                      </child>
 
157
 
 
158
                      <child>
 
159
                        <widget class="GtkSeparatorMenuItem" id="separator2">
 
160
                          <property name="visible">True</property>
 
161
                        </widget>
 
162
                      </child>
 
163
 
 
164
                      <child>
 
165
                        <widget class="GtkImageMenuItem" id="properties">
 
166
                          <property name="visible">True</property>
 
167
                          <property name="stock_item">GNOMEUIINFO_MENU_PROPERTIES_ITEM</property>
 
168
                          <signal name="activate" handler="on_properties_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
169
                        </widget>
 
170
                      </child>
 
171
 
 
172
                      <child>
 
173
                        <widget class="GtkSeparatorMenuItem" id="separator3">
 
174
                          <property name="visible">True</property>
 
175
                        </widget>
 
176
                      </child>
 
177
 
 
178
                      <child>
 
179
                        <widget class="GtkImageMenuItem" id="preferences">
 
180
                          <property name="visible">True</property>
 
181
                          <property name="stock_item">GNOMEUIINFO_MENU_PREFERENCES_ITEM</property>
 
182
                          <signal name="activate" handler="on_preferences_activate" last_modification_time="Tue, 24 Aug 2004 05:20:47 GMT"/>
 
183
                        </widget>
 
184
                      </child>
 
185
                    </widget>
 
186
                  </child>
 
187
                </widget>
 
188
              </child>
 
189
 
 
190
              <child>
 
191
                <widget class="GtkMenuItem" id="view1">
 
192
                  <property name="visible">True</property>
 
193
                  <property name="stock_item">GNOMEUIINFO_MENU_VIEW_TREE</property>
 
194
 
 
195
                  <child>
 
196
                    <widget class="GtkMenu" id="view1_menu">
 
197
 
 
198
                      <child>
 
199
                        <widget class="GtkImageMenuItem" id="statistics">
 
200
                          <property name="visible">True</property>
 
201
                          <property name="label" translatable="yes">_Statistics</property>
 
202
                          <property name="use_underline">True</property>
 
203
                          <signal name="activate" handler="on_statistics_activate" last_modification_time="Thu, 02 Sep 2004 13:17:45 GMT"/>
 
204
 
 
205
                          <child internal-child="image">
 
206
                            <widget class="GtkImage" id="image7">
 
207
                              <property name="visible">True</property>
 
208
                              <property name="stock">gtk-dialog-info</property>
 
209
                              <property name="icon_size">1</property>
 
210
                              <property name="xalign">0.5</property>
 
211
                              <property name="yalign">0.5</property>
 
212
                              <property name="xpad">0</property>
 
213
                              <property name="ypad">0</property>
 
214
                            </widget>
 
215
                          </child>
 
216
                        </widget>
 
217
                      </child>
 
218
                    </widget>
 
219
                  </child>
 
220
                </widget>
 
221
              </child>
 
222
 
 
223
              <child>
 
224
                <widget class="GtkMenuItem" id="help1">
 
225
                  <property name="visible">True</property>
 
226
                  <property name="stock_item">GNOMEUIINFO_MENU_HELP_TREE</property>
 
227
 
 
228
                  <child>
 
229
                    <widget class="GtkMenu" id="help1_menu">
 
230
 
 
231
                      <child>
 
232
                        <widget class="GtkImageMenuItem" id="about">
 
233
                          <property name="visible">True</property>
 
234
                          <property name="stock_item">GNOMEUIINFO_MENU_ABOUT_ITEM</property>
 
235
                          <signal name="activate" handler="on_about_activate" last_modification_time="Thu, 02 Sep 2004 18:10:22 GMT"/>
 
236
                        </widget>
 
237
                      </child>
 
238
                    </widget>
 
239
                  </child>
 
240
                </widget>
 
241
              </child>
 
242
            </widget>
 
243
          </child>
 
244
        </widget>
 
245
        <packing>
 
246
          <property name="placement">BONOBO_DOCK_TOP</property>
 
247
          <property name="band">0</property>
 
248
          <property name="position">0</property>
 
249
          <property name="offset">0</property>
 
250
          <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_NEVER_VERTICAL|BONOBO_DOCK_ITEM_BEH_LOCKED</property>
 
251
        </packing>
 
252
      </child>
 
253
 
 
254
      <child>
 
255
        <widget class="BonoboDockItem" id="bonobodockitem2">
 
256
          <property name="visible">True</property>
 
257
          <property name="shadow_type">GTK_SHADOW_OUT</property>
 
258
 
 
259
          <child>
 
260
            <widget class="GtkToolbar" id="toolbar1">
 
261
              <property name="visible">True</property>
 
262
              <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
 
263
              <property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
 
264
              <property name="tooltips">True</property>
 
265
              <property name="show_arrow">True</property>
 
266
 
 
267
              <child>
 
268
                <widget class="GtkToolButton" id="toolbutton1">
 
269
                  <property name="visible">True</property>
 
270
                  <property name="tooltip" translatable="yes">New File</property>
 
271
                  <property name="stock_id">gtk-new</property>
 
272
                  <property name="visible_horizontal">True</property>
 
273
                  <property name="visible_vertical">True</property>
 
274
                  <property name="is_important">False</property>
 
275
                  <signal name="clicked" handler="on_new_activate" last_modification_time="Wed, 25 Aug 2004 18:44:38 GMT"/>
 
276
                </widget>
 
277
                <packing>
 
278
                  <property name="expand">False</property>
 
279
                  <property name="homogeneous">True</property>
 
280
                </packing>
 
281
              </child>
 
282
 
 
283
              <child>
 
284
                <widget class="GtkToolButton" id="toolbutton2">
 
285
                  <property name="visible">True</property>
 
286
                  <property name="tooltip" translatable="yes">Open File</property>
 
287
                  <property name="stock_id">gtk-open</property>
 
288
                  <property name="visible_horizontal">True</property>
 
289
                  <property name="visible_vertical">True</property>
 
290
                  <property name="is_important">False</property>
 
291
                  <signal name="clicked" handler="on_open_activate" last_modification_time="Wed, 25 Aug 2004 14:33:37 GMT"/>
 
292
                </widget>
 
293
                <packing>
 
294
                  <property name="expand">False</property>
 
295
                  <property name="homogeneous">True</property>
 
296
                </packing>
 
297
              </child>
 
298
 
 
299
              <child>
 
300
                <widget class="GtkToolButton" id="toolbutton3">
 
301
                  <property name="visible">True</property>
 
302
                  <property name="tooltip" translatable="yes">Save File</property>
 
303
                  <property name="stock_id">gtk-save</property>
 
304
                  <property name="visible_horizontal">True</property>
 
305
                  <property name="visible_vertical">True</property>
 
306
                  <property name="is_important">False</property>
 
307
                  <signal name="clicked" handler="on_save_activate" last_modification_time="Tue, 24 Aug 2004 20:33:19 GMT"/>
 
308
                </widget>
 
309
                <packing>
 
310
                  <property name="expand">False</property>
 
311
                  <property name="homogeneous">True</property>
 
312
                </packing>
 
313
              </child>
 
314
            </widget>
 
315
          </child>
 
316
        </widget>
 
317
        <packing>
 
318
          <property name="placement">BONOBO_DOCK_TOP</property>
 
319
          <property name="band">1</property>
 
320
          <property name="position">0</property>
 
321
          <property name="offset">0</property>
 
322
          <property name="behavior">BONOBO_DOCK_ITEM_BEH_EXCLUSIVE|BONOBO_DOCK_ITEM_BEH_LOCKED</property>
 
323
        </packing>
 
324
      </child>
 
325
 
 
326
      <child>
 
327
        <widget class="GtkVPaned" id="vpaned1">
 
328
          <property name="visible">True</property>
 
329
          <property name="can_focus">True</property>
 
330
          <property name="position">400</property>
 
331
 
 
332
          <child>
 
333
            <widget class="GtkFrame" id="frame1">
 
334
              <property name="border_width">6</property>
 
335
              <property name="visible">True</property>
 
336
              <property name="label_xalign">0</property>
 
337
              <property name="label_yalign">0.5</property>
 
338
              <property name="shadow_type">GTK_SHADOW_NONE</property>
 
339
 
 
340
              <child>
 
341
                <widget class="GtkAlignment" id="alignment1">
 
342
                  <property name="visible">True</property>
 
343
                  <property name="xalign">0.5</property>
 
344
                  <property name="yalign">0.5</property>
 
345
                  <property name="xscale">1</property>
 
346
                  <property name="yscale">1</property>
 
347
                  <property name="top_padding">0</property>
 
348
                  <property name="bottom_padding">0</property>
 
349
                  <property name="left_padding">0</property>
 
350
                  <property name="right_padding">0</property>
 
351
 
 
352
                  <child>
 
353
                    <widget class="GtkScrolledWindow" id="scrolledwindow1">
 
354
                      <property name="border_width">6</property>
 
355
                      <property name="visible">True</property>
 
356
                      <property name="can_focus">True</property>
 
357
                      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
358
                      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
359
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
 
360
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
361
 
 
362
                      <child>
 
363
                        <widget class="GtkTreeView" id="comics_treeview">
 
364
                          <property name="visible">True</property>
 
365
                          <property name="can_focus">True</property>
 
366
                          <property name="headers_visible">True</property>
 
367
                          <property name="rules_hint">True</property>
 
368
                          <property name="reorderable">False</property>
 
369
                          <property name="enable_search">True</property>
 
370
                          <signal name="row_activated" handler="on_comics_treeview_row_activated" last_modification_time="Mon, 16 Aug 2004 20:44:13 GMT"/>
 
371
                        </widget>
 
372
                      </child>
 
373
                    </widget>
 
374
                  </child>
 
375
                </widget>
 
376
              </child>
 
377
 
 
378
              <child>
 
379
                <widget class="GtkLabel" id="label1">
 
380
                  <property name="visible">True</property>
 
381
                  <property name="label" translatable="yes">&lt;b&gt;Comics&lt;/b&gt;</property>
 
382
                  <property name="use_underline">False</property>
 
383
                  <property name="use_markup">True</property>
 
384
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
385
                  <property name="wrap">False</property>
 
386
                  <property name="selectable">False</property>
 
387
                  <property name="xalign">0.5</property>
 
388
                  <property name="yalign">0.5</property>
 
389
                  <property name="xpad">0</property>
 
390
                  <property name="ypad">0</property>
 
391
                </widget>
 
392
                <packing>
 
393
                  <property name="type">label_item</property>
 
394
                </packing>
 
395
              </child>
 
396
            </widget>
 
397
            <packing>
 
398
              <property name="shrink">True</property>
 
399
              <property name="resize">False</property>
 
400
            </packing>
 
401
          </child>
 
402
 
 
403
          <child>
 
404
            <widget class="GtkFrame" id="frame2">
 
405
              <property name="border_width">6</property>
 
406
              <property name="visible">True</property>
 
407
              <property name="label_xalign">0</property>
 
408
              <property name="label_yalign">0.5</property>
 
409
              <property name="shadow_type">GTK_SHADOW_NONE</property>
 
410
 
 
411
              <child>
 
412
                <widget class="GtkAlignment" id="alignment2">
 
413
                  <property name="visible">True</property>
 
414
                  <property name="xalign">0.5</property>
 
415
                  <property name="yalign">0.5</property>
 
416
                  <property name="xscale">1</property>
 
417
                  <property name="yscale">1</property>
 
418
                  <property name="top_padding">0</property>
 
419
                  <property name="bottom_padding">0</property>
 
420
                  <property name="left_padding">0</property>
 
421
                  <property name="right_padding">0</property>
 
422
 
 
423
                  <child>
 
424
                    <widget class="GtkScrolledWindow" id="scrolledwindow2">
 
425
                      <property name="border_width">6</property>
 
426
                      <property name="visible">True</property>
 
427
                      <property name="can_focus">True</property>
 
428
                      <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
429
                      <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
430
                      <property name="shadow_type">GTK_SHADOW_NONE</property>
 
431
                      <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
432
 
 
433
                      <child>
 
434
                        <widget class="GtkTextView" id="description_textview">
 
435
                          <property name="visible">True</property>
 
436
                          <property name="can_focus">True</property>
 
437
                          <property name="editable">False</property>
 
438
                          <property name="overwrite">False</property>
 
439
                          <property name="accepts_tab">True</property>
 
440
                          <property name="justification">GTK_JUSTIFY_LEFT</property>
 
441
                          <property name="wrap_mode">GTK_WRAP_WORD</property>
 
442
                          <property name="cursor_visible">True</property>
 
443
                          <property name="pixels_above_lines">0</property>
 
444
                          <property name="pixels_below_lines">0</property>
 
445
                          <property name="pixels_inside_wrap">0</property>
 
446
                          <property name="left_margin">0</property>
 
447
                          <property name="right_margin">0</property>
 
448
                          <property name="indent">0</property>
 
449
                          <property name="text" translatable="yes"></property>
 
450
                        </widget>
 
451
                      </child>
 
452
                    </widget>
 
453
                  </child>
 
454
                </widget>
 
455
              </child>
 
456
 
 
457
              <child>
 
458
                <widget class="GtkLabel" id="label2">
 
459
                  <property name="visible">True</property>
 
460
                  <property name="label" translatable="yes">&lt;b&gt;Description&lt;/b&gt;</property>
 
461
                  <property name="use_underline">False</property>
 
462
                  <property name="use_markup">True</property>
 
463
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
464
                  <property name="wrap">False</property>
 
465
                  <property name="selectable">False</property>
 
466
                  <property name="xalign">0.5</property>
 
467
                  <property name="yalign">0.5</property>
 
468
                  <property name="xpad">0</property>
 
469
                  <property name="ypad">0</property>
 
470
                </widget>
 
471
                <packing>
 
472
                  <property name="type">label_item</property>
 
473
                </packing>
 
474
              </child>
 
475
            </widget>
 
476
            <packing>
 
477
              <property name="shrink">True</property>
 
478
              <property name="resize">True</property>
 
479
            </packing>
 
480
          </child>
 
481
        </widget>
 
482
      </child>
 
483
    </widget>
 
484
    <packing>
 
485
      <property name="padding">0</property>
 
486
      <property name="expand">True</property>
 
487
      <property name="fill">True</property>
 
488
    </packing>
 
489
  </child>
 
490
</widget>
 
491
 
 
492
<widget class="GtkDialog" id="add_comic_dialog">
 
493
  <property name="title" translatable="yes">Add Comic</property>
 
494
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
495
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
496
  <property name="modal">False</property>
 
497
  <property name="resizable">True</property>
 
498
  <property name="destroy_with_parent">False</property>
 
499
  <property name="decorated">True</property>
 
500
  <property name="skip_taskbar_hint">False</property>
 
501
  <property name="skip_pager_hint">False</property>
 
502
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
503
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
504
  <property name="has_separator">True</property>
 
505
 
 
506
  <child internal-child="vbox">
 
507
    <widget class="GtkVBox" id="dialog-vbox1">
 
508
      <property name="visible">True</property>
 
509
      <property name="homogeneous">False</property>
 
510
      <property name="spacing">0</property>
 
511
 
 
512
      <child internal-child="action_area">
 
513
        <widget class="GtkHButtonBox" id="dialog-action_area1">
 
514
          <property name="visible">True</property>
 
515
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
516
 
 
517
          <child>
 
518
            <widget class="GtkButton" id="cancelbutton1">
 
519
              <property name="visible">True</property>
 
520
              <property name="can_default">True</property>
 
521
              <property name="can_focus">True</property>
 
522
              <property name="label">gtk-cancel</property>
 
523
              <property name="use_stock">True</property>
 
524
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
525
              <property name="focus_on_click">True</property>
 
526
              <property name="response_id">-6</property>
 
527
            </widget>
 
528
          </child>
 
529
 
 
530
          <child>
 
531
            <widget class="GtkButton" id="okbutton1">
 
532
              <property name="visible">True</property>
 
533
              <property name="can_default">True</property>
 
534
              <property name="can_focus">True</property>
 
535
              <property name="label">gtk-ok</property>
 
536
              <property name="use_stock">True</property>
 
537
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
538
              <property name="focus_on_click">True</property>
 
539
              <property name="response_id">-5</property>
 
540
            </widget>
 
541
          </child>
 
542
        </widget>
 
543
        <packing>
 
544
          <property name="padding">0</property>
 
545
          <property name="expand">False</property>
 
546
          <property name="fill">True</property>
 
547
          <property name="pack_type">GTK_PACK_END</property>
 
548
        </packing>
 
549
      </child>
 
550
 
 
551
      <child>
 
552
        <widget class="GtkTable" id="table1">
 
553
          <property name="border_width">6</property>
 
554
          <property name="visible">True</property>
 
555
          <property name="n_rows">6</property>
 
556
          <property name="n_columns">2</property>
 
557
          <property name="homogeneous">False</property>
 
558
          <property name="row_spacing">6</property>
 
559
          <property name="column_spacing">6</property>
 
560
 
 
561
          <child>
 
562
            <widget class="GtkLabel" id="label3">
 
563
              <property name="visible">True</property>
 
564
              <property name="label" translatable="yes">Title:</property>
 
565
              <property name="use_underline">False</property>
 
566
              <property name="use_markup">False</property>
 
567
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
568
              <property name="wrap">False</property>
 
569
              <property name="selectable">False</property>
 
570
              <property name="xalign">0</property>
 
571
              <property name="yalign">0.5</property>
 
572
              <property name="xpad">0</property>
 
573
              <property name="ypad">0</property>
 
574
            </widget>
 
575
            <packing>
 
576
              <property name="left_attach">0</property>
 
577
              <property name="right_attach">1</property>
 
578
              <property name="top_attach">0</property>
 
579
              <property name="bottom_attach">1</property>
 
580
              <property name="x_options">fill</property>
 
581
              <property name="y_options"></property>
 
582
            </packing>
 
583
          </child>
 
584
 
 
585
          <child>
 
586
            <widget class="GtkLabel" id="label4">
 
587
              <property name="visible">True</property>
 
588
              <property name="label" translatable="yes">Publisher:</property>
 
589
              <property name="use_underline">False</property>
 
590
              <property name="use_markup">False</property>
 
591
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
592
              <property name="wrap">False</property>
 
593
              <property name="selectable">False</property>
 
594
              <property name="xalign">0</property>
 
595
              <property name="yalign">0.5</property>
 
596
              <property name="xpad">0</property>
 
597
              <property name="ypad">0</property>
 
598
            </widget>
 
599
            <packing>
 
600
              <property name="left_attach">0</property>
 
601
              <property name="right_attach">1</property>
 
602
              <property name="top_attach">1</property>
 
603
              <property name="bottom_attach">2</property>
 
604
              <property name="x_options">fill</property>
 
605
              <property name="y_options"></property>
 
606
            </packing>
 
607
          </child>
 
608
 
 
609
          <child>
 
610
            <widget class="GtkLabel" id="label5">
 
611
              <property name="visible">True</property>
 
612
              <property name="label" translatable="yes">Type:</property>
 
613
              <property name="use_underline">False</property>
 
614
              <property name="use_markup">False</property>
 
615
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
616
              <property name="wrap">False</property>
 
617
              <property name="selectable">False</property>
 
618
              <property name="xalign">0</property>
 
619
              <property name="yalign">0.5</property>
 
620
              <property name="xpad">0</property>
 
621
              <property name="ypad">0</property>
 
622
            </widget>
 
623
            <packing>
 
624
              <property name="left_attach">0</property>
 
625
              <property name="right_attach">1</property>
 
626
              <property name="top_attach">2</property>
 
627
              <property name="bottom_attach">3</property>
 
628
              <property name="x_options">fill</property>
 
629
              <property name="y_options"></property>
 
630
            </packing>
 
631
          </child>
 
632
 
 
633
          <child>
 
634
            <widget class="GtkLabel" id="label6">
 
635
              <property name="visible">True</property>
 
636
              <property name="label" translatable="yes">Volume:</property>
 
637
              <property name="use_underline">False</property>
 
638
              <property name="use_markup">False</property>
 
639
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
640
              <property name="wrap">False</property>
 
641
              <property name="selectable">False</property>
 
642
              <property name="xalign">0</property>
 
643
              <property name="yalign">0.5</property>
 
644
              <property name="xpad">0</property>
 
645
              <property name="ypad">0</property>
 
646
            </widget>
 
647
            <packing>
 
648
              <property name="left_attach">0</property>
 
649
              <property name="right_attach">1</property>
 
650
              <property name="top_attach">3</property>
 
651
              <property name="bottom_attach">4</property>
 
652
              <property name="x_options">fill</property>
 
653
              <property name="y_options"></property>
 
654
            </packing>
 
655
          </child>
 
656
 
 
657
          <child>
 
658
            <widget class="GtkLabel" id="label7">
 
659
              <property name="visible">True</property>
 
660
              <property name="label" translatable="yes">Group:</property>
 
661
              <property name="use_underline">False</property>
 
662
              <property name="use_markup">False</property>
 
663
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
664
              <property name="wrap">False</property>
 
665
              <property name="selectable">False</property>
 
666
              <property name="xalign">0</property>
 
667
              <property name="yalign">0.5</property>
 
668
              <property name="xpad">0</property>
 
669
              <property name="ypad">0</property>
 
670
            </widget>
 
671
            <packing>
 
672
              <property name="left_attach">0</property>
 
673
              <property name="right_attach">1</property>
 
674
              <property name="top_attach">4</property>
 
675
              <property name="bottom_attach">5</property>
 
676
              <property name="x_options">fill</property>
 
677
              <property name="y_options"></property>
 
678
            </packing>
 
679
          </child>
 
680
 
 
681
          <child>
 
682
            <widget class="GtkEntry" id="title_entry">
 
683
              <property name="visible">True</property>
 
684
              <property name="can_focus">True</property>
 
685
              <property name="editable">True</property>
 
686
              <property name="visibility">True</property>
 
687
              <property name="max_length">0</property>
 
688
              <property name="text" translatable="yes"></property>
 
689
              <property name="has_frame">True</property>
 
690
              <property name="invisible_char" translatable="yes">*</property>
 
691
              <property name="activates_default">False</property>
 
692
            </widget>
 
693
            <packing>
 
694
              <property name="left_attach">1</property>
 
695
              <property name="right_attach">2</property>
 
696
              <property name="top_attach">0</property>
 
697
              <property name="bottom_attach">1</property>
 
698
              <property name="y_options"></property>
 
699
            </packing>
 
700
          </child>
 
701
 
 
702
          <child>
 
703
            <widget class="GtkComboBoxEntry" id="publisher_comboboxentry">
 
704
              <property name="visible">True</property>
 
705
              <property name="items" translatable="yes">dummy</property>
 
706
            </widget>
 
707
            <packing>
 
708
              <property name="left_attach">1</property>
 
709
              <property name="right_attach">2</property>
 
710
              <property name="top_attach">1</property>
 
711
              <property name="bottom_attach">2</property>
 
712
              <property name="x_options">fill</property>
 
713
              <property name="y_options">fill</property>
 
714
            </packing>
 
715
          </child>
 
716
 
 
717
          <child>
 
718
            <widget class="GtkComboBoxEntry" id="type_comboboxentry">
 
719
              <property name="visible">True</property>
 
720
              <property name="items" translatable="yes">dummy</property>
 
721
            </widget>
 
722
            <packing>
 
723
              <property name="left_attach">1</property>
 
724
              <property name="right_attach">2</property>
 
725
              <property name="top_attach">2</property>
 
726
              <property name="bottom_attach">3</property>
 
727
              <property name="x_options">fill</property>
 
728
              <property name="y_options">fill</property>
 
729
            </packing>
 
730
          </child>
 
731
 
 
732
          <child>
 
733
            <widget class="GtkSpinButton" id="volume_spinbutton">
 
734
              <property name="visible">True</property>
 
735
              <property name="can_focus">True</property>
 
736
              <property name="climb_rate">1</property>
 
737
              <property name="digits">0</property>
 
738
              <property name="numeric">True</property>
 
739
              <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 
740
              <property name="snap_to_ticks">False</property>
 
741
              <property name="wrap">False</property>
 
742
              <property name="adjustment">1 0 100 1 10 10</property>
 
743
            </widget>
 
744
            <packing>
 
745
              <property name="left_attach">1</property>
 
746
              <property name="right_attach">2</property>
 
747
              <property name="top_attach">3</property>
 
748
              <property name="bottom_attach">4</property>
 
749
              <property name="y_options"></property>
 
750
            </packing>
 
751
          </child>
 
752
 
 
753
          <child>
 
754
            <widget class="GtkComboBoxEntry" id="group_comboboxentry">
 
755
              <property name="visible">True</property>
 
756
              <property name="items" translatable="yes">dummy</property>
 
757
            </widget>
 
758
            <packing>
 
759
              <property name="left_attach">1</property>
 
760
              <property name="right_attach">2</property>
 
761
              <property name="top_attach">4</property>
 
762
              <property name="bottom_attach">5</property>
 
763
              <property name="x_options">fill</property>
 
764
              <property name="y_options">fill</property>
 
765
            </packing>
 
766
          </child>
 
767
 
 
768
          <child>
 
769
            <widget class="GtkLabel" id="label8">
 
770
              <property name="visible">True</property>
 
771
              <property name="label" translatable="yes">Comment:</property>
 
772
              <property name="use_underline">False</property>
 
773
              <property name="use_markup">False</property>
 
774
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
775
              <property name="wrap">False</property>
 
776
              <property name="selectable">False</property>
 
777
              <property name="xalign">0</property>
 
778
              <property name="yalign">0</property>
 
779
              <property name="xpad">0</property>
 
780
              <property name="ypad">0</property>
 
781
            </widget>
 
782
            <packing>
 
783
              <property name="left_attach">0</property>
 
784
              <property name="right_attach">1</property>
 
785
              <property name="top_attach">5</property>
 
786
              <property name="bottom_attach">6</property>
 
787
              <property name="x_options">fill</property>
 
788
              <property name="y_options">fill</property>
 
789
            </packing>
 
790
          </child>
 
791
 
 
792
          <child>
 
793
            <widget class="GtkScrolledWindow" id="scrolledwindow3">
 
794
              <property name="visible">True</property>
 
795
              <property name="can_focus">True</property>
 
796
              <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
797
              <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
798
              <property name="shadow_type">GTK_SHADOW_NONE</property>
 
799
              <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
800
 
 
801
              <child>
 
802
                <widget class="GtkTextView" id="comment_textview">
 
803
                  <property name="visible">True</property>
 
804
                  <property name="can_focus">True</property>
 
805
                  <property name="editable">True</property>
 
806
                  <property name="overwrite">False</property>
 
807
                  <property name="accepts_tab">True</property>
 
808
                  <property name="justification">GTK_JUSTIFY_LEFT</property>
 
809
                  <property name="wrap_mode">GTK_WRAP_WORD</property>
 
810
                  <property name="cursor_visible">True</property>
 
811
                  <property name="pixels_above_lines">0</property>
 
812
                  <property name="pixels_below_lines">0</property>
 
813
                  <property name="pixels_inside_wrap">0</property>
 
814
                  <property name="left_margin">0</property>
 
815
                  <property name="right_margin">0</property>
 
816
                  <property name="indent">0</property>
 
817
                  <property name="text" translatable="yes"></property>
 
818
                </widget>
 
819
              </child>
 
820
            </widget>
 
821
            <packing>
 
822
              <property name="left_attach">1</property>
 
823
              <property name="right_attach">2</property>
 
824
              <property name="top_attach">5</property>
 
825
              <property name="bottom_attach">6</property>
 
826
            </packing>
 
827
          </child>
 
828
        </widget>
 
829
        <packing>
 
830
          <property name="padding">0</property>
 
831
          <property name="expand">True</property>
 
832
          <property name="fill">True</property>
 
833
        </packing>
 
834
      </child>
 
835
    </widget>
 
836
  </child>
 
837
</widget>
 
838
 
 
839
<widget class="GtkDialog" id="add_issue_dialog">
 
840
  <property name="visible">True</property>
 
841
  <property name="title" translatable="yes">Add Issue</property>
 
842
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
843
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
844
  <property name="modal">False</property>
 
845
  <property name="resizable">True</property>
 
846
  <property name="destroy_with_parent">False</property>
 
847
  <property name="decorated">True</property>
 
848
  <property name="skip_taskbar_hint">False</property>
 
849
  <property name="skip_pager_hint">False</property>
 
850
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
851
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
852
  <property name="has_separator">True</property>
 
853
 
 
854
  <child internal-child="vbox">
 
855
    <widget class="GtkVBox" id="dialog-vbox2">
 
856
      <property name="visible">True</property>
 
857
      <property name="homogeneous">False</property>
 
858
      <property name="spacing">0</property>
 
859
 
 
860
      <child internal-child="action_area">
 
861
        <widget class="GtkHButtonBox" id="dialog-action_area2">
 
862
          <property name="visible">True</property>
 
863
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
864
 
 
865
          <child>
 
866
            <widget class="GtkButton" id="cancelbutton2">
 
867
              <property name="visible">True</property>
 
868
              <property name="can_default">True</property>
 
869
              <property name="can_focus">True</property>
 
870
              <property name="label">gtk-cancel</property>
 
871
              <property name="use_stock">True</property>
 
872
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
873
              <property name="focus_on_click">True</property>
 
874
              <property name="response_id">-6</property>
 
875
            </widget>
 
876
          </child>
 
877
 
 
878
          <child>
 
879
            <widget class="GtkButton" id="okbutton2">
 
880
              <property name="visible">True</property>
 
881
              <property name="can_default">True</property>
 
882
              <property name="can_focus">True</property>
 
883
              <property name="label">gtk-ok</property>
 
884
              <property name="use_stock">True</property>
 
885
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
886
              <property name="focus_on_click">True</property>
 
887
              <property name="response_id">-5</property>
 
888
            </widget>
 
889
          </child>
 
890
        </widget>
 
891
        <packing>
 
892
          <property name="padding">0</property>
 
893
          <property name="expand">False</property>
 
894
          <property name="fill">True</property>
 
895
          <property name="pack_type">GTK_PACK_END</property>
 
896
        </packing>
 
897
      </child>
 
898
 
 
899
      <child>
 
900
        <widget class="GtkNotebook" id="notebook1">
 
901
          <property name="visible">True</property>
 
902
          <property name="can_focus">True</property>
 
903
          <property name="show_tabs">True</property>
 
904
          <property name="show_border">True</property>
 
905
          <property name="tab_pos">GTK_POS_TOP</property>
 
906
          <property name="scrollable">False</property>
 
907
          <property name="enable_popup">False</property>
 
908
 
 
909
          <child>
 
910
            <widget class="GtkTable" id="table3">
 
911
              <property name="border_width">6</property>
 
912
              <property name="visible">True</property>
 
913
              <property name="n_rows">4</property>
 
914
              <property name="n_columns">1</property>
 
915
              <property name="homogeneous">False</property>
 
916
              <property name="row_spacing">6</property>
 
917
              <property name="column_spacing">6</property>
 
918
 
 
919
              <child>
 
920
                <widget class="GtkHBox" id="hbox5">
 
921
                  <property name="visible">True</property>
 
922
                  <property name="homogeneous">False</property>
 
923
                  <property name="spacing">6</property>
 
924
 
 
925
                  <child>
 
926
                    <widget class="GtkLabel" id="adding_to_label">
 
927
                      <property name="visible">True</property>
 
928
                      <property name="label" translatable="yes">Adding issue to:</property>
 
929
                      <property name="use_underline">False</property>
 
930
                      <property name="use_markup">False</property>
 
931
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
932
                      <property name="wrap">False</property>
 
933
                      <property name="selectable">False</property>
 
934
                      <property name="xalign">0</property>
 
935
                      <property name="yalign">0.5</property>
 
936
                      <property name="xpad">0</property>
 
937
                      <property name="ypad">0</property>
 
938
                    </widget>
 
939
                    <packing>
 
940
                      <property name="padding">0</property>
 
941
                      <property name="expand">False</property>
 
942
                      <property name="fill">False</property>
 
943
                    </packing>
 
944
                  </child>
 
945
 
 
946
                  <child>
 
947
                    <widget class="GtkLabel" id="comic_title_label">
 
948
                      <property name="visible">True</property>
 
949
                      <property name="label" translatable="yes">comic title</property>
 
950
                      <property name="use_underline">False</property>
 
951
                      <property name="use_markup">True</property>
 
952
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
953
                      <property name="wrap">True</property>
 
954
                      <property name="selectable">False</property>
 
955
                      <property name="xalign">0</property>
 
956
                      <property name="yalign">0.5</property>
 
957
                      <property name="xpad">0</property>
 
958
                      <property name="ypad">0</property>
 
959
                    </widget>
 
960
                    <packing>
 
961
                      <property name="padding">0</property>
 
962
                      <property name="expand">False</property>
 
963
                      <property name="fill">False</property>
 
964
                    </packing>
 
965
                  </child>
 
966
                </widget>
 
967
                <packing>
 
968
                  <property name="left_attach">0</property>
 
969
                  <property name="right_attach">1</property>
 
970
                  <property name="top_attach">0</property>
 
971
                  <property name="bottom_attach">1</property>
 
972
                  <property name="x_options">fill</property>
 
973
                  <property name="y_options">fill</property>
 
974
                </packing>
 
975
              </child>
 
976
 
 
977
              <child>
 
978
                <widget class="GtkTable" id="table5">
 
979
                  <property name="visible">True</property>
 
980
                  <property name="n_rows">4</property>
 
981
                  <property name="n_columns">4</property>
 
982
                  <property name="homogeneous">False</property>
 
983
                  <property name="row_spacing">6</property>
 
984
                  <property name="column_spacing">6</property>
 
985
 
 
986
                  <child>
 
987
                    <widget class="GtkLabel" id="label18">
 
988
                      <property name="visible">True</property>
 
989
                      <property name="label" translatable="yes">Issue number:</property>
 
990
                      <property name="use_underline">False</property>
 
991
                      <property name="use_markup">False</property>
 
992
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
993
                      <property name="wrap">False</property>
 
994
                      <property name="selectable">False</property>
 
995
                      <property name="xalign">0</property>
 
996
                      <property name="yalign">0.5</property>
 
997
                      <property name="xpad">0</property>
 
998
                      <property name="ypad">0</property>
 
999
                    </widget>
 
1000
                    <packing>
 
1001
                      <property name="left_attach">0</property>
 
1002
                      <property name="right_attach">1</property>
 
1003
                      <property name="top_attach">0</property>
 
1004
                      <property name="bottom_attach">1</property>
 
1005
                      <property name="x_options">fill</property>
 
1006
                      <property name="y_options"></property>
 
1007
                    </packing>
 
1008
                  </child>
 
1009
 
 
1010
                  <child>
 
1011
                    <widget class="GtkEntry" id="issue_number_entry">
 
1012
                      <property name="visible">True</property>
 
1013
                      <property name="can_focus">True</property>
 
1014
                      <property name="has_focus">True</property>
 
1015
                      <property name="editable">True</property>
 
1016
                      <property name="visibility">True</property>
 
1017
                      <property name="max_length">0</property>
 
1018
                      <property name="text" translatable="yes"></property>
 
1019
                      <property name="has_frame">True</property>
 
1020
                      <property name="invisible_char" translatable="yes">*</property>
 
1021
                      <property name="activates_default">False</property>
 
1022
                    </widget>
 
1023
                    <packing>
 
1024
                      <property name="left_attach">1</property>
 
1025
                      <property name="right_attach">2</property>
 
1026
                      <property name="top_attach">0</property>
 
1027
                      <property name="bottom_attach">1</property>
 
1028
                      <property name="y_options"></property>
 
1029
                    </packing>
 
1030
                  </child>
 
1031
 
 
1032
                  <child>
 
1033
                    <widget class="GnomeDateEdit" id="date_dateedit">
 
1034
                      <property name="visible">True</property>
 
1035
                      <property name="dateedit_flags">GNOME_DATE_EDIT_24_HR</property>
 
1036
                      <property name="lower_hour">7</property>
 
1037
                      <property name="upper_hour">19</property>
 
1038
                    </widget>
 
1039
                    <packing>
 
1040
                      <property name="left_attach">3</property>
 
1041
                      <property name="right_attach">4</property>
 
1042
                      <property name="top_attach">2</property>
 
1043
                      <property name="bottom_attach">3</property>
 
1044
                      <property name="y_options"></property>
 
1045
                    </packing>
 
1046
                  </child>
 
1047
 
 
1048
                  <child>
 
1049
                    <widget class="GtkLabel" id="label28">
 
1050
                      <property name="visible">True</property>
 
1051
                      <property name="label" translatable="yes">Date:</property>
 
1052
                      <property name="use_underline">False</property>
 
1053
                      <property name="use_markup">False</property>
 
1054
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1055
                      <property name="wrap">False</property>
 
1056
                      <property name="selectable">False</property>
 
1057
                      <property name="xalign">0</property>
 
1058
                      <property name="yalign">0.5</property>
 
1059
                      <property name="xpad">0</property>
 
1060
                      <property name="ypad">0</property>
 
1061
                    </widget>
 
1062
                    <packing>
 
1063
                      <property name="left_attach">2</property>
 
1064
                      <property name="right_attach">3</property>
 
1065
                      <property name="top_attach">2</property>
 
1066
                      <property name="bottom_attach">3</property>
 
1067
                      <property name="x_options">fill</property>
 
1068
                      <property name="y_options"></property>
 
1069
                    </packing>
 
1070
                  </child>
 
1071
 
 
1072
                  <child>
 
1073
                    <widget class="GtkLabel" id="label21">
 
1074
                      <property name="visible">True</property>
 
1075
                      <property name="label" translatable="yes">Condition:</property>
 
1076
                      <property name="use_underline">False</property>
 
1077
                      <property name="use_markup">False</property>
 
1078
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1079
                      <property name="wrap">False</property>
 
1080
                      <property name="selectable">False</property>
 
1081
                      <property name="xalign">0</property>
 
1082
                      <property name="yalign">0.5</property>
 
1083
                      <property name="xpad">0</property>
 
1084
                      <property name="ypad">0</property>
 
1085
                    </widget>
 
1086
                    <packing>
 
1087
                      <property name="left_attach">0</property>
 
1088
                      <property name="right_attach">1</property>
 
1089
                      <property name="top_attach">3</property>
 
1090
                      <property name="bottom_attach">4</property>
 
1091
                      <property name="x_options">fill</property>
 
1092
                      <property name="y_options"></property>
 
1093
                    </packing>
 
1094
                  </child>
 
1095
 
 
1096
                  <child>
 
1097
                    <widget class="GtkComboBox" id="condition_combobox">
 
1098
                      <property name="visible">True</property>
 
1099
                      <property name="items" translatable="yes">Mint
1790
1100
Near-Mint
1791
1101
Very Fine
1792
1102
Fine/Very Fine
1794
1104
Very Good
1795
1105
Good
1796
1106
Fair
1797
 
Poor
1798
 
</items>
1799
 
          <initial_choice>1</initial_choice>
1800
 
          <child>
1801
 
            <left_attach>3</left_attach>
1802
 
            <right_attach>4</right_attach>
1803
 
            <top_attach>3</top_attach>
1804
 
            <bottom_attach>4</bottom_attach>
1805
 
            <xpad>5</xpad>
1806
 
            <ypad>5</ypad>
1807
 
            <xexpand>True</xexpand>
1808
 
            <yexpand>False</yexpand>
1809
 
            <xshrink>True</xshrink>
1810
 
            <yshrink>False</yshrink>
1811
 
            <xfill>True</xfill>
1812
 
            <yfill>False</yfill>
1813
 
          </child>
1814
 
        </widget>
1815
 
 
1816
 
        <widget>
1817
 
          <class>GtkLabel</class>
1818
 
          <name>Add_Issue_Story_Title_Label</name>
1819
 
          <label>Story Title</label>
1820
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1821
 
          <wrap>False</wrap>
1822
 
          <xalign>0.05</xalign>
1823
 
          <yalign>0.5</yalign>
1824
 
          <xpad>0</xpad>
1825
 
          <ypad>0</ypad>
1826
 
          <child>
1827
 
            <left_attach>0</left_attach>
1828
 
            <right_attach>1</right_attach>
1829
 
            <top_attach>4</top_attach>
1830
 
            <bottom_attach>5</bottom_attach>
1831
 
            <xpad>0</xpad>
1832
 
            <ypad>0</ypad>
1833
 
            <xexpand>False</xexpand>
1834
 
            <yexpand>False</yexpand>
1835
 
            <xshrink>False</xshrink>
1836
 
            <yshrink>False</yshrink>
1837
 
            <xfill>True</xfill>
1838
 
            <yfill>False</yfill>
1839
 
          </child>
1840
 
        </widget>
1841
 
 
1842
 
        <widget>
1843
 
          <class>GtkLabel</class>
1844
 
          <name>Add_Issue_Location_Label</name>
1845
 
          <label>Location</label>
1846
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1847
 
          <wrap>False</wrap>
1848
 
          <xalign>0.05</xalign>
1849
 
          <yalign>0.5</yalign>
1850
 
          <xpad>0</xpad>
1851
 
          <ypad>0</ypad>
1852
 
          <child>
1853
 
            <left_attach>0</left_attach>
1854
 
            <right_attach>1</right_attach>
1855
 
            <top_attach>3</top_attach>
1856
 
            <bottom_attach>4</bottom_attach>
1857
 
            <xpad>0</xpad>
1858
 
            <ypad>0</ypad>
1859
 
            <xexpand>False</xexpand>
1860
 
            <yexpand>False</yexpand>
1861
 
            <xshrink>False</xshrink>
1862
 
            <yshrink>False</yshrink>
1863
 
            <xfill>True</xfill>
1864
 
            <yfill>False</yfill>
1865
 
          </child>
1866
 
        </widget>
1867
 
 
1868
 
        <widget>
1869
 
          <class>GtkLabel</class>
1870
 
          <name>Add_Issue_Cover_Price_Label</name>
1871
 
          <label>Cover Price</label>
1872
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1873
 
          <wrap>False</wrap>
1874
 
          <xalign>0.05</xalign>
1875
 
          <yalign>0.5</yalign>
1876
 
          <xpad>0</xpad>
1877
 
          <ypad>0</ypad>
1878
 
          <child>
1879
 
            <left_attach>0</left_attach>
1880
 
            <right_attach>1</right_attach>
1881
 
            <top_attach>1</top_attach>
1882
 
            <bottom_attach>2</bottom_attach>
1883
 
            <xpad>0</xpad>
1884
 
            <ypad>0</ypad>
1885
 
            <xexpand>False</xexpand>
1886
 
            <yexpand>False</yexpand>
1887
 
            <xshrink>False</xshrink>
1888
 
            <yshrink>False</yshrink>
1889
 
            <xfill>True</xfill>
1890
 
            <yfill>False</yfill>
1891
 
          </child>
1892
 
        </widget>
1893
 
 
1894
 
        <widget>
1895
 
          <class>GtkLabel</class>
1896
 
          <name>Add_Issue_Issue_Number_Labell</name>
1897
 
          <label>Issue Number</label>
1898
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1899
 
          <wrap>False</wrap>
1900
 
          <xalign>0.05</xalign>
1901
 
          <yalign>0.5</yalign>
1902
 
          <xpad>0</xpad>
1903
 
          <ypad>0</ypad>
1904
 
          <child>
1905
 
            <left_attach>0</left_attach>
1906
 
            <right_attach>1</right_attach>
1907
 
            <top_attach>0</top_attach>
1908
 
            <bottom_attach>1</bottom_attach>
1909
 
            <xpad>0</xpad>
1910
 
            <ypad>0</ypad>
1911
 
            <xexpand>False</xexpand>
1912
 
            <yexpand>False</yexpand>
1913
 
            <xshrink>False</xshrink>
1914
 
            <yshrink>False</yshrink>
1915
 
            <xfill>True</xfill>
1916
 
            <yfill>False</yfill>
1917
 
          </child>
1918
 
        </widget>
1919
 
 
1920
 
        <widget>
1921
 
          <class>GtkLabel</class>
1922
 
          <name>label13</name>
1923
 
          <label>Purchase Price</label>
1924
 
          <justify>GTK_JUSTIFY_LEFT</justify>
1925
 
          <wrap>False</wrap>
1926
 
          <xalign>0.05</xalign>
1927
 
          <yalign>0.05</yalign>
1928
 
          <xpad>0</xpad>
1929
 
          <ypad>0</ypad>
1930
 
          <child>
1931
 
            <left_attach>0</left_attach>
1932
 
            <right_attach>1</right_attach>
1933
 
            <top_attach>2</top_attach>
1934
 
            <bottom_attach>3</bottom_attach>
1935
 
            <xpad>0</xpad>
1936
 
            <ypad>0</ypad>
1937
 
            <xexpand>False</xexpand>
1938
 
            <yexpand>False</yexpand>
1939
 
            <xshrink>False</xshrink>
1940
 
            <yshrink>False</yshrink>
1941
 
            <xfill>True</xfill>
1942
 
            <yfill>False</yfill>
1943
 
          </child>
1944
 
        </widget>
1945
 
 
1946
 
        <widget>
1947
 
          <class>GnomeNumberEntry</class>
1948
 
          <name>purchase_price_numberentry</name>
1949
 
          <max_saved>10</max_saved>
1950
 
          <child>
1951
 
            <left_attach>1</left_attach>
1952
 
            <right_attach>2</right_attach>
1953
 
            <top_attach>2</top_attach>
1954
 
            <bottom_attach>3</bottom_attach>
1955
 
            <xpad>5</xpad>
1956
 
            <ypad>5</ypad>
1957
 
            <xexpand>True</xexpand>
1958
 
            <yexpand>False</yexpand>
1959
 
            <xshrink>False</xshrink>
1960
 
            <yshrink>False</yshrink>
1961
 
            <xfill>True</xfill>
1962
 
            <yfill>False</yfill>
1963
 
          </child>
1964
 
 
1965
 
          <widget>
1966
 
            <class>GtkEntry</class>
1967
 
            <child_name>GnomeEntry:entry</child_name>
1968
 
            <name>purchase_price_entry</name>
1969
 
            <can_focus>True</can_focus>
1970
 
            <editable>True</editable>
1971
 
            <text_visible>True</text_visible>
1972
 
            <text_max_length>0</text_max_length>
1973
 
            <text></text>
1974
 
          </widget>
1975
 
        </widget>
1976
 
 
1977
 
        <widget>
1978
 
          <class>GnomeNumberEntry</class>
1979
 
          <name>current_price_numberentry</name>
1980
 
          <max_saved>100</max_saved>
1981
 
          <child>
1982
 
            <left_attach>3</left_attach>
1983
 
            <right_attach>4</right_attach>
1984
 
            <top_attach>1</top_attach>
1985
 
            <bottom_attach>2</bottom_attach>
1986
 
            <xpad>5</xpad>
1987
 
            <ypad>5</ypad>
1988
 
            <xexpand>True</xexpand>
1989
 
            <yexpand>False</yexpand>
1990
 
            <xshrink>True</xshrink>
1991
 
            <yshrink>True</yshrink>
1992
 
            <xfill>True</xfill>
1993
 
            <yfill>False</yfill>
1994
 
          </child>
1995
 
 
1996
 
          <widget>
1997
 
            <class>GtkEntry</class>
1998
 
            <child_name>GnomeEntry:entry</child_name>
1999
 
            <name>current_price_entry</name>
2000
 
            <can_focus>True</can_focus>
2001
 
            <editable>True</editable>
2002
 
            <text_visible>True</text_visible>
2003
 
            <text_max_length>0</text_max_length>
2004
 
            <text></text>
2005
 
          </widget>
2006
 
        </widget>
2007
 
      </widget>
2008
 
 
2009
 
      <widget>
2010
 
        <class>GtkLabel</class>
2011
 
        <child_name>Notebook:tab</child_name>
2012
 
        <name>Add_Issue_Notebook_Label1</name>
2013
 
        <label>Basic Info</label>
2014
 
        <justify>GTK_JUSTIFY_CENTER</justify>
2015
 
        <wrap>False</wrap>
2016
 
        <xalign>0.5</xalign>
2017
 
        <yalign>0.5</yalign>
2018
 
        <xpad>0</xpad>
2019
 
        <ypad>0</ypad>
2020
 
      </widget>
2021
 
 
2022
 
      <widget>
2023
 
        <class>GtkTable</class>
2024
 
        <name>Add_Issue_Creator_InfoTable</name>
2025
 
        <rows>3</rows>
2026
 
        <columns>4</columns>
2027
 
        <homogeneous>False</homogeneous>
2028
 
        <row_spacing>0</row_spacing>
2029
 
        <column_spacing>0</column_spacing>
2030
 
 
2031
 
        <widget>
2032
 
          <class>GtkLabel</class>
2033
 
          <name>Add_Issue_Penciler_Label</name>
2034
 
          <label>Penciler</label>
2035
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2036
 
          <wrap>False</wrap>
2037
 
          <xalign>0.5</xalign>
2038
 
          <yalign>0.5</yalign>
2039
 
          <xpad>0</xpad>
2040
 
          <ypad>0</ypad>
2041
 
          <child>
2042
 
            <left_attach>0</left_attach>
2043
 
            <right_attach>1</right_attach>
2044
 
            <top_attach>1</top_attach>
2045
 
            <bottom_attach>2</bottom_attach>
2046
 
            <xpad>0</xpad>
2047
 
            <ypad>0</ypad>
2048
 
            <xexpand>False</xexpand>
2049
 
            <yexpand>False</yexpand>
2050
 
            <xshrink>False</xshrink>
2051
 
            <yshrink>False</yshrink>
2052
 
            <xfill>False</xfill>
2053
 
            <yfill>False</yfill>
2054
 
          </child>
2055
 
        </widget>
2056
 
 
2057
 
        <widget>
2058
 
          <class>GnomeEntry</class>
2059
 
          <name>inker_combo_entry</name>
2060
 
          <max_saved>10</max_saved>
2061
 
          <child>
2062
 
            <left_attach>1</left_attach>
2063
 
            <right_attach>2</right_attach>
2064
 
            <top_attach>2</top_attach>
2065
 
            <bottom_attach>3</bottom_attach>
2066
 
            <xpad>5</xpad>
2067
 
            <ypad>5</ypad>
2068
 
            <xexpand>True</xexpand>
2069
 
            <yexpand>False</yexpand>
2070
 
            <xshrink>True</xshrink>
2071
 
            <yshrink>False</yshrink>
2072
 
            <xfill>True</xfill>
2073
 
            <yfill>False</yfill>
2074
 
          </child>
2075
 
 
2076
 
          <widget>
2077
 
            <class>GtkEntry</class>
2078
 
            <child_name>GnomeEntry:entry</child_name>
2079
 
            <name>inker_entry</name>
2080
 
            <can_focus>True</can_focus>
2081
 
            <editable>True</editable>
2082
 
            <text_visible>True</text_visible>
2083
 
            <text_max_length>0</text_max_length>
2084
 
            <text></text>
2085
 
          </widget>
2086
 
        </widget>
2087
 
 
2088
 
        <widget>
2089
 
          <class>GnomeEntry</class>
2090
 
          <name>penciler_combo_entry</name>
2091
 
          <max_saved>10</max_saved>
2092
 
          <child>
2093
 
            <left_attach>1</left_attach>
2094
 
            <right_attach>2</right_attach>
2095
 
            <top_attach>1</top_attach>
2096
 
            <bottom_attach>2</bottom_attach>
2097
 
            <xpad>5</xpad>
2098
 
            <ypad>5</ypad>
2099
 
            <xexpand>True</xexpand>
2100
 
            <yexpand>False</yexpand>
2101
 
            <xshrink>True</xshrink>
2102
 
            <yshrink>False</yshrink>
2103
 
            <xfill>True</xfill>
2104
 
            <yfill>False</yfill>
2105
 
          </child>
2106
 
 
2107
 
          <widget>
2108
 
            <class>GtkEntry</class>
2109
 
            <child_name>GnomeEntry:entry</child_name>
2110
 
            <name>penciler_entry</name>
2111
 
            <can_focus>True</can_focus>
2112
 
            <editable>True</editable>
2113
 
            <text_visible>True</text_visible>
2114
 
            <text_max_length>0</text_max_length>
2115
 
            <text></text>
2116
 
          </widget>
2117
 
        </widget>
2118
 
 
2119
 
        <widget>
2120
 
          <class>GnomeEntry</class>
2121
 
          <name>writer_combo_entry</name>
2122
 
          <max_saved>10</max_saved>
2123
 
          <child>
2124
 
            <left_attach>1</left_attach>
2125
 
            <right_attach>2</right_attach>
2126
 
            <top_attach>0</top_attach>
2127
 
            <bottom_attach>1</bottom_attach>
2128
 
            <xpad>5</xpad>
2129
 
            <ypad>5</ypad>
2130
 
            <xexpand>True</xexpand>
2131
 
            <yexpand>False</yexpand>
2132
 
            <xshrink>True</xshrink>
2133
 
            <yshrink>False</yshrink>
2134
 
            <xfill>True</xfill>
2135
 
            <yfill>False</yfill>
2136
 
          </child>
2137
 
 
2138
 
          <widget>
2139
 
            <class>GtkEntry</class>
2140
 
            <child_name>GnomeEntry:entry</child_name>
2141
 
            <name>writer_entry</name>
2142
 
            <can_focus>True</can_focus>
2143
 
            <editable>True</editable>
2144
 
            <text_visible>True</text_visible>
2145
 
            <text_max_length>0</text_max_length>
2146
 
            <text></text>
2147
 
          </widget>
2148
 
        </widget>
2149
 
 
2150
 
        <widget>
2151
 
          <class>GtkVButtonBox</class>
2152
 
          <name>Add_Issue_Inker_vbuttonbox</name>
2153
 
          <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
2154
 
          <spacing>0</spacing>
2155
 
          <child_min_width>85</child_min_width>
2156
 
          <child_min_height>27</child_min_height>
2157
 
          <child_ipad_x>7</child_ipad_x>
2158
 
          <child_ipad_y>0</child_ipad_y>
2159
 
          <child>
2160
 
            <left_attach>2</left_attach>
2161
 
            <right_attach>3</right_attach>
2162
 
            <top_attach>2</top_attach>
2163
 
            <bottom_attach>3</bottom_attach>
2164
 
            <xpad>0</xpad>
2165
 
            <ypad>0</ypad>
2166
 
            <xexpand>False</xexpand>
2167
 
            <yexpand>False</yexpand>
2168
 
            <xshrink>False</xshrink>
2169
 
            <yshrink>False</yshrink>
2170
 
            <xfill>True</xfill>
2171
 
            <yfill>True</yfill>
2172
 
          </child>
2173
 
 
2174
 
          <widget>
2175
 
            <class>GtkButton</class>
2176
 
            <name>add_inker_button</name>
2177
 
            <can_default>True</can_default>
2178
 
            <can_focus>True</can_focus>
2179
 
            <signal>
2180
 
              <name>clicked</name>
2181
 
              <handler>on_Add_Issue_Add_Inker_button_clicked</handler>
2182
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:43 GMT</last_modification_time>
2183
 
            </signal>
2184
 
            <label>Add Inker</label>
2185
 
            <relief>GTK_RELIEF_NORMAL</relief>
2186
 
          </widget>
2187
 
 
2188
 
          <widget>
2189
 
            <class>GtkButton</class>
2190
 
            <name>remove_inker_button</name>
2191
 
            <can_default>True</can_default>
2192
 
            <can_focus>True</can_focus>
2193
 
            <signal>
2194
 
              <name>clicked</name>
2195
 
              <handler>on_Add_Issue_Remove_Inker_button_clicked</handler>
2196
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:47 GMT</last_modification_time>
2197
 
            </signal>
2198
 
            <label>Remove Inker</label>
2199
 
            <relief>GTK_RELIEF_NORMAL</relief>
2200
 
          </widget>
2201
 
        </widget>
2202
 
 
2203
 
        <widget>
2204
 
          <class>GtkScrolledWindow</class>
2205
 
          <name>Add_Issue_Writer_scrolledwindow</name>
2206
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2207
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2208
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2209
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2210
 
          <child>
2211
 
            <left_attach>3</left_attach>
2212
 
            <right_attach>4</right_attach>
2213
 
            <top_attach>0</top_attach>
2214
 
            <bottom_attach>1</bottom_attach>
2215
 
            <xpad>5</xpad>
2216
 
            <ypad>5</ypad>
2217
 
            <xexpand>True</xexpand>
2218
 
            <yexpand>False</yexpand>
2219
 
            <xshrink>False</xshrink>
2220
 
            <yshrink>False</yshrink>
2221
 
            <xfill>True</xfill>
2222
 
            <yfill>True</yfill>
2223
 
          </child>
2224
 
 
2225
 
          <widget>
2226
 
            <class>GtkCList</class>
2227
 
            <name>writer_clist</name>
2228
 
            <can_focus>True</can_focus>
2229
 
            <columns>1</columns>
2230
 
            <column_widths>80</column_widths>
2231
 
            <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2232
 
            <show_titles>False</show_titles>
2233
 
            <shadow_type>GTK_SHADOW_IN</shadow_type>
2234
 
 
2235
 
            <widget>
2236
 
              <class>GtkLabel</class>
2237
 
              <child_name>CList:title</child_name>
2238
 
              <name>Add_Issue_Writer_clist_Label</name>
2239
 
              <label>label</label>
2240
 
              <justify>GTK_JUSTIFY_CENTER</justify>
2241
 
              <wrap>False</wrap>
2242
 
              <xalign>0.5</xalign>
2243
 
              <yalign>0.5</yalign>
2244
 
              <xpad>0</xpad>
2245
 
              <ypad>0</ypad>
2246
 
            </widget>
2247
 
          </widget>
2248
 
        </widget>
2249
 
 
2250
 
        <widget>
2251
 
          <class>GtkScrolledWindow</class>
2252
 
          <name>Add_Issue_Penciler_scrolledwindow</name>
2253
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2254
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2255
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2256
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2257
 
          <child>
2258
 
            <left_attach>3</left_attach>
2259
 
            <right_attach>4</right_attach>
2260
 
            <top_attach>1</top_attach>
2261
 
            <bottom_attach>2</bottom_attach>
2262
 
            <xpad>5</xpad>
2263
 
            <ypad>5</ypad>
2264
 
            <xexpand>True</xexpand>
2265
 
            <yexpand>False</yexpand>
2266
 
            <xshrink>False</xshrink>
2267
 
            <yshrink>False</yshrink>
2268
 
            <xfill>True</xfill>
2269
 
            <yfill>True</yfill>
2270
 
          </child>
2271
 
 
2272
 
          <widget>
2273
 
            <class>GtkCList</class>
2274
 
            <name>penciler_clist</name>
2275
 
            <can_focus>True</can_focus>
2276
 
            <columns>1</columns>
2277
 
            <column_widths>80</column_widths>
2278
 
            <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2279
 
            <show_titles>False</show_titles>
2280
 
            <shadow_type>GTK_SHADOW_IN</shadow_type>
2281
 
 
2282
 
            <widget>
2283
 
              <class>GtkLabel</class>
2284
 
              <child_name>CList:title</child_name>
2285
 
              <name>Add_Issue_Penciler_clist_Label</name>
2286
 
              <label>label</label>
2287
 
              <justify>GTK_JUSTIFY_CENTER</justify>
2288
 
              <wrap>False</wrap>
2289
 
              <xalign>0.5</xalign>
2290
 
              <yalign>0.5</yalign>
2291
 
              <xpad>0</xpad>
2292
 
              <ypad>0</ypad>
2293
 
            </widget>
2294
 
          </widget>
2295
 
        </widget>
2296
 
 
2297
 
        <widget>
2298
 
          <class>GtkScrolledWindow</class>
2299
 
          <name>Add_Issue_Inker_scrolledwindow</name>
2300
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2301
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2302
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2303
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2304
 
          <child>
2305
 
            <left_attach>3</left_attach>
2306
 
            <right_attach>4</right_attach>
2307
 
            <top_attach>2</top_attach>
2308
 
            <bottom_attach>3</bottom_attach>
2309
 
            <xpad>5</xpad>
2310
 
            <ypad>5</ypad>
2311
 
            <xexpand>True</xexpand>
2312
 
            <yexpand>False</yexpand>
2313
 
            <xshrink>False</xshrink>
2314
 
            <yshrink>False</yshrink>
2315
 
            <xfill>True</xfill>
2316
 
            <yfill>True</yfill>
2317
 
          </child>
2318
 
 
2319
 
          <widget>
2320
 
            <class>GtkCList</class>
2321
 
            <name>inker_clist</name>
2322
 
            <can_focus>True</can_focus>
2323
 
            <columns>1</columns>
2324
 
            <column_widths>80</column_widths>
2325
 
            <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
2326
 
            <show_titles>False</show_titles>
2327
 
            <shadow_type>GTK_SHADOW_IN</shadow_type>
2328
 
 
2329
 
            <widget>
2330
 
              <class>GtkLabel</class>
2331
 
              <child_name>CList:title</child_name>
2332
 
              <name>Add_Issue_Inker_clist_Label</name>
2333
 
              <label>label</label>
2334
 
              <justify>GTK_JUSTIFY_CENTER</justify>
2335
 
              <wrap>False</wrap>
2336
 
              <xalign>0.5</xalign>
2337
 
              <yalign>0.5</yalign>
2338
 
              <xpad>0</xpad>
2339
 
              <ypad>0</ypad>
2340
 
            </widget>
2341
 
          </widget>
2342
 
        </widget>
2343
 
 
2344
 
        <widget>
2345
 
          <class>GtkLabel</class>
2346
 
          <name>Add_Issue_Writer_Label</name>
2347
 
          <label>Writer</label>
2348
 
          <justify>GTK_JUSTIFY_CENTER</justify>
2349
 
          <wrap>False</wrap>
2350
 
          <xalign>0.05</xalign>
2351
 
          <yalign>0.5</yalign>
2352
 
          <xpad>0</xpad>
2353
 
          <ypad>0</ypad>
2354
 
          <child>
2355
 
            <left_attach>0</left_attach>
2356
 
            <right_attach>1</right_attach>
2357
 
            <top_attach>0</top_attach>
2358
 
            <bottom_attach>1</bottom_attach>
2359
 
            <xpad>0</xpad>
2360
 
            <ypad>0</ypad>
2361
 
            <xexpand>False</xexpand>
2362
 
            <yexpand>False</yexpand>
2363
 
            <xshrink>False</xshrink>
2364
 
            <yshrink>False</yshrink>
2365
 
            <xfill>True</xfill>
2366
 
            <yfill>False</yfill>
2367
 
          </child>
2368
 
        </widget>
2369
 
 
2370
 
        <widget>
2371
 
          <class>GtkLabel</class>
2372
 
          <name>Add_Issue_Inker_Label</name>
2373
 
          <label>Inker</label>
2374
 
          <justify>GTK_JUSTIFY_LEFT</justify>
2375
 
          <wrap>False</wrap>
2376
 
          <xalign>0.05</xalign>
2377
 
          <yalign>0.5</yalign>
2378
 
          <xpad>0</xpad>
2379
 
          <ypad>0</ypad>
2380
 
          <child>
2381
 
            <left_attach>0</left_attach>
2382
 
            <right_attach>1</right_attach>
2383
 
            <top_attach>2</top_attach>
2384
 
            <bottom_attach>3</bottom_attach>
2385
 
            <xpad>0</xpad>
2386
 
            <ypad>0</ypad>
2387
 
            <xexpand>False</xexpand>
2388
 
            <yexpand>False</yexpand>
2389
 
            <xshrink>False</xshrink>
2390
 
            <yshrink>False</yshrink>
2391
 
            <xfill>True</xfill>
2392
 
            <yfill>False</yfill>
2393
 
          </child>
2394
 
        </widget>
2395
 
 
2396
 
        <widget>
2397
 
          <class>GtkVButtonBox</class>
2398
 
          <name>Add_Issue_Penciler_vbuttonbox</name>
2399
 
          <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
2400
 
          <spacing>0</spacing>
2401
 
          <child_min_width>85</child_min_width>
2402
 
          <child_min_height>27</child_min_height>
2403
 
          <child_ipad_x>7</child_ipad_x>
2404
 
          <child_ipad_y>0</child_ipad_y>
2405
 
          <child>
2406
 
            <left_attach>2</left_attach>
2407
 
            <right_attach>3</right_attach>
2408
 
            <top_attach>1</top_attach>
2409
 
            <bottom_attach>2</bottom_attach>
2410
 
            <xpad>0</xpad>
2411
 
            <ypad>0</ypad>
2412
 
            <xexpand>False</xexpand>
2413
 
            <yexpand>False</yexpand>
2414
 
            <xshrink>False</xshrink>
2415
 
            <yshrink>False</yshrink>
2416
 
            <xfill>True</xfill>
2417
 
            <yfill>True</yfill>
2418
 
          </child>
2419
 
 
2420
 
          <widget>
2421
 
            <class>GtkButton</class>
2422
 
            <name>add_penciler_button</name>
2423
 
            <can_default>True</can_default>
2424
 
            <can_focus>True</can_focus>
2425
 
            <signal>
2426
 
              <name>clicked</name>
2427
 
              <handler>on_Add_Issue_Add_Penciler_button_clicked</handler>
2428
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:37 GMT</last_modification_time>
2429
 
            </signal>
2430
 
            <label>Add Penciler</label>
2431
 
            <relief>GTK_RELIEF_NORMAL</relief>
2432
 
          </widget>
2433
 
 
2434
 
          <widget>
2435
 
            <class>GtkButton</class>
2436
 
            <name>remove_penciler_button</name>
2437
 
            <can_default>True</can_default>
2438
 
            <can_focus>True</can_focus>
2439
 
            <signal>
2440
 
              <name>clicked</name>
2441
 
              <handler>on_Add_Issue_Remove_Penciler_button_clicked</handler>
2442
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:40 GMT</last_modification_time>
2443
 
            </signal>
2444
 
            <label>Remove Penciler</label>
2445
 
            <relief>GTK_RELIEF_NORMAL</relief>
2446
 
          </widget>
2447
 
        </widget>
2448
 
 
2449
 
        <widget>
2450
 
          <class>GtkVButtonBox</class>
2451
 
          <name>Add_Issue_Writer_vbuttonbox</name>
2452
 
          <layout_style>GTK_BUTTONBOX_DEFAULT_STYLE</layout_style>
2453
 
          <spacing>0</spacing>
2454
 
          <child_min_width>85</child_min_width>
2455
 
          <child_min_height>27</child_min_height>
2456
 
          <child_ipad_x>7</child_ipad_x>
2457
 
          <child_ipad_y>0</child_ipad_y>
2458
 
          <child>
2459
 
            <left_attach>2</left_attach>
2460
 
            <right_attach>3</right_attach>
2461
 
            <top_attach>0</top_attach>
2462
 
            <bottom_attach>1</bottom_attach>
2463
 
            <xpad>0</xpad>
2464
 
            <ypad>0</ypad>
2465
 
            <xexpand>False</xexpand>
2466
 
            <yexpand>False</yexpand>
2467
 
            <xshrink>False</xshrink>
2468
 
            <yshrink>False</yshrink>
2469
 
            <xfill>True</xfill>
2470
 
            <yfill>True</yfill>
2471
 
          </child>
2472
 
 
2473
 
          <widget>
2474
 
            <class>GtkButton</class>
2475
 
            <name>add_writer_button</name>
2476
 
            <can_default>True</can_default>
2477
 
            <can_focus>True</can_focus>
2478
 
            <signal>
2479
 
              <name>clicked</name>
2480
 
              <handler>on_Add_Issue_Add_Writer_button_clicked</handler>
2481
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:26 GMT</last_modification_time>
2482
 
            </signal>
2483
 
            <label>Add Writer</label>
2484
 
            <relief>GTK_RELIEF_NORMAL</relief>
2485
 
          </widget>
2486
 
 
2487
 
          <widget>
2488
 
            <class>GtkButton</class>
2489
 
            <name>remove_writer_button</name>
2490
 
            <can_default>True</can_default>
2491
 
            <can_focus>True</can_focus>
2492
 
            <signal>
2493
 
              <name>clicked</name>
2494
 
              <handler>on_Add_Issue_Remove_Writer_button_clicked</handler>
2495
 
              <last_modification_time>Wed, 01 Sep 1999 21:38:33 GMT</last_modification_time>
2496
 
            </signal>
2497
 
            <label>Remove Writer</label>
2498
 
            <relief>GTK_RELIEF_NORMAL</relief>
2499
 
          </widget>
2500
 
        </widget>
2501
 
      </widget>
2502
 
 
2503
 
      <widget>
2504
 
        <class>GtkLabel</class>
2505
 
        <child_name>Notebook:tab</child_name>
2506
 
        <name>Add_Issue_Notebook_Label2</name>
2507
 
        <label>Creator Info</label>
2508
 
        <justify>GTK_JUSTIFY_CENTER</justify>
2509
 
        <wrap>False</wrap>
2510
 
        <xalign>0.5</xalign>
2511
 
        <yalign>0.5</yalign>
2512
 
        <xpad>0</xpad>
2513
 
        <ypad>0</ypad>
2514
 
      </widget>
2515
 
 
2516
 
      <widget>
2517
 
        <class>GtkTable</class>
2518
 
        <name>Add_Issue_Various_Info_Table</name>
2519
 
        <rows>2</rows>
2520
 
        <columns>2</columns>
2521
 
        <homogeneous>False</homogeneous>
2522
 
        <row_spacing>0</row_spacing>
2523
 
        <column_spacing>0</column_spacing>
2524
 
 
2525
 
        <widget>
2526
 
          <class>GtkScrolledWindow</class>
2527
 
          <name>Add_Issue_Comment_scrolledwindow</name>
2528
 
          <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
2529
 
          <vscrollbar_policy>GTK_POLICY_AUTOMATIC</vscrollbar_policy>
2530
 
          <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
2531
 
          <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
2532
 
          <child>
2533
 
            <left_attach>1</left_attach>
2534
 
            <right_attach>2</right_attach>
2535
 
            <top_attach>1</top_attach>
2536
 
            <bottom_attach>2</bottom_attach>
2537
 
            <xpad>5</xpad>
2538
 
            <ypad>5</ypad>
2539
 
            <xexpand>True</xexpand>
2540
 
            <yexpand>True</yexpand>
2541
 
            <xshrink>True</xshrink>
2542
 
            <yshrink>True</yshrink>
2543
 
            <xfill>True</xfill>
2544
 
            <yfill>True</yfill>
2545
 
          </child>
2546
 
 
2547
 
          <widget>
2548
 
            <class>GtkText</class>
2549
 
            <name>Add_Issue_Comment_Text</name>
2550
 
            <can_focus>True</can_focus>
2551
 
            <editable>True</editable>
2552
 
            <text></text>
2553
 
          </widget>
2554
 
        </widget>
2555
 
 
2556
 
        <widget>
2557
 
          <class>GtkLabel</class>
2558
 
          <name>Add_Issue_Comment_Label</name>
2559
 
          <label>Comment</label>
2560
 
          <justify>GTK_JUSTIFY_LEFT</justify>
2561
 
          <wrap>False</wrap>
2562
 
          <xalign>0.05</xalign>
2563
 
          <yalign>0.05</yalign>
2564
 
          <xpad>0</xpad>
2565
 
          <ypad>0</ypad>
2566
 
          <child>
2567
 
            <left_attach>0</left_attach>
2568
 
            <right_attach>1</right_attach>
2569
 
            <top_attach>1</top_attach>
2570
 
            <bottom_attach>2</bottom_attach>
2571
 
            <xpad>0</xpad>
2572
 
            <ypad>0</ypad>
2573
 
            <xexpand>False</xexpand>
2574
 
            <yexpand>False</yexpand>
2575
 
            <xshrink>False</xshrink>
2576
 
            <yshrink>True</yshrink>
2577
 
            <xfill>True</xfill>
2578
 
            <yfill>True</yfill>
2579
 
          </child>
2580
 
        </widget>
2581
 
 
2582
 
        <widget>
2583
 
          <class>GnomePixmapEntry</class>
2584
 
          <name>Add_Issue_Image_Pixmapentry</name>
2585
 
          <preview>True</preview>
2586
 
          <child>
2587
 
            <left_attach>1</left_attach>
2588
 
            <right_attach>2</right_attach>
2589
 
            <top_attach>0</top_attach>
2590
 
            <bottom_attach>1</bottom_attach>
2591
 
            <xpad>5</xpad>
2592
 
            <ypad>5</ypad>
2593
 
            <xexpand>True</xexpand>
2594
 
            <yexpand>True</yexpand>
2595
 
            <xshrink>True</xshrink>
2596
 
            <yshrink>True</yshrink>
2597
 
            <xfill>True</xfill>
2598
 
            <yfill>True</yfill>
2599
 
          </child>
2600
 
 
2601
 
          <widget>
2602
 
            <class>GnomeFileEntry</class>
2603
 
            <child_name>GnomePixmapEntry:file-entry</child_name>
2604
 
            <name>Add_Issue_Image_Entry</name>
2605
 
            <history_id>IssueImage</history_id>
2606
 
            <max_saved>100</max_saved>
2607
 
            <directory>False</directory>
2608
 
            <modal>False</modal>
2609
 
 
2610
 
            <widget>
2611
 
              <class>GtkEntry</class>
2612
 
              <child_name>GnomeEntry:entry</child_name>
2613
 
              <name>Add_Issue_Image_Combo_entry</name>
2614
 
              <can_focus>True</can_focus>
2615
 
              <editable>True</editable>
2616
 
              <text_visible>True</text_visible>
2617
 
              <text_max_length>0</text_max_length>
2618
 
              <text></text>
2619
 
            </widget>
2620
 
          </widget>
2621
 
        </widget>
2622
 
 
2623
 
        <widget>
2624
 
          <class>GtkLabel</class>
2625
 
          <name>Add_Issue_Image_Label</name>
2626
 
          <label>Image</label>
2627
 
          <justify>GTK_JUSTIFY_LEFT</justify>
2628
 
          <wrap>False</wrap>
2629
 
          <xalign>0.05</xalign>
2630
 
          <yalign>0.05</yalign>
2631
 
          <xpad>0</xpad>
2632
 
          <ypad>0</ypad>
2633
 
          <child>
2634
 
            <left_attach>0</left_attach>
2635
 
            <right_attach>1</right_attach>
2636
 
            <top_attach>0</top_attach>
2637
 
            <bottom_attach>1</bottom_attach>
2638
 
            <xpad>0</xpad>
2639
 
            <ypad>0</ypad>
2640
 
            <xexpand>False</xexpand>
2641
 
            <yexpand>True</yexpand>
2642
 
            <xshrink>False</xshrink>
2643
 
            <yshrink>False</yshrink>
2644
 
            <xfill>True</xfill>
2645
 
            <yfill>True</yfill>
2646
 
          </child>
2647
 
        </widget>
2648
 
      </widget>
2649
 
 
2650
 
      <widget>
2651
 
        <class>GtkLabel</class>
2652
 
        <child_name>Notebook:tab</child_name>
2653
 
        <name>Add_Issue_Notebook_Label3</name>
2654
 
        <label>Various Info</label>
2655
 
        <justify>GTK_JUSTIFY_CENTER</justify>
2656
 
        <wrap>False</wrap>
2657
 
        <xalign>0.5</xalign>
2658
 
        <yalign>0.5</yalign>
2659
 
        <xpad>0</xpad>
2660
 
        <ypad>0</ypad>
2661
 
      </widget>
2662
 
 
2663
 
      <widget>
2664
 
        <class>GtkLabel</class>
2665
 
        <name>Temp_Label2</name>
2666
 
        <label>This tab will contain widgets to assist you in making links from this comic to other comics and/or issues.</label>
2667
 
        <justify>GTK_JUSTIFY_CENTER</justify>
2668
 
        <wrap>True</wrap>
2669
 
        <xalign>0.5</xalign>
2670
 
        <yalign>0.5</yalign>
2671
 
        <xpad>0</xpad>
2672
 
        <ypad>0</ypad>
2673
 
      </widget>
2674
 
 
2675
 
      <widget>
2676
 
        <class>GtkLabel</class>
2677
 
        <child_name>Notebook:tab</child_name>
2678
 
        <name>Add_Issue_Notebook_Label4</name>
2679
 
        <label>Links</label>
2680
 
        <justify>GTK_JUSTIFY_CENTER</justify>
2681
 
        <wrap>False</wrap>
2682
 
        <xalign>0.5</xalign>
2683
 
        <yalign>0.5</yalign>
2684
 
        <xpad>0</xpad>
2685
 
        <ypad>0</ypad>
2686
 
      </widget>
2687
 
    </widget>
2688
 
 
2689
 
    <widget>
2690
 
      <class>GtkHButtonBox</class>
2691
 
      <name>Add_Issue_hbuttonbox</name>
2692
 
      <layout_style>GTK_BUTTONBOX_END</layout_style>
2693
 
      <spacing>0</spacing>
2694
 
      <child_min_width>85</child_min_width>
2695
 
      <child_min_height>27</child_min_height>
2696
 
      <child_ipad_x>7</child_ipad_x>
2697
 
      <child_ipad_y>0</child_ipad_y>
2698
 
      <child>
2699
 
        <padding>0</padding>
2700
 
        <expand>False</expand>
2701
 
        <fill>True</fill>
2702
 
      </child>
2703
 
 
2704
 
      <widget>
2705
 
        <class>GtkButton</class>
2706
 
        <name>ok_button</name>
2707
 
        <can_default>True</can_default>
2708
 
        <can_focus>True</can_focus>
2709
 
        <signal>
2710
 
          <name>clicked</name>
2711
 
          <handler>on_Add_Issue_OK_Button_clicked</handler>
2712
 
          <last_modification_time>Wed, 25 Aug 1999 10:35:17 GMT</last_modification_time>
2713
 
        </signal>
2714
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2715
 
        <relief>GTK_RELIEF_NORMAL</relief>
2716
 
      </widget>
2717
 
 
2718
 
      <widget>
2719
 
        <class>GtkButton</class>
2720
 
        <name>cancel_button</name>
2721
 
        <can_default>True</can_default>
2722
 
        <can_focus>True</can_focus>
2723
 
        <signal>
2724
 
          <name>clicked</name>
2725
 
          <handler>on_Add_Issue_Cancel_Button_clicked</handler>
2726
 
          <last_modification_time>Wed, 25 Aug 1999 10:35:22 GMT</last_modification_time>
2727
 
        </signal>
2728
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2729
 
        <relief>GTK_RELIEF_NORMAL</relief>
2730
 
      </widget>
2731
 
    </widget>
2732
 
  </widget>
2733
 
</widget>
2734
 
 
2735
 
<widget>
2736
 
  <class>GtkWindow</class>
2737
 
  <name>add_file_link_window</name>
2738
 
  <visible>False</visible>
2739
 
  <title>Add File Link</title>
2740
 
  <type>GTK_WINDOW_DIALOG</type>
2741
 
  <position>GTK_WIN_POS_NONE</position>
2742
 
  <modal>False</modal>
2743
 
  <allow_shrink>False</allow_shrink>
2744
 
  <allow_grow>True</allow_grow>
2745
 
  <auto_shrink>False</auto_shrink>
2746
 
 
2747
 
  <widget>
2748
 
    <class>GtkTable</class>
2749
 
    <name>Add_File_Link_table</name>
2750
 
    <rows>4</rows>
2751
 
    <columns>2</columns>
2752
 
    <homogeneous>False</homogeneous>
2753
 
    <row_spacing>0</row_spacing>
2754
 
    <column_spacing>0</column_spacing>
2755
 
 
2756
 
    <widget>
2757
 
      <class>GtkLabel</class>
2758
 
      <name>Add_File_Link_Link_Name_label</name>
2759
 
      <label>Link Name</label>
2760
 
      <justify>GTK_JUSTIFY_CENTER</justify>
2761
 
      <wrap>False</wrap>
2762
 
      <xalign>0.5</xalign>
2763
 
      <yalign>0.5</yalign>
2764
 
      <xpad>0</xpad>
2765
 
      <ypad>0</ypad>
2766
 
      <child>
2767
 
        <left_attach>0</left_attach>
2768
 
        <right_attach>1</right_attach>
2769
 
        <top_attach>0</top_attach>
2770
 
        <bottom_attach>1</bottom_attach>
2771
 
        <xpad>0</xpad>
2772
 
        <ypad>0</ypad>
2773
 
        <xexpand>False</xexpand>
2774
 
        <yexpand>False</yexpand>
2775
 
        <xshrink>False</xshrink>
2776
 
        <yshrink>False</yshrink>
2777
 
        <xfill>False</xfill>
2778
 
        <yfill>False</yfill>
2779
 
      </child>
2780
 
    </widget>
2781
 
 
2782
 
    <widget>
2783
 
      <class>GtkLabel</class>
2784
 
      <name>Add_File_Link_Link_Target_label</name>
2785
 
      <label>Link Target</label>
2786
 
      <justify>GTK_JUSTIFY_CENTER</justify>
2787
 
      <wrap>False</wrap>
2788
 
      <xalign>0.5</xalign>
2789
 
      <yalign>0.5</yalign>
2790
 
      <xpad>0</xpad>
2791
 
      <ypad>0</ypad>
2792
 
      <child>
2793
 
        <left_attach>0</left_attach>
2794
 
        <right_attach>1</right_attach>
2795
 
        <top_attach>1</top_attach>
2796
 
        <bottom_attach>2</bottom_attach>
2797
 
        <xpad>0</xpad>
2798
 
        <ypad>0</ypad>
2799
 
        <xexpand>False</xexpand>
2800
 
        <yexpand>False</yexpand>
2801
 
        <xshrink>False</xshrink>
2802
 
        <yshrink>False</yshrink>
2803
 
        <xfill>False</xfill>
2804
 
        <yfill>False</yfill>
2805
 
      </child>
2806
 
    </widget>
2807
 
 
2808
 
    <widget>
2809
 
      <class>GtkLabel</class>
2810
 
      <name>Add_File_Link_Comic_Group_label</name>
2811
 
      <label>Comic Group</label>
2812
 
      <justify>GTK_JUSTIFY_CENTER</justify>
2813
 
      <wrap>False</wrap>
2814
 
      <xalign>0.5</xalign>
2815
 
      <yalign>0.5</yalign>
2816
 
      <xpad>0</xpad>
2817
 
      <ypad>0</ypad>
2818
 
      <child>
2819
 
        <left_attach>0</left_attach>
2820
 
        <right_attach>1</right_attach>
2821
 
        <top_attach>2</top_attach>
2822
 
        <bottom_attach>3</bottom_attach>
2823
 
        <xpad>0</xpad>
2824
 
        <ypad>0</ypad>
2825
 
        <xexpand>False</xexpand>
2826
 
        <yexpand>False</yexpand>
2827
 
        <xshrink>False</xshrink>
2828
 
        <yshrink>False</yshrink>
2829
 
        <xfill>False</xfill>
2830
 
        <yfill>False</yfill>
2831
 
      </child>
2832
 
    </widget>
2833
 
 
2834
 
    <widget>
2835
 
      <class>GtkHButtonBox</class>
2836
 
      <name>add_file_link_hbuttonbox</name>
2837
 
      <layout_style>GTK_BUTTONBOX_END</layout_style>
2838
 
      <spacing>0</spacing>
2839
 
      <child_min_width>85</child_min_width>
2840
 
      <child_min_height>27</child_min_height>
2841
 
      <child_ipad_x>7</child_ipad_x>
2842
 
      <child_ipad_y>0</child_ipad_y>
2843
 
      <child>
2844
 
        <left_attach>0</left_attach>
2845
 
        <right_attach>2</right_attach>
2846
 
        <top_attach>3</top_attach>
2847
 
        <bottom_attach>4</bottom_attach>
2848
 
        <xpad>0</xpad>
2849
 
        <ypad>0</ypad>
2850
 
        <xexpand>False</xexpand>
2851
 
        <yexpand>False</yexpand>
2852
 
        <xshrink>False</xshrink>
2853
 
        <yshrink>False</yshrink>
2854
 
        <xfill>True</xfill>
2855
 
        <yfill>True</yfill>
2856
 
      </child>
2857
 
 
2858
 
      <widget>
2859
 
        <class>GtkButton</class>
2860
 
        <name>add_file_link_OK_Button</name>
2861
 
        <can_default>True</can_default>
2862
 
        <can_focus>True</can_focus>
2863
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
2864
 
        <relief>GTK_RELIEF_NORMAL</relief>
2865
 
      </widget>
2866
 
 
2867
 
      <widget>
2868
 
        <class>GtkButton</class>
2869
 
        <name>add_file_link_Cancel_Button</name>
2870
 
        <can_default>True</can_default>
2871
 
        <can_focus>True</can_focus>
2872
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
2873
 
        <relief>GTK_RELIEF_NORMAL</relief>
2874
 
      </widget>
2875
 
    </widget>
2876
 
 
2877
 
    <widget>
2878
 
      <class>GtkEntry</class>
2879
 
      <name>Add_File_Link_Link_Name_entry</name>
2880
 
      <can_focus>True</can_focus>
2881
 
      <editable>True</editable>
2882
 
      <text_visible>True</text_visible>
2883
 
      <text_max_length>0</text_max_length>
2884
 
      <text></text>
2885
 
      <child>
2886
 
        <left_attach>1</left_attach>
2887
 
        <right_attach>2</right_attach>
2888
 
        <top_attach>0</top_attach>
2889
 
        <bottom_attach>1</bottom_attach>
2890
 
        <xpad>5</xpad>
2891
 
        <ypad>5</ypad>
2892
 
        <xexpand>True</xexpand>
2893
 
        <yexpand>True</yexpand>
2894
 
        <xshrink>True</xshrink>
2895
 
        <yshrink>True</yshrink>
2896
 
        <xfill>True</xfill>
2897
 
        <yfill>False</yfill>
2898
 
      </child>
2899
 
    </widget>
2900
 
 
2901
 
    <widget>
2902
 
      <class>GnomeFileEntry</class>
2903
 
      <name>Add_File_Link_Link_Target_fileentry</name>
2904
 
      <max_saved>10</max_saved>
2905
 
      <directory>False</directory>
2906
 
      <modal>False</modal>
2907
 
      <child>
2908
 
        <left_attach>1</left_attach>
2909
 
        <right_attach>2</right_attach>
2910
 
        <top_attach>1</top_attach>
2911
 
        <bottom_attach>2</bottom_attach>
2912
 
        <xpad>5</xpad>
2913
 
        <ypad>5</ypad>
2914
 
        <xexpand>True</xexpand>
2915
 
        <yexpand>True</yexpand>
2916
 
        <xshrink>True</xshrink>
2917
 
        <yshrink>True</yshrink>
2918
 
        <xfill>True</xfill>
2919
 
        <yfill>False</yfill>
2920
 
      </child>
2921
 
 
2922
 
      <widget>
2923
 
        <class>GtkEntry</class>
2924
 
        <child_name>GnomeEntry:entry</child_name>
2925
 
        <name>Add_File_Link_Link_Target_file_combo-entry</name>
2926
 
        <can_focus>True</can_focus>
2927
 
        <editable>True</editable>
2928
 
        <text_visible>True</text_visible>
2929
 
        <text_max_length>0</text_max_length>
2930
 
        <text></text>
2931
 
      </widget>
2932
 
    </widget>
2933
 
 
2934
 
    <widget>
2935
 
      <class>GnomeEntry</class>
2936
 
      <name>Add_File_Link_Comic_Group_entry</name>
2937
 
      <max_saved>10</max_saved>
2938
 
      <child>
2939
 
        <left_attach>1</left_attach>
2940
 
        <right_attach>2</right_attach>
2941
 
        <top_attach>2</top_attach>
2942
 
        <bottom_attach>3</bottom_attach>
2943
 
        <xpad>5</xpad>
2944
 
        <ypad>5</ypad>
2945
 
        <xexpand>True</xexpand>
2946
 
        <yexpand>True</yexpand>
2947
 
        <xshrink>True</xshrink>
2948
 
        <yshrink>True</yshrink>
2949
 
        <xfill>True</xfill>
2950
 
        <yfill>False</yfill>
2951
 
      </child>
2952
 
 
2953
 
      <widget>
2954
 
        <class>GtkEntry</class>
2955
 
        <child_name>GnomeEntry:entry</child_name>
2956
 
        <name>Add_File_Link_Comic_Group_Combo-entry</name>
2957
 
        <can_focus>True</can_focus>
2958
 
        <editable>True</editable>
2959
 
        <text_visible>True</text_visible>
2960
 
        <text_max_length>0</text_max_length>
2961
 
        <text></text>
2962
 
      </widget>
2963
 
    </widget>
2964
 
  </widget>
2965
 
</widget>
2966
 
 
2967
 
<widget>
2968
 
  <class>GtkWindow</class>
2969
 
  <name>preferences_window</name>
2970
 
  <visible>False</visible>
2971
 
  <title>Preferences</title>
2972
 
  <type>GTK_WINDOW_DIALOG</type>
2973
 
  <position>GTK_WIN_POS_NONE</position>
2974
 
  <modal>False</modal>
2975
 
  <allow_shrink>False</allow_shrink>
2976
 
  <allow_grow>True</allow_grow>
2977
 
  <auto_shrink>False</auto_shrink>
2978
 
 
2979
 
  <widget>
2980
 
    <class>GtkVBox</class>
2981
 
    <name>vbox3</name>
2982
 
    <homogeneous>False</homogeneous>
2983
 
    <spacing>0</spacing>
2984
 
 
2985
 
    <widget>
2986
 
      <class>GtkLabel</class>
2987
 
      <name>label10</name>
2988
 
      <label>This will contain some widgets to assist you in configuring this program to your liking.</label>
2989
 
      <justify>GTK_JUSTIFY_CENTER</justify>
2990
 
      <wrap>True</wrap>
2991
 
      <xalign>0.5</xalign>
2992
 
      <yalign>0.5</yalign>
2993
 
      <xpad>0</xpad>
2994
 
      <ypad>0</ypad>
2995
 
      <child>
2996
 
        <padding>0</padding>
2997
 
        <expand>True</expand>
2998
 
        <fill>False</fill>
2999
 
      </child>
3000
 
    </widget>
3001
 
 
3002
 
    <widget>
3003
 
      <class>GtkHButtonBox</class>
3004
 
      <name>hbuttonbox4</name>
3005
 
      <layout_style>GTK_BUTTONBOX_END</layout_style>
3006
 
      <spacing>0</spacing>
3007
 
      <child_min_width>85</child_min_width>
3008
 
      <child_min_height>27</child_min_height>
3009
 
      <child_ipad_x>7</child_ipad_x>
3010
 
      <child_ipad_y>0</child_ipad_y>
3011
 
      <child>
3012
 
        <padding>0</padding>
3013
 
        <expand>False</expand>
3014
 
        <fill>True</fill>
3015
 
      </child>
3016
 
 
3017
 
      <widget>
3018
 
        <class>GtkButton</class>
3019
 
        <name>button6</name>
3020
 
        <can_default>True</can_default>
3021
 
        <can_focus>True</can_focus>
3022
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
3023
 
        <relief>GTK_RELIEF_NORMAL</relief>
3024
 
      </widget>
3025
 
 
3026
 
      <widget>
3027
 
        <class>GtkButton</class>
3028
 
        <name>button7</name>
3029
 
        <can_default>True</can_default>
3030
 
        <can_focus>True</can_focus>
3031
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
3032
 
        <relief>GTK_RELIEF_NORMAL</relief>
3033
 
      </widget>
3034
 
    </widget>
3035
 
  </widget>
3036
 
</widget>
3037
 
 
3038
 
<widget>
3039
 
  <class>GtkWindow</class>
3040
 
  <name>add_sequence_of_issues_window</name>
3041
 
  <visible>False</visible>
3042
 
  <signal>
3043
 
    <name>delete_event</name>
3044
 
    <handler>on_add_sequence_of_issues_window_delete_event</handler>
3045
 
    <last_modification_time>Wed, 25 Aug 1999 13:45:53 GMT</last_modification_time>
3046
 
  </signal>
3047
 
  <title>Add Sequence of Issues</title>
3048
 
  <type>GTK_WINDOW_DIALOG</type>
3049
 
  <position>GTK_WIN_POS_NONE</position>
3050
 
  <modal>False</modal>
3051
 
  <allow_shrink>False</allow_shrink>
3052
 
  <allow_grow>True</allow_grow>
3053
 
  <auto_shrink>False</auto_shrink>
3054
 
 
3055
 
  <widget>
3056
 
    <class>GtkTable</class>
3057
 
    <name>table2</name>
3058
 
    <rows>2</rows>
3059
 
    <columns>4</columns>
3060
 
    <homogeneous>False</homogeneous>
3061
 
    <row_spacing>0</row_spacing>
3062
 
    <column_spacing>0</column_spacing>
3063
 
 
3064
 
    <widget>
3065
 
      <class>GtkLabel</class>
3066
 
      <name>label11</name>
3067
 
      <label>Add from Issue no.</label>
3068
 
      <justify>GTK_JUSTIFY_CENTER</justify>
3069
 
      <wrap>False</wrap>
3070
 
      <xalign>0.5</xalign>
3071
 
      <yalign>0.5</yalign>
3072
 
      <xpad>0</xpad>
3073
 
      <ypad>0</ypad>
3074
 
      <child>
3075
 
        <left_attach>0</left_attach>
3076
 
        <right_attach>1</right_attach>
3077
 
        <top_attach>0</top_attach>
3078
 
        <bottom_attach>1</bottom_attach>
3079
 
        <xpad>0</xpad>
3080
 
        <ypad>0</ypad>
3081
 
        <xexpand>False</xexpand>
3082
 
        <yexpand>False</yexpand>
3083
 
        <xshrink>False</xshrink>
3084
 
        <yshrink>False</yshrink>
3085
 
        <xfill>False</xfill>
3086
 
        <yfill>False</yfill>
3087
 
      </child>
3088
 
    </widget>
3089
 
 
3090
 
    <widget>
3091
 
      <class>GtkHButtonBox</class>
3092
 
      <name>add_sequence_of_issues_hbuttonbox</name>
3093
 
      <layout_style>GTK_BUTTONBOX_END</layout_style>
3094
 
      <spacing>0</spacing>
3095
 
      <child_min_width>85</child_min_width>
3096
 
      <child_min_height>27</child_min_height>
3097
 
      <child_ipad_x>7</child_ipad_x>
3098
 
      <child_ipad_y>0</child_ipad_y>
3099
 
      <child>
3100
 
        <left_attach>0</left_attach>
3101
 
        <right_attach>4</right_attach>
3102
 
        <top_attach>1</top_attach>
3103
 
        <bottom_attach>2</bottom_attach>
3104
 
        <xpad>0</xpad>
3105
 
        <ypad>0</ypad>
3106
 
        <xexpand>False</xexpand>
3107
 
        <yexpand>False</yexpand>
3108
 
        <xshrink>False</xshrink>
3109
 
        <yshrink>False</yshrink>
3110
 
        <xfill>True</xfill>
3111
 
        <yfill>True</yfill>
3112
 
      </child>
3113
 
 
3114
 
      <widget>
3115
 
        <class>GtkButton</class>
3116
 
        <name>ok_button</name>
3117
 
        <can_default>True</can_default>
3118
 
        <can_focus>True</can_focus>
3119
 
        <signal>
3120
 
          <name>clicked</name>
3121
 
          <handler>on_add_sequence_of_issues_ok_button_clicked</handler>
3122
 
          <last_modification_time>Wed, 24 Jan 2001 14:00:13 GMT</last_modification_time>
3123
 
        </signal>
3124
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
3125
 
        <relief>GTK_RELIEF_NORMAL</relief>
3126
 
      </widget>
3127
 
 
3128
 
      <widget>
3129
 
        <class>GtkButton</class>
3130
 
        <name>cancel_button</name>
3131
 
        <can_default>True</can_default>
3132
 
        <can_focus>True</can_focus>
3133
 
        <signal>
3134
 
          <name>clicked</name>
3135
 
          <handler>on_add_sequence_of_issues_cancel_button_clicked</handler>
3136
 
          <last_modification_time>Wed, 24 Jan 2001 14:00:21 GMT</last_modification_time>
3137
 
        </signal>
3138
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
3139
 
        <relief>GTK_RELIEF_NORMAL</relief>
3140
 
      </widget>
3141
 
    </widget>
3142
 
 
3143
 
    <widget>
3144
 
      <class>GtkLabel</class>
3145
 
      <name>label12</name>
3146
 
      <label>to Issue no.</label>
3147
 
      <justify>GTK_JUSTIFY_CENTER</justify>
3148
 
      <wrap>False</wrap>
3149
 
      <xalign>0.5</xalign>
3150
 
      <yalign>0.5</yalign>
3151
 
      <xpad>0</xpad>
3152
 
      <ypad>0</ypad>
3153
 
      <child>
3154
 
        <left_attach>2</left_attach>
3155
 
        <right_attach>3</right_attach>
3156
 
        <top_attach>0</top_attach>
3157
 
        <bottom_attach>1</bottom_attach>
3158
 
        <xpad>0</xpad>
3159
 
        <ypad>0</ypad>
3160
 
        <xexpand>False</xexpand>
3161
 
        <yexpand>False</yexpand>
3162
 
        <xshrink>False</xshrink>
3163
 
        <yshrink>False</yshrink>
3164
 
        <xfill>False</xfill>
3165
 
        <yfill>False</yfill>
3166
 
      </child>
3167
 
    </widget>
3168
 
 
3169
 
    <widget>
3170
 
      <class>GtkEntry</class>
3171
 
      <name>entry5</name>
3172
 
      <width>70</width>
3173
 
      <can_focus>True</can_focus>
3174
 
      <editable>True</editable>
3175
 
      <text_visible>True</text_visible>
3176
 
      <text_max_length>0</text_max_length>
3177
 
      <text></text>
3178
 
      <child>
3179
 
        <left_attach>1</left_attach>
3180
 
        <right_attach>2</right_attach>
3181
 
        <top_attach>0</top_attach>
3182
 
        <bottom_attach>1</bottom_attach>
3183
 
        <xpad>5</xpad>
3184
 
        <ypad>5</ypad>
3185
 
        <xexpand>True</xexpand>
3186
 
        <yexpand>True</yexpand>
3187
 
        <xshrink>True</xshrink>
3188
 
        <yshrink>True</yshrink>
3189
 
        <xfill>True</xfill>
3190
 
        <yfill>False</yfill>
3191
 
      </child>
3192
 
    </widget>
3193
 
 
3194
 
    <widget>
3195
 
      <class>GtkEntry</class>
3196
 
      <name>entry6</name>
3197
 
      <width>70</width>
3198
 
      <can_focus>True</can_focus>
3199
 
      <editable>True</editable>
3200
 
      <text_visible>True</text_visible>
3201
 
      <text_max_length>0</text_max_length>
3202
 
      <text></text>
3203
 
      <child>
3204
 
        <left_attach>3</left_attach>
3205
 
        <right_attach>4</right_attach>
3206
 
        <top_attach>0</top_attach>
3207
 
        <bottom_attach>1</bottom_attach>
3208
 
        <xpad>5</xpad>
3209
 
        <ypad>5</ypad>
3210
 
        <xexpand>True</xexpand>
3211
 
        <yexpand>True</yexpand>
3212
 
        <xshrink>True</xshrink>
3213
 
        <yshrink>True</yshrink>
3214
 
        <xfill>True</xfill>
3215
 
        <yfill>False</yfill>
3216
 
      </child>
3217
 
    </widget>
3218
 
  </widget>
3219
 
</widget>
3220
 
 
3221
 
<widget>
3222
 
  <class>GtkFileSelection</class>
3223
 
  <name>export_ascii_selection</name>
3224
 
  <border_width>10</border_width>
3225
 
  <visible>False</visible>
3226
 
  <title>Export File (ASCII)</title>
3227
 
  <type>GTK_WINDOW_DIALOG</type>
3228
 
  <position>GTK_WIN_POS_NONE</position>
3229
 
  <modal>False</modal>
3230
 
  <allow_shrink>False</allow_shrink>
3231
 
  <allow_grow>True</allow_grow>
3232
 
  <auto_shrink>False</auto_shrink>
3233
 
  <show_file_op_buttons>True</show_file_op_buttons>
3234
 
 
3235
 
  <widget>
3236
 
    <class>GtkButton</class>
3237
 
    <child_name>FileSel:ok_button</child_name>
3238
 
    <name>ok_button</name>
3239
 
    <can_default>True</can_default>
3240
 
    <can_focus>True</can_focus>
3241
 
    <signal>
3242
 
      <name>clicked</name>
3243
 
      <handler>on_export_file_selection_ok_button_clicked</handler>
3244
 
      <last_modification_time>Wed, 24 Jan 2001 13:22:49 GMT</last_modification_time>
3245
 
    </signal>
3246
 
    <label>OK</label>
3247
 
    <relief>GTK_RELIEF_NORMAL</relief>
3248
 
  </widget>
3249
 
 
3250
 
  <widget>
3251
 
    <class>GtkButton</class>
3252
 
    <child_name>FileSel:cancel_button</child_name>
3253
 
    <name>cancel_button</name>
3254
 
    <can_default>True</can_default>
3255
 
    <can_focus>True</can_focus>
3256
 
    <signal>
3257
 
      <name>clicked</name>
3258
 
      <handler>on_export_file_selection_cancel_button_clicked</handler>
3259
 
      <last_modification_time>Wed, 24 Jan 2001 13:22:53 GMT</last_modification_time>
3260
 
    </signal>
3261
 
    <label>Cancel</label>
3262
 
    <relief>GTK_RELIEF_NORMAL</relief>
3263
 
  </widget>
3264
 
</widget>
3265
 
 
3266
 
<widget>
3267
 
  <class>GnomeDialog</class>
3268
 
  <name>preferences_dialog</name>
3269
 
  <signal>
3270
 
    <name>delete_event</name>
3271
 
    <handler>on_preferences_dialog_delete_event</handler>
3272
 
    <last_modification_time>Sat, 27 Jan 2001 22:50:06 GMT</last_modification_time>
3273
 
  </signal>
3274
 
  <title>Preferences</title>
3275
 
  <type>GTK_WINDOW_DIALOG</type>
3276
 
  <position>GTK_WIN_POS_NONE</position>
3277
 
  <modal>False</modal>
3278
 
  <allow_shrink>False</allow_shrink>
3279
 
  <allow_grow>True</allow_grow>
3280
 
  <auto_shrink>False</auto_shrink>
3281
 
  <auto_close>False</auto_close>
3282
 
  <hide_on_close>False</hide_on_close>
3283
 
 
3284
 
  <widget>
3285
 
    <class>GtkVBox</class>
3286
 
    <child_name>GnomeDialog:vbox</child_name>
3287
 
    <name>dialog-vbox1</name>
3288
 
    <homogeneous>False</homogeneous>
3289
 
    <spacing>8</spacing>
3290
 
    <child>
3291
 
      <padding>4</padding>
3292
 
      <expand>True</expand>
3293
 
      <fill>True</fill>
3294
 
    </child>
3295
 
 
3296
 
    <widget>
3297
 
      <class>GtkHButtonBox</class>
3298
 
      <child_name>GnomeDialog:action_area</child_name>
3299
 
      <name>dialog-action_area1</name>
3300
 
      <layout_style>GTK_BUTTONBOX_SPREAD</layout_style>
3301
 
      <spacing>8</spacing>
3302
 
      <child_min_width>85</child_min_width>
3303
 
      <child_min_height>27</child_min_height>
3304
 
      <child_ipad_x>7</child_ipad_x>
3305
 
      <child_ipad_y>0</child_ipad_y>
3306
 
      <child>
3307
 
        <padding>0</padding>
3308
 
        <expand>False</expand>
3309
 
        <fill>True</fill>
3310
 
        <pack>GTK_PACK_END</pack>
3311
 
      </child>
3312
 
 
3313
 
      <widget>
3314
 
        <class>GtkButton</class>
3315
 
        <name>ok_button</name>
3316
 
        <can_default>True</can_default>
3317
 
        <can_focus>True</can_focus>
3318
 
        <signal>
3319
 
          <name>clicked</name>
3320
 
          <handler>on_preferences_ok_button_clicked</handler>
3321
 
          <last_modification_time>Sat, 27 Jan 2001 22:44:11 GMT</last_modification_time>
3322
 
        </signal>
3323
 
        <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
3324
 
      </widget>
3325
 
 
3326
 
      <widget>
3327
 
        <class>GtkButton</class>
3328
 
        <name>cancel_button</name>
3329
 
        <can_default>True</can_default>
3330
 
        <can_focus>True</can_focus>
3331
 
        <signal>
3332
 
          <name>clicked</name>
3333
 
          <handler>on_preferences_cancel_button_clicked</handler>
3334
 
          <last_modification_time>Sat, 27 Jan 2001 22:44:29 GMT</last_modification_time>
3335
 
        </signal>
3336
 
        <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
3337
 
      </widget>
3338
 
    </widget>
3339
 
 
3340
 
    <widget>
3341
 
      <class>GtkNotebook</class>
3342
 
      <name>notebook1</name>
3343
 
      <can_focus>True</can_focus>
3344
 
      <show_tabs>True</show_tabs>
3345
 
      <show_border>True</show_border>
3346
 
      <tab_pos>GTK_POS_TOP</tab_pos>
3347
 
      <scrollable>False</scrollable>
3348
 
      <tab_hborder>2</tab_hborder>
3349
 
      <tab_vborder>2</tab_vborder>
3350
 
      <popup_enable>False</popup_enable>
3351
 
      <child>
3352
 
        <padding>0</padding>
3353
 
        <expand>True</expand>
3354
 
        <fill>True</fill>
3355
 
      </child>
3356
 
 
3357
 
      <widget>
3358
 
        <class>GtkTable</class>
3359
 
        <name>table4</name>
3360
 
        <rows>1</rows>
3361
 
        <columns>1</columns>
3362
 
        <homogeneous>False</homogeneous>
3363
 
        <row_spacing>0</row_spacing>
3364
 
        <column_spacing>0</column_spacing>
3365
 
 
3366
 
        <widget>
3367
 
          <class>GtkCheckButton</class>
3368
 
          <name>auto_fill_checkbutton</name>
3369
 
          <can_focus>True</can_focus>
3370
 
          <label>Autofill new issues</label>
3371
 
          <active>False</active>
3372
 
          <draw_indicator>True</draw_indicator>
3373
 
          <child>
3374
 
            <left_attach>0</left_attach>
3375
 
            <right_attach>1</right_attach>
3376
 
            <top_attach>0</top_attach>
3377
 
            <bottom_attach>1</bottom_attach>
3378
 
            <xpad>0</xpad>
3379
 
            <ypad>0</ypad>
3380
 
            <xexpand>False</xexpand>
3381
 
            <yexpand>False</yexpand>
3382
 
            <xshrink>False</xshrink>
3383
 
            <yshrink>False</yshrink>
3384
 
            <xfill>True</xfill>
3385
 
            <yfill>False</yfill>
3386
 
          </child>
3387
 
        </widget>
3388
 
      </widget>
3389
 
 
3390
 
      <widget>
3391
 
        <class>GtkLabel</class>
3392
 
        <child_name>Notebook:tab</child_name>
3393
 
        <name>label20</name>
3394
 
        <label>General</label>
3395
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3396
 
        <wrap>False</wrap>
3397
 
        <xalign>0.5</xalign>
3398
 
        <yalign>0.5</yalign>
3399
 
        <xpad>0</xpad>
3400
 
        <ypad>0</ypad>
3401
 
      </widget>
3402
 
 
3403
 
      <widget>
3404
 
        <class>GtkTable</class>
3405
 
        <name>table5</name>
3406
 
        <rows>1</rows>
3407
 
        <columns>1</columns>
3408
 
        <homogeneous>False</homogeneous>
3409
 
        <row_spacing>0</row_spacing>
3410
 
        <column_spacing>0</column_spacing>
3411
 
 
3412
 
        <widget>
3413
 
          <class>GtkFrame</class>
3414
 
          <name>frame1</name>
3415
 
          <label>Columns to show</label>
3416
 
          <label_xalign>0</label_xalign>
3417
 
          <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3418
 
          <child>
3419
 
            <left_attach>0</left_attach>
3420
 
            <right_attach>1</right_attach>
3421
 
            <top_attach>0</top_attach>
3422
 
            <bottom_attach>1</bottom_attach>
3423
 
            <xpad>0</xpad>
3424
 
            <ypad>0</ypad>
3425
 
            <xexpand>True</xexpand>
3426
 
            <yexpand>True</yexpand>
3427
 
            <xshrink>False</xshrink>
3428
 
            <yshrink>False</yshrink>
3429
 
            <xfill>True</xfill>
3430
 
            <yfill>True</yfill>
3431
 
          </child>
3432
 
 
3433
 
          <widget>
3434
 
            <class>GtkTable</class>
3435
 
            <name>table3</name>
3436
 
            <rows>3</rows>
3437
 
            <columns>2</columns>
3438
 
            <homogeneous>False</homogeneous>
3439
 
            <row_spacing>0</row_spacing>
3440
 
            <column_spacing>0</column_spacing>
3441
 
 
3442
 
            <widget>
3443
 
              <class>GtkCheckButton</class>
3444
 
              <name>show_condition_title_checkbutton</name>
3445
 
              <can_focus>True</can_focus>
3446
 
              <label>Condition</label>
3447
 
              <active>False</active>
3448
 
              <draw_indicator>True</draw_indicator>
3449
 
              <child>
3450
 
                <left_attach>0</left_attach>
3451
 
                <right_attach>1</right_attach>
3452
 
                <top_attach>1</top_attach>
3453
 
                <bottom_attach>2</bottom_attach>
3454
 
                <xpad>0</xpad>
3455
 
                <ypad>0</ypad>
3456
 
                <xexpand>False</xexpand>
3457
 
                <yexpand>False</yexpand>
3458
 
                <xshrink>False</xshrink>
3459
 
                <yshrink>False</yshrink>
3460
 
                <xfill>True</xfill>
3461
 
                <yfill>False</yfill>
3462
 
              </child>
3463
 
            </widget>
3464
 
 
3465
 
            <widget>
3466
 
              <class>GtkCheckButton</class>
3467
 
              <name>show_cover_price_title_checkbutton</name>
3468
 
              <can_focus>True</can_focus>
3469
 
              <label>Cover Price</label>
3470
 
              <active>False</active>
3471
 
              <draw_indicator>True</draw_indicator>
3472
 
              <child>
3473
 
                <left_attach>1</left_attach>
3474
 
                <right_attach>2</right_attach>
3475
 
                <top_attach>1</top_attach>
3476
 
                <bottom_attach>2</bottom_attach>
3477
 
                <xpad>0</xpad>
3478
 
                <ypad>0</ypad>
3479
 
                <xexpand>False</xexpand>
3480
 
                <yexpand>False</yexpand>
3481
 
                <xshrink>False</xshrink>
3482
 
                <yshrink>False</yshrink>
3483
 
                <xfill>True</xfill>
3484
 
                <yfill>False</yfill>
3485
 
              </child>
3486
 
            </widget>
3487
 
 
3488
 
            <widget>
3489
 
              <class>GtkCheckButton</class>
3490
 
              <name>show_current_price_title_checkbutton</name>
3491
 
              <can_focus>True</can_focus>
3492
 
              <label>Current Price</label>
3493
 
              <active>False</active>
3494
 
              <draw_indicator>True</draw_indicator>
3495
 
              <child>
3496
 
                <left_attach>0</left_attach>
3497
 
                <right_attach>1</right_attach>
3498
 
                <top_attach>2</top_attach>
3499
 
                <bottom_attach>3</bottom_attach>
3500
 
                <xpad>0</xpad>
3501
 
                <ypad>0</ypad>
3502
 
                <xexpand>False</xexpand>
3503
 
                <yexpand>False</yexpand>
3504
 
                <xshrink>False</xshrink>
3505
 
                <yshrink>False</yshrink>
3506
 
                <xfill>True</xfill>
3507
 
                <yfill>False</yfill>
3508
 
              </child>
3509
 
            </widget>
3510
 
 
3511
 
            <widget>
3512
 
              <class>GtkCheckButton</class>
3513
 
              <name>show_number_title_checkbutton</name>
3514
 
              <can_focus>True</can_focus>
3515
 
              <label>Number</label>
3516
 
              <active>False</active>
3517
 
              <draw_indicator>True</draw_indicator>
3518
 
              <child>
3519
 
                <left_attach>0</left_attach>
3520
 
                <right_attach>1</right_attach>
3521
 
                <top_attach>0</top_attach>
3522
 
                <bottom_attach>1</bottom_attach>
3523
 
                <xpad>0</xpad>
3524
 
                <ypad>0</ypad>
3525
 
                <xexpand>True</xexpand>
3526
 
                <yexpand>True</yexpand>
3527
 
                <xshrink>False</xshrink>
3528
 
                <yshrink>False</yshrink>
3529
 
                <xfill>True</xfill>
3530
 
                <yfill>False</yfill>
3531
 
              </child>
3532
 
            </widget>
3533
 
 
3534
 
            <widget>
3535
 
              <class>GtkCheckButton</class>
3536
 
              <name>show_location_title_checkbutton</name>
3537
 
              <can_focus>True</can_focus>
3538
 
              <label>Location</label>
3539
 
              <active>False</active>
3540
 
              <draw_indicator>True</draw_indicator>
3541
 
              <child>
3542
 
                <left_attach>1</left_attach>
3543
 
                <right_attach>2</right_attach>
3544
 
                <top_attach>0</top_attach>
3545
 
                <bottom_attach>1</bottom_attach>
3546
 
                <xpad>0</xpad>
3547
 
                <ypad>0</ypad>
3548
 
                <xexpand>True</xexpand>
3549
 
                <yexpand>True</yexpand>
3550
 
                <xshrink>False</xshrink>
3551
 
                <yshrink>False</yshrink>
3552
 
                <xfill>True</xfill>
3553
 
                <yfill>False</yfill>
3554
 
              </child>
3555
 
            </widget>
3556
 
 
3557
 
            <widget>
3558
 
              <class>GtkCheckButton</class>
3559
 
              <name>show_purchase_price_title_checkbutton</name>
3560
 
              <can_focus>True</can_focus>
3561
 
              <label>Purchase Price</label>
3562
 
              <active>False</active>
3563
 
              <draw_indicator>True</draw_indicator>
3564
 
              <child>
3565
 
                <left_attach>1</left_attach>
3566
 
                <right_attach>2</right_attach>
3567
 
                <top_attach>2</top_attach>
3568
 
                <bottom_attach>3</bottom_attach>
3569
 
                <xpad>0</xpad>
3570
 
                <ypad>0</ypad>
3571
 
                <xexpand>True</xexpand>
3572
 
                <yexpand>True</yexpand>
3573
 
                <xshrink>False</xshrink>
3574
 
                <yshrink>False</yshrink>
3575
 
                <xfill>True</xfill>
3576
 
                <yfill>False</yfill>
3577
 
              </child>
3578
 
            </widget>
3579
 
          </widget>
3580
 
        </widget>
3581
 
      </widget>
3582
 
 
3583
 
      <widget>
3584
 
        <class>GtkLabel</class>
3585
 
        <child_name>Notebook:tab</child_name>
3586
 
        <name>label21</name>
3587
 
        <label>Issue Numbers list</label>
3588
 
        <justify>GTK_JUSTIFY_CENTER</justify>
3589
 
        <wrap>False</wrap>
3590
 
        <xalign>0.5</xalign>
3591
 
        <yalign>0.5</yalign>
3592
 
        <xpad>0</xpad>
3593
 
        <ypad>0</ypad>
3594
 
      </widget>
3595
 
    </widget>
3596
 
  </widget>
3597
 
</widget>
3598
 
 
3599
 
<widget>
3600
 
  <class>GtkFileSelection</class>
3601
 
  <name>export_html_selection</name>
3602
 
  <border_width>10</border_width>
3603
 
  <title>Export to HTML - select directory</title>
3604
 
  <type>GTK_WINDOW_TOPLEVEL</type>
3605
 
  <position>GTK_WIN_POS_NONE</position>
3606
 
  <modal>False</modal>
3607
 
  <allow_shrink>False</allow_shrink>
3608
 
  <allow_grow>True</allow_grow>
3609
 
  <auto_shrink>False</auto_shrink>
3610
 
  <show_file_op_buttons>True</show_file_op_buttons>
3611
 
 
3612
 
  <widget>
3613
 
    <class>GtkButton</class>
3614
 
    <child_name>FileSel:ok_button</child_name>
3615
 
    <name>ok_button</name>
3616
 
    <can_default>True</can_default>
3617
 
    <can_focus>True</can_focus>
3618
 
    <label>OK</label>
3619
 
    <relief>GTK_RELIEF_NORMAL</relief>
3620
 
  </widget>
3621
 
 
3622
 
  <widget>
3623
 
    <class>GtkButton</class>
3624
 
    <child_name>FileSel:cancel_button</child_name>
3625
 
    <name>cancel_button</name>
3626
 
    <can_default>True</can_default>
3627
 
    <can_focus>True</can_focus>
3628
 
    <label>Cancel</label>
3629
 
    <relief>GTK_RELIEF_NORMAL</relief>
3630
 
  </widget>
3631
 
</widget>
3632
 
 
3633
 
</GTK-Interface>
 
1107
Poor</property>
 
1108
                    </widget>
 
1109
                    <packing>
 
1110
                      <property name="left_attach">1</property>
 
1111
                      <property name="right_attach">2</property>
 
1112
                      <property name="top_attach">3</property>
 
1113
                      <property name="bottom_attach">4</property>
 
1114
                      <property name="x_options">fill</property>
 
1115
                      <property name="y_options">fill</property>
 
1116
                    </packing>
 
1117
                  </child>
 
1118
 
 
1119
                  <child>
 
1120
                    <widget class="GtkLabel" id="label23">
 
1121
                      <property name="visible">True</property>
 
1122
                      <property name="label" translatable="yes">Current price:</property>
 
1123
                      <property name="use_underline">False</property>
 
1124
                      <property name="use_markup">False</property>
 
1125
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1126
                      <property name="wrap">False</property>
 
1127
                      <property name="selectable">False</property>
 
1128
                      <property name="xalign">0</property>
 
1129
                      <property name="yalign">0.5</property>
 
1130
                      <property name="xpad">0</property>
 
1131
                      <property name="ypad">0</property>
 
1132
                    </widget>
 
1133
                    <packing>
 
1134
                      <property name="left_attach">0</property>
 
1135
                      <property name="right_attach">1</property>
 
1136
                      <property name="top_attach">2</property>
 
1137
                      <property name="bottom_attach">3</property>
 
1138
                      <property name="x_options">fill</property>
 
1139
                      <property name="y_options"></property>
 
1140
                    </packing>
 
1141
                  </child>
 
1142
 
 
1143
                  <child>
 
1144
                    <widget class="GtkComboBoxEntry" id="current_price_comboboxentry">
 
1145
                      <property name="visible">True</property>
 
1146
                      <property name="items" translatable="yes">dummy</property>
 
1147
                    </widget>
 
1148
                    <packing>
 
1149
                      <property name="left_attach">1</property>
 
1150
                      <property name="right_attach">2</property>
 
1151
                      <property name="top_attach">2</property>
 
1152
                      <property name="bottom_attach">3</property>
 
1153
                      <property name="x_options">fill</property>
 
1154
                      <property name="y_options">fill</property>
 
1155
                    </packing>
 
1156
                  </child>
 
1157
 
 
1158
                  <child>
 
1159
                    <widget class="GtkLabel" id="label20">
 
1160
                      <property name="visible">True</property>
 
1161
                      <property name="label" translatable="yes">Purchase price:</property>
 
1162
                      <property name="use_underline">False</property>
 
1163
                      <property name="use_markup">False</property>
 
1164
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1165
                      <property name="wrap">False</property>
 
1166
                      <property name="selectable">False</property>
 
1167
                      <property name="xalign">0</property>
 
1168
                      <property name="yalign">0.5</property>
 
1169
                      <property name="xpad">0</property>
 
1170
                      <property name="ypad">0</property>
 
1171
                    </widget>
 
1172
                    <packing>
 
1173
                      <property name="left_attach">2</property>
 
1174
                      <property name="right_attach">3</property>
 
1175
                      <property name="top_attach">1</property>
 
1176
                      <property name="bottom_attach">2</property>
 
1177
                      <property name="x_options">fill</property>
 
1178
                      <property name="y_options"></property>
 
1179
                    </packing>
 
1180
                  </child>
 
1181
 
 
1182
                  <child>
 
1183
                    <widget class="GtkComboBoxEntry" id="purchase_price_comboboxentry">
 
1184
                      <property name="visible">True</property>
 
1185
                      <property name="items" translatable="yes">dummy</property>
 
1186
                    </widget>
 
1187
                    <packing>
 
1188
                      <property name="left_attach">3</property>
 
1189
                      <property name="right_attach">4</property>
 
1190
                      <property name="top_attach">1</property>
 
1191
                      <property name="bottom_attach">2</property>
 
1192
                      <property name="x_options">fill</property>
 
1193
                      <property name="y_options">fill</property>
 
1194
                    </packing>
 
1195
                  </child>
 
1196
 
 
1197
                  <child>
 
1198
                    <widget class="GtkLabel" id="label19">
 
1199
                      <property name="visible">True</property>
 
1200
                      <property name="label" translatable="yes">Coverprice:</property>
 
1201
                      <property name="use_underline">False</property>
 
1202
                      <property name="use_markup">False</property>
 
1203
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1204
                      <property name="wrap">False</property>
 
1205
                      <property name="selectable">False</property>
 
1206
                      <property name="xalign">0</property>
 
1207
                      <property name="yalign">0.5</property>
 
1208
                      <property name="xpad">0</property>
 
1209
                      <property name="ypad">0</property>
 
1210
                    </widget>
 
1211
                    <packing>
 
1212
                      <property name="left_attach">0</property>
 
1213
                      <property name="right_attach">1</property>
 
1214
                      <property name="top_attach">1</property>
 
1215
                      <property name="bottom_attach">2</property>
 
1216
                      <property name="x_options">fill</property>
 
1217
                      <property name="y_options"></property>
 
1218
                    </packing>
 
1219
                  </child>
 
1220
 
 
1221
                  <child>
 
1222
                    <widget class="GtkComboBoxEntry" id="cover_price_comboboxentry">
 
1223
                      <property name="visible">True</property>
 
1224
                      <property name="items" translatable="yes">dummy</property>
 
1225
                    </widget>
 
1226
                    <packing>
 
1227
                      <property name="left_attach">1</property>
 
1228
                      <property name="right_attach">2</property>
 
1229
                      <property name="top_attach">1</property>
 
1230
                      <property name="bottom_attach">2</property>
 
1231
                      <property name="x_options">fill</property>
 
1232
                      <property name="y_options">fill</property>
 
1233
                    </packing>
 
1234
                  </child>
 
1235
 
 
1236
                  <child>
 
1237
                    <widget class="GtkLabel" id="label30">
 
1238
                      <property name="visible">True</property>
 
1239
                      <property name="label" translatable="yes">Location:</property>
 
1240
                      <property name="use_underline">False</property>
 
1241
                      <property name="use_markup">False</property>
 
1242
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1243
                      <property name="wrap">False</property>
 
1244
                      <property name="selectable">False</property>
 
1245
                      <property name="xalign">0</property>
 
1246
                      <property name="yalign">0.5</property>
 
1247
                      <property name="xpad">0</property>
 
1248
                      <property name="ypad">0</property>
 
1249
                    </widget>
 
1250
                    <packing>
 
1251
                      <property name="left_attach">2</property>
 
1252
                      <property name="right_attach">3</property>
 
1253
                      <property name="top_attach">3</property>
 
1254
                      <property name="bottom_attach">4</property>
 
1255
                      <property name="x_options">fill</property>
 
1256
                      <property name="y_options"></property>
 
1257
                    </packing>
 
1258
                  </child>
 
1259
 
 
1260
                  <child>
 
1261
                    <widget class="GtkComboBoxEntry" id="location_comboboxentry">
 
1262
                      <property name="visible">True</property>
 
1263
                      <property name="items" translatable="yes">dummy</property>
 
1264
                    </widget>
 
1265
                    <packing>
 
1266
                      <property name="left_attach">3</property>
 
1267
                      <property name="right_attach">4</property>
 
1268
                      <property name="top_attach">3</property>
 
1269
                      <property name="bottom_attach">4</property>
 
1270
                      <property name="x_options">fill</property>
 
1271
                      <property name="y_options">fill</property>
 
1272
                    </packing>
 
1273
                  </child>
 
1274
                </widget>
 
1275
                <packing>
 
1276
                  <property name="left_attach">0</property>
 
1277
                  <property name="right_attach">1</property>
 
1278
                  <property name="top_attach">1</property>
 
1279
                  <property name="bottom_attach">2</property>
 
1280
                  <property name="x_options">fill</property>
 
1281
                  <property name="y_options">fill</property>
 
1282
                </packing>
 
1283
              </child>
 
1284
 
 
1285
              <child>
 
1286
                <widget class="GtkFrame" id="frame7">
 
1287
                  <property name="visible">True</property>
 
1288
                  <property name="label_xalign">0</property>
 
1289
                  <property name="label_yalign">0.5</property>
 
1290
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1291
 
 
1292
                  <child>
 
1293
                    <widget class="GtkAlignment" id="alignment3">
 
1294
                      <property name="border_width">6</property>
 
1295
                      <property name="visible">True</property>
 
1296
                      <property name="xalign">0.5</property>
 
1297
                      <property name="yalign">0.5</property>
 
1298
                      <property name="xscale">1</property>
 
1299
                      <property name="yscale">1</property>
 
1300
                      <property name="top_padding">0</property>
 
1301
                      <property name="bottom_padding">0</property>
 
1302
                      <property name="left_padding">0</property>
 
1303
                      <property name="right_padding">0</property>
 
1304
 
 
1305
                      <child>
 
1306
                        <widget class="GtkScrolledWindow" id="scrolledwindow8">
 
1307
                          <property name="visible">True</property>
 
1308
                          <property name="can_focus">True</property>
 
1309
                          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1310
                          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1311
                          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1312
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1313
 
 
1314
                          <child>
 
1315
                            <widget class="GtkTextView" id="comment_textview">
 
1316
                              <property name="visible">True</property>
 
1317
                              <property name="can_focus">True</property>
 
1318
                              <property name="editable">True</property>
 
1319
                              <property name="overwrite">False</property>
 
1320
                              <property name="accepts_tab">True</property>
 
1321
                              <property name="justification">GTK_JUSTIFY_LEFT</property>
 
1322
                              <property name="wrap_mode">GTK_WRAP_WORD</property>
 
1323
                              <property name="cursor_visible">True</property>
 
1324
                              <property name="pixels_above_lines">0</property>
 
1325
                              <property name="pixels_below_lines">0</property>
 
1326
                              <property name="pixels_inside_wrap">0</property>
 
1327
                              <property name="left_margin">0</property>
 
1328
                              <property name="right_margin">0</property>
 
1329
                              <property name="indent">0</property>
 
1330
                              <property name="text" translatable="yes"></property>
 
1331
                            </widget>
 
1332
                          </child>
 
1333
                        </widget>
 
1334
                      </child>
 
1335
                    </widget>
 
1336
                  </child>
 
1337
 
 
1338
                  <child>
 
1339
                    <widget class="GtkLabel" id="label29">
 
1340
                      <property name="visible">True</property>
 
1341
                      <property name="label" translatable="yes">&lt;b&gt;Comment&lt;/b&gt;</property>
 
1342
                      <property name="use_underline">False</property>
 
1343
                      <property name="use_markup">True</property>
 
1344
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1345
                      <property name="wrap">False</property>
 
1346
                      <property name="selectable">False</property>
 
1347
                      <property name="xalign">0.5</property>
 
1348
                      <property name="yalign">0.5</property>
 
1349
                      <property name="xpad">0</property>
 
1350
                      <property name="ypad">0</property>
 
1351
                    </widget>
 
1352
                    <packing>
 
1353
                      <property name="type">label_item</property>
 
1354
                    </packing>
 
1355
                  </child>
 
1356
                </widget>
 
1357
                <packing>
 
1358
                  <property name="left_attach">0</property>
 
1359
                  <property name="right_attach">1</property>
 
1360
                  <property name="top_attach">3</property>
 
1361
                  <property name="bottom_attach">4</property>
 
1362
                  <property name="x_options">fill</property>
 
1363
                </packing>
 
1364
              </child>
 
1365
 
 
1366
              <child>
 
1367
                <widget class="GtkFrame" id="frame6">
 
1368
                  <property name="visible">True</property>
 
1369
                  <property name="label_xalign">0</property>
 
1370
                  <property name="label_yalign">0.5</property>
 
1371
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1372
 
 
1373
                  <child>
 
1374
                    <widget class="GtkTable" id="table6">
 
1375
                      <property name="border_width">6</property>
 
1376
                      <property name="visible">True</property>
 
1377
                      <property name="n_rows">1</property>
 
1378
                      <property name="n_columns">3</property>
 
1379
                      <property name="homogeneous">False</property>
 
1380
                      <property name="row_spacing">6</property>
 
1381
                      <property name="column_spacing">6</property>
 
1382
 
 
1383
                      <child>
 
1384
                        <widget class="GtkScrolledWindow" id="scrolledwindow5">
 
1385
                          <property name="visible">True</property>
 
1386
                          <property name="can_focus">True</property>
 
1387
                          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1388
                          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1389
                          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1390
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1391
 
 
1392
                          <child>
 
1393
                            <widget class="GtkTreeView" id="titles_treeview">
 
1394
                              <property name="visible">True</property>
 
1395
                              <property name="can_focus">True</property>
 
1396
                              <property name="headers_visible">True</property>
 
1397
                              <property name="rules_hint">False</property>
 
1398
                              <property name="reorderable">False</property>
 
1399
                              <property name="enable_search">True</property>
 
1400
                            </widget>
 
1401
                          </child>
 
1402
                        </widget>
 
1403
                        <packing>
 
1404
                          <property name="left_attach">2</property>
 
1405
                          <property name="right_attach">3</property>
 
1406
                          <property name="top_attach">0</property>
 
1407
                          <property name="bottom_attach">1</property>
 
1408
                          <property name="y_options">fill</property>
 
1409
                        </packing>
 
1410
                      </child>
 
1411
 
 
1412
                      <child>
 
1413
                        <widget class="GtkVBox" id="vbox4">
 
1414
                          <property name="visible">True</property>
 
1415
                          <property name="homogeneous">True</property>
 
1416
                          <property name="spacing">6</property>
 
1417
 
 
1418
                          <child>
 
1419
                            <widget class="GtkButton" id="titles_add_button">
 
1420
                              <property name="visible">True</property>
 
1421
                              <property name="can_focus">True</property>
 
1422
                              <property name="label">gtk-add</property>
 
1423
                              <property name="use_stock">True</property>
 
1424
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1425
                              <property name="focus_on_click">True</property>
 
1426
                              <signal name="clicked" handler="on_titles_add_button_clicked" last_modification_time="Tue, 28 Sep 2004 05:09:13 GMT"/>
 
1427
                            </widget>
 
1428
                            <packing>
 
1429
                              <property name="padding">0</property>
 
1430
                              <property name="expand">False</property>
 
1431
                              <property name="fill">False</property>
 
1432
                            </packing>
 
1433
                          </child>
 
1434
 
 
1435
                          <child>
 
1436
                            <widget class="GtkButton" id="titles_remove_button">
 
1437
                              <property name="visible">True</property>
 
1438
                              <property name="can_focus">True</property>
 
1439
                              <property name="label">gtk-remove</property>
 
1440
                              <property name="use_stock">True</property>
 
1441
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1442
                              <property name="focus_on_click">True</property>
 
1443
                            </widget>
 
1444
                            <packing>
 
1445
                              <property name="padding">0</property>
 
1446
                              <property name="expand">False</property>
 
1447
                              <property name="fill">False</property>
 
1448
                            </packing>
 
1449
                          </child>
 
1450
                        </widget>
 
1451
                        <packing>
 
1452
                          <property name="left_attach">1</property>
 
1453
                          <property name="right_attach">2</property>
 
1454
                          <property name="top_attach">0</property>
 
1455
                          <property name="bottom_attach">1</property>
 
1456
                          <property name="x_options">fill</property>
 
1457
                          <property name="y_options"></property>
 
1458
                        </packing>
 
1459
                      </child>
 
1460
 
 
1461
                      <child>
 
1462
                        <widget class="GtkEntry" id="titles_entry">
 
1463
                          <property name="visible">True</property>
 
1464
                          <property name="can_focus">True</property>
 
1465
                          <property name="editable">True</property>
 
1466
                          <property name="visibility">True</property>
 
1467
                          <property name="max_length">0</property>
 
1468
                          <property name="text" translatable="yes"></property>
 
1469
                          <property name="has_frame">True</property>
 
1470
                          <property name="invisible_char" translatable="yes">*</property>
 
1471
                          <property name="activates_default">False</property>
 
1472
                        </widget>
 
1473
                        <packing>
 
1474
                          <property name="left_attach">0</property>
 
1475
                          <property name="right_attach">1</property>
 
1476
                          <property name="top_attach">0</property>
 
1477
                          <property name="bottom_attach">1</property>
 
1478
                          <property name="x_options">fill</property>
 
1479
                          <property name="y_options"></property>
 
1480
                        </packing>
 
1481
                      </child>
 
1482
                    </widget>
 
1483
                  </child>
 
1484
 
 
1485
                  <child>
 
1486
                    <widget class="GtkLabel" id="label27">
 
1487
                      <property name="visible">True</property>
 
1488
                      <property name="label" translatable="yes">&lt;b&gt;Titles&lt;/b&gt;</property>
 
1489
                      <property name="use_underline">False</property>
 
1490
                      <property name="use_markup">True</property>
 
1491
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1492
                      <property name="wrap">False</property>
 
1493
                      <property name="selectable">False</property>
 
1494
                      <property name="xalign">0.5</property>
 
1495
                      <property name="yalign">0.5</property>
 
1496
                      <property name="xpad">0</property>
 
1497
                      <property name="ypad">0</property>
 
1498
                    </widget>
 
1499
                    <packing>
 
1500
                      <property name="type">label_item</property>
 
1501
                    </packing>
 
1502
                  </child>
 
1503
                </widget>
 
1504
                <packing>
 
1505
                  <property name="left_attach">0</property>
 
1506
                  <property name="right_attach">1</property>
 
1507
                  <property name="top_attach">2</property>
 
1508
                  <property name="bottom_attach">3</property>
 
1509
                  <property name="x_options">fill</property>
 
1510
                </packing>
 
1511
              </child>
 
1512
            </widget>
 
1513
            <packing>
 
1514
              <property name="tab_expand">False</property>
 
1515
              <property name="tab_fill">True</property>
 
1516
            </packing>
 
1517
          </child>
 
1518
 
 
1519
          <child>
 
1520
            <widget class="GtkLabel" id="label13">
 
1521
              <property name="visible">True</property>
 
1522
              <property name="label" translatable="yes">Basic Info</property>
 
1523
              <property name="use_underline">False</property>
 
1524
              <property name="use_markup">False</property>
 
1525
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1526
              <property name="wrap">False</property>
 
1527
              <property name="selectable">False</property>
 
1528
              <property name="xalign">0.5</property>
 
1529
              <property name="yalign">0.5</property>
 
1530
              <property name="xpad">0</property>
 
1531
              <property name="ypad">0</property>
 
1532
            </widget>
 
1533
            <packing>
 
1534
              <property name="type">tab</property>
 
1535
            </packing>
 
1536
          </child>
 
1537
 
 
1538
          <child>
 
1539
            <widget class="GtkVBox" id="vbox2">
 
1540
              <property name="border_width">6</property>
 
1541
              <property name="visible">True</property>
 
1542
              <property name="homogeneous">False</property>
 
1543
              <property name="spacing">6</property>
 
1544
 
 
1545
              <child>
 
1546
                <widget class="GtkFrame" id="frame3">
 
1547
                  <property name="visible">True</property>
 
1548
                  <property name="label_xalign">0</property>
 
1549
                  <property name="label_yalign">0.5</property>
 
1550
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1551
 
 
1552
                  <child>
 
1553
                    <widget class="GtkTable" id="table4">
 
1554
                      <property name="border_width">6</property>
 
1555
                      <property name="visible">True</property>
 
1556
                      <property name="n_rows">1</property>
 
1557
                      <property name="n_columns">3</property>
 
1558
                      <property name="homogeneous">False</property>
 
1559
                      <property name="row_spacing">6</property>
 
1560
                      <property name="column_spacing">6</property>
 
1561
 
 
1562
                      <child>
 
1563
                        <widget class="GtkScrolledWindow" id="scrolledwindow4">
 
1564
                          <property name="visible">True</property>
 
1565
                          <property name="can_focus">True</property>
 
1566
                          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1567
                          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1568
                          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1569
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1570
 
 
1571
                          <child>
 
1572
                            <widget class="GtkTreeView" id="writers_treeview">
 
1573
                              <property name="visible">True</property>
 
1574
                              <property name="can_focus">True</property>
 
1575
                              <property name="headers_visible">True</property>
 
1576
                              <property name="rules_hint">False</property>
 
1577
                              <property name="reorderable">False</property>
 
1578
                              <property name="enable_search">True</property>
 
1579
                            </widget>
 
1580
                          </child>
 
1581
                        </widget>
 
1582
                        <packing>
 
1583
                          <property name="left_attach">2</property>
 
1584
                          <property name="right_attach">3</property>
 
1585
                          <property name="top_attach">0</property>
 
1586
                          <property name="bottom_attach">1</property>
 
1587
                          <property name="y_options">fill</property>
 
1588
                        </packing>
 
1589
                      </child>
 
1590
 
 
1591
                      <child>
 
1592
                        <widget class="GtkComboBoxEntry" id="writers_comboboxentry">
 
1593
                          <property name="visible">True</property>
 
1594
                          <property name="items" translatable="yes">dummy</property>
 
1595
                        </widget>
 
1596
                        <packing>
 
1597
                          <property name="left_attach">0</property>
 
1598
                          <property name="right_attach">1</property>
 
1599
                          <property name="top_attach">0</property>
 
1600
                          <property name="bottom_attach">1</property>
 
1601
                          <property name="x_options">fill</property>
 
1602
                          <property name="y_options"></property>
 
1603
                        </packing>
 
1604
                      </child>
 
1605
 
 
1606
                      <child>
 
1607
                        <widget class="GtkVBox" id="vbox5">
 
1608
                          <property name="visible">True</property>
 
1609
                          <property name="homogeneous">True</property>
 
1610
                          <property name="spacing">6</property>
 
1611
 
 
1612
                          <child>
 
1613
                            <widget class="GtkButton" id="writers_add_button">
 
1614
                              <property name="visible">True</property>
 
1615
                              <property name="can_focus">True</property>
 
1616
                              <property name="label">gtk-add</property>
 
1617
                              <property name="use_stock">True</property>
 
1618
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1619
                              <property name="focus_on_click">True</property>
 
1620
                            </widget>
 
1621
                            <packing>
 
1622
                              <property name="padding">0</property>
 
1623
                              <property name="expand">False</property>
 
1624
                              <property name="fill">False</property>
 
1625
                            </packing>
 
1626
                          </child>
 
1627
 
 
1628
                          <child>
 
1629
                            <widget class="GtkButton" id="writers_remove_button">
 
1630
                              <property name="visible">True</property>
 
1631
                              <property name="can_focus">True</property>
 
1632
                              <property name="label">gtk-remove</property>
 
1633
                              <property name="use_stock">True</property>
 
1634
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1635
                              <property name="focus_on_click">True</property>
 
1636
                            </widget>
 
1637
                            <packing>
 
1638
                              <property name="padding">0</property>
 
1639
                              <property name="expand">False</property>
 
1640
                              <property name="fill">False</property>
 
1641
                            </packing>
 
1642
                          </child>
 
1643
                        </widget>
 
1644
                        <packing>
 
1645
                          <property name="left_attach">1</property>
 
1646
                          <property name="right_attach">2</property>
 
1647
                          <property name="top_attach">0</property>
 
1648
                          <property name="bottom_attach">1</property>
 
1649
                          <property name="x_options">fill</property>
 
1650
                          <property name="y_options"></property>
 
1651
                        </packing>
 
1652
                      </child>
 
1653
                    </widget>
 
1654
                  </child>
 
1655
 
 
1656
                  <child>
 
1657
                    <widget class="GtkLabel" id="label24">
 
1658
                      <property name="visible">True</property>
 
1659
                      <property name="label" translatable="yes">&lt;b&gt;Writers&lt;/b&gt;</property>
 
1660
                      <property name="use_underline">False</property>
 
1661
                      <property name="use_markup">True</property>
 
1662
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1663
                      <property name="wrap">False</property>
 
1664
                      <property name="selectable">False</property>
 
1665
                      <property name="xalign">0.5</property>
 
1666
                      <property name="yalign">0.5</property>
 
1667
                      <property name="xpad">0</property>
 
1668
                      <property name="ypad">0</property>
 
1669
                    </widget>
 
1670
                    <packing>
 
1671
                      <property name="type">label_item</property>
 
1672
                    </packing>
 
1673
                  </child>
 
1674
                </widget>
 
1675
                <packing>
 
1676
                  <property name="padding">0</property>
 
1677
                  <property name="expand">True</property>
 
1678
                  <property name="fill">True</property>
 
1679
                </packing>
 
1680
              </child>
 
1681
 
 
1682
              <child>
 
1683
                <widget class="GtkFrame" id="frame4">
 
1684
                  <property name="visible">True</property>
 
1685
                  <property name="label_xalign">0</property>
 
1686
                  <property name="label_yalign">0.5</property>
 
1687
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1688
 
 
1689
                  <child>
 
1690
                    <widget class="GtkTable" id="table7">
 
1691
                      <property name="border_width">6</property>
 
1692
                      <property name="visible">True</property>
 
1693
                      <property name="n_rows">1</property>
 
1694
                      <property name="n_columns">3</property>
 
1695
                      <property name="homogeneous">False</property>
 
1696
                      <property name="row_spacing">6</property>
 
1697
                      <property name="column_spacing">6</property>
 
1698
 
 
1699
                      <child>
 
1700
                        <widget class="GtkScrolledWindow" id="scrolledwindow6">
 
1701
                          <property name="visible">True</property>
 
1702
                          <property name="can_focus">True</property>
 
1703
                          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1704
                          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1705
                          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1706
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1707
 
 
1708
                          <child>
 
1709
                            <widget class="GtkTreeView" id="pencillers_treeview">
 
1710
                              <property name="visible">True</property>
 
1711
                              <property name="can_focus">True</property>
 
1712
                              <property name="headers_visible">True</property>
 
1713
                              <property name="rules_hint">False</property>
 
1714
                              <property name="reorderable">False</property>
 
1715
                              <property name="enable_search">True</property>
 
1716
                            </widget>
 
1717
                          </child>
 
1718
                        </widget>
 
1719
                        <packing>
 
1720
                          <property name="left_attach">2</property>
 
1721
                          <property name="right_attach">3</property>
 
1722
                          <property name="top_attach">0</property>
 
1723
                          <property name="bottom_attach">1</property>
 
1724
                          <property name="y_options">fill</property>
 
1725
                        </packing>
 
1726
                      </child>
 
1727
 
 
1728
                      <child>
 
1729
                        <widget class="GtkComboBoxEntry" id="pencillers_comboboxentry">
 
1730
                          <property name="visible">True</property>
 
1731
                          <property name="items" translatable="yes">dummy</property>
 
1732
                        </widget>
 
1733
                        <packing>
 
1734
                          <property name="left_attach">0</property>
 
1735
                          <property name="right_attach">1</property>
 
1736
                          <property name="top_attach">0</property>
 
1737
                          <property name="bottom_attach">1</property>
 
1738
                          <property name="x_options">fill</property>
 
1739
                          <property name="y_options"></property>
 
1740
                        </packing>
 
1741
                      </child>
 
1742
 
 
1743
                      <child>
 
1744
                        <widget class="GtkVBox" id="vbox6">
 
1745
                          <property name="visible">True</property>
 
1746
                          <property name="homogeneous">True</property>
 
1747
                          <property name="spacing">6</property>
 
1748
 
 
1749
                          <child>
 
1750
                            <widget class="GtkButton" id="pencillers_add_button">
 
1751
                              <property name="visible">True</property>
 
1752
                              <property name="can_focus">True</property>
 
1753
                              <property name="label">gtk-add</property>
 
1754
                              <property name="use_stock">True</property>
 
1755
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1756
                              <property name="focus_on_click">True</property>
 
1757
                            </widget>
 
1758
                            <packing>
 
1759
                              <property name="padding">0</property>
 
1760
                              <property name="expand">False</property>
 
1761
                              <property name="fill">False</property>
 
1762
                            </packing>
 
1763
                          </child>
 
1764
 
 
1765
                          <child>
 
1766
                            <widget class="GtkButton" id="pencillers_remove_button">
 
1767
                              <property name="visible">True</property>
 
1768
                              <property name="can_focus">True</property>
 
1769
                              <property name="label">gtk-remove</property>
 
1770
                              <property name="use_stock">True</property>
 
1771
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1772
                              <property name="focus_on_click">True</property>
 
1773
                            </widget>
 
1774
                            <packing>
 
1775
                              <property name="padding">0</property>
 
1776
                              <property name="expand">False</property>
 
1777
                              <property name="fill">False</property>
 
1778
                            </packing>
 
1779
                          </child>
 
1780
                        </widget>
 
1781
                        <packing>
 
1782
                          <property name="left_attach">1</property>
 
1783
                          <property name="right_attach">2</property>
 
1784
                          <property name="top_attach">0</property>
 
1785
                          <property name="bottom_attach">1</property>
 
1786
                          <property name="x_options">fill</property>
 
1787
                          <property name="y_options"></property>
 
1788
                        </packing>
 
1789
                      </child>
 
1790
                    </widget>
 
1791
                  </child>
 
1792
 
 
1793
                  <child>
 
1794
                    <widget class="GtkLabel" id="label25">
 
1795
                      <property name="visible">True</property>
 
1796
                      <property name="label" translatable="yes">&lt;b&gt;Pencillers&lt;/b&gt;</property>
 
1797
                      <property name="use_underline">False</property>
 
1798
                      <property name="use_markup">True</property>
 
1799
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1800
                      <property name="wrap">False</property>
 
1801
                      <property name="selectable">False</property>
 
1802
                      <property name="xalign">0.5</property>
 
1803
                      <property name="yalign">0.5</property>
 
1804
                      <property name="xpad">0</property>
 
1805
                      <property name="ypad">0</property>
 
1806
                    </widget>
 
1807
                    <packing>
 
1808
                      <property name="type">label_item</property>
 
1809
                    </packing>
 
1810
                  </child>
 
1811
                </widget>
 
1812
                <packing>
 
1813
                  <property name="padding">0</property>
 
1814
                  <property name="expand">True</property>
 
1815
                  <property name="fill">True</property>
 
1816
                </packing>
 
1817
              </child>
 
1818
 
 
1819
              <child>
 
1820
                <widget class="GtkFrame" id="frame5">
 
1821
                  <property name="visible">True</property>
 
1822
                  <property name="label_xalign">0</property>
 
1823
                  <property name="label_yalign">0.5</property>
 
1824
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1825
 
 
1826
                  <child>
 
1827
                    <widget class="GtkTable" id="table8">
 
1828
                      <property name="border_width">6</property>
 
1829
                      <property name="visible">True</property>
 
1830
                      <property name="n_rows">1</property>
 
1831
                      <property name="n_columns">3</property>
 
1832
                      <property name="homogeneous">False</property>
 
1833
                      <property name="row_spacing">6</property>
 
1834
                      <property name="column_spacing">6</property>
 
1835
 
 
1836
                      <child>
 
1837
                        <widget class="GtkScrolledWindow" id="scrolledwindow7">
 
1838
                          <property name="visible">True</property>
 
1839
                          <property name="can_focus">True</property>
 
1840
                          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1841
                          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1842
                          <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1843
                          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1844
 
 
1845
                          <child>
 
1846
                            <widget class="GtkTreeView" id="inkers_treeview">
 
1847
                              <property name="visible">True</property>
 
1848
                              <property name="can_focus">True</property>
 
1849
                              <property name="headers_visible">True</property>
 
1850
                              <property name="rules_hint">False</property>
 
1851
                              <property name="reorderable">False</property>
 
1852
                              <property name="enable_search">True</property>
 
1853
                            </widget>
 
1854
                          </child>
 
1855
                        </widget>
 
1856
                        <packing>
 
1857
                          <property name="left_attach">2</property>
 
1858
                          <property name="right_attach">3</property>
 
1859
                          <property name="top_attach">0</property>
 
1860
                          <property name="bottom_attach">1</property>
 
1861
                          <property name="y_options">fill</property>
 
1862
                        </packing>
 
1863
                      </child>
 
1864
 
 
1865
                      <child>
 
1866
                        <widget class="GtkComboBoxEntry" id="inkers_comboboxentry">
 
1867
                          <property name="visible">True</property>
 
1868
                          <property name="items" translatable="yes">dummy</property>
 
1869
                        </widget>
 
1870
                        <packing>
 
1871
                          <property name="left_attach">0</property>
 
1872
                          <property name="right_attach">1</property>
 
1873
                          <property name="top_attach">0</property>
 
1874
                          <property name="bottom_attach">1</property>
 
1875
                          <property name="x_options">fill</property>
 
1876
                          <property name="y_options"></property>
 
1877
                        </packing>
 
1878
                      </child>
 
1879
 
 
1880
                      <child>
 
1881
                        <widget class="GtkVBox" id="vbox7">
 
1882
                          <property name="visible">True</property>
 
1883
                          <property name="homogeneous">True</property>
 
1884
                          <property name="spacing">6</property>
 
1885
 
 
1886
                          <child>
 
1887
                            <widget class="GtkButton" id="inkers_add_button">
 
1888
                              <property name="visible">True</property>
 
1889
                              <property name="can_focus">True</property>
 
1890
                              <property name="label">gtk-add</property>
 
1891
                              <property name="use_stock">True</property>
 
1892
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1893
                              <property name="focus_on_click">True</property>
 
1894
                            </widget>
 
1895
                            <packing>
 
1896
                              <property name="padding">0</property>
 
1897
                              <property name="expand">False</property>
 
1898
                              <property name="fill">False</property>
 
1899
                            </packing>
 
1900
                          </child>
 
1901
 
 
1902
                          <child>
 
1903
                            <widget class="GtkButton" id="inkers_remove_button">
 
1904
                              <property name="visible">True</property>
 
1905
                              <property name="can_focus">True</property>
 
1906
                              <property name="label">gtk-remove</property>
 
1907
                              <property name="use_stock">True</property>
 
1908
                              <property name="relief">GTK_RELIEF_NORMAL</property>
 
1909
                              <property name="focus_on_click">True</property>
 
1910
                            </widget>
 
1911
                            <packing>
 
1912
                              <property name="padding">0</property>
 
1913
                              <property name="expand">False</property>
 
1914
                              <property name="fill">False</property>
 
1915
                            </packing>
 
1916
                          </child>
 
1917
                        </widget>
 
1918
                        <packing>
 
1919
                          <property name="left_attach">1</property>
 
1920
                          <property name="right_attach">2</property>
 
1921
                          <property name="top_attach">0</property>
 
1922
                          <property name="bottom_attach">1</property>
 
1923
                          <property name="x_options">fill</property>
 
1924
                          <property name="y_options"></property>
 
1925
                        </packing>
 
1926
                      </child>
 
1927
                    </widget>
 
1928
                  </child>
 
1929
 
 
1930
                  <child>
 
1931
                    <widget class="GtkLabel" id="label26">
 
1932
                      <property name="visible">True</property>
 
1933
                      <property name="label" translatable="yes">&lt;b&gt;Inkers&lt;/b&gt;</property>
 
1934
                      <property name="use_underline">False</property>
 
1935
                      <property name="use_markup">True</property>
 
1936
                      <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1937
                      <property name="wrap">False</property>
 
1938
                      <property name="selectable">False</property>
 
1939
                      <property name="xalign">0.5</property>
 
1940
                      <property name="yalign">0.5</property>
 
1941
                      <property name="xpad">0</property>
 
1942
                      <property name="ypad">0</property>
 
1943
                    </widget>
 
1944
                    <packing>
 
1945
                      <property name="type">label_item</property>
 
1946
                    </packing>
 
1947
                  </child>
 
1948
                </widget>
 
1949
                <packing>
 
1950
                  <property name="padding">0</property>
 
1951
                  <property name="expand">True</property>
 
1952
                  <property name="fill">True</property>
 
1953
                </packing>
 
1954
              </child>
 
1955
            </widget>
 
1956
            <packing>
 
1957
              <property name="tab_expand">False</property>
 
1958
              <property name="tab_fill">True</property>
 
1959
            </packing>
 
1960
          </child>
 
1961
 
 
1962
          <child>
 
1963
            <widget class="GtkLabel" id="label14">
 
1964
              <property name="visible">True</property>
 
1965
              <property name="label" translatable="yes">Creator Info</property>
 
1966
              <property name="use_underline">False</property>
 
1967
              <property name="use_markup">False</property>
 
1968
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
1969
              <property name="wrap">False</property>
 
1970
              <property name="selectable">False</property>
 
1971
              <property name="xalign">0.5</property>
 
1972
              <property name="yalign">0.5</property>
 
1973
              <property name="xpad">0</property>
 
1974
              <property name="ypad">0</property>
 
1975
            </widget>
 
1976
            <packing>
 
1977
              <property name="type">tab</property>
 
1978
            </packing>
 
1979
          </child>
 
1980
 
 
1981
          <child>
 
1982
            <widget class="GtkVBox" id="vbox3">
 
1983
              <property name="border_width">6</property>
 
1984
              <property name="visible">True</property>
 
1985
              <property name="homogeneous">False</property>
 
1986
              <property name="spacing">6</property>
 
1987
 
 
1988
              <child>
 
1989
                <widget class="GtkScrolledWindow" id="scrolledwindow9">
 
1990
                  <property name="visible">True</property>
 
1991
                  <property name="can_focus">True</property>
 
1992
                  <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1993
                  <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
1994
                  <property name="shadow_type">GTK_SHADOW_NONE</property>
 
1995
                  <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
1996
 
 
1997
                  <child>
 
1998
                    <widget class="GtkViewport" id="viewport1">
 
1999
                      <property name="visible">True</property>
 
2000
                      <property name="shadow_type">GTK_SHADOW_IN</property>
 
2001
 
 
2002
                      <child>
 
2003
                        <widget class="GtkImage" id="image">
 
2004
                          <property name="visible">True</property>
 
2005
                          <property name="stock">gtk-dialog-question</property>
 
2006
                          <property name="icon_size">6</property>
 
2007
                          <property name="xalign">0.5</property>
 
2008
                          <property name="yalign">0.5</property>
 
2009
                          <property name="xpad">0</property>
 
2010
                          <property name="ypad">0</property>
 
2011
                        </widget>
 
2012
                      </child>
 
2013
                    </widget>
 
2014
                  </child>
 
2015
                </widget>
 
2016
                <packing>
 
2017
                  <property name="padding">0</property>
 
2018
                  <property name="expand">True</property>
 
2019
                  <property name="fill">True</property>
 
2020
                </packing>
 
2021
              </child>
 
2022
 
 
2023
              <child>
 
2024
                <widget class="GtkHBox" id="hbox6">
 
2025
                  <property name="visible">True</property>
 
2026
                  <property name="homogeneous">False</property>
 
2027
                  <property name="spacing">6</property>
 
2028
 
 
2029
                  <child>
 
2030
                    <widget class="GtkComboBoxEntry" id="image_comboboxentry">
 
2031
                      <property name="visible">True</property>
 
2032
                    </widget>
 
2033
                    <packing>
 
2034
                      <property name="padding">0</property>
 
2035
                      <property name="expand">True</property>
 
2036
                      <property name="fill">True</property>
 
2037
                    </packing>
 
2038
                  </child>
 
2039
 
 
2040
                  <child>
 
2041
                    <widget class="GtkButton" id="image_browse_button">
 
2042
                      <property name="visible">True</property>
 
2043
                      <property name="can_focus">True</property>
 
2044
                      <property name="label" translatable="yes">Browse...</property>
 
2045
                      <property name="use_underline">True</property>
 
2046
                      <property name="relief">GTK_RELIEF_NORMAL</property>
 
2047
                      <property name="focus_on_click">True</property>
 
2048
                      <signal name="clicked" handler="on_image_browse_button_clicked" last_modification_time="Sun, 26 Sep 2004 21:06:47 GMT"/>
 
2049
                    </widget>
 
2050
                    <packing>
 
2051
                      <property name="padding">0</property>
 
2052
                      <property name="expand">False</property>
 
2053
                      <property name="fill">False</property>
 
2054
                    </packing>
 
2055
                  </child>
 
2056
                </widget>
 
2057
                <packing>
 
2058
                  <property name="padding">0</property>
 
2059
                  <property name="expand">False</property>
 
2060
                  <property name="fill">False</property>
 
2061
                </packing>
 
2062
              </child>
 
2063
            </widget>
 
2064
            <packing>
 
2065
              <property name="tab_expand">False</property>
 
2066
              <property name="tab_fill">True</property>
 
2067
            </packing>
 
2068
          </child>
 
2069
 
 
2070
          <child>
 
2071
            <widget class="GtkLabel" id="label31">
 
2072
              <property name="visible">True</property>
 
2073
              <property name="label" translatable="yes">Image</property>
 
2074
              <property name="use_underline">False</property>
 
2075
              <property name="use_markup">False</property>
 
2076
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2077
              <property name="wrap">False</property>
 
2078
              <property name="selectable">False</property>
 
2079
              <property name="xalign">0.5</property>
 
2080
              <property name="yalign">0.5</property>
 
2081
              <property name="xpad">0</property>
 
2082
              <property name="ypad">0</property>
 
2083
            </widget>
 
2084
            <packing>
 
2085
              <property name="type">tab</property>
 
2086
            </packing>
 
2087
          </child>
 
2088
        </widget>
 
2089
        <packing>
 
2090
          <property name="padding">0</property>
 
2091
          <property name="expand">True</property>
 
2092
          <property name="fill">True</property>
 
2093
        </packing>
 
2094
      </child>
 
2095
    </widget>
 
2096
  </child>
 
2097
</widget>
 
2098
 
 
2099
<widget class="GtkDialog" id="add_multiple_issues_dialog">
 
2100
  <property name="visible">True</property>
 
2101
  <property name="title" translatable="yes">Add Multiple Issues</property>
 
2102
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2103
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2104
  <property name="modal">False</property>
 
2105
  <property name="resizable">True</property>
 
2106
  <property name="destroy_with_parent">False</property>
 
2107
  <property name="decorated">True</property>
 
2108
  <property name="skip_taskbar_hint">False</property>
 
2109
  <property name="skip_pager_hint">False</property>
 
2110
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2111
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2112
  <property name="has_separator">True</property>
 
2113
 
 
2114
  <child internal-child="vbox">
 
2115
    <widget class="GtkVBox" id="dialog-vbox3">
 
2116
      <property name="visible">True</property>
 
2117
      <property name="homogeneous">False</property>
 
2118
      <property name="spacing">0</property>
 
2119
 
 
2120
      <child internal-child="action_area">
 
2121
        <widget class="GtkHButtonBox" id="dialog-action_area3">
 
2122
          <property name="visible">True</property>
 
2123
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2124
 
 
2125
          <child>
 
2126
            <widget class="GtkButton" id="cancelbutton3">
 
2127
              <property name="visible">True</property>
 
2128
              <property name="can_default">True</property>
 
2129
              <property name="can_focus">True</property>
 
2130
              <property name="label">gtk-cancel</property>
 
2131
              <property name="use_stock">True</property>
 
2132
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2133
              <property name="focus_on_click">True</property>
 
2134
              <property name="response_id">-6</property>
 
2135
            </widget>
 
2136
          </child>
 
2137
 
 
2138
          <child>
 
2139
            <widget class="GtkButton" id="okbutton3">
 
2140
              <property name="visible">True</property>
 
2141
              <property name="can_default">True</property>
 
2142
              <property name="can_focus">True</property>
 
2143
              <property name="label">gtk-ok</property>
 
2144
              <property name="use_stock">True</property>
 
2145
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2146
              <property name="focus_on_click">True</property>
 
2147
              <property name="response_id">-5</property>
 
2148
            </widget>
 
2149
          </child>
 
2150
        </widget>
 
2151
        <packing>
 
2152
          <property name="padding">0</property>
 
2153
          <property name="expand">False</property>
 
2154
          <property name="fill">True</property>
 
2155
          <property name="pack_type">GTK_PACK_END</property>
 
2156
        </packing>
 
2157
      </child>
 
2158
 
 
2159
      <child>
 
2160
        <widget class="GtkTable" id="table2">
 
2161
          <property name="border_width">6</property>
 
2162
          <property name="visible">True</property>
 
2163
          <property name="n_rows">2</property>
 
2164
          <property name="n_columns">4</property>
 
2165
          <property name="homogeneous">False</property>
 
2166
          <property name="row_spacing">6</property>
 
2167
          <property name="column_spacing">6</property>
 
2168
 
 
2169
          <child>
 
2170
            <widget class="GtkLabel" id="label9">
 
2171
              <property name="visible">True</property>
 
2172
              <property name="label" translatable="yes">From issue: </property>
 
2173
              <property name="use_underline">False</property>
 
2174
              <property name="use_markup">False</property>
 
2175
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2176
              <property name="wrap">False</property>
 
2177
              <property name="selectable">False</property>
 
2178
              <property name="xalign">0</property>
 
2179
              <property name="yalign">0.5</property>
 
2180
              <property name="xpad">0</property>
 
2181
              <property name="ypad">0</property>
 
2182
            </widget>
 
2183
            <packing>
 
2184
              <property name="left_attach">0</property>
 
2185
              <property name="right_attach">1</property>
 
2186
              <property name="top_attach">1</property>
 
2187
              <property name="bottom_attach">2</property>
 
2188
              <property name="x_options">fill</property>
 
2189
              <property name="y_options"></property>
 
2190
            </packing>
 
2191
          </child>
 
2192
 
 
2193
          <child>
 
2194
            <widget class="GtkLabel" id="label10">
 
2195
              <property name="visible">True</property>
 
2196
              <property name="label" translatable="yes">to issue: </property>
 
2197
              <property name="use_underline">False</property>
 
2198
              <property name="use_markup">False</property>
 
2199
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2200
              <property name="wrap">False</property>
 
2201
              <property name="selectable">False</property>
 
2202
              <property name="xalign">0</property>
 
2203
              <property name="yalign">0.5</property>
 
2204
              <property name="xpad">0</property>
 
2205
              <property name="ypad">0</property>
 
2206
            </widget>
 
2207
            <packing>
 
2208
              <property name="left_attach">2</property>
 
2209
              <property name="right_attach">3</property>
 
2210
              <property name="top_attach">1</property>
 
2211
              <property name="bottom_attach">2</property>
 
2212
              <property name="x_options">fill</property>
 
2213
              <property name="y_options"></property>
 
2214
            </packing>
 
2215
          </child>
 
2216
 
 
2217
          <child>
 
2218
            <widget class="GtkLabel" id="label12">
 
2219
              <property name="visible">True</property>
 
2220
              <property name="label" translatable="yes">Adding issues to:</property>
 
2221
              <property name="use_underline">False</property>
 
2222
              <property name="use_markup">False</property>
 
2223
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2224
              <property name="wrap">False</property>
 
2225
              <property name="selectable">False</property>
 
2226
              <property name="xalign">0</property>
 
2227
              <property name="yalign">0.5</property>
 
2228
              <property name="xpad">0</property>
 
2229
              <property name="ypad">0</property>
 
2230
            </widget>
 
2231
            <packing>
 
2232
              <property name="left_attach">0</property>
 
2233
              <property name="right_attach">1</property>
 
2234
              <property name="top_attach">0</property>
 
2235
              <property name="bottom_attach">1</property>
 
2236
              <property name="x_options">fill</property>
 
2237
              <property name="y_options"></property>
 
2238
            </packing>
 
2239
          </child>
 
2240
 
 
2241
          <child>
 
2242
            <widget class="GtkLabel" id="comic_title_label">
 
2243
              <property name="visible">True</property>
 
2244
              <property name="label" translatable="yes">comic title</property>
 
2245
              <property name="use_underline">False</property>
 
2246
              <property name="use_markup">True</property>
 
2247
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2248
              <property name="wrap">True</property>
 
2249
              <property name="selectable">False</property>
 
2250
              <property name="xalign">0</property>
 
2251
              <property name="yalign">0.5</property>
 
2252
              <property name="xpad">0</property>
 
2253
              <property name="ypad">0</property>
 
2254
            </widget>
 
2255
            <packing>
 
2256
              <property name="left_attach">1</property>
 
2257
              <property name="right_attach">4</property>
 
2258
              <property name="top_attach">0</property>
 
2259
              <property name="bottom_attach">1</property>
 
2260
              <property name="x_options">fill</property>
 
2261
              <property name="y_options"></property>
 
2262
            </packing>
 
2263
          </child>
 
2264
 
 
2265
          <child>
 
2266
            <widget class="GtkSpinButton" id="from_issue_spinbutton">
 
2267
              <property name="visible">True</property>
 
2268
              <property name="can_focus">True</property>
 
2269
              <property name="climb_rate">1</property>
 
2270
              <property name="digits">0</property>
 
2271
              <property name="numeric">True</property>
 
2272
              <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 
2273
              <property name="snap_to_ticks">False</property>
 
2274
              <property name="wrap">False</property>
 
2275
              <property name="adjustment">1 0 10000 1 10 10</property>
 
2276
            </widget>
 
2277
            <packing>
 
2278
              <property name="left_attach">1</property>
 
2279
              <property name="right_attach">2</property>
 
2280
              <property name="top_attach">1</property>
 
2281
              <property name="bottom_attach">2</property>
 
2282
              <property name="y_options"></property>
 
2283
            </packing>
 
2284
          </child>
 
2285
 
 
2286
          <child>
 
2287
            <widget class="GtkSpinButton" id="to_issue_spinbutton">
 
2288
              <property name="visible">True</property>
 
2289
              <property name="can_focus">True</property>
 
2290
              <property name="climb_rate">1</property>
 
2291
              <property name="digits">0</property>
 
2292
              <property name="numeric">True</property>
 
2293
              <property name="update_policy">GTK_UPDATE_ALWAYS</property>
 
2294
              <property name="snap_to_ticks">False</property>
 
2295
              <property name="wrap">False</property>
 
2296
              <property name="adjustment">1 0 10000 1 10 10</property>
 
2297
            </widget>
 
2298
            <packing>
 
2299
              <property name="left_attach">3</property>
 
2300
              <property name="right_attach">4</property>
 
2301
              <property name="top_attach">1</property>
 
2302
              <property name="bottom_attach">2</property>
 
2303
              <property name="y_options"></property>
 
2304
            </packing>
 
2305
          </child>
 
2306
        </widget>
 
2307
        <packing>
 
2308
          <property name="padding">0</property>
 
2309
          <property name="expand">True</property>
 
2310
          <property name="fill">True</property>
 
2311
        </packing>
 
2312
      </child>
 
2313
    </widget>
 
2314
  </child>
 
2315
</widget>
 
2316
 
 
2317
<widget class="GtkFileChooserDialog" id="open_dialog">
 
2318
  <property name="visible">True</property>
 
2319
  <property name="action">GTK_FILE_CHOOSER_ACTION_OPEN</property>
 
2320
  <property name="local_only">True</property>
 
2321
  <property name="select_multiple">False</property>
 
2322
  <property name="show_hidden">False</property>
 
2323
  <property name="title" translatable="yes">Open file</property>
 
2324
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2325
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
2326
  <property name="modal">False</property>
 
2327
  <property name="resizable">True</property>
 
2328
  <property name="destroy_with_parent">False</property>
 
2329
  <property name="decorated">True</property>
 
2330
  <property name="skip_taskbar_hint">False</property>
 
2331
  <property name="skip_pager_hint">False</property>
 
2332
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2333
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2334
 
 
2335
  <child internal-child="vbox">
 
2336
    <widget class="GtkVBox" id="dialog-vbox4">
 
2337
      <property name="visible">True</property>
 
2338
      <property name="homogeneous">False</property>
 
2339
      <property name="spacing">24</property>
 
2340
 
 
2341
      <child internal-child="action_area">
 
2342
        <widget class="GtkHButtonBox" id="dialog-action_area4">
 
2343
          <property name="visible">True</property>
 
2344
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2345
 
 
2346
          <child>
 
2347
            <widget class="GtkButton" id="button1">
 
2348
              <property name="visible">True</property>
 
2349
              <property name="can_default">True</property>
 
2350
              <property name="can_focus">True</property>
 
2351
              <property name="label">gtk-cancel</property>
 
2352
              <property name="use_stock">True</property>
 
2353
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2354
              <property name="focus_on_click">True</property>
 
2355
              <property name="response_id">-6</property>
 
2356
            </widget>
 
2357
          </child>
 
2358
 
 
2359
          <child>
 
2360
            <widget class="GtkButton" id="button2">
 
2361
              <property name="visible">True</property>
 
2362
              <property name="can_default">True</property>
 
2363
              <property name="has_default">True</property>
 
2364
              <property name="can_focus">True</property>
 
2365
              <property name="label">gtk-open</property>
 
2366
              <property name="use_stock">True</property>
 
2367
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2368
              <property name="focus_on_click">True</property>
 
2369
              <property name="response_id">-5</property>
 
2370
            </widget>
 
2371
          </child>
 
2372
        </widget>
 
2373
        <packing>
 
2374
          <property name="padding">0</property>
 
2375
          <property name="expand">False</property>
 
2376
          <property name="fill">True</property>
 
2377
          <property name="pack_type">GTK_PACK_END</property>
 
2378
        </packing>
 
2379
      </child>
 
2380
    </widget>
 
2381
  </child>
 
2382
</widget>
 
2383
 
 
2384
<widget class="GtkFileChooserDialog" id="save_dialog">
 
2385
  <property name="visible">True</property>
 
2386
  <property name="action">GTK_FILE_CHOOSER_ACTION_SAVE</property>
 
2387
  <property name="local_only">True</property>
 
2388
  <property name="select_multiple">False</property>
 
2389
  <property name="show_hidden">False</property>
 
2390
  <property name="title" translatable="yes">Save file</property>
 
2391
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2392
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
2393
  <property name="modal">False</property>
 
2394
  <property name="resizable">True</property>
 
2395
  <property name="destroy_with_parent">False</property>
 
2396
  <property name="decorated">True</property>
 
2397
  <property name="skip_taskbar_hint">False</property>
 
2398
  <property name="skip_pager_hint">False</property>
 
2399
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2400
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2401
 
 
2402
  <child internal-child="vbox">
 
2403
    <widget class="GtkVBox" id="dialog-vbox5">
 
2404
      <property name="visible">True</property>
 
2405
      <property name="homogeneous">False</property>
 
2406
      <property name="spacing">24</property>
 
2407
 
 
2408
      <child internal-child="action_area">
 
2409
        <widget class="GtkHButtonBox" id="dialog-action_area5">
 
2410
          <property name="visible">True</property>
 
2411
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2412
 
 
2413
          <child>
 
2414
            <widget class="GtkButton" id="button3">
 
2415
              <property name="visible">True</property>
 
2416
              <property name="can_default">True</property>
 
2417
              <property name="can_focus">True</property>
 
2418
              <property name="label">gtk-cancel</property>
 
2419
              <property name="use_stock">True</property>
 
2420
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2421
              <property name="focus_on_click">True</property>
 
2422
              <property name="response_id">-6</property>
 
2423
            </widget>
 
2424
          </child>
 
2425
 
 
2426
          <child>
 
2427
            <widget class="GtkButton" id="button4">
 
2428
              <property name="visible">True</property>
 
2429
              <property name="can_default">True</property>
 
2430
              <property name="has_default">True</property>
 
2431
              <property name="can_focus">True</property>
 
2432
              <property name="label">gtk-save</property>
 
2433
              <property name="use_stock">True</property>
 
2434
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2435
              <property name="focus_on_click">True</property>
 
2436
              <property name="response_id">-5</property>
 
2437
            </widget>
 
2438
          </child>
 
2439
        </widget>
 
2440
        <packing>
 
2441
          <property name="padding">0</property>
 
2442
          <property name="expand">False</property>
 
2443
          <property name="fill">True</property>
 
2444
          <property name="pack_type">GTK_PACK_END</property>
 
2445
        </packing>
 
2446
      </child>
 
2447
    </widget>
 
2448
  </child>
 
2449
</widget>
 
2450
 
 
2451
<widget class="GtkDialog" id="are_you_sure_dialog">
 
2452
  <property name="visible">True</property>
 
2453
  <property name="title" translatable="yes">Are You Sure?</property>
 
2454
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2455
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2456
  <property name="modal">False</property>
 
2457
  <property name="resizable">True</property>
 
2458
  <property name="destroy_with_parent">False</property>
 
2459
  <property name="decorated">True</property>
 
2460
  <property name="skip_taskbar_hint">False</property>
 
2461
  <property name="skip_pager_hint">False</property>
 
2462
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2463
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2464
  <property name="has_separator">True</property>
 
2465
 
 
2466
  <child internal-child="vbox">
 
2467
    <widget class="GtkVBox" id="dialog-vbox6">
 
2468
      <property name="visible">True</property>
 
2469
      <property name="homogeneous">False</property>
 
2470
      <property name="spacing">0</property>
 
2471
 
 
2472
      <child internal-child="action_area">
 
2473
        <widget class="GtkHButtonBox" id="dialog-action_area6">
 
2474
          <property name="visible">True</property>
 
2475
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2476
 
 
2477
          <child>
 
2478
            <widget class="GtkButton" id="cancelbutton4">
 
2479
              <property name="visible">True</property>
 
2480
              <property name="can_default">True</property>
 
2481
              <property name="can_focus">True</property>
 
2482
              <property name="label">gtk-cancel</property>
 
2483
              <property name="use_stock">True</property>
 
2484
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2485
              <property name="focus_on_click">True</property>
 
2486
              <property name="response_id">-6</property>
 
2487
            </widget>
 
2488
          </child>
 
2489
 
 
2490
          <child>
 
2491
            <widget class="GtkButton" id="okbutton4">
 
2492
              <property name="visible">True</property>
 
2493
              <property name="can_default">True</property>
 
2494
              <property name="can_focus">True</property>
 
2495
              <property name="label">gtk-ok</property>
 
2496
              <property name="use_stock">True</property>
 
2497
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2498
              <property name="focus_on_click">True</property>
 
2499
              <property name="response_id">-5</property>
 
2500
            </widget>
 
2501
          </child>
 
2502
        </widget>
 
2503
        <packing>
 
2504
          <property name="padding">0</property>
 
2505
          <property name="expand">False</property>
 
2506
          <property name="fill">True</property>
 
2507
          <property name="pack_type">GTK_PACK_END</property>
 
2508
        </packing>
 
2509
      </child>
 
2510
 
 
2511
      <child>
 
2512
        <widget class="GtkLabel" id="are_you_sure_label">
 
2513
          <property name="visible">True</property>
 
2514
          <property name="label" translatable="yes">Are you sure you want to...</property>
 
2515
          <property name="use_underline">False</property>
 
2516
          <property name="use_markup">True</property>
 
2517
          <property name="justify">GTK_JUSTIFY_CENTER</property>
 
2518
          <property name="wrap">True</property>
 
2519
          <property name="selectable">False</property>
 
2520
          <property name="xalign">0.5</property>
 
2521
          <property name="yalign">0.5</property>
 
2522
          <property name="xpad">0</property>
 
2523
          <property name="ypad">0</property>
 
2524
        </widget>
 
2525
        <packing>
 
2526
          <property name="padding">0</property>
 
2527
          <property name="expand">True</property>
 
2528
          <property name="fill">False</property>
 
2529
        </packing>
 
2530
      </child>
 
2531
    </widget>
 
2532
  </child>
 
2533
</widget>
 
2534
 
 
2535
<widget class="GnomeAbout" id="about">
 
2536
  <property name="border_width">5</property>
 
2537
  <property name="visible">True</property>
 
2538
  <property name="destroy_with_parent">False</property>
 
2539
  <property name="decorated">True</property>
 
2540
  <property name="skip_taskbar_hint">False</property>
 
2541
  <property name="skip_pager_hint">False</property>
 
2542
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2543
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2544
  <property name="copyright" translatable="yes">(C) 1999-2004 Mads Villadsen &lt;maxximum@krakoa.dk&gt;</property>
 
2545
  <property name="comments" translatable="yes">A program for organizing your comics</property>
 
2546
  <property name="authors">Mads Villadsen &lt;maxximum@krakoa.dk&gt;</property>
 
2547
  <property name="translator_credits" translatable="yes">translator_credits</property>
 
2548
</widget>
 
2549
 
 
2550
<widget class="GtkDialog" id="stats_dialog">
 
2551
  <property name="visible">True</property>
 
2552
  <property name="title" translatable="yes">Statistics</property>
 
2553
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2554
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
 
2555
  <property name="modal">False</property>
 
2556
  <property name="resizable">True</property>
 
2557
  <property name="destroy_with_parent">False</property>
 
2558
  <property name="decorated">True</property>
 
2559
  <property name="skip_taskbar_hint">False</property>
 
2560
  <property name="skip_pager_hint">False</property>
 
2561
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2562
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2563
  <property name="has_separator">True</property>
 
2564
 
 
2565
  <child internal-child="vbox">
 
2566
    <widget class="GtkVBox" id="dialog-vbox7">
 
2567
      <property name="visible">True</property>
 
2568
      <property name="homogeneous">False</property>
 
2569
      <property name="spacing">0</property>
 
2570
 
 
2571
      <child internal-child="action_area">
 
2572
        <widget class="GtkHButtonBox" id="dialog-action_area7">
 
2573
          <property name="visible">True</property>
 
2574
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2575
 
 
2576
          <child>
 
2577
            <widget class="GtkButton" id="closebutton1">
 
2578
              <property name="visible">True</property>
 
2579
              <property name="can_default">True</property>
 
2580
              <property name="can_focus">True</property>
 
2581
              <property name="label">gtk-close</property>
 
2582
              <property name="use_stock">True</property>
 
2583
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2584
              <property name="focus_on_click">True</property>
 
2585
              <property name="response_id">-7</property>
 
2586
            </widget>
 
2587
          </child>
 
2588
        </widget>
 
2589
        <packing>
 
2590
          <property name="padding">0</property>
 
2591
          <property name="expand">False</property>
 
2592
          <property name="fill">True</property>
 
2593
          <property name="pack_type">GTK_PACK_END</property>
 
2594
        </packing>
 
2595
      </child>
 
2596
 
 
2597
      <child>
 
2598
        <widget class="GtkVBox" id="vbox1">
 
2599
          <property name="border_width">6</property>
 
2600
          <property name="visible">True</property>
 
2601
          <property name="homogeneous">False</property>
 
2602
          <property name="spacing">6</property>
 
2603
 
 
2604
          <child>
 
2605
            <widget class="GtkLabel" id="basic_info_label">
 
2606
              <property name="visible">True</property>
 
2607
              <property name="label" translatable="yes">basic info</property>
 
2608
              <property name="use_underline">False</property>
 
2609
              <property name="use_markup">True</property>
 
2610
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2611
              <property name="wrap">False</property>
 
2612
              <property name="selectable">False</property>
 
2613
              <property name="xalign">0</property>
 
2614
              <property name="yalign">0.5</property>
 
2615
              <property name="xpad">0</property>
 
2616
              <property name="ypad">0</property>
 
2617
            </widget>
 
2618
            <packing>
 
2619
              <property name="padding">0</property>
 
2620
              <property name="expand">False</property>
 
2621
              <property name="fill">False</property>
 
2622
            </packing>
 
2623
          </child>
 
2624
 
 
2625
          <child>
 
2626
            <widget class="GtkLabel" id="cover_price_label">
 
2627
              <property name="visible">True</property>
 
2628
              <property name="label" translatable="yes">cover price</property>
 
2629
              <property name="use_underline">False</property>
 
2630
              <property name="use_markup">True</property>
 
2631
              <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2632
              <property name="wrap">False</property>
 
2633
              <property name="selectable">False</property>
 
2634
              <property name="xalign">0</property>
 
2635
              <property name="yalign">0.5</property>
 
2636
              <property name="xpad">0</property>
 
2637
              <property name="ypad">0</property>
 
2638
            </widget>
 
2639
            <packing>
 
2640
              <property name="padding">0</property>
 
2641
              <property name="expand">False</property>
 
2642
              <property name="fill">False</property>
 
2643
            </packing>
 
2644
          </child>
 
2645
 
 
2646
          <child>
 
2647
            <placeholder/>
 
2648
          </child>
 
2649
        </widget>
 
2650
        <packing>
 
2651
          <property name="padding">0</property>
 
2652
          <property name="expand">True</property>
 
2653
          <property name="fill">True</property>
 
2654
        </packing>
 
2655
      </child>
 
2656
    </widget>
 
2657
  </child>
 
2658
</widget>
 
2659
 
 
2660
<widget class="GtkDialog" id="quit_dialog">
 
2661
  <property name="visible">True</property>
 
2662
  <property name="title" translatable="yes">Are you sure you want to quit?</property>
 
2663
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
2664
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
2665
  <property name="modal">False</property>
 
2666
  <property name="resizable">True</property>
 
2667
  <property name="destroy_with_parent">False</property>
 
2668
  <property name="decorated">True</property>
 
2669
  <property name="skip_taskbar_hint">False</property>
 
2670
  <property name="skip_pager_hint">False</property>
 
2671
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
2672
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
2673
  <property name="has_separator">True</property>
 
2674
 
 
2675
  <child internal-child="vbox">
 
2676
    <widget class="GtkVBox" id="dialog-vbox8">
 
2677
      <property name="visible">True</property>
 
2678
      <property name="homogeneous">False</property>
 
2679
      <property name="spacing">0</property>
 
2680
 
 
2681
      <child internal-child="action_area">
 
2682
        <widget class="GtkHButtonBox" id="dialog-action_area8">
 
2683
          <property name="visible">True</property>
 
2684
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
2685
 
 
2686
          <child>
 
2687
            <widget class="GtkButton" id="cancelbutton5">
 
2688
              <property name="visible">True</property>
 
2689
              <property name="can_default">True</property>
 
2690
              <property name="can_focus">True</property>
 
2691
              <property name="label">gtk-cancel</property>
 
2692
              <property name="use_stock">True</property>
 
2693
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2694
              <property name="focus_on_click">True</property>
 
2695
              <property name="response_id">-6</property>
 
2696
            </widget>
 
2697
          </child>
 
2698
 
 
2699
          <child>
 
2700
            <widget class="GtkButton" id="okbutton5">
 
2701
              <property name="visible">True</property>
 
2702
              <property name="can_default">True</property>
 
2703
              <property name="can_focus">True</property>
 
2704
              <property name="label">gtk-quit</property>
 
2705
              <property name="use_stock">True</property>
 
2706
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
2707
              <property name="focus_on_click">True</property>
 
2708
              <property name="response_id">-5</property>
 
2709
            </widget>
 
2710
          </child>
 
2711
        </widget>
 
2712
        <packing>
 
2713
          <property name="padding">0</property>
 
2714
          <property name="expand">False</property>
 
2715
          <property name="fill">True</property>
 
2716
          <property name="pack_type">GTK_PACK_END</property>
 
2717
        </packing>
 
2718
      </child>
 
2719
 
 
2720
      <child>
 
2721
        <widget class="GtkHBox" id="hbox7">
 
2722
          <property name="border_width">6</property>
 
2723
          <property name="visible">True</property>
 
2724
          <property name="homogeneous">False</property>
 
2725
          <property name="spacing">6</property>
 
2726
 
 
2727
          <child>
 
2728
            <widget class="GtkImage" id="image8">
 
2729
              <property name="visible">True</property>
 
2730
              <property name="stock">gtk-dialog-warning</property>
 
2731
              <property name="icon_size">6</property>
 
2732
              <property name="xalign">0.5</property>
 
2733
              <property name="yalign">0.5</property>
 
2734
              <property name="xpad">0</property>
 
2735
              <property name="ypad">0</property>
 
2736
            </widget>
 
2737
            <packing>
 
2738
              <property name="padding">0</property>
 
2739
              <property name="expand">False</property>
 
2740
              <property name="fill">True</property>
 
2741
            </packing>
 
2742
          </child>
 
2743
 
 
2744
          <child>
 
2745
            <widget class="GtkVBox" id="vbox8">
 
2746
              <property name="visible">True</property>
 
2747
              <property name="homogeneous">False</property>
 
2748
              <property name="spacing">6</property>
 
2749
 
 
2750
              <child>
 
2751
                <widget class="GtkLabel" id="label32">
 
2752
                  <property name="visible">True</property>
 
2753
                  <property name="label" translatable="yes">&lt;b&gt;&lt;big&gt;File has been modified - do you still want to quit?&lt;/big&gt;&lt;/b&gt;</property>
 
2754
                  <property name="use_underline">False</property>
 
2755
                  <property name="use_markup">True</property>
 
2756
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2757
                  <property name="wrap">True</property>
 
2758
                  <property name="selectable">False</property>
 
2759
                  <property name="xalign">0.5</property>
 
2760
                  <property name="yalign">0.5</property>
 
2761
                  <property name="xpad">0</property>
 
2762
                  <property name="ypad">0</property>
 
2763
                </widget>
 
2764
                <packing>
 
2765
                  <property name="padding">0</property>
 
2766
                  <property name="expand">False</property>
 
2767
                  <property name="fill">False</property>
 
2768
                </packing>
 
2769
              </child>
 
2770
 
 
2771
              <child>
 
2772
                <widget class="GtkLabel" id="label33">
 
2773
                  <property name="visible">True</property>
 
2774
                  <property name="label" translatable="yes">If you quit all changes made to the file will be lost.</property>
 
2775
                  <property name="use_underline">False</property>
 
2776
                  <property name="use_markup">False</property>
 
2777
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
 
2778
                  <property name="wrap">True</property>
 
2779
                  <property name="selectable">False</property>
 
2780
                  <property name="xalign">0.5</property>
 
2781
                  <property name="yalign">0.5</property>
 
2782
                  <property name="xpad">0</property>
 
2783
                  <property name="ypad">0</property>
 
2784
                </widget>
 
2785
                <packing>
 
2786
                  <property name="padding">0</property>
 
2787
                  <property name="expand">False</property>
 
2788
                  <property name="fill">False</property>
 
2789
                </packing>
 
2790
              </child>
 
2791
            </widget>
 
2792
            <packing>
 
2793
              <property name="padding">0</property>
 
2794
              <property name="expand">True</property>
 
2795
              <property name="fill">True</property>
 
2796
            </packing>
 
2797
          </child>
 
2798
        </widget>
 
2799
        <packing>
 
2800
          <property name="padding">0</property>
 
2801
          <property name="expand">True</property>
 
2802
          <property name="fill">True</property>
 
2803
        </packing>
 
2804
      </child>
 
2805
    </widget>
 
2806
  </child>
 
2807
</widget>
 
2808
 
 
2809
</glade-interface>