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.
- data/bin/ig3tool +114 -0
- data/lib/glade/bib.glade +539 -0
- data/lib/glade/bibliotheek.glade +994 -0
- data/lib/glade/icons/cola.png +0 -0
- data/lib/glade/icons/emblem-money.png +0 -0
- data/lib/glade/icons/emblem-package.png +0 -0
- data/lib/glade/icons/emblem-penning.xpm +98 -0
- data/lib/glade/icons/emblem-people.png +0 -0
- data/lib/glade/icons/emblem-sales.png +0 -0
- data/lib/glade/icons/gdict.png +0 -0
- data/lib/glade/icons/members_klein.png +0 -0
- data/lib/glade/icons/members_xklein.png +0 -0
- data/lib/glade/icons/no.xpm +34 -0
- data/lib/glade/icons/stock_book.svg +338 -0
- data/lib/glade/icons/stock_book_klein.png +0 -0
- data/lib/glade/icons/stock_book_xklein.png +0 -0
- data/lib/glade/icons/stock_bookmark.svg +327 -0
- data/lib/glade/icons/stock_bookmark_klein.png +0 -0
- data/lib/glade/icons/stock_bookmark_xklein.png +0 -0
- data/lib/glade/icons/stock_print.png +0 -0
- data/lib/glade/interne.glade +228 -0
- data/lib/glade/loginwindow.glade +255 -0
- data/lib/glade/memberinfo.svg +411 -0
- data/lib/glade/memberinfo_klein.png +0 -0
- data/lib/glade/memberinfo_xklein.png +0 -0
- data/lib/glade/members.glade +596 -0
- data/lib/glade/members.svg +559 -0
- data/lib/glade/members_klein.png +0 -0
- data/lib/glade/members_xklein.png +0 -0
- data/lib/glade/penningtool.glade +731 -0
- data/lib/glade/people.glade +947 -0
- data/lib/glade/printen.glade +358 -0
- data/lib/glade/printer.png +0 -0
- data/lib/glade/printer_klein.png +0 -0
- data/lib/glade/printer_xklein.png +0 -0
- data/lib/glade/printerlog_klein.png +0 -0
- data/lib/glade/printerlog_xklein.png +0 -0
- data/lib/glade/printing.glade +841 -0
- data/lib/glade/products.glade +404 -0
- data/lib/glade/sales.glade +426 -0
- data/lib/glade/stock_book.svg +338 -0
- data/lib/glade/stock_book_klein.png +0 -0
- data/lib/glade/stock_book_xklein.png +0 -0
- data/lib/glade/stock_bookmark_klein.png +0 -0
- data/lib/glade/stock_bookmark_xklein.png +0 -0
- data/lib/glade/vendingmachine.glade +207 -0
- data/lib/lib/errors.rb +90 -0
- data/lib/lib/util.rb +89 -0
- data/lib/ui/automaatwindow.rb +107 -0
- data/lib/ui/bibliotheekwindow.rb +453 -0
- data/lib/ui/bibwindow.rb +537 -0
- data/lib/ui/gladehelper.rb +110 -0
- data/lib/ui/internewindow.rb +126 -0
- data/lib/ui/loginwindow.rb +60 -0
- data/lib/ui/memberswindow.rb +327 -0
- data/lib/ui/messagebox.rb +23 -0
- data/lib/ui/peoplewindow.rb +333 -0
- data/lib/ui/printenwindow.rb +329 -0
- data/lib/ui/printingwindow.rb +395 -0
- data/lib/ui/productswindow.rb +160 -0
- data/lib/ui/saleswindow.rb +207 -0
- data/lib/ui/toolwindow.rb +97 -0
- metadata +128 -0
@@ -0,0 +1,994 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
3
|
+
<!--Generated with glade3 3.2.2 on Wed Dec 26 18:11:10 2007 by bomma@caroline-->
|
4
|
+
<glade-interface>
|
5
|
+
<widget class="GtkWindow" id="window">
|
6
|
+
<property name="width_request">600</property>
|
7
|
+
<property name="height_request">700</property>
|
8
|
+
<property name="visible">True</property>
|
9
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
10
|
+
<property name="border_width">5</property>
|
11
|
+
<property name="title" translatable="yes">ig3tool - bibtool</property>
|
12
|
+
<property name="default_height">500</property>
|
13
|
+
<property name="icon">stock_book_klein.png</property>
|
14
|
+
<property name="icon_name">bibicon</property>
|
15
|
+
<property name="gravity">GDK_GRAVITY_CENTER</property>
|
16
|
+
<child>
|
17
|
+
<widget class="GtkAlignment" id="alignment1">
|
18
|
+
<property name="visible">True</property>
|
19
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
20
|
+
<property name="border_width">5</property>
|
21
|
+
<child>
|
22
|
+
<widget class="GtkNotebook" id="tabs">
|
23
|
+
<property name="visible">True</property>
|
24
|
+
<property name="can_focus">True</property>
|
25
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
26
|
+
<property name="tab_pos">GTK_POS_RIGHT</property>
|
27
|
+
<property name="tab_hborder">4</property>
|
28
|
+
<signal name="switch_page" handler="tabfocus"/>
|
29
|
+
<child>
|
30
|
+
<widget class="GtkAlignment" id="alignment1">
|
31
|
+
<property name="visible">True</property>
|
32
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
33
|
+
<property name="bottom_padding">5</property>
|
34
|
+
<property name="left_padding">5</property>
|
35
|
+
<property name="right_padding">5</property>
|
36
|
+
<child>
|
37
|
+
<widget class="GtkFrame" id="credits">
|
38
|
+
<property name="visible">True</property>
|
39
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
40
|
+
<property name="border_width">1</property>
|
41
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
42
|
+
<child>
|
43
|
+
<widget class="GtkAlignment" id="alignment3">
|
44
|
+
<property name="visible">True</property>
|
45
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
46
|
+
<property name="top_padding">10</property>
|
47
|
+
<property name="bottom_padding">10</property>
|
48
|
+
<property name="left_padding">5</property>
|
49
|
+
<property name="right_padding">5</property>
|
50
|
+
<child>
|
51
|
+
<widget class="GtkVBox" id="vbox1">
|
52
|
+
<property name="visible">True</property>
|
53
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
54
|
+
<child>
|
55
|
+
<widget class="GtkAlignment" id="alignment5">
|
56
|
+
<property name="visible">True</property>
|
57
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
58
|
+
<property name="bottom_padding">10</property>
|
59
|
+
<child>
|
60
|
+
<widget class="GtkHBox" id="veldjes">
|
61
|
+
<property name="visible">True</property>
|
62
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
63
|
+
<child>
|
64
|
+
<widget class="GtkAlignment" id="alignment7">
|
65
|
+
<property name="visible">True</property>
|
66
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
67
|
+
<child>
|
68
|
+
<widget class="GtkVBox" id="vbox3">
|
69
|
+
<property name="visible">True</property>
|
70
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
71
|
+
<property name="spacing">5</property>
|
72
|
+
<child>
|
73
|
+
<widget class="GtkLabel" id="label2">
|
74
|
+
<property name="visible">True</property>
|
75
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
76
|
+
<property name="xalign">1</property>
|
77
|
+
<property name="xpad">10</property>
|
78
|
+
<property name="label" translatable="yes">isbn:</property>
|
79
|
+
</widget>
|
80
|
+
</child>
|
81
|
+
<child>
|
82
|
+
<widget class="GtkLabel" id="label3">
|
83
|
+
<property name="visible">True</property>
|
84
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
85
|
+
<property name="xalign">1</property>
|
86
|
+
<property name="xpad">10</property>
|
87
|
+
<property name="label" translatable="yes">titel:</property>
|
88
|
+
</widget>
|
89
|
+
<packing>
|
90
|
+
<property name="position">1</property>
|
91
|
+
</packing>
|
92
|
+
</child>
|
93
|
+
<child>
|
94
|
+
<widget class="GtkLabel" id="label4">
|
95
|
+
<property name="visible">True</property>
|
96
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
97
|
+
<property name="xalign">1</property>
|
98
|
+
<property name="xpad">10</property>
|
99
|
+
<property name="label" translatable="yes">author(s):</property>
|
100
|
+
</widget>
|
101
|
+
<packing>
|
102
|
+
<property name="position">2</property>
|
103
|
+
</packing>
|
104
|
+
</child>
|
105
|
+
<child>
|
106
|
+
<widget class="GtkLabel" id="label5">
|
107
|
+
<property name="visible">True</property>
|
108
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
109
|
+
<property name="xalign">1</property>
|
110
|
+
<property name="xpad">10</property>
|
111
|
+
<property name="label" translatable="yes">publisher:</property>
|
112
|
+
</widget>
|
113
|
+
<packing>
|
114
|
+
<property name="position">3</property>
|
115
|
+
</packing>
|
116
|
+
</child>
|
117
|
+
<child>
|
118
|
+
<widget class="GtkLabel" id="label6">
|
119
|
+
<property name="visible">True</property>
|
120
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
121
|
+
<property name="xalign">1</property>
|
122
|
+
<property name="xpad">10</property>
|
123
|
+
<property name="label" translatable="yes">date:</property>
|
124
|
+
</widget>
|
125
|
+
<packing>
|
126
|
+
<property name="position">4</property>
|
127
|
+
</packing>
|
128
|
+
</child>
|
129
|
+
<child>
|
130
|
+
<widget class="GtkLabel" id="label9">
|
131
|
+
<property name="visible">True</property>
|
132
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
133
|
+
<property name="xalign">1</property>
|
134
|
+
<property name="xpad">10</property>
|
135
|
+
<property name="label" translatable="yes">section:</property>
|
136
|
+
</widget>
|
137
|
+
<packing>
|
138
|
+
<property name="position">5</property>
|
139
|
+
</packing>
|
140
|
+
</child>
|
141
|
+
<child>
|
142
|
+
<widget class="GtkLabel" id="label10">
|
143
|
+
<property name="visible">True</property>
|
144
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
145
|
+
<property name="xalign">1</property>
|
146
|
+
<property name="xpad">10</property>
|
147
|
+
<property name="label" translatable="yes">copies:</property>
|
148
|
+
</widget>
|
149
|
+
<packing>
|
150
|
+
<property name="position">6</property>
|
151
|
+
</packing>
|
152
|
+
</child>
|
153
|
+
</widget>
|
154
|
+
</child>
|
155
|
+
</widget>
|
156
|
+
<packing>
|
157
|
+
<property name="expand">False</property>
|
158
|
+
</packing>
|
159
|
+
</child>
|
160
|
+
<child>
|
161
|
+
<widget class="GtkAlignment" id="alignment10">
|
162
|
+
<property name="visible">True</property>
|
163
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
164
|
+
<child>
|
165
|
+
<widget class="GtkVBox" id="vbox4">
|
166
|
+
<property name="visible">True</property>
|
167
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
168
|
+
<property name="spacing">5</property>
|
169
|
+
<child>
|
170
|
+
<widget class="GtkEntry" id="books_isbn">
|
171
|
+
<property name="visible">True</property>
|
172
|
+
<property name="can_focus">True</property>
|
173
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
174
|
+
<signal name="delete_text" handler="isbn_ins"/>
|
175
|
+
<signal name="insert_text" handler="isbn_del"/>
|
176
|
+
<signal name="activate" handler="books_find"/>
|
177
|
+
</widget>
|
178
|
+
</child>
|
179
|
+
<child>
|
180
|
+
<widget class="GtkEntry" id="books_title">
|
181
|
+
<property name="visible">True</property>
|
182
|
+
<property name="can_focus">True</property>
|
183
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
184
|
+
</widget>
|
185
|
+
<packing>
|
186
|
+
<property name="position">1</property>
|
187
|
+
</packing>
|
188
|
+
</child>
|
189
|
+
<child>
|
190
|
+
<widget class="GtkEntry" id="books_author">
|
191
|
+
<property name="visible">True</property>
|
192
|
+
<property name="can_focus">True</property>
|
193
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
194
|
+
</widget>
|
195
|
+
<packing>
|
196
|
+
<property name="position">2</property>
|
197
|
+
</packing>
|
198
|
+
</child>
|
199
|
+
<child>
|
200
|
+
<widget class="GtkEntry" id="books_publisher">
|
201
|
+
<property name="visible">True</property>
|
202
|
+
<property name="can_focus">True</property>
|
203
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
204
|
+
</widget>
|
205
|
+
<packing>
|
206
|
+
<property name="position">3</property>
|
207
|
+
</packing>
|
208
|
+
</child>
|
209
|
+
<child>
|
210
|
+
<widget class="GtkEntry" id="books_year">
|
211
|
+
<property name="visible">True</property>
|
212
|
+
<property name="can_focus">True</property>
|
213
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
214
|
+
</widget>
|
215
|
+
<packing>
|
216
|
+
<property name="position">4</property>
|
217
|
+
</packing>
|
218
|
+
</child>
|
219
|
+
<child>
|
220
|
+
<widget class="GtkComboBox" id="books_section">
|
221
|
+
<property name="visible">True</property>
|
222
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
223
|
+
<signal name="changed" handler="select_section"/>
|
224
|
+
</widget>
|
225
|
+
<packing>
|
226
|
+
<property name="position">5</property>
|
227
|
+
</packing>
|
228
|
+
</child>
|
229
|
+
<child>
|
230
|
+
<widget class="GtkEntry" id="books_copies">
|
231
|
+
<property name="visible">True</property>
|
232
|
+
<property name="can_focus">True</property>
|
233
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
234
|
+
</widget>
|
235
|
+
<packing>
|
236
|
+
<property name="position">6</property>
|
237
|
+
</packing>
|
238
|
+
</child>
|
239
|
+
</widget>
|
240
|
+
</child>
|
241
|
+
</widget>
|
242
|
+
<packing>
|
243
|
+
<property name="position">1</property>
|
244
|
+
</packing>
|
245
|
+
</child>
|
246
|
+
</widget>
|
247
|
+
</child>
|
248
|
+
</widget>
|
249
|
+
<packing>
|
250
|
+
<property name="expand">False</property>
|
251
|
+
</packing>
|
252
|
+
</child>
|
253
|
+
<child>
|
254
|
+
<widget class="GtkAlignment" id="alignment6">
|
255
|
+
<property name="visible">True</property>
|
256
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
257
|
+
<property name="xalign">1</property>
|
258
|
+
<property name="top_padding">10</property>
|
259
|
+
<property name="bottom_padding">10</property>
|
260
|
+
<child>
|
261
|
+
<widget class="GtkHButtonBox" id="hbuttonbox1">
|
262
|
+
<property name="visible">True</property>
|
263
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
264
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
265
|
+
<child>
|
266
|
+
<widget class="GtkButton" id="button1">
|
267
|
+
<property name="visible">True</property>
|
268
|
+
<property name="can_focus">True</property>
|
269
|
+
<property name="receives_default">True</property>
|
270
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
271
|
+
<property name="label" translatable="yes">gtk-find</property>
|
272
|
+
<property name="use_stock">True</property>
|
273
|
+
<property name="response_id">0</property>
|
274
|
+
<signal name="clicked" handler="books_find"/>
|
275
|
+
</widget>
|
276
|
+
</child>
|
277
|
+
<child>
|
278
|
+
<widget class="GtkButton" id="button2">
|
279
|
+
<property name="visible">True</property>
|
280
|
+
<property name="can_focus">True</property>
|
281
|
+
<property name="receives_default">True</property>
|
282
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
283
|
+
<property name="label" translatable="yes">gtk-save</property>
|
284
|
+
<property name="use_stock">True</property>
|
285
|
+
<property name="response_id">0</property>
|
286
|
+
<signal name="clicked" handler="books_save"/>
|
287
|
+
</widget>
|
288
|
+
<packing>
|
289
|
+
<property name="position">1</property>
|
290
|
+
</packing>
|
291
|
+
</child>
|
292
|
+
<child>
|
293
|
+
<widget class="GtkButton" id="button3">
|
294
|
+
<property name="visible">True</property>
|
295
|
+
<property name="can_focus">True</property>
|
296
|
+
<property name="receives_default">True</property>
|
297
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
298
|
+
<property name="label" translatable="yes">gtk-delete</property>
|
299
|
+
<property name="use_stock">True</property>
|
300
|
+
<property name="response_id">0</property>
|
301
|
+
<signal name="clicked" handler="books_delete"/>
|
302
|
+
</widget>
|
303
|
+
<packing>
|
304
|
+
<property name="position">2</property>
|
305
|
+
</packing>
|
306
|
+
</child>
|
307
|
+
<child>
|
308
|
+
<widget class="GtkButton" id="button5">
|
309
|
+
<property name="visible">True</property>
|
310
|
+
<property name="can_focus">True</property>
|
311
|
+
<property name="receives_default">True</property>
|
312
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
313
|
+
<property name="label" translatable="yes">gtk-cancel</property>
|
314
|
+
<property name="use_stock">True</property>
|
315
|
+
<property name="response_id">0</property>
|
316
|
+
<signal name="clicked" handler="books_clear"/>
|
317
|
+
</widget>
|
318
|
+
<packing>
|
319
|
+
<property name="position">3</property>
|
320
|
+
</packing>
|
321
|
+
</child>
|
322
|
+
</widget>
|
323
|
+
</child>
|
324
|
+
</widget>
|
325
|
+
<packing>
|
326
|
+
<property name="expand">False</property>
|
327
|
+
<property name="position">1</property>
|
328
|
+
</packing>
|
329
|
+
</child>
|
330
|
+
<child>
|
331
|
+
<widget class="GtkHSeparator" id="hseparator4">
|
332
|
+
<property name="visible">True</property>
|
333
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
334
|
+
</widget>
|
335
|
+
<packing>
|
336
|
+
<property name="expand">False</property>
|
337
|
+
<property name="position">2</property>
|
338
|
+
</packing>
|
339
|
+
</child>
|
340
|
+
<child>
|
341
|
+
<widget class="GtkAlignment" id="alignment22">
|
342
|
+
<property name="visible">True</property>
|
343
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
344
|
+
<property name="top_padding">10</property>
|
345
|
+
<property name="bottom_padding">10</property>
|
346
|
+
<child>
|
347
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow5">
|
348
|
+
<property name="visible">True</property>
|
349
|
+
<property name="can_focus">True</property>
|
350
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
351
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
352
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
353
|
+
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
|
354
|
+
<child>
|
355
|
+
<widget class="GtkTreeView" id="books_list">
|
356
|
+
<property name="visible">True</property>
|
357
|
+
<property name="can_focus">True</property>
|
358
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
359
|
+
<property name="headers_visible">False</property>
|
360
|
+
<signal name="row_activated" handler="select_book"/>
|
361
|
+
</widget>
|
362
|
+
</child>
|
363
|
+
</widget>
|
364
|
+
</child>
|
365
|
+
</widget>
|
366
|
+
<packing>
|
367
|
+
<property name="position">3</property>
|
368
|
+
</packing>
|
369
|
+
</child>
|
370
|
+
<child>
|
371
|
+
<widget class="GtkAlignment" id="alignment4">
|
372
|
+
<property name="visible">True</property>
|
373
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
374
|
+
<property name="top_padding">10</property>
|
375
|
+
<child>
|
376
|
+
<widget class="GtkHBox" id="hbox1">
|
377
|
+
<property name="visible">True</property>
|
378
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
379
|
+
<child>
|
380
|
+
<widget class="GtkLabel" id="books_notification">
|
381
|
+
<property name="visible">True</property>
|
382
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
383
|
+
<property name="xalign">1</property>
|
384
|
+
<property name="xpad">10</property>
|
385
|
+
</widget>
|
386
|
+
</child>
|
387
|
+
<child>
|
388
|
+
<widget class="GtkHButtonBox" id="hbuttonbox2">
|
389
|
+
<property name="visible">True</property>
|
390
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
391
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
392
|
+
<child>
|
393
|
+
<widget class="GtkButton" id="button4">
|
394
|
+
<property name="visible">True</property>
|
395
|
+
<property name="can_focus">True</property>
|
396
|
+
<property name="receives_default">True</property>
|
397
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
398
|
+
<property name="response_id">0</property>
|
399
|
+
<signal name="clicked" handler="books_loan"/>
|
400
|
+
<child>
|
401
|
+
<widget class="GtkHBox" id="hbox1">
|
402
|
+
<property name="visible">True</property>
|
403
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
404
|
+
<child>
|
405
|
+
<widget class="GtkImage" id="image5">
|
406
|
+
<property name="visible">True</property>
|
407
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
408
|
+
<property name="stock">gtk-go-forward</property>
|
409
|
+
</widget>
|
410
|
+
</child>
|
411
|
+
<child>
|
412
|
+
<widget class="GtkLabel" id="label11">
|
413
|
+
<property name="visible">True</property>
|
414
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
415
|
+
<property name="label" translatable="yes">Loan</property>
|
416
|
+
</widget>
|
417
|
+
<packing>
|
418
|
+
<property name="position">1</property>
|
419
|
+
</packing>
|
420
|
+
</child>
|
421
|
+
</widget>
|
422
|
+
</child>
|
423
|
+
</widget>
|
424
|
+
</child>
|
425
|
+
<child>
|
426
|
+
<widget class="GtkButton" id="button6">
|
427
|
+
<property name="visible">True</property>
|
428
|
+
<property name="can_focus">True</property>
|
429
|
+
<property name="receives_default">True</property>
|
430
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
431
|
+
<property name="label" translatable="yes">gtk-refresh</property>
|
432
|
+
<property name="use_stock">True</property>
|
433
|
+
<property name="response_id">0</property>
|
434
|
+
<signal name="clicked" handler="books_refresh"/>
|
435
|
+
</widget>
|
436
|
+
<packing>
|
437
|
+
<property name="position">1</property>
|
438
|
+
</packing>
|
439
|
+
</child>
|
440
|
+
</widget>
|
441
|
+
<packing>
|
442
|
+
<property name="expand">False</property>
|
443
|
+
<property name="position">1</property>
|
444
|
+
</packing>
|
445
|
+
</child>
|
446
|
+
</widget>
|
447
|
+
</child>
|
448
|
+
</widget>
|
449
|
+
<packing>
|
450
|
+
<property name="expand">False</property>
|
451
|
+
<property name="position">4</property>
|
452
|
+
</packing>
|
453
|
+
</child>
|
454
|
+
</widget>
|
455
|
+
</child>
|
456
|
+
</widget>
|
457
|
+
</child>
|
458
|
+
<child>
|
459
|
+
<widget class="GtkHBox" id="hbox3">
|
460
|
+
<property name="visible">True</property>
|
461
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
462
|
+
<child>
|
463
|
+
<widget class="GtkImage" id="image3">
|
464
|
+
<property name="visible">True</property>
|
465
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
466
|
+
<property name="pixbuf">stock_book_klein.png</property>
|
467
|
+
</widget>
|
468
|
+
</child>
|
469
|
+
<child>
|
470
|
+
<widget class="GtkLabel" id="label1">
|
471
|
+
<property name="visible">True</property>
|
472
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
473
|
+
<property name="label" translatable="yes">ig3tool<b>books</b></property>
|
474
|
+
<property name="use_markup">True</property>
|
475
|
+
</widget>
|
476
|
+
<packing>
|
477
|
+
<property name="position">1</property>
|
478
|
+
</packing>
|
479
|
+
</child>
|
480
|
+
</widget>
|
481
|
+
<packing>
|
482
|
+
<property name="type">label_item</property>
|
483
|
+
</packing>
|
484
|
+
</child>
|
485
|
+
</widget>
|
486
|
+
</child>
|
487
|
+
</widget>
|
488
|
+
</child>
|
489
|
+
<child>
|
490
|
+
<widget class="GtkVBox" id="vbox7">
|
491
|
+
<property name="visible">True</property>
|
492
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
493
|
+
<child>
|
494
|
+
<widget class="GtkImage" id="image1">
|
495
|
+
<property name="visible">True</property>
|
496
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
497
|
+
<property name="pixbuf">stock_book_xklein.png</property>
|
498
|
+
<property name="icon_size">2</property>
|
499
|
+
</widget>
|
500
|
+
</child>
|
501
|
+
<child>
|
502
|
+
<widget class="GtkLabel" id="label8">
|
503
|
+
<property name="visible">True</property>
|
504
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
505
|
+
<property name="label" translatable="yes">books</property>
|
506
|
+
</widget>
|
507
|
+
<packing>
|
508
|
+
<property name="position">1</property>
|
509
|
+
</packing>
|
510
|
+
</child>
|
511
|
+
</widget>
|
512
|
+
<packing>
|
513
|
+
<property name="type">tab</property>
|
514
|
+
<property name="tab_fill">False</property>
|
515
|
+
</packing>
|
516
|
+
</child>
|
517
|
+
<child>
|
518
|
+
<widget class="GtkAlignment" id="alignment2">
|
519
|
+
<property name="visible">True</property>
|
520
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
521
|
+
<property name="border_width">1</property>
|
522
|
+
<property name="bottom_padding">5</property>
|
523
|
+
<property name="left_padding">5</property>
|
524
|
+
<property name="right_padding">5</property>
|
525
|
+
<child>
|
526
|
+
<widget class="GtkFrame" id="printlog">
|
527
|
+
<property name="visible">True</property>
|
528
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
529
|
+
<property name="shadow_type">GTK_SHADOW_NONE</property>
|
530
|
+
<child>
|
531
|
+
<widget class="GtkAlignment" id="alignment2">
|
532
|
+
<property name="visible">True</property>
|
533
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
534
|
+
<property name="top_padding">10</property>
|
535
|
+
<property name="bottom_padding">10</property>
|
536
|
+
<property name="left_padding">10</property>
|
537
|
+
<property name="right_padding">10</property>
|
538
|
+
<child>
|
539
|
+
<widget class="GtkVBox" id="vbox8">
|
540
|
+
<property name="visible">True</property>
|
541
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
542
|
+
<child>
|
543
|
+
<widget class="GtkVBox" id="vbox5">
|
544
|
+
<property name="visible">True</property>
|
545
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
546
|
+
<child>
|
547
|
+
<widget class="GtkAlignment" id="alignment9">
|
548
|
+
<property name="visible">True</property>
|
549
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
550
|
+
<property name="top_padding">10</property>
|
551
|
+
<property name="bottom_padding">10</property>
|
552
|
+
<property name="left_padding">2</property>
|
553
|
+
<property name="right_padding">2</property>
|
554
|
+
<child>
|
555
|
+
<widget class="GtkHBox" id="hbox2">
|
556
|
+
<property name="visible">True</property>
|
557
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
558
|
+
<property name="spacing">10</property>
|
559
|
+
<child>
|
560
|
+
<widget class="GtkAlignment" id="alignment11">
|
561
|
+
<property name="visible">True</property>
|
562
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
563
|
+
<child>
|
564
|
+
<widget class="GtkVBox" id="vbox5">
|
565
|
+
<property name="visible">True</property>
|
566
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
567
|
+
<property name="spacing">10</property>
|
568
|
+
<child>
|
569
|
+
<widget class="GtkLabel" id="label12">
|
570
|
+
<property name="visible">True</property>
|
571
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
572
|
+
<property name="xalign">1</property>
|
573
|
+
<property name="label" translatable="yes">memberid:</property>
|
574
|
+
</widget>
|
575
|
+
</child>
|
576
|
+
<child>
|
577
|
+
<widget class="GtkLabel" id="label13">
|
578
|
+
<property name="visible">True</property>
|
579
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
580
|
+
<property name="xalign">1</property>
|
581
|
+
<property name="label" translatable="yes">isbn:</property>
|
582
|
+
</widget>
|
583
|
+
<packing>
|
584
|
+
<property name="position">1</property>
|
585
|
+
</packing>
|
586
|
+
</child>
|
587
|
+
<child>
|
588
|
+
<widget class="GtkLabel" id="label15">
|
589
|
+
<property name="visible">True</property>
|
590
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
591
|
+
<property name="xalign">1</property>
|
592
|
+
<property name="label" translatable="yes">title:</property>
|
593
|
+
</widget>
|
594
|
+
<packing>
|
595
|
+
<property name="position">2</property>
|
596
|
+
</packing>
|
597
|
+
</child>
|
598
|
+
<child>
|
599
|
+
<widget class="GtkLabel" id="label14">
|
600
|
+
<property name="visible">True</property>
|
601
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
602
|
+
<property name="xalign">1</property>
|
603
|
+
<property name="label" translatable="yes">warranty:</property>
|
604
|
+
</widget>
|
605
|
+
<packing>
|
606
|
+
<property name="position">3</property>
|
607
|
+
</packing>
|
608
|
+
</child>
|
609
|
+
</widget>
|
610
|
+
</child>
|
611
|
+
</widget>
|
612
|
+
<packing>
|
613
|
+
<property name="expand">False</property>
|
614
|
+
</packing>
|
615
|
+
</child>
|
616
|
+
<child>
|
617
|
+
<widget class="GtkAlignment" id="alignment12">
|
618
|
+
<property name="visible">True</property>
|
619
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
620
|
+
<child>
|
621
|
+
<widget class="GtkVBox" id="vbox6">
|
622
|
+
<property name="visible">True</property>
|
623
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
624
|
+
<property name="spacing">5</property>
|
625
|
+
<child>
|
626
|
+
<widget class="GtkEntry" id="loan_memberid">
|
627
|
+
<property name="visible">True</property>
|
628
|
+
<property name="can_focus">True</property>
|
629
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
630
|
+
</widget>
|
631
|
+
<packing>
|
632
|
+
<property name="expand">False</property>
|
633
|
+
</packing>
|
634
|
+
</child>
|
635
|
+
<child>
|
636
|
+
<widget class="GtkEntry" id="loan_isbn">
|
637
|
+
<property name="visible">True</property>
|
638
|
+
<property name="can_focus">True</property>
|
639
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
640
|
+
<signal name="delete_text" handler="loan_isbn_del"/>
|
641
|
+
<signal name="insert_text" handler="loan_isbn_ins"/>
|
642
|
+
<signal name="activate" handler="loan_isbn_set"/>
|
643
|
+
</widget>
|
644
|
+
<packing>
|
645
|
+
<property name="expand">False</property>
|
646
|
+
<property name="position">1</property>
|
647
|
+
</packing>
|
648
|
+
</child>
|
649
|
+
<child>
|
650
|
+
<widget class="GtkEntry" id="loan_title">
|
651
|
+
<property name="visible">True</property>
|
652
|
+
<property name="sensitive">False</property>
|
653
|
+
<property name="can_focus">True</property>
|
654
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
655
|
+
<property name="editable">False</property>
|
656
|
+
</widget>
|
657
|
+
<packing>
|
658
|
+
<property name="position">2</property>
|
659
|
+
</packing>
|
660
|
+
</child>
|
661
|
+
<child>
|
662
|
+
<widget class="GtkEntry" id="loan_warranty">
|
663
|
+
<property name="visible">True</property>
|
664
|
+
<property name="can_focus">True</property>
|
665
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
666
|
+
<property name="text" translatable="yes">5</property>
|
667
|
+
</widget>
|
668
|
+
<packing>
|
669
|
+
<property name="expand">False</property>
|
670
|
+
<property name="position">3</property>
|
671
|
+
</packing>
|
672
|
+
</child>
|
673
|
+
</widget>
|
674
|
+
</child>
|
675
|
+
</widget>
|
676
|
+
<packing>
|
677
|
+
<property name="position">1</property>
|
678
|
+
</packing>
|
679
|
+
</child>
|
680
|
+
</widget>
|
681
|
+
</child>
|
682
|
+
</widget>
|
683
|
+
<packing>
|
684
|
+
<property name="expand">False</property>
|
685
|
+
</packing>
|
686
|
+
</child>
|
687
|
+
<child>
|
688
|
+
<widget class="GtkAlignment" id="alignment16">
|
689
|
+
<property name="visible">True</property>
|
690
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
691
|
+
<property name="bottom_padding">10</property>
|
692
|
+
<child>
|
693
|
+
<widget class="GtkHButtonBox" id="hbuttonbox8">
|
694
|
+
<property name="visible">True</property>
|
695
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
696
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
697
|
+
<child>
|
698
|
+
<widget class="GtkButton" id="button20">
|
699
|
+
<property name="visible">True</property>
|
700
|
+
<property name="can_focus">True</property>
|
701
|
+
<property name="receives_default">True</property>
|
702
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
703
|
+
<property name="response_id">0</property>
|
704
|
+
<signal name="clicked" handler="loan_loan"/>
|
705
|
+
<child>
|
706
|
+
<widget class="GtkHBox" id="hbox5">
|
707
|
+
<property name="visible">True</property>
|
708
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
709
|
+
<child>
|
710
|
+
<widget class="GtkImage" id="image6">
|
711
|
+
<property name="visible">True</property>
|
712
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
713
|
+
<property name="stock">gtk-apply</property>
|
714
|
+
</widget>
|
715
|
+
</child>
|
716
|
+
<child>
|
717
|
+
<widget class="GtkLabel" id="label16">
|
718
|
+
<property name="visible">True</property>
|
719
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
720
|
+
<property name="label" translatable="yes">Loan</property>
|
721
|
+
</widget>
|
722
|
+
<packing>
|
723
|
+
<property name="position">1</property>
|
724
|
+
</packing>
|
725
|
+
</child>
|
726
|
+
</widget>
|
727
|
+
</child>
|
728
|
+
</widget>
|
729
|
+
</child>
|
730
|
+
<child>
|
731
|
+
<widget class="GtkButton" id="button21">
|
732
|
+
<property name="visible">True</property>
|
733
|
+
<property name="can_focus">True</property>
|
734
|
+
<property name="receives_default">True</property>
|
735
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
736
|
+
<property name="label" translatable="yes">gtk-cancel</property>
|
737
|
+
<property name="use_stock">True</property>
|
738
|
+
<property name="response_id">0</property>
|
739
|
+
<signal name="clicked" handler="loan_clear"/>
|
740
|
+
</widget>
|
741
|
+
<packing>
|
742
|
+
<property name="position">1</property>
|
743
|
+
</packing>
|
744
|
+
</child>
|
745
|
+
</widget>
|
746
|
+
</child>
|
747
|
+
</widget>
|
748
|
+
<packing>
|
749
|
+
<property name="expand">False</property>
|
750
|
+
<property name="position">1</property>
|
751
|
+
</packing>
|
752
|
+
</child>
|
753
|
+
</widget>
|
754
|
+
<packing>
|
755
|
+
<property name="expand">False</property>
|
756
|
+
</packing>
|
757
|
+
</child>
|
758
|
+
<child>
|
759
|
+
<widget class="GtkHSeparator" id="hseparator1">
|
760
|
+
<property name="visible">True</property>
|
761
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
762
|
+
</widget>
|
763
|
+
<packing>
|
764
|
+
<property name="expand">False</property>
|
765
|
+
<property name="position">1</property>
|
766
|
+
</packing>
|
767
|
+
</child>
|
768
|
+
<child>
|
769
|
+
<widget class="GtkAlignment" id="alignment14">
|
770
|
+
<property name="visible">True</property>
|
771
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
772
|
+
<property name="top_padding">10</property>
|
773
|
+
<property name="bottom_padding">10</property>
|
774
|
+
<child>
|
775
|
+
<widget class="GtkVBox" id="vbox9">
|
776
|
+
<property name="visible">True</property>
|
777
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
778
|
+
<child>
|
779
|
+
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
780
|
+
<property name="visible">True</property>
|
781
|
+
<property name="can_focus">True</property>
|
782
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
783
|
+
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
784
|
+
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
785
|
+
<property name="shadow_type">GTK_SHADOW_ETCHED_IN</property>
|
786
|
+
<child>
|
787
|
+
<widget class="GtkTreeView" id="loan_list">
|
788
|
+
<property name="visible">True</property>
|
789
|
+
<property name="can_focus">True</property>
|
790
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
791
|
+
<signal name="select_cursor_row" handler="hl_loan"/>
|
792
|
+
<signal name="row_activated" handler="select_loan"/>
|
793
|
+
</widget>
|
794
|
+
</child>
|
795
|
+
</widget>
|
796
|
+
</child>
|
797
|
+
<child>
|
798
|
+
<widget class="GtkAlignment" id="alignment13">
|
799
|
+
<property name="visible">True</property>
|
800
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
801
|
+
<property name="top_padding">10</property>
|
802
|
+
<child>
|
803
|
+
<widget class="GtkHButtonBox" id="hbuttonbox6">
|
804
|
+
<property name="visible">True</property>
|
805
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
806
|
+
<property name="layout_style">GTK_BUTTONBOX_END</property>
|
807
|
+
<child>
|
808
|
+
<widget class="GtkButton" id="button14">
|
809
|
+
<property name="visible">True</property>
|
810
|
+
<property name="can_focus">True</property>
|
811
|
+
<property name="receives_default">True</property>
|
812
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
813
|
+
<property name="response_id">0</property>
|
814
|
+
<signal name="clicked" handler="loan_return"/>
|
815
|
+
<child>
|
816
|
+
<widget class="GtkHBox" id="hbox7">
|
817
|
+
<property name="visible">True</property>
|
818
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
819
|
+
<child>
|
820
|
+
<widget class="GtkImage" id="image7">
|
821
|
+
<property name="visible">True</property>
|
822
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
823
|
+
<property name="stock">gtk-undo</property>
|
824
|
+
</widget>
|
825
|
+
</child>
|
826
|
+
<child>
|
827
|
+
<widget class="GtkLabel" id="label18">
|
828
|
+
<property name="visible">True</property>
|
829
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
830
|
+
<property name="label" translatable="yes">Return</property>
|
831
|
+
</widget>
|
832
|
+
<packing>
|
833
|
+
<property name="position">1</property>
|
834
|
+
</packing>
|
835
|
+
</child>
|
836
|
+
</widget>
|
837
|
+
</child>
|
838
|
+
</widget>
|
839
|
+
</child>
|
840
|
+
<child>
|
841
|
+
<widget class="GtkButton" id="button15">
|
842
|
+
<property name="visible">True</property>
|
843
|
+
<property name="can_focus">True</property>
|
844
|
+
<property name="receives_default">True</property>
|
845
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
846
|
+
<property name="response_id">0</property>
|
847
|
+
<signal name="clicked" handler="loan_extend"/>
|
848
|
+
<child>
|
849
|
+
<widget class="GtkHBox" id="hbox6">
|
850
|
+
<property name="visible">True</property>
|
851
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
852
|
+
<child>
|
853
|
+
<widget class="GtkImage" id="image8">
|
854
|
+
<property name="visible">True</property>
|
855
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
856
|
+
<property name="stock">gtk-add</property>
|
857
|
+
</widget>
|
858
|
+
</child>
|
859
|
+
<child>
|
860
|
+
<widget class="GtkLabel" id="label17">
|
861
|
+
<property name="visible">True</property>
|
862
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
863
|
+
<property name="label" translatable="yes">Extend</property>
|
864
|
+
</widget>
|
865
|
+
<packing>
|
866
|
+
<property name="position">1</property>
|
867
|
+
</packing>
|
868
|
+
</child>
|
869
|
+
</widget>
|
870
|
+
</child>
|
871
|
+
</widget>
|
872
|
+
<packing>
|
873
|
+
<property name="position">1</property>
|
874
|
+
</packing>
|
875
|
+
</child>
|
876
|
+
<child>
|
877
|
+
<widget class="GtkButton" id="button16">
|
878
|
+
<property name="visible">True</property>
|
879
|
+
<property name="can_focus">True</property>
|
880
|
+
<property name="receives_default">True</property>
|
881
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
882
|
+
<property name="label" translatable="yes">gtk-refresh</property>
|
883
|
+
<property name="use_stock">True</property>
|
884
|
+
<property name="response_id">0</property>
|
885
|
+
<signal name="clicked" handler="loan_refresh"/>
|
886
|
+
</widget>
|
887
|
+
<packing>
|
888
|
+
<property name="position">2</property>
|
889
|
+
</packing>
|
890
|
+
</child>
|
891
|
+
</widget>
|
892
|
+
</child>
|
893
|
+
</widget>
|
894
|
+
<packing>
|
895
|
+
<property name="expand">False</property>
|
896
|
+
<property name="position">1</property>
|
897
|
+
</packing>
|
898
|
+
</child>
|
899
|
+
</widget>
|
900
|
+
</child>
|
901
|
+
</widget>
|
902
|
+
<packing>
|
903
|
+
<property name="position">2</property>
|
904
|
+
</packing>
|
905
|
+
</child>
|
906
|
+
<child>
|
907
|
+
<widget class="GtkAlignment" id="alignment8">
|
908
|
+
<property name="visible">True</property>
|
909
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
910
|
+
<child>
|
911
|
+
<widget class="GtkLabel" id="loan_notification">
|
912
|
+
<property name="visible">True</property>
|
913
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
914
|
+
<property name="xalign">1</property>
|
915
|
+
</widget>
|
916
|
+
</child>
|
917
|
+
</widget>
|
918
|
+
<packing>
|
919
|
+
<property name="expand">False</property>
|
920
|
+
<property name="position">3</property>
|
921
|
+
</packing>
|
922
|
+
</child>
|
923
|
+
</widget>
|
924
|
+
</child>
|
925
|
+
</widget>
|
926
|
+
</child>
|
927
|
+
<child>
|
928
|
+
<widget class="GtkHBox" id="hbox4">
|
929
|
+
<property name="visible">True</property>
|
930
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
931
|
+
<child>
|
932
|
+
<widget class="GtkImage" id="image4">
|
933
|
+
<property name="visible">True</property>
|
934
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
935
|
+
<property name="pixbuf">stock_bookmark_klein.png</property>
|
936
|
+
</widget>
|
937
|
+
</child>
|
938
|
+
<child>
|
939
|
+
<widget class="GtkLabel" id="label49">
|
940
|
+
<property name="visible">True</property>
|
941
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
942
|
+
<property name="label" translatable="yes">ig3tool<b>loans</b></property>
|
943
|
+
<property name="use_markup">True</property>
|
944
|
+
</widget>
|
945
|
+
<packing>
|
946
|
+
<property name="position">1</property>
|
947
|
+
</packing>
|
948
|
+
</child>
|
949
|
+
</widget>
|
950
|
+
<packing>
|
951
|
+
<property name="type">label_item</property>
|
952
|
+
</packing>
|
953
|
+
</child>
|
954
|
+
</widget>
|
955
|
+
</child>
|
956
|
+
</widget>
|
957
|
+
<packing>
|
958
|
+
<property name="position">1</property>
|
959
|
+
</packing>
|
960
|
+
</child>
|
961
|
+
<child>
|
962
|
+
<widget class="GtkVBox" id="vbox2">
|
963
|
+
<property name="visible">True</property>
|
964
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
965
|
+
<child>
|
966
|
+
<widget class="GtkImage" id="image2">
|
967
|
+
<property name="visible">True</property>
|
968
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
969
|
+
<property name="pixbuf">stock_bookmark_xklein.png</property>
|
970
|
+
</widget>
|
971
|
+
</child>
|
972
|
+
<child>
|
973
|
+
<widget class="GtkLabel" id="label7">
|
974
|
+
<property name="visible">True</property>
|
975
|
+
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
|
976
|
+
<property name="label" translatable="yes">loans</property>
|
977
|
+
</widget>
|
978
|
+
<packing>
|
979
|
+
<property name="position">1</property>
|
980
|
+
</packing>
|
981
|
+
</child>
|
982
|
+
</widget>
|
983
|
+
<packing>
|
984
|
+
<property name="type">tab</property>
|
985
|
+
<property name="position">1</property>
|
986
|
+
<property name="tab_fill">False</property>
|
987
|
+
</packing>
|
988
|
+
</child>
|
989
|
+
</widget>
|
990
|
+
</child>
|
991
|
+
</widget>
|
992
|
+
</child>
|
993
|
+
</widget>
|
994
|
+
</glade-interface>
|