ig3tool 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. data/bin/ig3tool +114 -0
  2. data/lib/glade/bib.glade +539 -0
  3. data/lib/glade/bibliotheek.glade +994 -0
  4. data/lib/glade/icons/cola.png +0 -0
  5. data/lib/glade/icons/emblem-money.png +0 -0
  6. data/lib/glade/icons/emblem-package.png +0 -0
  7. data/lib/glade/icons/emblem-penning.xpm +98 -0
  8. data/lib/glade/icons/emblem-people.png +0 -0
  9. data/lib/glade/icons/emblem-sales.png +0 -0
  10. data/lib/glade/icons/gdict.png +0 -0
  11. data/lib/glade/icons/members_klein.png +0 -0
  12. data/lib/glade/icons/members_xklein.png +0 -0
  13. data/lib/glade/icons/no.xpm +34 -0
  14. data/lib/glade/icons/stock_book.svg +338 -0
  15. data/lib/glade/icons/stock_book_klein.png +0 -0
  16. data/lib/glade/icons/stock_book_xklein.png +0 -0
  17. data/lib/glade/icons/stock_bookmark.svg +327 -0
  18. data/lib/glade/icons/stock_bookmark_klein.png +0 -0
  19. data/lib/glade/icons/stock_bookmark_xklein.png +0 -0
  20. data/lib/glade/icons/stock_print.png +0 -0
  21. data/lib/glade/interne.glade +228 -0
  22. data/lib/glade/loginwindow.glade +255 -0
  23. data/lib/glade/memberinfo.svg +411 -0
  24. data/lib/glade/memberinfo_klein.png +0 -0
  25. data/lib/glade/memberinfo_xklein.png +0 -0
  26. data/lib/glade/members.glade +596 -0
  27. data/lib/glade/members.svg +559 -0
  28. data/lib/glade/members_klein.png +0 -0
  29. data/lib/glade/members_xklein.png +0 -0
  30. data/lib/glade/penningtool.glade +731 -0
  31. data/lib/glade/people.glade +947 -0
  32. data/lib/glade/printen.glade +358 -0
  33. data/lib/glade/printer.png +0 -0
  34. data/lib/glade/printer_klein.png +0 -0
  35. data/lib/glade/printer_xklein.png +0 -0
  36. data/lib/glade/printerlog_klein.png +0 -0
  37. data/lib/glade/printerlog_xklein.png +0 -0
  38. data/lib/glade/printing.glade +841 -0
  39. data/lib/glade/products.glade +404 -0
  40. data/lib/glade/sales.glade +426 -0
  41. data/lib/glade/stock_book.svg +338 -0
  42. data/lib/glade/stock_book_klein.png +0 -0
  43. data/lib/glade/stock_book_xklein.png +0 -0
  44. data/lib/glade/stock_bookmark_klein.png +0 -0
  45. data/lib/glade/stock_bookmark_xklein.png +0 -0
  46. data/lib/glade/vendingmachine.glade +207 -0
  47. data/lib/lib/errors.rb +90 -0
  48. data/lib/lib/util.rb +89 -0
  49. data/lib/ui/automaatwindow.rb +107 -0
  50. data/lib/ui/bibliotheekwindow.rb +453 -0
  51. data/lib/ui/bibwindow.rb +537 -0
  52. data/lib/ui/gladehelper.rb +110 -0
  53. data/lib/ui/internewindow.rb +126 -0
  54. data/lib/ui/loginwindow.rb +60 -0
  55. data/lib/ui/memberswindow.rb +327 -0
  56. data/lib/ui/messagebox.rb +23 -0
  57. data/lib/ui/peoplewindow.rb +333 -0
  58. data/lib/ui/printenwindow.rb +329 -0
  59. data/lib/ui/printingwindow.rb +395 -0
  60. data/lib/ui/productswindow.rb +160 -0
  61. data/lib/ui/saleswindow.rb +207 -0
  62. data/lib/ui/toolwindow.rb +97 -0
  63. metadata +128 -0
@@ -0,0 +1,596 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
+ <!--*- mode: xml -*-->
4
+ <glade-interface>
5
+ <widget class="GtkWindow" id="window">
6
+ <property name="visible">True</property>
7
+ <property name="can_focus">True</property>
8
+ <property name="title" translatable="yes">Leden</property>
9
+ <property name="default_width">600</property>
10
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
11
+ <child>
12
+ <widget class="GtkVBox" id="vbox1">
13
+ <property name="visible">True</property>
14
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
15
+ <child>
16
+ <widget class="GtkHPaned" id="hpaned1">
17
+ <property name="visible">True</property>
18
+ <property name="can_focus">True</property>
19
+ <child>
20
+ <widget class="GtkVBox" id="vbox1">
21
+ <property name="visible">True</property>
22
+ <property name="border_width">6</property>
23
+ <property name="spacing">6</property>
24
+ <child>
25
+ <widget class="GtkComboBox" id="query">
26
+ <property name="visible">True</property>
27
+ <property name="items" translatable="yes">Iedereen
28
+ Debuggers
29
+ Ereleden
30
+ Alle leden
31
+ Niet-leden</property>
32
+ <signal name="changed" handler="query_changed"/>
33
+ </widget>
34
+ <packing>
35
+ <property name="expand">False</property>
36
+ </packing>
37
+ </child>
38
+ <child>
39
+ <widget class="GtkScrolledWindow" id="scrolled">
40
+ <property name="visible">True</property>
41
+ <property name="can_focus">True</property>
42
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
43
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
44
+ <property name="shadow_type">GTK_SHADOW_IN</property>
45
+ <child>
46
+ <widget class="GtkTreeView" id="people_view">
47
+ <property name="width_request">175</property>
48
+ <property name="visible">True</property>
49
+ <property name="can_focus">True</property>
50
+ <property name="headers_clickable">True</property>
51
+ <property name="reorderable">True</property>
52
+ <property name="rules_hint">True</property>
53
+ <signal name="button_press_event" handler="people_button_press_event"/>
54
+ <signal name="focus_in_event" handler="focus-changed"/>
55
+ <signal name="row_activated" handler="people_view_row_activated"/>
56
+ </widget>
57
+ </child>
58
+ </widget>
59
+ <packing>
60
+ <property name="position">1</property>
61
+ </packing>
62
+ </child>
63
+ <child>
64
+ <widget class="GtkButton" id="new">
65
+ <property name="visible">True</property>
66
+ <property name="can_focus">True</property>
67
+ <property name="label">gtk-new</property>
68
+ <property name="use_stock">True</property>
69
+ <property name="response_id">0</property>
70
+ <signal name="focus_in_event" handler="focus-changed"/>
71
+ <signal name="clicked" handler="new_clicked"/>
72
+ </widget>
73
+ <packing>
74
+ <property name="expand">False</property>
75
+ <property name="fill">False</property>
76
+ <property name="position">2</property>
77
+ </packing>
78
+ </child>
79
+ </widget>
80
+ <packing>
81
+ <property name="resize">False</property>
82
+ <property name="shrink">False</property>
83
+ </packing>
84
+ </child>
85
+ <child>
86
+ <widget class="GtkVBox" id="vbox2">
87
+ <property name="visible">True</property>
88
+ <child>
89
+ <widget class="GtkVBox" id="vbox5">
90
+ <property name="visible">True</property>
91
+ <property name="border_width">6</property>
92
+ <child>
93
+ <widget class="GtkLabel" id="label19">
94
+ <property name="visible">True</property>
95
+ <property name="xalign">0</property>
96
+ <property name="label" translatable="yes">&lt;b&gt;Algemeen&lt;/b&gt;</property>
97
+ <property name="use_markup">True</property>
98
+ </widget>
99
+ <packing>
100
+ <property name="expand">False</property>
101
+ <property name="fill">False</property>
102
+ </packing>
103
+ </child>
104
+ <child>
105
+ <widget class="GtkAlignment" id="alignment3">
106
+ <property name="visible">True</property>
107
+ <property name="left_padding">12</property>
108
+ <child>
109
+ <widget class="GtkTable" id="table">
110
+ <property name="visible">True</property>
111
+ <property name="n_rows">9</property>
112
+ <property name="n_columns">2</property>
113
+ <property name="column_spacing">12</property>
114
+ <property name="row_spacing">6</property>
115
+ <child>
116
+ <widget class="GtkImage" id="image">
117
+ <property name="visible">True</property>
118
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
119
+ <property name="stock">gtk-orientation-portrait</property>
120
+ <signal name="button_release_event" handler="image_button_release_event"/>
121
+ </widget>
122
+ <packing>
123
+ <property name="top_attach">6</property>
124
+ <property name="bottom_attach">7</property>
125
+ </packing>
126
+ </child>
127
+ <child>
128
+ <widget class="GtkEntry" id="first_name">
129
+ <property name="visible">True</property>
130
+ <property name="can_focus">True</property>
131
+ <property name="invisible_char">*</property>
132
+ <signal name="focus_in_event" handler="focus-changed"/>
133
+ <signal name="activate" handler="entry_activate"/>
134
+ </widget>
135
+ <packing>
136
+ <property name="left_attach">1</property>
137
+ <property name="right_attach">2</property>
138
+ <property name="top_attach">1</property>
139
+ <property name="bottom_attach">2</property>
140
+ <property name="y_options"></property>
141
+ </packing>
142
+ </child>
143
+ <child>
144
+ <widget class="GtkLabel" id="slabel1">
145
+ <property name="visible">True</property>
146
+ <property name="xalign">0</property>
147
+ <property name="label" translatable="yes">Voornaam:</property>
148
+ </widget>
149
+ <packing>
150
+ <property name="top_attach">1</property>
151
+ <property name="bottom_attach">2</property>
152
+ <property name="x_options">GTK_FILL</property>
153
+ <property name="y_options"></property>
154
+ </packing>
155
+ </child>
156
+ <child>
157
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
158
+ <property name="visible">True</property>
159
+ <property name="can_focus">True</property>
160
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
161
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
162
+ <property name="shadow_type">GTK_SHADOW_IN</property>
163
+ <child>
164
+ <widget class="GtkTextView" id="address">
165
+ <property name="visible">True</property>
166
+ <property name="can_focus">True</property>
167
+ <property name="accepts_tab">False</property>
168
+ <signal name="focus_in_event" handler="focus-changed"/>
169
+ </widget>
170
+ </child>
171
+ </widget>
172
+ <packing>
173
+ <property name="left_attach">1</property>
174
+ <property name="right_attach">2</property>
175
+ <property name="top_attach">5</property>
176
+ <property name="bottom_attach">7</property>
177
+ <property name="x_options">GTK_FILL</property>
178
+ <property name="y_options">GTK_FILL</property>
179
+ </packing>
180
+ </child>
181
+ <child>
182
+ <widget class="GtkEntry" id="phone">
183
+ <property name="visible">True</property>
184
+ <property name="can_focus">True</property>
185
+ <property name="invisible_char">*</property>
186
+ <signal name="focus_in_event" handler="focus-changed"/>
187
+ <signal name="activate" handler="entry_activate"/>
188
+ </widget>
189
+ <packing>
190
+ <property name="left_attach">1</property>
191
+ <property name="right_attach">2</property>
192
+ <property name="top_attach">7</property>
193
+ <property name="bottom_attach">8</property>
194
+ <property name="y_options"></property>
195
+ </packing>
196
+ </child>
197
+ <child>
198
+ <widget class="GtkEntry" id="gsm">
199
+ <property name="visible">True</property>
200
+ <property name="can_focus">True</property>
201
+ <property name="invisible_char">*</property>
202
+ <signal name="focus_in_event" handler="focus-changed"/>
203
+ <signal name="activate" handler="entry_activate"/>
204
+ </widget>
205
+ <packing>
206
+ <property name="left_attach">1</property>
207
+ <property name="right_attach">2</property>
208
+ <property name="top_attach">8</property>
209
+ <property name="bottom_attach">9</property>
210
+ <property name="y_options"></property>
211
+ </packing>
212
+ </child>
213
+ <child>
214
+ <widget class="GtkLabel" id="slabel8">
215
+ <property name="visible">True</property>
216
+ <property name="xalign">0</property>
217
+ <property name="label" translatable="yes">GSM:</property>
218
+ </widget>
219
+ <packing>
220
+ <property name="top_attach">8</property>
221
+ <property name="bottom_attach">9</property>
222
+ <property name="x_options">GTK_FILL</property>
223
+ <property name="y_options"></property>
224
+ </packing>
225
+ </child>
226
+ <child>
227
+ <widget class="GtkLabel" id="slabel7">
228
+ <property name="visible">True</property>
229
+ <property name="xalign">0</property>
230
+ <property name="label" translatable="yes">Telefoon:</property>
231
+ </widget>
232
+ <packing>
233
+ <property name="top_attach">7</property>
234
+ <property name="bottom_attach">8</property>
235
+ <property name="x_options">GTK_FILL</property>
236
+ <property name="y_options"></property>
237
+ </packing>
238
+ </child>
239
+ <child>
240
+ <widget class="GtkLabel" id="slabel6">
241
+ <property name="visible">True</property>
242
+ <property name="xalign">0</property>
243
+ <property name="label" translatable="yes">Adres:</property>
244
+ </widget>
245
+ <packing>
246
+ <property name="top_attach">5</property>
247
+ <property name="bottom_attach">6</property>
248
+ <property name="x_options">GTK_FILL</property>
249
+ <property name="y_options"></property>
250
+ </packing>
251
+ </child>
252
+ <child>
253
+ <widget class="GtkEntry" id="email">
254
+ <property name="visible">True</property>
255
+ <property name="can_focus">True</property>
256
+ <property name="invisible_char">*</property>
257
+ <signal name="focus_in_event" handler="focus-changed"/>
258
+ <signal name="activate" handler="entry_activate"/>
259
+ </widget>
260
+ <packing>
261
+ <property name="left_attach">1</property>
262
+ <property name="right_attach">2</property>
263
+ <property name="top_attach">4</property>
264
+ <property name="bottom_attach">5</property>
265
+ <property name="y_options"></property>
266
+ </packing>
267
+ </child>
268
+ <child>
269
+ <widget class="GtkEntry" id="username">
270
+ <property name="visible">True</property>
271
+ <property name="can_focus">True</property>
272
+ <property name="invisible_char">*</property>
273
+ <signal name="focus_in_event" handler="focus-changed"/>
274
+ <signal name="activate" handler="entry_activate"/>
275
+ </widget>
276
+ <packing>
277
+ <property name="left_attach">1</property>
278
+ <property name="right_attach">2</property>
279
+ <property name="top_attach">3</property>
280
+ <property name="bottom_attach">4</property>
281
+ <property name="y_options"></property>
282
+ </packing>
283
+ </child>
284
+ <child>
285
+ <widget class="GtkEntry" id="rolnr">
286
+ <property name="visible">True</property>
287
+ <property name="can_focus">True</property>
288
+ <property name="invisible_char">*</property>
289
+ <signal name="focus_in_event" handler="focus-changed"/>
290
+ <signal name="activate" handler="entry_activate"/>
291
+ </widget>
292
+ <packing>
293
+ <property name="left_attach">1</property>
294
+ <property name="right_attach">2</property>
295
+ <property name="top_attach">2</property>
296
+ <property name="bottom_attach">3</property>
297
+ <property name="y_options"></property>
298
+ </packing>
299
+ </child>
300
+ <child>
301
+ <widget class="GtkEntry" id="last_name">
302
+ <property name="visible">True</property>
303
+ <property name="can_focus">True</property>
304
+ <property name="invisible_char">*</property>
305
+ <signal name="focus_in_event" handler="focus-changed"/>
306
+ <signal name="activate" handler="entry_activate"/>
307
+ </widget>
308
+ <packing>
309
+ <property name="left_attach">1</property>
310
+ <property name="right_attach">2</property>
311
+ <property name="y_options"></property>
312
+ </packing>
313
+ </child>
314
+ <child>
315
+ <widget class="GtkLabel" id="slabel5">
316
+ <property name="visible">True</property>
317
+ <property name="xalign">0</property>
318
+ <property name="label" translatable="yes">Email:</property>
319
+ </widget>
320
+ <packing>
321
+ <property name="top_attach">4</property>
322
+ <property name="bottom_attach">5</property>
323
+ <property name="x_options">GTK_FILL</property>
324
+ <property name="y_options"></property>
325
+ </packing>
326
+ </child>
327
+ <child>
328
+ <widget class="GtkLabel" id="slabel4">
329
+ <property name="visible">True</property>
330
+ <property name="xalign">0</property>
331
+ <property name="label" translatable="yes">Username:</property>
332
+ </widget>
333
+ <packing>
334
+ <property name="top_attach">3</property>
335
+ <property name="bottom_attach">4</property>
336
+ <property name="x_options">GTK_FILL</property>
337
+ <property name="y_options"></property>
338
+ </packing>
339
+ </child>
340
+ <child>
341
+ <widget class="GtkLabel" id="slabel3">
342
+ <property name="visible">True</property>
343
+ <property name="xalign">0</property>
344
+ <property name="label" translatable="yes">Rolnummer:</property>
345
+ </widget>
346
+ <packing>
347
+ <property name="top_attach">2</property>
348
+ <property name="bottom_attach">3</property>
349
+ <property name="x_options">GTK_FILL</property>
350
+ <property name="y_options"></property>
351
+ </packing>
352
+ </child>
353
+ <child>
354
+ <widget class="GtkLabel" id="slabel2">
355
+ <property name="visible">True</property>
356
+ <property name="xalign">0</property>
357
+ <property name="label" translatable="yes">Achternaam:</property>
358
+ </widget>
359
+ <packing>
360
+ <property name="x_options">GTK_FILL</property>
361
+ <property name="y_options"></property>
362
+ </packing>
363
+ </child>
364
+ </widget>
365
+ </child>
366
+ </widget>
367
+ <packing>
368
+ <property name="position">1</property>
369
+ </packing>
370
+ </child>
371
+ </widget>
372
+ <packing>
373
+ <property name="expand">False</property>
374
+ </packing>
375
+ </child>
376
+ <child>
377
+ <widget class="GtkVBox" id="vbox3">
378
+ <property name="visible">True</property>
379
+ <property name="border_width">6</property>
380
+ <child>
381
+ <widget class="GtkLabel" id="label15">
382
+ <property name="visible">True</property>
383
+ <property name="xalign">0</property>
384
+ <property name="label" translatable="yes">&lt;b&gt;Dit jaar&lt;/b&gt;</property>
385
+ <property name="use_markup">True</property>
386
+ </widget>
387
+ <packing>
388
+ <property name="expand">False</property>
389
+ <property name="fill">False</property>
390
+ </packing>
391
+ </child>
392
+ <child>
393
+ <widget class="GtkAlignment" id="alignment1">
394
+ <property name="visible">True</property>
395
+ <property name="left_padding">12</property>
396
+ <child>
397
+ <widget class="GtkTable" id="table1">
398
+ <property name="visible">True</property>
399
+ <property name="n_rows">2</property>
400
+ <property name="n_columns">2</property>
401
+ <property name="column_spacing">12</property>
402
+ <property name="row_spacing">6</property>
403
+ <child>
404
+ <widget class="GtkEntry" id="memberid">
405
+ <property name="visible">True</property>
406
+ <property name="can_focus">True</property>
407
+ <property name="invisible_char">*</property>
408
+ <signal name="focus_in_event" handler="focus-changed"/>
409
+ </widget>
410
+ <packing>
411
+ <property name="left_attach">1</property>
412
+ <property name="right_attach">2</property>
413
+ <property name="top_attach">1</property>
414
+ <property name="bottom_attach">2</property>
415
+ <property name="y_options"></property>
416
+ </packing>
417
+ </child>
418
+ <child>
419
+ <widget class="GtkComboBox" id="status">
420
+ <property name="visible">True</property>
421
+ <property name="items" translatable="yes"></property>
422
+ <signal name="changed" handler="status_changed"/>
423
+ <signal name="focus_in_event" handler="focus-changed"/>
424
+ </widget>
425
+ <packing>
426
+ <property name="left_attach">1</property>
427
+ <property name="right_attach">2</property>
428
+ <property name="y_options">GTK_FILL</property>
429
+ </packing>
430
+ </child>
431
+ <child>
432
+ <widget class="GtkLabel" id="slabel_memberid">
433
+ <property name="visible">True</property>
434
+ <property name="xalign">0</property>
435
+ <property name="label" translatable="yes">Lidnummer:</property>
436
+ </widget>
437
+ <packing>
438
+ <property name="top_attach">1</property>
439
+ <property name="bottom_attach">2</property>
440
+ <property name="x_options">GTK_FILL</property>
441
+ <property name="y_options"></property>
442
+ </packing>
443
+ </child>
444
+ <child>
445
+ <widget class="GtkLabel" id="slabel10">
446
+ <property name="visible">True</property>
447
+ <property name="xalign">0</property>
448
+ <property name="label" translatable="yes">Status:</property>
449
+ </widget>
450
+ <packing>
451
+ <property name="x_options">GTK_FILL</property>
452
+ <property name="y_options"></property>
453
+ </packing>
454
+ </child>
455
+ </widget>
456
+ </child>
457
+ </widget>
458
+ <packing>
459
+ <property name="position">1</property>
460
+ </packing>
461
+ </child>
462
+ </widget>
463
+ <packing>
464
+ <property name="expand">False</property>
465
+ <property name="position">1</property>
466
+ </packing>
467
+ </child>
468
+ <child>
469
+ <widget class="GtkVBox" id="vbox4">
470
+ <property name="visible">True</property>
471
+ <property name="border_width">6</property>
472
+ <property name="spacing">6</property>
473
+ <child>
474
+ <widget class="GtkLabel" id="label16">
475
+ <property name="visible">True</property>
476
+ <property name="xalign">0</property>
477
+ <property name="label" translatable="yes">&lt;b&gt;Vorige jaren&lt;/b&gt;</property>
478
+ <property name="use_markup">True</property>
479
+ </widget>
480
+ <packing>
481
+ <property name="expand">False</property>
482
+ <property name="fill">False</property>
483
+ </packing>
484
+ </child>
485
+ <child>
486
+ <widget class="GtkAlignment" id="alignment2">
487
+ <property name="visible">True</property>
488
+ <property name="left_padding">12</property>
489
+ <child>
490
+ <widget class="GtkScrolledWindow" id="scrolledwindow2">
491
+ <property name="visible">True</property>
492
+ <property name="can_focus">True</property>
493
+ <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
494
+ <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
495
+ <property name="shadow_type">GTK_SHADOW_IN</property>
496
+ <child>
497
+ <widget class="GtkTreeView" id="past_view">
498
+ <property name="visible">True</property>
499
+ <property name="can_focus">True</property>
500
+ <property name="headers_clickable">True</property>
501
+ <property name="reorderable">True</property>
502
+ <property name="rules_hint">True</property>
503
+ <signal name="focus_in_event" handler="focus-changed"/>
504
+ </widget>
505
+ </child>
506
+ </widget>
507
+ </child>
508
+ </widget>
509
+ <packing>
510
+ <property name="position">1</property>
511
+ </packing>
512
+ </child>
513
+ </widget>
514
+ <packing>
515
+ <property name="position">2</property>
516
+ </packing>
517
+ </child>
518
+ <child>
519
+ <widget class="GtkHButtonBox" id="hbuttonbox1">
520
+ <property name="visible">True</property>
521
+ <property name="border_width">6</property>
522
+ <property name="spacing">12</property>
523
+ <property name="layout_style">GTK_BUTTONBOX_END</property>
524
+ <child>
525
+ <widget class="GtkButton" id="delete">
526
+ <property name="visible">True</property>
527
+ <property name="can_focus">True</property>
528
+ <property name="receives_default">True</property>
529
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
530
+ <property name="label" translatable="yes">gtk-delete</property>
531
+ <property name="use_stock">True</property>
532
+ <property name="response_id">0</property>
533
+ <signal name="focus_in_event" handler="focus-changed"/>
534
+ <signal name="clicked" handler="delete_clicked"/>
535
+ </widget>
536
+ </child>
537
+ <child>
538
+ <widget class="GtkButton" id="lookup">
539
+ <property name="visible">True</property>
540
+ <property name="can_focus">True</property>
541
+ <property name="receives_default">True</property>
542
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
543
+ <property name="label" translatable="yes">gtk-find</property>
544
+ <property name="use_stock">True</property>
545
+ <property name="response_id">0</property>
546
+ <signal name="focus_in_event" handler="focus-changed"/>
547
+ <signal name="clicked" handler="lookup_clicked"/>
548
+ </widget>
549
+ <packing>
550
+ <property name="position">1</property>
551
+ </packing>
552
+ </child>
553
+ <child>
554
+ <widget class="GtkButton" id="ok">
555
+ <property name="visible">True</property>
556
+ <property name="can_focus">True</property>
557
+ <property name="can_default">True</property>
558
+ <property name="has_default">True</property>
559
+ <property name="label">gtk-save</property>
560
+ <property name="use_stock">True</property>
561
+ <property name="response_id">0</property>
562
+ <signal name="focus_in_event" handler="focus-changed"/>
563
+ <signal name="clicked" handler="ok_clicked"/>
564
+ </widget>
565
+ <packing>
566
+ <property name="position">2</property>
567
+ </packing>
568
+ </child>
569
+ </widget>
570
+ <packing>
571
+ <property name="expand">False</property>
572
+ <property name="pack_type">GTK_PACK_END</property>
573
+ <property name="position">3</property>
574
+ </packing>
575
+ </child>
576
+ </widget>
577
+ <packing>
578
+ <property name="resize">True</property>
579
+ <property name="shrink">False</property>
580
+ </packing>
581
+ </child>
582
+ </widget>
583
+ </child>
584
+ <child>
585
+ <widget class="GtkLabel" id="notification_label">
586
+ <property name="visible">True</property>
587
+ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
588
+ </widget>
589
+ <packing>
590
+ <property name="position">1</property>
591
+ </packing>
592
+ </child>
593
+ </widget>
594
+ </child>
595
+ </widget>
596
+ </glade-interface>