]>
Commit | Line | Data |
---|---|---|
8ab979d7 | 1 | /* |
c368d904 | 2 | * FILE : src/gtk/wx.cpp |
8ab979d7 RD |
3 | * |
4 | * This file was automatically generated by : | |
5 | * Simplified Wrapper and Interface Generator (SWIG) | |
2cd2fac8 | 6 | * Version 1.1 (Build 883) |
8ab979d7 RD |
7 | * |
8 | * Portions Copyright (c) 1995-1998 | |
9 | * The University of Utah and The Regents of the University of California. | |
10 | * Permission is granted to distribute this file in any manner provided | |
11 | * this notice remains intact. | |
12 | * | |
13 | * Do not make changes to this file--changes will be lost! | |
14 | * | |
15 | */ | |
16 | ||
17 | ||
18 | #define SWIGCODE | |
19 | /* Implementation : PYTHON */ | |
20 | ||
21 | #define SWIGPYTHON | |
22 | #include <string.h> | |
23 | #include <stdlib.h> | |
8ab979d7 RD |
24 | /* Definitions for Windows/Unix exporting */ |
25 | #if defined(__WIN32__) | |
26 | # if defined(_MSC_VER) | |
1d99702e | 27 | # define SWIGEXPORT(a) __declspec(dllexport) a |
8ab979d7 RD |
28 | # else |
29 | # if defined(__BORLANDC__) | |
c9482eba | 30 | # define SWIGEXPORT(a) a _export |
8ab979d7 | 31 | # else |
c9482eba | 32 | # define SWIGEXPORT(a) a |
8ab979d7 RD |
33 | # endif |
34 | # endif | |
35 | #else | |
c9482eba | 36 | # define SWIGEXPORT(a) a |
8ab979d7 RD |
37 | #endif |
38 | ||
c9482eba RD |
39 | #include "Python.h" |
40 | ||
8ab979d7 | 41 | #ifdef __cplusplus |
645ab2ee | 42 | extern "C" { |
8ab979d7 | 43 | #endif |
c9482eba | 44 | |
645ab2ee RD |
45 | extern void SWIG_MakePtr(char *, void *, char *); |
46 | extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); | |
47 | extern char *SWIG_GetPtr(char *, void **, char *); | |
1d99702e | 48 | extern char *SWIG_GetPtrObj(PyObject *, void **, char *); |
645ab2ee RD |
49 | extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); |
50 | extern PyObject *SWIG_newvarlink(void); | |
8ab979d7 | 51 | #ifdef __cplusplus |
8ab979d7 | 52 | } |
645ab2ee | 53 | #endif |
b8b8dda7 | 54 | #define SWIG_init initwxc |
8ab979d7 | 55 | |
b8b8dda7 | 56 | #define SWIG_name "wxc" |
8ab979d7 | 57 | |
8ab979d7 RD |
58 | #include "helpers.h" |
59 | ||
60 | static PyObject* l_output_helper(PyObject* target, PyObject* o) { | |
61 | PyObject* o2; | |
c9482eba | 62 | if (!target) { |
8ab979d7 | 63 | target = o; |
c9482eba | 64 | } else if (target == Py_None) { |
8ab979d7 RD |
65 | Py_DECREF(Py_None); |
66 | target = o; | |
c9482eba | 67 | } else { |
8ab979d7 RD |
68 | if (!PyList_Check(target)) { |
69 | o2 = target; | |
70 | target = PyList_New(0); | |
71 | PyList_Append(target, o2); | |
72 | Py_XDECREF(o2); | |
73 | } | |
74 | PyList_Append(target,o); | |
75 | Py_XDECREF(o); | |
76 | } | |
77 | return target; | |
78 | } | |
79 | ||
80 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { | |
81 | PyObject* o2; | |
82 | PyObject* o3; | |
83 | ||
c9482eba | 84 | if (!target) { |
8ab979d7 | 85 | target = o; |
c9482eba | 86 | } else if (target == Py_None) { |
8ab979d7 RD |
87 | Py_DECREF(Py_None); |
88 | target = o; | |
c9482eba | 89 | } else { |
8ab979d7 RD |
90 | if (!PyTuple_Check(target)) { |
91 | o2 = target; | |
92 | target = PyTuple_New(1); | |
93 | PyTuple_SetItem(target, 0, o2); | |
94 | } | |
c9482eba RD |
95 | o3 = PyTuple_New(1); |
96 | PyTuple_SetItem(o3, 0, o); | |
8ab979d7 RD |
97 | |
98 | o2 = target; | |
c9482eba RD |
99 | target = PySequence_Concat(o2, o3); |
100 | Py_DECREF(o2); | |
8ab979d7 RD |
101 | Py_DECREF(o3); |
102 | } | |
103 | return target; | |
104 | } | |
105 | ||
7a446686 RD |
106 | #if PYTHON_API_VERSION >= 1009 |
107 | static char* wxStringErrorMsg = "String or Unicode type required"; | |
108 | #else | |
109 | static char* wxStringErrorMsg = "string type is required for parameter"; | |
110 | #endif | |
8ab979d7 | 111 | |
8bf5d46e RD |
112 | |
113 | #include <ctype.h> | |
114 | ||
115 | /*------------------------------------------------------------------ | |
116 | ptrcast(value,type) | |
117 | ||
118 | Constructs a new pointer value. Value may either be a string | |
119 | or an integer. Type is a string corresponding to either the | |
120 | C datatype or mangled datatype. | |
121 | ||
122 | ptrcast(0,"Vector *") | |
123 | or | |
124 | ptrcast(0,"Vector_p") | |
125 | ------------------------------------------------------------------ */ | |
126 | ||
127 | static PyObject *ptrcast(PyObject *_PTRVALUE, char *type) { | |
128 | ||
129 | char *r,*s; | |
130 | void *ptr; | |
131 | PyObject *obj; | |
132 | char *typestr,*c; | |
133 | ||
134 | /* Produce a "mangled" version of the type string. */ | |
135 | ||
136 | typestr = (char *) malloc(strlen(type)+2); | |
137 | ||
138 | /* Go through and munge the typestring */ | |
139 | ||
140 | r = typestr; | |
141 | *(r++) = '_'; | |
142 | c = type; | |
143 | while (*c) { | |
144 | if (!isspace(*c)) { | |
145 | if ((*c == '*') || (*c == '&')) { | |
146 | *(r++) = 'p'; | |
147 | } | |
148 | else *(r++) = *c; | |
149 | } else { | |
150 | *(r++) = '_'; | |
151 | } | |
152 | c++; | |
153 | } | |
154 | *(r++) = 0; | |
155 | ||
156 | /* Check to see what kind of object _PTRVALUE is */ | |
157 | ||
158 | if (PyInt_Check(_PTRVALUE)) { | |
159 | ptr = (void *) PyInt_AsLong(_PTRVALUE); | |
160 | /* Received a numerical value. Make a pointer out of it */ | |
161 | r = (char *) malloc(strlen(typestr)+22); | |
162 | if (ptr) { | |
163 | SWIG_MakePtr(r, ptr, typestr); | |
164 | } else { | |
165 | sprintf(r,"_0%s",typestr); | |
166 | } | |
167 | obj = PyString_FromString(r); | |
168 | free(r); | |
169 | } else if (PyString_Check(_PTRVALUE)) { | |
170 | /* Have a real pointer value now. Try to strip out the pointer | |
171 | value */ | |
172 | s = PyString_AsString(_PTRVALUE); | |
173 | r = (char *) malloc(strlen(type)+22); | |
174 | ||
175 | /* Now extract the pointer value */ | |
176 | if (!SWIG_GetPtr(s,&ptr,0)) { | |
177 | if (ptr) { | |
178 | SWIG_MakePtr(r,ptr,typestr); | |
179 | } else { | |
180 | sprintf(r,"_0%s",typestr); | |
181 | } | |
182 | obj = PyString_FromString(r); | |
183 | } else { | |
184 | obj = NULL; | |
185 | } | |
186 | free(r); | |
187 | } else { | |
188 | obj = NULL; | |
189 | } | |
190 | free(typestr); | |
191 | if (!obj) | |
192 | PyErr_SetString(PyExc_TypeError,"Type error in ptrcast. Argument is not a valid pointer value."); | |
193 | return obj; | |
194 | } | |
195 | ||
196 | /*------------------------------------------------------------------ | |
197 | ptrvalue(ptr,type = 0) | |
198 | ||
199 | Attempts to dereference a pointer value. If type is given, it | |
200 | will try to use that type. Otherwise, this function will attempt | |
201 | to "guess" the proper datatype by checking against all of the | |
202 | builtin C datatypes. | |
203 | ------------------------------------------------------------------ */ | |
204 | ||
205 | static PyObject *ptrvalue(PyObject *_PTRVALUE, int index, char *type) { | |
206 | void *ptr; | |
207 | char *s; | |
208 | PyObject *obj; | |
209 | ||
210 | if (!PyString_Check(_PTRVALUE)) { | |
211 | PyErr_SetString(PyExc_TypeError,"Type error in ptrvalue. Argument is not a valid pointer value."); | |
212 | return NULL; | |
213 | } | |
214 | s = PyString_AsString(_PTRVALUE); | |
215 | if (SWIG_GetPtr(s,&ptr,0)) { | |
216 | PyErr_SetString(PyExc_TypeError,"Type error in ptrvalue. Argument is not a valid pointer value."); | |
217 | return NULL; | |
218 | } | |
219 | ||
220 | /* If no datatype was passed, try a few common datatypes first */ | |
221 | ||
222 | if (!type) { | |
223 | ||
224 | /* No datatype was passed. Type to figure out if it's a common one */ | |
225 | ||
226 | if (!SWIG_GetPtr(s,&ptr,"_int_p")) { | |
227 | type = "int"; | |
228 | } else if (!SWIG_GetPtr(s,&ptr,"_double_p")) { | |
229 | type = "double"; | |
230 | } else if (!SWIG_GetPtr(s,&ptr,"_short_p")) { | |
231 | type = "short"; | |
232 | } else if (!SWIG_GetPtr(s,&ptr,"_long_p")) { | |
233 | type = "long"; | |
234 | } else if (!SWIG_GetPtr(s,&ptr,"_float_p")) { | |
235 | type = "float"; | |
236 | } else if (!SWIG_GetPtr(s,&ptr,"_char_p")) { | |
237 | type = "char"; | |
238 | } else if (!SWIG_GetPtr(s,&ptr,"_char_pp")) { | |
239 | type = "char *"; | |
240 | } else { | |
241 | type = "unknown"; | |
242 | } | |
243 | } | |
244 | ||
245 | if (!ptr) { | |
246 | PyErr_SetString(PyExc_TypeError,"Unable to dereference NULL pointer."); | |
247 | return NULL; | |
248 | } | |
249 | ||
250 | /* Now we have a datatype. Try to figure out what to do about it */ | |
251 | if (strcmp(type,"int") == 0) { | |
252 | obj = PyInt_FromLong((long) *(((int *) ptr) + index)); | |
253 | } else if (strcmp(type,"double") == 0) { | |
254 | obj = PyFloat_FromDouble((double) *(((double *) ptr)+index)); | |
255 | } else if (strcmp(type,"short") == 0) { | |
256 | obj = PyInt_FromLong((long) *(((short *) ptr)+index)); | |
257 | } else if (strcmp(type,"long") == 0) { | |
258 | obj = PyInt_FromLong((long) *(((long *) ptr)+index)); | |
259 | } else if (strcmp(type,"float") == 0) { | |
260 | obj = PyFloat_FromDouble((double) *(((float *) ptr)+index)); | |
261 | } else if (strcmp(type,"char") == 0) { | |
262 | obj = PyString_FromString(((char *) ptr)+index); | |
263 | } else if (strcmp(type,"char *") == 0) { | |
264 | char *c = *(((char **) ptr)+index); | |
265 | if (c) obj = PyString_FromString(c); | |
266 | else obj = PyString_FromString("NULL"); | |
267 | } else { | |
268 | PyErr_SetString(PyExc_TypeError,"Unable to dereference unsupported datatype."); | |
269 | return NULL; | |
270 | } | |
271 | return obj; | |
272 | } | |
273 | ||
274 | /*------------------------------------------------------------------ | |
275 | ptrcreate(type,value = 0,numelements = 1) | |
276 | ||
277 | Attempts to create a new object of given type. Type must be | |
278 | a basic C datatype. Will not create complex objects. | |
279 | ------------------------------------------------------------------ */ | |
280 | ||
281 | static PyObject *ptrcreate(char *type, PyObject *_PYVALUE, int numelements) { | |
282 | void *ptr; | |
283 | PyObject *obj; | |
284 | int sz; | |
285 | char *cast; | |
286 | char temp[40]; | |
287 | ||
288 | /* Check the type string against a variety of possibilities */ | |
289 | ||
290 | if (strcmp(type,"int") == 0) { | |
291 | sz = sizeof(int)*numelements; | |
292 | cast = "_int_p"; | |
293 | } else if (strcmp(type,"short") == 0) { | |
294 | sz = sizeof(short)*numelements; | |
295 | cast = "_short_p"; | |
296 | } else if (strcmp(type,"long") == 0) { | |
297 | sz = sizeof(long)*numelements; | |
298 | cast = "_long_p"; | |
299 | } else if (strcmp(type,"double") == 0) { | |
300 | sz = sizeof(double)*numelements; | |
301 | cast = "_double_p"; | |
302 | } else if (strcmp(type,"float") == 0) { | |
303 | sz = sizeof(float)*numelements; | |
304 | cast = "_float_p"; | |
305 | } else if (strcmp(type,"char") == 0) { | |
306 | sz = sizeof(char)*numelements; | |
307 | cast = "_char_p"; | |
308 | } else if (strcmp(type,"char *") == 0) { | |
309 | sz = sizeof(char *)*(numelements+1); | |
310 | cast = "_char_pp"; | |
311 | } else { | |
312 | PyErr_SetString(PyExc_TypeError,"Unable to create unknown datatype."); | |
313 | return NULL; | |
314 | } | |
315 | ||
316 | /* Create the new object */ | |
317 | ||
318 | ptr = (void *) malloc(sz); | |
319 | if (!ptr) { | |
320 | PyErr_SetString(PyExc_MemoryError,"Out of memory in swig_create."); | |
321 | return NULL; | |
322 | } | |
323 | ||
324 | /* Now try to set its default value */ | |
325 | ||
326 | if (_PYVALUE) { | |
327 | if (strcmp(type,"int") == 0) { | |
328 | int *ip,i,ivalue; | |
329 | ivalue = (int) PyInt_AsLong(_PYVALUE); | |
330 | ip = (int *) ptr; | |
331 | for (i = 0; i < numelements; i++) | |
332 | ip[i] = ivalue; | |
333 | } else if (strcmp(type,"short") == 0) { | |
334 | short *ip,ivalue; | |
335 | int i; | |
336 | ivalue = (short) PyInt_AsLong(_PYVALUE); | |
337 | ip = (short *) ptr; | |
338 | for (i = 0; i < numelements; i++) | |
339 | ip[i] = ivalue; | |
340 | } else if (strcmp(type,"long") == 0) { | |
341 | long *ip,ivalue; | |
342 | int i; | |
343 | ivalue = (long) PyInt_AsLong(_PYVALUE); | |
344 | ip = (long *) ptr; | |
345 | for (i = 0; i < numelements; i++) | |
346 | ip[i] = ivalue; | |
347 | } else if (strcmp(type,"double") == 0) { | |
348 | double *ip,ivalue; | |
349 | int i; | |
350 | ivalue = (double) PyFloat_AsDouble(_PYVALUE); | |
351 | ip = (double *) ptr; | |
352 | for (i = 0; i < numelements; i++) | |
353 | ip[i] = ivalue; | |
354 | } else if (strcmp(type,"float") == 0) { | |
355 | float *ip,ivalue; | |
356 | int i; | |
357 | ivalue = (float) PyFloat_AsDouble(_PYVALUE); | |
358 | ip = (float *) ptr; | |
359 | for (i = 0; i < numelements; i++) | |
360 | ip[i] = ivalue; | |
361 | } else if (strcmp(type,"char") == 0) { | |
362 | char *ip,*ivalue; | |
363 | ivalue = (char *) PyString_AsString(_PYVALUE); | |
364 | ip = (char *) ptr; | |
365 | strncpy(ip,ivalue,numelements-1); | |
366 | } else if (strcmp(type,"char *") == 0) { | |
367 | char **ip, *ivalue; | |
368 | int i; | |
369 | ivalue = (char *) PyString_AsString(_PYVALUE); | |
370 | ip = (char **) ptr; | |
371 | for (i = 0; i < numelements; i++) { | |
372 | if (ivalue) { | |
373 | ip[i] = (char *) malloc(strlen(ivalue)+1); | |
374 | strcpy(ip[i],ivalue); | |
375 | } else { | |
376 | ip[i] = 0; | |
377 | } | |
378 | } | |
379 | ip[numelements] = 0; | |
380 | } | |
381 | } | |
382 | /* Create the pointer value */ | |
383 | ||
384 | SWIG_MakePtr(temp,ptr,cast); | |
385 | obj = PyString_FromString(temp); | |
386 | return obj; | |
387 | } | |
388 | ||
389 | ||
390 | /*------------------------------------------------------------------ | |
391 | ptrset(ptr,value,index = 0,type = 0) | |
392 | ||
393 | Attempts to set the value of a pointer variable. If type is | |
394 | given, we will use that type. Otherwise, we'll guess the datatype. | |
395 | ------------------------------------------------------------------ */ | |
396 | ||
397 | static PyObject *ptrset(PyObject *_PTRVALUE, PyObject *_PYVALUE, int index, char *type) { | |
398 | void *ptr; | |
399 | char *s; | |
400 | PyObject *obj; | |
401 | ||
402 | if (!PyString_Check(_PTRVALUE)) { | |
403 | PyErr_SetString(PyExc_TypeError,"Type error in ptrset. Argument is not a valid pointer value."); | |
404 | return NULL; | |
405 | } | |
406 | s = PyString_AsString(_PTRVALUE); | |
407 | if (SWIG_GetPtr(s,&ptr,0)) { | |
408 | PyErr_SetString(PyExc_TypeError,"Type error in ptrset. Argument is not a valid pointer value."); | |
409 | return NULL; | |
410 | } | |
411 | ||
412 | /* If no datatype was passed, try a few common datatypes first */ | |
413 | ||
414 | if (!type) { | |
415 | ||
416 | /* No datatype was passed. Type to figure out if it's a common one */ | |
417 | ||
418 | if (!SWIG_GetPtr(s,&ptr,"_int_p")) { | |
419 | type = "int"; | |
420 | } else if (!SWIG_GetPtr(s,&ptr,"_double_p")) { | |
421 | type = "double"; | |
422 | } else if (!SWIG_GetPtr(s,&ptr,"_short_p")) { | |
423 | type = "short"; | |
424 | } else if (!SWIG_GetPtr(s,&ptr,"_long_p")) { | |
425 | type = "long"; | |
426 | } else if (!SWIG_GetPtr(s,&ptr,"_float_p")) { | |
427 | type = "float"; | |
428 | } else if (!SWIG_GetPtr(s,&ptr,"_char_p")) { | |
429 | type = "char"; | |
430 | } else if (!SWIG_GetPtr(s,&ptr,"_char_pp")) { | |
431 | type = "char *"; | |
432 | } else { | |
433 | type = "unknown"; | |
434 | } | |
435 | } | |
436 | ||
437 | if (!ptr) { | |
438 | PyErr_SetString(PyExc_TypeError,"Unable to set NULL pointer."); | |
439 | return NULL; | |
440 | } | |
441 | ||
442 | /* Now we have a datatype. Try to figure out what to do about it */ | |
443 | if (strcmp(type,"int") == 0) { | |
444 | *(((int *) ptr)+index) = (int) PyInt_AsLong(_PYVALUE); | |
445 | } else if (strcmp(type,"double") == 0) { | |
446 | *(((double *) ptr)+index) = (double) PyFloat_AsDouble(_PYVALUE); | |
447 | } else if (strcmp(type,"short") == 0) { | |
448 | *(((short *) ptr)+index) = (short) PyInt_AsLong(_PYVALUE); | |
449 | } else if (strcmp(type,"long") == 0) { | |
450 | *(((long *) ptr)+index) = (long) PyInt_AsLong(_PYVALUE); | |
451 | } else if (strcmp(type,"float") == 0) { | |
452 | *(((float *) ptr)+index) = (float) PyFloat_AsDouble(_PYVALUE); | |
453 | } else if (strcmp(type,"char") == 0) { | |
454 | char *c = PyString_AsString(_PYVALUE); | |
455 | strcpy(((char *) ptr)+index, c); | |
456 | } else if (strcmp(type,"char *") == 0) { | |
457 | char *c = PyString_AsString(_PYVALUE); | |
458 | char **ca = (char **) ptr; | |
459 | if (ca[index]) free(ca[index]); | |
460 | if (strcmp(c,"NULL") == 0) { | |
461 | ca[index] = 0; | |
462 | } else { | |
463 | ca[index] = (char *) malloc(strlen(c)+1); | |
464 | strcpy(ca[index],c); | |
465 | } | |
466 | } else { | |
467 | PyErr_SetString(PyExc_TypeError,"Unable to set unsupported datatype."); | |
468 | return NULL; | |
469 | } | |
470 | Py_INCREF(Py_None); | |
471 | return Py_None; | |
472 | } | |
473 | ||
474 | ||
475 | /*------------------------------------------------------------------ | |
476 | ptradd(ptr,offset) | |
477 | ||
478 | Adds a value to an existing pointer value. Will do a type-dependent | |
479 | add for basic datatypes. For other datatypes, will do a byte-add. | |
480 | ------------------------------------------------------------------ */ | |
481 | ||
482 | static PyObject *ptradd(PyObject *_PTRVALUE, int offset) { | |
483 | ||
484 | char *r,*s; | |
485 | void *ptr,*junk; | |
486 | PyObject *obj; | |
487 | char *type; | |
488 | ||
489 | /* Check to see what kind of object _PTRVALUE is */ | |
490 | ||
491 | if (PyString_Check(_PTRVALUE)) { | |
492 | /* Have a potential pointer value now. Try to strip out the value */ | |
493 | s = PyString_AsString(_PTRVALUE); | |
494 | ||
495 | /* Try to handle a few common datatypes first */ | |
496 | ||
497 | if (!SWIG_GetPtr(s,&ptr,"_int_p")) { | |
498 | ptr = (void *) (((int *) ptr) + offset); | |
499 | } else if (!SWIG_GetPtr(s,&ptr,"_double_p")) { | |
500 | ptr = (void *) (((double *) ptr) + offset); | |
501 | } else if (!SWIG_GetPtr(s,&ptr,"_short_p")) { | |
502 | ptr = (void *) (((short *) ptr) + offset); | |
503 | } else if (!SWIG_GetPtr(s,&ptr,"_long_p")) { | |
504 | ptr = (void *) (((long *) ptr) + offset); | |
505 | } else if (!SWIG_GetPtr(s,&ptr,"_float_p")) { | |
506 | ptr = (void *) (((float *) ptr) + offset); | |
507 | } else if (!SWIG_GetPtr(s,&ptr,"_char_p")) { | |
508 | ptr = (void *) (((char *) ptr) + offset); | |
509 | } else if (!SWIG_GetPtr(s,&ptr,0)) { | |
510 | ptr = (void *) (((char *) ptr) + offset); | |
511 | } else { | |
512 | PyErr_SetString(PyExc_TypeError,"Type error in ptradd. Argument is not a valid pointer value."); | |
513 | return NULL; | |
514 | } | |
515 | type = SWIG_GetPtr(s,&junk,"INVALID POINTER"); | |
516 | r = (char *) malloc(strlen(type)+20); | |
517 | if (ptr) { | |
518 | SWIG_MakePtr(r,ptr,type); | |
519 | } else { | |
520 | sprintf(r,"_0%s",type); | |
521 | } | |
522 | obj = PyString_FromString(r); | |
523 | free(r); | |
524 | } | |
525 | return obj; | |
526 | } | |
527 | ||
528 | /*------------------------------------------------------------------ | |
529 | ptrmap(type1,type2) | |
530 | ||
531 | Allows a mapping between type1 and type2. (Like a typedef) | |
532 | ------------------------------------------------------------------ */ | |
533 | ||
534 | static void ptrmap(char *type1, char *type2) { | |
535 | ||
536 | char *typestr1,*typestr2,*c,*r; | |
537 | ||
538 | /* Produce a "mangled" version of the type string. */ | |
539 | ||
540 | typestr1 = (char *) malloc(strlen(type1)+2); | |
541 | ||
542 | /* Go through and munge the typestring */ | |
543 | ||
544 | r = typestr1; | |
545 | *(r++) = '_'; | |
546 | c = type1; | |
547 | while (*c) { | |
548 | if (!isspace(*c)) { | |
549 | if ((*c == '*') || (*c == '&')) { | |
550 | *(r++) = 'p'; | |
551 | } | |
552 | else *(r++) = *c; | |
553 | } else { | |
554 | *(r++) = '_'; | |
555 | } | |
556 | c++; | |
557 | } | |
558 | *(r++) = 0; | |
559 | ||
560 | typestr2 = (char *) malloc(strlen(type2)+2); | |
561 | ||
562 | /* Go through and munge the typestring */ | |
563 | ||
564 | r = typestr2; | |
565 | *(r++) = '_'; | |
566 | c = type2; | |
567 | while (*c) { | |
568 | if (!isspace(*c)) { | |
569 | if ((*c == '*') || (*c == '&')) { | |
570 | *(r++) = 'p'; | |
571 | } | |
572 | else *(r++) = *c; | |
573 | } else { | |
574 | *(r++) = '_'; | |
575 | } | |
576 | c++; | |
577 | } | |
578 | *(r++) = 0; | |
579 | SWIG_RegisterMapping(typestr1,typestr2,0); | |
580 | SWIG_RegisterMapping(typestr2,typestr1,0); | |
581 | } | |
582 | ||
583 | /*------------------------------------------------------------------ | |
584 | ptrfree(ptr) | |
585 | ||
586 | Destroys a pointer value | |
587 | ------------------------------------------------------------------ */ | |
588 | ||
589 | PyObject *ptrfree(PyObject *_PTRVALUE) { | |
590 | void *ptr, *junk; | |
591 | char *s; | |
592 | ||
593 | if (!PyString_Check(_PTRVALUE)) { | |
594 | PyErr_SetString(PyExc_TypeError,"Type error in ptrfree. Argument is not a valid pointer value."); | |
595 | return NULL; | |
596 | } | |
597 | s = PyString_AsString(_PTRVALUE); | |
598 | if (SWIG_GetPtr(s,&ptr,0)) { | |
599 | PyErr_SetString(PyExc_TypeError,"Type error in ptrfree. Argument is not a valid pointer value."); | |
600 | return NULL; | |
601 | } | |
602 | ||
603 | /* Check to see if this pointer is a char ** */ | |
604 | if (!SWIG_GetPtr(s,&junk,"_char_pp")) { | |
605 | char **c = (char **) ptr; | |
606 | if (c) { | |
607 | int i = 0; | |
608 | while (c[i]) { | |
609 | free(c[i]); | |
610 | i++; | |
611 | } | |
612 | } | |
613 | } | |
614 | if (ptr) | |
615 | free((char *) ptr); | |
616 | ||
617 | Py_INCREF(Py_None); | |
618 | return Py_None; | |
619 | } | |
620 | ||
621 | ||
c368d904 RD |
622 | wxPyApp* wxGetApp() { |
623 | return wxPythonApp; | |
624 | } | |
625 | ||
b1462dfa | 626 | void wxApp_CleanUp() { |
7ece89c6 | 627 | __wxCleanup(); |
b1462dfa | 628 | } |
8bf5d46e | 629 | |
b68dc582 RD |
630 | |
631 | ||
1d99702e RD |
632 | extern "C" SWIGEXPORT(void) initwindowsc(); |
633 | extern "C" SWIGEXPORT(void) initwindows2c(); | |
634 | extern "C" SWIGEXPORT(void) initeventsc(); | |
635 | extern "C" SWIGEXPORT(void) initmiscc(); | |
636 | extern "C" SWIGEXPORT(void) initmisc2c(); | |
637 | extern "C" SWIGEXPORT(void) initgdic(); | |
638 | extern "C" SWIGEXPORT(void) initmdic(); | |
639 | extern "C" SWIGEXPORT(void) initcontrolsc(); | |
640 | extern "C" SWIGEXPORT(void) initcontrols2c(); | |
641 | extern "C" SWIGEXPORT(void) initcmndlgsc(); | |
642 | extern "C" SWIGEXPORT(void) initstattoolc(); | |
643 | extern "C" SWIGEXPORT(void) initframesc(); | |
644 | extern "C" SWIGEXPORT(void) initwindows3c(); | |
645 | extern "C" SWIGEXPORT(void) initimagec(); | |
646 | extern "C" SWIGEXPORT(void) initprintfwc(); | |
2f90df85 | 647 | extern "C" SWIGEXPORT(void) initsizersc(); |
b1462dfa | 648 | extern "C" SWIGEXPORT(void) initclip_dndc(); |
c368d904 RD |
649 | extern "C" SWIGEXPORT(void) initstreamsc(); |
650 | extern "C" SWIGEXPORT(void) initfilesysc(); | |
651 | ||
b68dc582 RD |
652 | |
653 | ||
654 | // Export a C API in a struct. Other modules will be able to load this from | |
655 | // the wxc module and will then have safe access to these functions, even if | |
656 | // in another shared library. | |
657 | static wxPyCoreAPI API = { | |
658 | SWIG_MakePtr, | |
659 | SWIG_GetPtr, | |
660 | SWIG_GetPtrObj, | |
661 | SWIG_RegisterMapping, | |
662 | SWIG_addvarlink, | |
663 | SWIG_newvarlink, | |
664 | ||
665 | wxPySaveThread, | |
666 | wxPyRestoreThread, | |
667 | wxPyConstructObject, | |
668 | wxPy_ConvertList, | |
669 | ||
670 | byte_LIST_helper, | |
671 | int_LIST_helper, | |
672 | long_LIST_helper, | |
673 | string_LIST_helper, | |
674 | wxPoint_LIST_helper, | |
675 | wxBitmap_LIST_helper, | |
676 | wxString_LIST_helper, | |
677 | wxAcceleratorEntry_LIST_helper, | |
678 | ||
679 | wxSize_helper, | |
680 | wxPoint_helper, | |
681 | wxRealPoint_helper, | |
682 | wxRect_helper, | |
683 | wxColour_helper, | |
684 | ||
685 | wxPyCBH_setSelf, | |
686 | wxPyCBH_findCallback, | |
687 | wxPyCBH_callCallback, | |
688 | wxPyCBH_callCallbackObj, | |
689 | wxPyCBH_delete, | |
9df61a29 RD |
690 | |
691 | wxPyClassExists, | |
692 | wxPyMake_wxObject, | |
693 | wxPyPtrTypeMap_Add, | |
b68dc582 RD |
694 | }; |
695 | ||
9df61a29 | 696 | |
1d99702e RD |
697 | #ifdef __cplusplus |
698 | extern "C" { | |
0699c864 | 699 | #endif |
efc5f224 | 700 | static PyObject *_wrap_ptrcast(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
701 | PyObject * _resultobj; |
702 | PyObject * _result; | |
703 | PyObject * _arg0; | |
704 | char * _arg1; | |
705 | PyObject * _obj0 = 0; | |
efc5f224 | 706 | char *_kwnames[] = { "ptr","type", NULL }; |
8bf5d46e RD |
707 | |
708 | self = self; | |
efc5f224 | 709 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Os:ptrcast",_kwnames,&_obj0,&_arg1)) |
8bf5d46e RD |
710 | return NULL; |
711 | { | |
712 | _arg0 = _obj0; | |
713 | } | |
714 | { | |
715 | wxPy_BEGIN_ALLOW_THREADS; | |
716 | _result = (PyObject *)ptrcast(_arg0,_arg1); | |
717 | ||
718 | wxPy_END_ALLOW_THREADS; | |
719 | }{ | |
720 | _resultobj = _result; | |
721 | } | |
722 | return _resultobj; | |
723 | } | |
724 | ||
efc5f224 | 725 | static PyObject *_wrap_ptrvalue(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
726 | PyObject * _resultobj; |
727 | PyObject * _result; | |
728 | PyObject * _arg0; | |
1d99702e RD |
729 | int _arg1 = (int ) 0; |
730 | char * _arg2 = (char *) 0; | |
8bf5d46e | 731 | PyObject * _obj0 = 0; |
efc5f224 | 732 | char *_kwnames[] = { "ptr","index","type", NULL }; |
8bf5d46e RD |
733 | |
734 | self = self; | |
efc5f224 | 735 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|is:ptrvalue",_kwnames,&_obj0,&_arg1,&_arg2)) |
8bf5d46e RD |
736 | return NULL; |
737 | { | |
738 | _arg0 = _obj0; | |
739 | } | |
740 | { | |
741 | wxPy_BEGIN_ALLOW_THREADS; | |
742 | _result = (PyObject *)ptrvalue(_arg0,_arg1,_arg2); | |
743 | ||
744 | wxPy_END_ALLOW_THREADS; | |
745 | }{ | |
746 | _resultobj = _result; | |
747 | } | |
748 | return _resultobj; | |
749 | } | |
750 | ||
efc5f224 | 751 | static PyObject *_wrap_ptrset(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
752 | PyObject * _resultobj; |
753 | PyObject * _result; | |
754 | PyObject * _arg0; | |
755 | PyObject * _arg1; | |
1d99702e RD |
756 | int _arg2 = (int ) 0; |
757 | char * _arg3 = (char *) 0; | |
8bf5d46e RD |
758 | PyObject * _obj0 = 0; |
759 | PyObject * _obj1 = 0; | |
efc5f224 | 760 | char *_kwnames[] = { "ptr","value","index","type", NULL }; |
8bf5d46e RD |
761 | |
762 | self = self; | |
efc5f224 | 763 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO|is:ptrset",_kwnames,&_obj0,&_obj1,&_arg2,&_arg3)) |
8bf5d46e RD |
764 | return NULL; |
765 | { | |
766 | _arg0 = _obj0; | |
767 | } | |
768 | { | |
769 | _arg1 = _obj1; | |
770 | } | |
771 | { | |
772 | wxPy_BEGIN_ALLOW_THREADS; | |
773 | _result = (PyObject *)ptrset(_arg0,_arg1,_arg2,_arg3); | |
774 | ||
775 | wxPy_END_ALLOW_THREADS; | |
776 | }{ | |
777 | _resultobj = _result; | |
778 | } | |
779 | return _resultobj; | |
780 | } | |
781 | ||
efc5f224 | 782 | static PyObject *_wrap_ptrcreate(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
783 | PyObject * _resultobj; |
784 | PyObject * _result; | |
785 | char * _arg0; | |
1d99702e RD |
786 | PyObject * _arg1 = (PyObject *) 0; |
787 | int _arg2 = (int ) 1; | |
8bf5d46e | 788 | PyObject * _obj1 = 0; |
efc5f224 | 789 | char *_kwnames[] = { "type","value","nitems", NULL }; |
8bf5d46e RD |
790 | |
791 | self = self; | |
efc5f224 | 792 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"s|Oi:ptrcreate",_kwnames,&_arg0,&_obj1,&_arg2)) |
8bf5d46e RD |
793 | return NULL; |
794 | if (_obj1) | |
795 | { | |
796 | _arg1 = _obj1; | |
797 | } | |
798 | { | |
799 | wxPy_BEGIN_ALLOW_THREADS; | |
800 | _result = (PyObject *)ptrcreate(_arg0,_arg1,_arg2); | |
801 | ||
802 | wxPy_END_ALLOW_THREADS; | |
803 | }{ | |
804 | _resultobj = _result; | |
805 | } | |
806 | return _resultobj; | |
807 | } | |
808 | ||
efc5f224 | 809 | static PyObject *_wrap_ptrfree(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
810 | PyObject * _resultobj; |
811 | PyObject * _result; | |
812 | PyObject * _arg0; | |
813 | PyObject * _obj0 = 0; | |
efc5f224 | 814 | char *_kwnames[] = { "ptr", NULL }; |
8bf5d46e RD |
815 | |
816 | self = self; | |
efc5f224 | 817 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:ptrfree",_kwnames,&_obj0)) |
8bf5d46e RD |
818 | return NULL; |
819 | { | |
820 | _arg0 = _obj0; | |
821 | } | |
822 | { | |
823 | wxPy_BEGIN_ALLOW_THREADS; | |
824 | _result = (PyObject *)ptrfree(_arg0); | |
825 | ||
826 | wxPy_END_ALLOW_THREADS; | |
827 | }{ | |
828 | _resultobj = _result; | |
829 | } | |
830 | return _resultobj; | |
831 | } | |
832 | ||
efc5f224 | 833 | static PyObject *_wrap_ptradd(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
834 | PyObject * _resultobj; |
835 | PyObject * _result; | |
836 | PyObject * _arg0; | |
837 | int _arg1; | |
838 | PyObject * _obj0 = 0; | |
efc5f224 | 839 | char *_kwnames[] = { "ptr","offset", NULL }; |
8bf5d46e RD |
840 | |
841 | self = self; | |
efc5f224 | 842 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:ptradd",_kwnames,&_obj0,&_arg1)) |
8bf5d46e RD |
843 | return NULL; |
844 | { | |
845 | _arg0 = _obj0; | |
846 | } | |
847 | { | |
848 | wxPy_BEGIN_ALLOW_THREADS; | |
849 | _result = (PyObject *)ptradd(_arg0,_arg1); | |
850 | ||
851 | wxPy_END_ALLOW_THREADS; | |
852 | }{ | |
853 | _resultobj = _result; | |
854 | } | |
855 | return _resultobj; | |
856 | } | |
857 | ||
efc5f224 | 858 | static PyObject *_wrap_ptrmap(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
859 | PyObject * _resultobj; |
860 | char * _arg0; | |
861 | char * _arg1; | |
efc5f224 | 862 | char *_kwnames[] = { "type1","type2", NULL }; |
8bf5d46e RD |
863 | |
864 | self = self; | |
efc5f224 | 865 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"ss:ptrmap",_kwnames,&_arg0,&_arg1)) |
8bf5d46e RD |
866 | return NULL; |
867 | { | |
868 | wxPy_BEGIN_ALLOW_THREADS; | |
869 | ptrmap(_arg0,_arg1); | |
870 | ||
871 | wxPy_END_ALLOW_THREADS; | |
872 | } Py_INCREF(Py_None); | |
873 | _resultobj = Py_None; | |
874 | return _resultobj; | |
875 | } | |
876 | ||
b68dc582 | 877 | static int _wrap_wxDefaultPosition_set(PyObject *val) { |
8ab979d7 | 878 | |
3a70a282 RD |
879 | PyErr_SetString(PyExc_TypeError,"Variable wxDefaultPosition is read-only."); |
880 | return 1; | |
8ab979d7 RD |
881 | } |
882 | ||
b68dc582 | 883 | static PyObject *_wrap_wxDefaultPosition_get() { |
8ab979d7 RD |
884 | PyObject * pyobj; |
885 | char ptemp[128]; | |
886 | ||
b68dc582 | 887 | SWIG_MakePtr(ptemp,(char *) &wxDefaultPosition,"_wxPoint_p"); |
8ab979d7 RD |
888 | pyobj = PyString_FromString(ptemp); |
889 | return pyobj; | |
890 | } | |
891 | ||
b68dc582 | 892 | static int _wrap_wxDefaultSize_set(PyObject *val) { |
8ab979d7 | 893 | |
3a70a282 RD |
894 | PyErr_SetString(PyExc_TypeError,"Variable wxDefaultSize is read-only."); |
895 | return 1; | |
8ab979d7 RD |
896 | } |
897 | ||
b68dc582 | 898 | static PyObject *_wrap_wxDefaultSize_get() { |
8ab979d7 RD |
899 | PyObject * pyobj; |
900 | char ptemp[128]; | |
901 | ||
b68dc582 | 902 | SWIG_MakePtr(ptemp,(char *) &wxDefaultSize,"_wxSize_p"); |
8ab979d7 RD |
903 | pyobj = PyString_FromString(ptemp); |
904 | return pyobj; | |
905 | } | |
906 | ||
c368d904 RD |
907 | static PyObject *_wrap_wxGetApp(PyObject *self, PyObject *args, PyObject *kwargs) { |
908 | PyObject * _resultobj; | |
909 | wxPyApp * _result; | |
910 | char *_kwnames[] = { NULL }; | |
911 | char _ptemp[128]; | |
912 | ||
913 | self = self; | |
914 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxGetApp",_kwnames)) | |
915 | return NULL; | |
916 | { | |
917 | wxPy_BEGIN_ALLOW_THREADS; | |
918 | _result = (wxPyApp *)wxGetApp(); | |
919 | ||
920 | wxPy_END_ALLOW_THREADS; | |
921 | } if (_result) { | |
922 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyApp_p"); | |
923 | _resultobj = Py_BuildValue("s",_ptemp); | |
924 | } else { | |
925 | Py_INCREF(Py_None); | |
926 | _resultobj = Py_None; | |
927 | } | |
928 | return _resultobj; | |
929 | } | |
930 | ||
b1462dfa RD |
931 | static PyObject *_wrap_wxApp_CleanUp(PyObject *self, PyObject *args, PyObject *kwargs) { |
932 | PyObject * _resultobj; | |
933 | char *_kwnames[] = { NULL }; | |
934 | ||
935 | self = self; | |
936 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":wxApp_CleanUp",_kwnames)) | |
937 | return NULL; | |
938 | { | |
939 | wxPy_BEGIN_ALLOW_THREADS; | |
940 | wxApp_CleanUp(); | |
941 | ||
942 | wxPy_END_ALLOW_THREADS; | |
943 | } Py_INCREF(Py_None); | |
944 | _resultobj = Py_None; | |
945 | return _resultobj; | |
946 | } | |
947 | ||
8ab979d7 RD |
948 | static void *SwigwxPyAppTowxEvtHandler(void *ptr) { |
949 | wxPyApp *src; | |
950 | wxEvtHandler *dest; | |
951 | src = (wxPyApp *) ptr; | |
952 | dest = (wxEvtHandler *) src; | |
953 | return (void *) dest; | |
954 | } | |
955 | ||
9df61a29 RD |
956 | static void *SwigwxPyAppTowxObject(void *ptr) { |
957 | wxPyApp *src; | |
958 | wxObject *dest; | |
959 | src = (wxPyApp *) ptr; | |
960 | dest = (wxObject *) src; | |
961 | return (void *) dest; | |
962 | } | |
963 | ||
8ab979d7 RD |
964 | static wxPyApp *new_wxPyApp() { |
965 | wxPythonApp = new wxPyApp(); | |
966 | return wxPythonApp; | |
967 | } | |
968 | ||
efc5f224 | 969 | static PyObject *_wrap_new_wxPyApp(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
970 | PyObject * _resultobj; |
971 | wxPyApp * _result; | |
efc5f224 | 972 | char *_kwnames[] = { NULL }; |
8ab979d7 RD |
973 | char _ptemp[128]; |
974 | ||
975 | self = self; | |
efc5f224 | 976 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,":new_wxPyApp",_kwnames)) |
8ab979d7 | 977 | return NULL; |
cf694132 RD |
978 | { |
979 | wxPy_BEGIN_ALLOW_THREADS; | |
980 | _result = (wxPyApp *)new_wxPyApp(); | |
981 | ||
982 | wxPy_END_ALLOW_THREADS; | |
1d99702e RD |
983 | } if (_result) { |
984 | SWIG_MakePtr(_ptemp, (char *) _result,"_wxPyApp_p"); | |
985 | _resultobj = Py_BuildValue("s",_ptemp); | |
986 | } else { | |
987 | Py_INCREF(Py_None); | |
988 | _resultobj = Py_None; | |
989 | } | |
8ab979d7 RD |
990 | return _resultobj; |
991 | } | |
992 | ||
8bf5d46e | 993 | #define delete_wxPyApp(_swigobj) (delete _swigobj) |
efc5f224 | 994 | static PyObject *_wrap_delete_wxPyApp(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
995 | PyObject * _resultobj; |
996 | wxPyApp * _arg0; | |
1d99702e | 997 | PyObject * _argo0 = 0; |
efc5f224 | 998 | char *_kwnames[] = { "self", NULL }; |
8bf5d46e RD |
999 | |
1000 | self = self; | |
efc5f224 | 1001 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:delete_wxPyApp",_kwnames,&_argo0)) |
8bf5d46e | 1002 | return NULL; |
1d99702e RD |
1003 | if (_argo0) { |
1004 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1005 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8bf5d46e RD |
1006 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of delete_wxPyApp. Expected _wxPyApp_p."); |
1007 | return NULL; | |
1008 | } | |
1009 | } | |
1010 | { | |
1011 | wxPy_BEGIN_ALLOW_THREADS; | |
1012 | delete_wxPyApp(_arg0); | |
1013 | ||
1014 | wxPy_END_ALLOW_THREADS; | |
1015 | } Py_INCREF(Py_None); | |
1016 | _resultobj = Py_None; | |
1017 | return _resultobj; | |
1018 | } | |
1019 | ||
8ab979d7 | 1020 | #define wxPyApp_GetAppName(_swigobj) (_swigobj->GetAppName()) |
efc5f224 | 1021 | static PyObject *_wrap_wxPyApp_GetAppName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1022 | PyObject * _resultobj; |
1023 | wxString * _result; | |
1024 | wxPyApp * _arg0; | |
1d99702e | 1025 | PyObject * _argo0 = 0; |
efc5f224 | 1026 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1027 | |
1028 | self = self; | |
efc5f224 | 1029 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetAppName",_kwnames,&_argo0)) |
8ab979d7 | 1030 | return NULL; |
1d99702e RD |
1031 | if (_argo0) { |
1032 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1033 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1034 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetAppName. Expected _wxPyApp_p."); |
1035 | return NULL; | |
1036 | } | |
1037 | } | |
8ab979d7 | 1038 | { |
cf694132 RD |
1039 | wxPy_BEGIN_ALLOW_THREADS; |
1040 | _result = new wxString (wxPyApp_GetAppName(_arg0)); | |
1041 | ||
1042 | wxPy_END_ALLOW_THREADS; | |
1043 | }{ | |
eec92d76 | 1044 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
8ab979d7 RD |
1045 | } |
1046 | { | |
1047 | delete _result; | |
1048 | } | |
1049 | return _resultobj; | |
1050 | } | |
1051 | ||
8ab979d7 | 1052 | #define wxPyApp_GetClassName(_swigobj) (_swigobj->GetClassName()) |
efc5f224 | 1053 | static PyObject *_wrap_wxPyApp_GetClassName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1054 | PyObject * _resultobj; |
1055 | wxString * _result; | |
1056 | wxPyApp * _arg0; | |
1d99702e | 1057 | PyObject * _argo0 = 0; |
efc5f224 | 1058 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1059 | |
1060 | self = self; | |
efc5f224 | 1061 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetClassName",_kwnames,&_argo0)) |
8ab979d7 | 1062 | return NULL; |
1d99702e RD |
1063 | if (_argo0) { |
1064 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1065 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1066 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetClassName. Expected _wxPyApp_p."); |
1067 | return NULL; | |
1068 | } | |
1069 | } | |
8ab979d7 | 1070 | { |
cf694132 RD |
1071 | wxPy_BEGIN_ALLOW_THREADS; |
1072 | _result = new wxString (wxPyApp_GetClassName(_arg0)); | |
1073 | ||
1074 | wxPy_END_ALLOW_THREADS; | |
1075 | }{ | |
eec92d76 | 1076 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
8ab979d7 RD |
1077 | } |
1078 | { | |
1079 | delete _result; | |
1080 | } | |
1081 | return _resultobj; | |
1082 | } | |
1083 | ||
1084 | #define wxPyApp_GetExitOnFrameDelete(_swigobj) (_swigobj->GetExitOnFrameDelete()) | |
efc5f224 | 1085 | static PyObject *_wrap_wxPyApp_GetExitOnFrameDelete(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1086 | PyObject * _resultobj; |
1087 | bool _result; | |
1088 | wxPyApp * _arg0; | |
1d99702e | 1089 | PyObject * _argo0 = 0; |
efc5f224 | 1090 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1091 | |
1092 | self = self; | |
efc5f224 | 1093 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetExitOnFrameDelete",_kwnames,&_argo0)) |
8ab979d7 | 1094 | return NULL; |
1d99702e RD |
1095 | if (_argo0) { |
1096 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1097 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1098 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetExitOnFrameDelete. Expected _wxPyApp_p."); |
1099 | return NULL; | |
1100 | } | |
1101 | } | |
cf694132 RD |
1102 | { |
1103 | wxPy_BEGIN_ALLOW_THREADS; | |
1104 | _result = (bool )wxPyApp_GetExitOnFrameDelete(_arg0); | |
1105 | ||
1106 | wxPy_END_ALLOW_THREADS; | |
1107 | } _resultobj = Py_BuildValue("i",_result); | |
8ab979d7 RD |
1108 | return _resultobj; |
1109 | } | |
1110 | ||
1111 | #define wxPyApp_GetPrintMode(_swigobj) (_swigobj->GetPrintMode()) | |
efc5f224 | 1112 | static PyObject *_wrap_wxPyApp_GetPrintMode(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1113 | PyObject * _resultobj; |
1114 | int _result; | |
1115 | wxPyApp * _arg0; | |
1d99702e | 1116 | PyObject * _argo0 = 0; |
efc5f224 | 1117 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1118 | |
1119 | self = self; | |
efc5f224 | 1120 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetPrintMode",_kwnames,&_argo0)) |
8ab979d7 | 1121 | return NULL; |
1d99702e RD |
1122 | if (_argo0) { |
1123 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1124 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1125 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetPrintMode. Expected _wxPyApp_p."); |
1126 | return NULL; | |
1127 | } | |
1128 | } | |
cf694132 RD |
1129 | { |
1130 | wxPy_BEGIN_ALLOW_THREADS; | |
1131 | _result = (int )wxPyApp_GetPrintMode(_arg0); | |
1132 | ||
1133 | wxPy_END_ALLOW_THREADS; | |
1134 | } _resultobj = Py_BuildValue("i",_result); | |
8ab979d7 RD |
1135 | return _resultobj; |
1136 | } | |
1137 | ||
1138 | #define wxPyApp_GetTopWindow(_swigobj) (_swigobj->GetTopWindow()) | |
efc5f224 | 1139 | static PyObject *_wrap_wxPyApp_GetTopWindow(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1140 | PyObject * _resultobj; |
1141 | wxWindow * _result; | |
1142 | wxPyApp * _arg0; | |
1d99702e | 1143 | PyObject * _argo0 = 0; |
efc5f224 | 1144 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1145 | |
1146 | self = self; | |
efc5f224 | 1147 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetTopWindow",_kwnames,&_argo0)) |
8ab979d7 | 1148 | return NULL; |
1d99702e RD |
1149 | if (_argo0) { |
1150 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1151 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1152 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetTopWindow. Expected _wxPyApp_p."); |
1153 | return NULL; | |
1154 | } | |
1155 | } | |
cf694132 RD |
1156 | { |
1157 | wxPy_BEGIN_ALLOW_THREADS; | |
1158 | _result = (wxWindow *)wxPyApp_GetTopWindow(_arg0); | |
1159 | ||
1160 | wxPy_END_ALLOW_THREADS; | |
9df61a29 | 1161 | }{ _resultobj = wxPyMake_wxObject(_result); } |
8ab979d7 RD |
1162 | return _resultobj; |
1163 | } | |
1164 | ||
1165 | #define wxPyApp_GetVendorName(_swigobj) (_swigobj->GetVendorName()) | |
efc5f224 | 1166 | static PyObject *_wrap_wxPyApp_GetVendorName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1167 | PyObject * _resultobj; |
1168 | wxString * _result; | |
1169 | wxPyApp * _arg0; | |
1d99702e | 1170 | PyObject * _argo0 = 0; |
efc5f224 | 1171 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1172 | |
1173 | self = self; | |
efc5f224 | 1174 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetVendorName",_kwnames,&_argo0)) |
8ab979d7 | 1175 | return NULL; |
1d99702e RD |
1176 | if (_argo0) { |
1177 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1178 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1179 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetVendorName. Expected _wxPyApp_p."); |
1180 | return NULL; | |
1181 | } | |
1182 | } | |
8ab979d7 | 1183 | { |
cf694132 RD |
1184 | wxPy_BEGIN_ALLOW_THREADS; |
1185 | _result = new wxString (wxPyApp_GetVendorName(_arg0)); | |
1186 | ||
1187 | wxPy_END_ALLOW_THREADS; | |
1188 | }{ | |
eec92d76 | 1189 | _resultobj = PyString_FromStringAndSize(_result->c_str(), _result->Len()); |
8ab979d7 RD |
1190 | } |
1191 | { | |
1192 | delete _result; | |
1193 | } | |
1194 | return _resultobj; | |
1195 | } | |
1196 | ||
f6bcfd97 BP |
1197 | #define wxPyApp_GetUseBestVisual(_swigobj) (_swigobj->GetUseBestVisual()) |
1198 | static PyObject *_wrap_wxPyApp_GetUseBestVisual(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1199 | PyObject * _resultobj; | |
1200 | bool _result; | |
1201 | wxPyApp * _arg0; | |
1202 | PyObject * _argo0 = 0; | |
1203 | char *_kwnames[] = { "self", NULL }; | |
1204 | ||
1205 | self = self; | |
1206 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_GetUseBestVisual",_kwnames,&_argo0)) | |
1207 | return NULL; | |
1208 | if (_argo0) { | |
1209 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1210 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
1211 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetUseBestVisual. Expected _wxPyApp_p."); | |
1212 | return NULL; | |
1213 | } | |
1214 | } | |
1215 | { | |
1216 | wxPy_BEGIN_ALLOW_THREADS; | |
1217 | _result = (bool )wxPyApp_GetUseBestVisual(_arg0); | |
1218 | ||
1219 | wxPy_END_ALLOW_THREADS; | |
1220 | } _resultobj = Py_BuildValue("i",_result); | |
1221 | return _resultobj; | |
1222 | } | |
1223 | ||
8ab979d7 | 1224 | #define wxPyApp_Dispatch(_swigobj) (_swigobj->Dispatch()) |
efc5f224 | 1225 | static PyObject *_wrap_wxPyApp_Dispatch(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1226 | PyObject * _resultobj; |
1227 | wxPyApp * _arg0; | |
1d99702e | 1228 | PyObject * _argo0 = 0; |
efc5f224 | 1229 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1230 | |
1231 | self = self; | |
efc5f224 | 1232 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_Dispatch",_kwnames,&_argo0)) |
8ab979d7 | 1233 | return NULL; |
1d99702e RD |
1234 | if (_argo0) { |
1235 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1236 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1237 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_Dispatch. Expected _wxPyApp_p."); |
1238 | return NULL; | |
1239 | } | |
1240 | } | |
cf694132 RD |
1241 | { |
1242 | wxPy_BEGIN_ALLOW_THREADS; | |
1243 | wxPyApp_Dispatch(_arg0); | |
1244 | ||
1245 | wxPy_END_ALLOW_THREADS; | |
1246 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1247 | _resultobj = Py_None; |
1248 | return _resultobj; | |
1249 | } | |
1250 | ||
1251 | #define wxPyApp_ExitMainLoop(_swigobj) (_swigobj->ExitMainLoop()) | |
efc5f224 | 1252 | static PyObject *_wrap_wxPyApp_ExitMainLoop(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1253 | PyObject * _resultobj; |
1254 | wxPyApp * _arg0; | |
1d99702e | 1255 | PyObject * _argo0 = 0; |
efc5f224 | 1256 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1257 | |
1258 | self = self; | |
efc5f224 | 1259 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_ExitMainLoop",_kwnames,&_argo0)) |
8ab979d7 | 1260 | return NULL; |
1d99702e RD |
1261 | if (_argo0) { |
1262 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1263 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1264 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_ExitMainLoop. Expected _wxPyApp_p."); |
1265 | return NULL; | |
1266 | } | |
1267 | } | |
cf694132 RD |
1268 | { |
1269 | wxPy_BEGIN_ALLOW_THREADS; | |
1270 | wxPyApp_ExitMainLoop(_arg0); | |
1271 | ||
1272 | wxPy_END_ALLOW_THREADS; | |
1273 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1274 | _resultobj = Py_None; |
1275 | return _resultobj; | |
1276 | } | |
1277 | ||
1278 | #define wxPyApp_Initialized(_swigobj) (_swigobj->Initialized()) | |
efc5f224 | 1279 | static PyObject *_wrap_wxPyApp_Initialized(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1280 | PyObject * _resultobj; |
1281 | bool _result; | |
1282 | wxPyApp * _arg0; | |
1d99702e | 1283 | PyObject * _argo0 = 0; |
efc5f224 | 1284 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1285 | |
1286 | self = self; | |
efc5f224 | 1287 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_Initialized",_kwnames,&_argo0)) |
8ab979d7 | 1288 | return NULL; |
1d99702e RD |
1289 | if (_argo0) { |
1290 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1291 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1292 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_Initialized. Expected _wxPyApp_p."); |
1293 | return NULL; | |
1294 | } | |
1295 | } | |
cf694132 RD |
1296 | { |
1297 | wxPy_BEGIN_ALLOW_THREADS; | |
1298 | _result = (bool )wxPyApp_Initialized(_arg0); | |
1299 | ||
1300 | wxPy_END_ALLOW_THREADS; | |
1301 | } _resultobj = Py_BuildValue("i",_result); | |
8ab979d7 RD |
1302 | return _resultobj; |
1303 | } | |
1304 | ||
1305 | #define wxPyApp_MainLoop(_swigobj) (_swigobj->MainLoop()) | |
efc5f224 | 1306 | static PyObject *_wrap_wxPyApp_MainLoop(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1307 | PyObject * _resultobj; |
1308 | int _result; | |
1309 | wxPyApp * _arg0; | |
1d99702e | 1310 | PyObject * _argo0 = 0; |
efc5f224 | 1311 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1312 | |
1313 | self = self; | |
efc5f224 | 1314 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_MainLoop",_kwnames,&_argo0)) |
8ab979d7 | 1315 | return NULL; |
1d99702e RD |
1316 | if (_argo0) { |
1317 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1318 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1319 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_MainLoop. Expected _wxPyApp_p."); |
1320 | return NULL; | |
1321 | } | |
1322 | } | |
cf694132 RD |
1323 | { |
1324 | wxPy_BEGIN_ALLOW_THREADS; | |
1325 | _result = (int )wxPyApp_MainLoop(_arg0); | |
1326 | ||
1327 | wxPy_END_ALLOW_THREADS; | |
1328 | } _resultobj = Py_BuildValue("i",_result); | |
8ab979d7 RD |
1329 | return _resultobj; |
1330 | } | |
1331 | ||
1332 | #define wxPyApp_Pending(_swigobj) (_swigobj->Pending()) | |
efc5f224 | 1333 | static PyObject *_wrap_wxPyApp_Pending(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1334 | PyObject * _resultobj; |
1335 | bool _result; | |
1336 | wxPyApp * _arg0; | |
1d99702e | 1337 | PyObject * _argo0 = 0; |
efc5f224 | 1338 | char *_kwnames[] = { "self", NULL }; |
8ab979d7 RD |
1339 | |
1340 | self = self; | |
efc5f224 | 1341 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_Pending",_kwnames,&_argo0)) |
8ab979d7 | 1342 | return NULL; |
1d99702e RD |
1343 | if (_argo0) { |
1344 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1345 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1346 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_Pending. Expected _wxPyApp_p."); |
1347 | return NULL; | |
1348 | } | |
1349 | } | |
cf694132 RD |
1350 | { |
1351 | wxPy_BEGIN_ALLOW_THREADS; | |
1352 | _result = (bool )wxPyApp_Pending(_arg0); | |
1353 | ||
1354 | wxPy_END_ALLOW_THREADS; | |
1355 | } _resultobj = Py_BuildValue("i",_result); | |
8ab979d7 RD |
1356 | return _resultobj; |
1357 | } | |
1358 | ||
8bf5d46e | 1359 | #define wxPyApp_ProcessIdle(_swigobj) (_swigobj->ProcessIdle()) |
efc5f224 | 1360 | static PyObject *_wrap_wxPyApp_ProcessIdle(PyObject *self, PyObject *args, PyObject *kwargs) { |
8bf5d46e RD |
1361 | PyObject * _resultobj; |
1362 | bool _result; | |
1363 | wxPyApp * _arg0; | |
1d99702e | 1364 | PyObject * _argo0 = 0; |
efc5f224 | 1365 | char *_kwnames[] = { "self", NULL }; |
8bf5d46e RD |
1366 | |
1367 | self = self; | |
efc5f224 | 1368 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxPyApp_ProcessIdle",_kwnames,&_argo0)) |
8bf5d46e | 1369 | return NULL; |
1d99702e RD |
1370 | if (_argo0) { |
1371 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1372 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8bf5d46e RD |
1373 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_ProcessIdle. Expected _wxPyApp_p."); |
1374 | return NULL; | |
1375 | } | |
1376 | } | |
1377 | { | |
1378 | wxPy_BEGIN_ALLOW_THREADS; | |
1379 | _result = (bool )wxPyApp_ProcessIdle(_arg0); | |
1380 | ||
1381 | wxPy_END_ALLOW_THREADS; | |
1382 | } _resultobj = Py_BuildValue("i",_result); | |
1383 | return _resultobj; | |
1384 | } | |
1385 | ||
8ab979d7 | 1386 | #define wxPyApp_SetAppName(_swigobj,_swigarg0) (_swigobj->SetAppName(_swigarg0)) |
efc5f224 | 1387 | static PyObject *_wrap_wxPyApp_SetAppName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1388 | PyObject * _resultobj; |
1389 | wxPyApp * _arg0; | |
1390 | wxString * _arg1; | |
1d99702e | 1391 | PyObject * _argo0 = 0; |
8ab979d7 | 1392 | PyObject * _obj1 = 0; |
efc5f224 | 1393 | char *_kwnames[] = { "self","name", NULL }; |
8ab979d7 RD |
1394 | |
1395 | self = self; | |
efc5f224 | 1396 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyApp_SetAppName",_kwnames,&_argo0,&_obj1)) |
8ab979d7 | 1397 | return NULL; |
1d99702e RD |
1398 | if (_argo0) { |
1399 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1400 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1401 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetAppName. Expected _wxPyApp_p."); |
1402 | return NULL; | |
1403 | } | |
1404 | } | |
1405 | { | |
2cd2fac8 RD |
1406 | #if PYTHON_API_VERSION >= 1009 |
1407 | char* tmpPtr; int tmpSize; | |
1408 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
7a446686 | 1409 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
2cd2fac8 RD |
1410 | return NULL; |
1411 | } | |
1412 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1413 | return NULL; | |
1414 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1415 | #else | |
8ab979d7 RD |
1416 | if (!PyString_Check(_obj1)) { |
1417 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1418 | return NULL; | |
1419 | } | |
2cd2fac8 RD |
1420 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1421 | #endif | |
8ab979d7 | 1422 | } |
cf694132 RD |
1423 | { |
1424 | wxPy_BEGIN_ALLOW_THREADS; | |
1425 | wxPyApp_SetAppName(_arg0,*_arg1); | |
1426 | ||
1427 | wxPy_END_ALLOW_THREADS; | |
1428 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1429 | _resultobj = Py_None; |
1430 | { | |
1431 | if (_obj1) | |
1432 | delete _arg1; | |
1433 | } | |
1434 | return _resultobj; | |
1435 | } | |
1436 | ||
8ab979d7 | 1437 | #define wxPyApp_SetClassName(_swigobj,_swigarg0) (_swigobj->SetClassName(_swigarg0)) |
efc5f224 | 1438 | static PyObject *_wrap_wxPyApp_SetClassName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1439 | PyObject * _resultobj; |
1440 | wxPyApp * _arg0; | |
1441 | wxString * _arg1; | |
1d99702e | 1442 | PyObject * _argo0 = 0; |
8ab979d7 | 1443 | PyObject * _obj1 = 0; |
efc5f224 | 1444 | char *_kwnames[] = { "self","name", NULL }; |
8ab979d7 RD |
1445 | |
1446 | self = self; | |
efc5f224 | 1447 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyApp_SetClassName",_kwnames,&_argo0,&_obj1)) |
8ab979d7 | 1448 | return NULL; |
1d99702e RD |
1449 | if (_argo0) { |
1450 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1451 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1452 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetClassName. Expected _wxPyApp_p."); |
1453 | return NULL; | |
1454 | } | |
1455 | } | |
1456 | { | |
2cd2fac8 RD |
1457 | #if PYTHON_API_VERSION >= 1009 |
1458 | char* tmpPtr; int tmpSize; | |
1459 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
7a446686 | 1460 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
2cd2fac8 RD |
1461 | return NULL; |
1462 | } | |
1463 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1464 | return NULL; | |
1465 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1466 | #else | |
8ab979d7 RD |
1467 | if (!PyString_Check(_obj1)) { |
1468 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1469 | return NULL; | |
1470 | } | |
2cd2fac8 RD |
1471 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1472 | #endif | |
8ab979d7 | 1473 | } |
cf694132 RD |
1474 | { |
1475 | wxPy_BEGIN_ALLOW_THREADS; | |
1476 | wxPyApp_SetClassName(_arg0,*_arg1); | |
1477 | ||
1478 | wxPy_END_ALLOW_THREADS; | |
1479 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1480 | _resultobj = Py_None; |
1481 | { | |
1482 | if (_obj1) | |
1483 | delete _arg1; | |
1484 | } | |
1485 | return _resultobj; | |
1486 | } | |
1487 | ||
1488 | #define wxPyApp_SetExitOnFrameDelete(_swigobj,_swigarg0) (_swigobj->SetExitOnFrameDelete(_swigarg0)) | |
efc5f224 | 1489 | static PyObject *_wrap_wxPyApp_SetExitOnFrameDelete(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1490 | PyObject * _resultobj; |
1491 | wxPyApp * _arg0; | |
1492 | bool _arg1; | |
1d99702e | 1493 | PyObject * _argo0 = 0; |
8ab979d7 | 1494 | int tempbool1; |
efc5f224 | 1495 | char *_kwnames[] = { "self","flag", NULL }; |
8ab979d7 RD |
1496 | |
1497 | self = self; | |
efc5f224 | 1498 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyApp_SetExitOnFrameDelete",_kwnames,&_argo0,&tempbool1)) |
8ab979d7 | 1499 | return NULL; |
1d99702e RD |
1500 | if (_argo0) { |
1501 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1502 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1503 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetExitOnFrameDelete. Expected _wxPyApp_p."); |
1504 | return NULL; | |
1505 | } | |
1506 | } | |
1507 | _arg1 = (bool ) tempbool1; | |
cf694132 RD |
1508 | { |
1509 | wxPy_BEGIN_ALLOW_THREADS; | |
1510 | wxPyApp_SetExitOnFrameDelete(_arg0,_arg1); | |
1511 | ||
1512 | wxPy_END_ALLOW_THREADS; | |
1513 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1514 | _resultobj = Py_None; |
1515 | return _resultobj; | |
1516 | } | |
1517 | ||
1518 | #define wxPyApp_SetPrintMode(_swigobj,_swigarg0) (_swigobj->SetPrintMode(_swigarg0)) | |
efc5f224 | 1519 | static PyObject *_wrap_wxPyApp_SetPrintMode(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1520 | PyObject * _resultobj; |
1521 | wxPyApp * _arg0; | |
1522 | int _arg1; | |
1d99702e | 1523 | PyObject * _argo0 = 0; |
efc5f224 | 1524 | char *_kwnames[] = { "self","mode", NULL }; |
8ab979d7 RD |
1525 | |
1526 | self = self; | |
efc5f224 | 1527 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyApp_SetPrintMode",_kwnames,&_argo0,&_arg1)) |
8ab979d7 | 1528 | return NULL; |
1d99702e RD |
1529 | if (_argo0) { |
1530 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1531 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1532 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetPrintMode. Expected _wxPyApp_p."); |
1533 | return NULL; | |
1534 | } | |
1535 | } | |
cf694132 RD |
1536 | { |
1537 | wxPy_BEGIN_ALLOW_THREADS; | |
1538 | wxPyApp_SetPrintMode(_arg0,_arg1); | |
1539 | ||
1540 | wxPy_END_ALLOW_THREADS; | |
1541 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1542 | _resultobj = Py_None; |
1543 | return _resultobj; | |
1544 | } | |
1545 | ||
1546 | #define wxPyApp_SetTopWindow(_swigobj,_swigarg0) (_swigobj->SetTopWindow(_swigarg0)) | |
efc5f224 | 1547 | static PyObject *_wrap_wxPyApp_SetTopWindow(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1548 | PyObject * _resultobj; |
1549 | wxPyApp * _arg0; | |
1550 | wxWindow * _arg1; | |
1d99702e RD |
1551 | PyObject * _argo0 = 0; |
1552 | PyObject * _argo1 = 0; | |
efc5f224 | 1553 | char *_kwnames[] = { "self","window", NULL }; |
8ab979d7 RD |
1554 | |
1555 | self = self; | |
efc5f224 | 1556 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyApp_SetTopWindow",_kwnames,&_argo0,&_argo1)) |
8ab979d7 | 1557 | return NULL; |
1d99702e RD |
1558 | if (_argo0) { |
1559 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1560 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1561 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetTopWindow. Expected _wxPyApp_p."); |
1562 | return NULL; | |
1563 | } | |
1564 | } | |
1d99702e RD |
1565 | if (_argo1) { |
1566 | if (_argo1 == Py_None) { _arg1 = NULL; } | |
1567 | else if (SWIG_GetPtrObj(_argo1,(void **) &_arg1,"_wxWindow_p")) { | |
8ab979d7 RD |
1568 | PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxPyApp_SetTopWindow. Expected _wxWindow_p."); |
1569 | return NULL; | |
1570 | } | |
1571 | } | |
cf694132 RD |
1572 | { |
1573 | wxPy_BEGIN_ALLOW_THREADS; | |
1574 | wxPyApp_SetTopWindow(_arg0,_arg1); | |
1575 | ||
1576 | wxPy_END_ALLOW_THREADS; | |
1577 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1578 | _resultobj = Py_None; |
1579 | return _resultobj; | |
1580 | } | |
1581 | ||
1582 | #define wxPyApp_SetVendorName(_swigobj,_swigarg0) (_swigobj->SetVendorName(_swigarg0)) | |
efc5f224 | 1583 | static PyObject *_wrap_wxPyApp_SetVendorName(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 RD |
1584 | PyObject * _resultobj; |
1585 | wxPyApp * _arg0; | |
1586 | wxString * _arg1; | |
1d99702e | 1587 | PyObject * _argo0 = 0; |
8ab979d7 | 1588 | PyObject * _obj1 = 0; |
efc5f224 | 1589 | char *_kwnames[] = { "self","name", NULL }; |
8ab979d7 RD |
1590 | |
1591 | self = self; | |
efc5f224 | 1592 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"OO:wxPyApp_SetVendorName",_kwnames,&_argo0,&_obj1)) |
8ab979d7 | 1593 | return NULL; |
1d99702e RD |
1594 | if (_argo0) { |
1595 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1596 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8ab979d7 RD |
1597 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetVendorName. Expected _wxPyApp_p."); |
1598 | return NULL; | |
1599 | } | |
1600 | } | |
1601 | { | |
2cd2fac8 RD |
1602 | #if PYTHON_API_VERSION >= 1009 |
1603 | char* tmpPtr; int tmpSize; | |
1604 | if (!PyString_Check(_obj1) && !PyUnicode_Check(_obj1)) { | |
7a446686 | 1605 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); |
2cd2fac8 RD |
1606 | return NULL; |
1607 | } | |
1608 | if (PyString_AsStringAndSize(_obj1, &tmpPtr, &tmpSize) == -1) | |
1609 | return NULL; | |
1610 | _arg1 = new wxString(tmpPtr, tmpSize); | |
1611 | #else | |
8ab979d7 RD |
1612 | if (!PyString_Check(_obj1)) { |
1613 | PyErr_SetString(PyExc_TypeError, wxStringErrorMsg); | |
1614 | return NULL; | |
1615 | } | |
2cd2fac8 RD |
1616 | _arg1 = new wxString(PyString_AS_STRING(_obj1), PyString_GET_SIZE(_obj1)); |
1617 | #endif | |
8ab979d7 | 1618 | } |
cf694132 RD |
1619 | { |
1620 | wxPy_BEGIN_ALLOW_THREADS; | |
1621 | wxPyApp_SetVendorName(_arg0,*_arg1); | |
1622 | ||
1623 | wxPy_END_ALLOW_THREADS; | |
1624 | } Py_INCREF(Py_None); | |
8ab979d7 RD |
1625 | _resultobj = Py_None; |
1626 | { | |
1627 | if (_obj1) | |
1628 | delete _arg1; | |
1629 | } | |
1630 | return _resultobj; | |
1631 | } | |
1632 | ||
f6bcfd97 BP |
1633 | #define wxPyApp_SetUseBestVisual(_swigobj,_swigarg0) (_swigobj->SetUseBestVisual(_swigarg0)) |
1634 | static PyObject *_wrap_wxPyApp_SetUseBestVisual(PyObject *self, PyObject *args, PyObject *kwargs) { | |
1635 | PyObject * _resultobj; | |
1636 | wxPyApp * _arg0; | |
1637 | bool _arg1; | |
1638 | PyObject * _argo0 = 0; | |
1639 | int tempbool1; | |
1640 | char *_kwnames[] = { "self","flag", NULL }; | |
1641 | ||
1642 | self = self; | |
1643 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyApp_SetUseBestVisual",_kwnames,&_argo0,&tempbool1)) | |
1644 | return NULL; | |
1645 | if (_argo0) { | |
1646 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1647 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
1648 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_SetUseBestVisual. Expected _wxPyApp_p."); | |
1649 | return NULL; | |
1650 | } | |
1651 | } | |
1652 | _arg1 = (bool ) tempbool1; | |
1653 | { | |
1654 | wxPy_BEGIN_ALLOW_THREADS; | |
1655 | wxPyApp_SetUseBestVisual(_arg0,_arg1); | |
1656 | ||
1657 | wxPy_END_ALLOW_THREADS; | |
1658 | } Py_INCREF(Py_None); | |
1659 | _resultobj = Py_None; | |
1660 | return _resultobj; | |
1661 | } | |
1662 | ||
8bf5d46e | 1663 | #define wxPyApp_GetStdIcon(_swigobj,_swigarg0) (_swigobj->GetStdIcon(_swigarg0)) |
efc5f224 | 1664 | static PyObject *_wrap_wxPyApp_GetStdIcon(PyObject *self, PyObject *args, PyObject *kwargs) { |
8ab979d7 | 1665 | PyObject * _resultobj; |
8bf5d46e | 1666 | wxIcon * _result; |
8ab979d7 | 1667 | wxPyApp * _arg0; |
8bf5d46e | 1668 | int _arg1; |
1d99702e | 1669 | PyObject * _argo0 = 0; |
efc5f224 | 1670 | char *_kwnames[] = { "self","which", NULL }; |
8bf5d46e | 1671 | char _ptemp[128]; |
8ab979d7 RD |
1672 | |
1673 | self = self; | |
efc5f224 | 1674 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,"Oi:wxPyApp_GetStdIcon",_kwnames,&_argo0,&_arg1)) |
8ab979d7 | 1675 | return NULL; |
1d99702e RD |
1676 | if (_argo0) { |
1677 | if (_argo0 == Py_None) { _arg0 = NULL; } | |
1678 | else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxPyApp_p")) { | |
8bf5d46e | 1679 | PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxPyApp_GetStdIcon. Expected _wxPyApp_p."); |
8ab979d7 RD |
1680 | return NULL; |
1681 | } | |
1682 | } | |
cf694132 RD |
1683 | { |
1684 | wxPy_BEGIN_ALLOW_THREADS; | |
8bf5d46e RD |
1685 | _result = new wxIcon (wxPyApp_GetStdIcon(_arg0,_arg1)); |
1686 | ||
1687 | wxPy_END_ALLOW_THREADS; | |
1688 | } SWIG_MakePtr(_ptemp, (void *) _result,"_wxIcon_p"); | |
1689 | _resultobj = Py_BuildValue("s",_ptemp); | |
1690 | return _resultobj; | |
1691 | } | |
1692 | ||
b8b8dda7 | 1693 | static PyMethodDef wxcMethods[] = { |
efc5f224 | 1694 | { "wxPyApp_GetStdIcon", (PyCFunction) _wrap_wxPyApp_GetStdIcon, METH_VARARGS | METH_KEYWORDS }, |
f6bcfd97 | 1695 | { "wxPyApp_SetUseBestVisual", (PyCFunction) _wrap_wxPyApp_SetUseBestVisual, METH_VARARGS | METH_KEYWORDS }, |
efc5f224 RD |
1696 | { "wxPyApp_SetVendorName", (PyCFunction) _wrap_wxPyApp_SetVendorName, METH_VARARGS | METH_KEYWORDS }, |
1697 | { "wxPyApp_SetTopWindow", (PyCFunction) _wrap_wxPyApp_SetTopWindow, METH_VARARGS | METH_KEYWORDS }, | |
1698 | { "wxPyApp_SetPrintMode", (PyCFunction) _wrap_wxPyApp_SetPrintMode, METH_VARARGS | METH_KEYWORDS }, | |
1699 | { "wxPyApp_SetExitOnFrameDelete", (PyCFunction) _wrap_wxPyApp_SetExitOnFrameDelete, METH_VARARGS | METH_KEYWORDS }, | |
1700 | { "wxPyApp_SetClassName", (PyCFunction) _wrap_wxPyApp_SetClassName, METH_VARARGS | METH_KEYWORDS }, | |
efc5f224 RD |
1701 | { "wxPyApp_SetAppName", (PyCFunction) _wrap_wxPyApp_SetAppName, METH_VARARGS | METH_KEYWORDS }, |
1702 | { "wxPyApp_ProcessIdle", (PyCFunction) _wrap_wxPyApp_ProcessIdle, METH_VARARGS | METH_KEYWORDS }, | |
1703 | { "wxPyApp_Pending", (PyCFunction) _wrap_wxPyApp_Pending, METH_VARARGS | METH_KEYWORDS }, | |
1704 | { "wxPyApp_MainLoop", (PyCFunction) _wrap_wxPyApp_MainLoop, METH_VARARGS | METH_KEYWORDS }, | |
1705 | { "wxPyApp_Initialized", (PyCFunction) _wrap_wxPyApp_Initialized, METH_VARARGS | METH_KEYWORDS }, | |
1706 | { "wxPyApp_ExitMainLoop", (PyCFunction) _wrap_wxPyApp_ExitMainLoop, METH_VARARGS | METH_KEYWORDS }, | |
1707 | { "wxPyApp_Dispatch", (PyCFunction) _wrap_wxPyApp_Dispatch, METH_VARARGS | METH_KEYWORDS }, | |
f6bcfd97 | 1708 | { "wxPyApp_GetUseBestVisual", (PyCFunction) _wrap_wxPyApp_GetUseBestVisual, METH_VARARGS | METH_KEYWORDS }, |
efc5f224 RD |
1709 | { "wxPyApp_GetVendorName", (PyCFunction) _wrap_wxPyApp_GetVendorName, METH_VARARGS | METH_KEYWORDS }, |
1710 | { "wxPyApp_GetTopWindow", (PyCFunction) _wrap_wxPyApp_GetTopWindow, METH_VARARGS | METH_KEYWORDS }, | |
1711 | { "wxPyApp_GetPrintMode", (PyCFunction) _wrap_wxPyApp_GetPrintMode, METH_VARARGS | METH_KEYWORDS }, | |
1712 | { "wxPyApp_GetExitOnFrameDelete", (PyCFunction) _wrap_wxPyApp_GetExitOnFrameDelete, METH_VARARGS | METH_KEYWORDS }, | |
1713 | { "wxPyApp_GetClassName", (PyCFunction) _wrap_wxPyApp_GetClassName, METH_VARARGS | METH_KEYWORDS }, | |
efc5f224 RD |
1714 | { "wxPyApp_GetAppName", (PyCFunction) _wrap_wxPyApp_GetAppName, METH_VARARGS | METH_KEYWORDS }, |
1715 | { "delete_wxPyApp", (PyCFunction) _wrap_delete_wxPyApp, METH_VARARGS | METH_KEYWORDS }, | |
1716 | { "new_wxPyApp", (PyCFunction) _wrap_new_wxPyApp, METH_VARARGS | METH_KEYWORDS }, | |
b1462dfa | 1717 | { "wxApp_CleanUp", (PyCFunction) _wrap_wxApp_CleanUp, METH_VARARGS | METH_KEYWORDS }, |
c368d904 | 1718 | { "wxGetApp", (PyCFunction) _wrap_wxGetApp, METH_VARARGS | METH_KEYWORDS }, |
efc5f224 RD |
1719 | { "_wxSetDictionary", (PyCFunction) __wxSetDictionary, METH_VARARGS | METH_KEYWORDS }, |
1720 | { "_wxStart", (PyCFunction) __wxStart, METH_VARARGS | METH_KEYWORDS }, | |
1721 | { "ptrmap", (PyCFunction) _wrap_ptrmap, METH_VARARGS | METH_KEYWORDS }, | |
1722 | { "ptradd", (PyCFunction) _wrap_ptradd, METH_VARARGS | METH_KEYWORDS }, | |
1723 | { "ptrfree", (PyCFunction) _wrap_ptrfree, METH_VARARGS | METH_KEYWORDS }, | |
1724 | { "ptrcreate", (PyCFunction) _wrap_ptrcreate, METH_VARARGS | METH_KEYWORDS }, | |
1725 | { "ptrset", (PyCFunction) _wrap_ptrset, METH_VARARGS | METH_KEYWORDS }, | |
1726 | { "ptrvalue", (PyCFunction) _wrap_ptrvalue, METH_VARARGS | METH_KEYWORDS }, | |
1727 | { "ptrcast", (PyCFunction) _wrap_ptrcast, METH_VARARGS | METH_KEYWORDS }, | |
8ab979d7 RD |
1728 | { NULL, NULL } |
1729 | }; | |
1d99702e RD |
1730 | #ifdef __cplusplus |
1731 | } | |
1732 | #endif | |
1733 | /* | |
1734 | * This table is used by the pointer type-checker | |
1735 | */ | |
1736 | static struct { char *n1; char *n2; void *(*pcnv)(void *); } _swig_mapping[] = { | |
1737 | { "_wxAcceleratorTable","_class_wxAcceleratorTable",0}, | |
1738 | { "_wxEvent","_class_wxEvent",0}, | |
1739 | { "_class_wxActivateEvent","_wxActivateEvent",0}, | |
1740 | { "_signed_long","_long",0}, | |
1741 | { "_wxMenuEvent","_class_wxMenuEvent",0}, | |
c368d904 | 1742 | { "_class_wxProcessEvent","_wxProcessEvent",0}, |
1d99702e | 1743 | { "_class_wxJPEGHandler","_wxJPEGHandler",0}, |
c368d904 | 1744 | { "_class_wxFSFile","_wxFSFile",0}, |
65dd82cb | 1745 | { "_wxPyBitmapDataObject","_class_wxPyBitmapDataObject",0}, |
b1462dfa | 1746 | { "_wxBitmapDataObject","_class_wxBitmapDataObject",0}, |
2f90df85 | 1747 | { "_class_wxPyCommandEvent","_wxPyCommandEvent",0}, |
1d99702e RD |
1748 | { "_wxBMPHandler","_class_wxBMPHandler",0}, |
1749 | { "_wxImage","_class_wxImage",0}, | |
f6bcfd97 | 1750 | { "_wxFlexGridSizer","_class_wxFlexGridSizer",0}, |
c368d904 RD |
1751 | { "_wxWindowDisabler","_class_wxWindowDisabler",0}, |
1752 | { "_class_wxDateTime","_wxDateTime",0}, | |
b1462dfa | 1753 | { "_wxPrintQuality","_wxCoord",0}, |
1d99702e RD |
1754 | { "_wxPrintQuality","_int",0}, |
1755 | { "_wxPrintQuality","_signed_int",0}, | |
1756 | { "_wxPrintQuality","_unsigned_int",0}, | |
1757 | { "_wxPrintQuality","_wxWindowID",0}, | |
1758 | { "_wxPrintQuality","_uint",0}, | |
1759 | { "_wxPrintQuality","_EBool",0}, | |
1760 | { "_wxPrintQuality","_size_t",0}, | |
c368d904 | 1761 | { "_wxPrintQuality","_time_t",0}, |
b1462dfa | 1762 | { "_class_wxCustomDataObject","_wxCustomDataObject",0}, |
c368d904 | 1763 | { "_wxSpinCtrl","_class_wxSpinCtrl",0}, |
1d99702e | 1764 | { "_wxFontData","_class_wxFontData",0}, |
1d99702e | 1765 | { "_class_wxRegionIterator","_wxRegionIterator",0}, |
b1462dfa | 1766 | { "_class_wxPyTextDropTarget","_wxPyTextDropTarget",0}, |
1d99702e RD |
1767 | { "_class_wxMenuBar","_wxMenuBar",0}, |
1768 | { "_class_wxPyTreeItemData","_wxPyTreeItemData",0}, | |
2f90df85 | 1769 | { "_class_wxStaticBoxSizer","_wxStaticBoxSizer",0}, |
1d99702e RD |
1770 | { "_class_wxEvtHandler","_class_wxPyApp",SwigwxPyAppTowxEvtHandler}, |
1771 | { "_class_wxEvtHandler","_wxPyApp",SwigwxPyAppTowxEvtHandler}, | |
1772 | { "_class_wxEvtHandler","_wxEvtHandler",0}, | |
1773 | { "_wxPaintEvent","_class_wxPaintEvent",0}, | |
1774 | { "_wxGIFHandler","_class_wxGIFHandler",0}, | |
2f90df85 | 1775 | { "_wxPySizer","_class_wxPySizer",0}, |
c368d904 | 1776 | { "_wxInternetFSHandler","_class_wxInternetFSHandler",0}, |
1d99702e RD |
1777 | { "_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0}, |
1778 | { "_wxCursor","_class_wxCursor",0}, | |
1779 | { "_wxNotifyEvent","_class_wxNotifyEvent",0}, | |
c368d904 | 1780 | { "_wxPyProcess","_class_wxPyProcess",0}, |
f6bcfd97 | 1781 | { "_wxPyTreeCtrl","_class_wxPyTreeCtrl",0}, |
1d99702e | 1782 | { "_wxImageHandler","_class_wxImageHandler",0}, |
471825d7 | 1783 | { "_wxMutexGuiLocker","_class_wxMutexGuiLocker",0}, |
c368d904 | 1784 | { "_wxLog","_class_wxLog",0}, |
9b3d3bc4 | 1785 | { "_class_wxToolBarBase","_wxToolBarBase",0}, |
1d99702e RD |
1786 | { "_wxMask","_class_wxMask",0}, |
1787 | { "_wxToolTip","_class_wxToolTip",0}, | |
1d99702e RD |
1788 | { "_wxPNGHandler","_class_wxPNGHandler",0}, |
1789 | { "_class_wxColourData","_wxColourData",0}, | |
1790 | { "_class_wxPageSetupDialogData","_wxPageSetupDialogData",0}, | |
1791 | { "_wxPrinter","_class_wxPrinter",0}, | |
1792 | { "_wxPen","_class_wxPen",0}, | |
1793 | { "_wxUpdateUIEvent","_class_wxUpdateUIEvent",0}, | |
f6bcfd97 | 1794 | { "_class_wxNotebookSizer","_wxNotebookSizer",0}, |
1d99702e | 1795 | { "_byte","_unsigned_char",0}, |
b1462dfa | 1796 | { "_wxDataObject","_class_wxDataObject",0}, |
65dd82cb | 1797 | { "_class_wxPyFontEnumerator","_wxPyFontEnumerator",0}, |
1d99702e | 1798 | { "_wxStaticBox","_class_wxStaticBox",0}, |
c9482eba | 1799 | { "_wxColourDatabase","_class_wxColourDatabase",0}, |
65dd82cb RD |
1800 | { "_wxPyDataObjectSimple","_class_wxPyDataObjectSimple",0}, |
1801 | { "_wxPyDropSource","_class_wxPyDropSource",0}, | |
1d99702e RD |
1802 | { "_wxChoice","_class_wxChoice",0}, |
1803 | { "_wxSlider","_class_wxSlider",0}, | |
1804 | { "_wxNotebookEvent","_class_wxNotebookEvent",0}, | |
1805 | { "_wxPyPrintout","_class_wxPyPrintout",0}, | |
1d99702e RD |
1806 | { "_long","_unsigned_long",0}, |
1807 | { "_long","_signed_long",0}, | |
1808 | { "_wxImageList","_class_wxImageList",0}, | |
b1462dfa | 1809 | { "_wxDataObjectSimple","_class_wxDataObjectSimple",0}, |
1d99702e RD |
1810 | { "_wxDropFilesEvent","_class_wxDropFilesEvent",0}, |
1811 | { "_wxBitmapButton","_class_wxBitmapButton",0}, | |
1812 | { "_wxSashWindow","_class_wxSashWindow",0}, | |
2f90df85 | 1813 | { "_class_wxSizer","_wxSizer",0}, |
9b3d3bc4 | 1814 | { "_class_wxTIFFHandler","_wxTIFFHandler",0}, |
1d99702e | 1815 | { "_class_wxPrintDialogData","_wxPrintDialogData",0}, |
f6bcfd97 | 1816 | { "_wxGridSizer","_class_wxGridSizer",0}, |
1d99702e | 1817 | { "_class_wxAcceleratorTable","_wxAcceleratorTable",0}, |
b1462dfa | 1818 | { "_class_wxClipboard","_wxClipboard",0}, |
1d99702e RD |
1819 | { "_class_wxGauge","_wxGauge",0}, |
1820 | { "_class_wxSashEvent","_wxSashEvent",0}, | |
9df61a29 | 1821 | { "_wxGDIObject","_class_wxGDIObject",0}, |
1d99702e | 1822 | { "_wxDC","_class_wxDC",0}, |
2f90df85 | 1823 | { "_wxSizerItem","_class_wxSizerItem",0}, |
b1462dfa | 1824 | { "_class_wxBitmapDataObject","_wxBitmapDataObject",0}, |
1d99702e RD |
1825 | { "_wxListEvent","_class_wxListEvent",0}, |
1826 | { "_class_wxSingleChoiceDialog","_wxSingleChoiceDialog",0}, | |
1827 | { "_wxProgressDialog","_class_wxProgressDialog",0}, | |
1828 | { "_class_wxBMPHandler","_wxBMPHandler",0}, | |
1829 | { "_wxPrintPreview","_class_wxPrintPreview",0}, | |
f6bcfd97 | 1830 | { "_class_wxFlexGridSizer","_wxFlexGridSizer",0}, |
9df61a29 RD |
1831 | { "_class_wxObject","_class_wxPyApp",SwigwxPyAppTowxObject}, |
1832 | { "_class_wxObject","_wxPyApp",SwigwxPyAppTowxObject}, | |
1833 | { "_class_wxObject","_wxObject",0}, | |
1d99702e RD |
1834 | { "_wxSpinEvent","_class_wxSpinEvent",0}, |
1835 | { "_wxSashLayoutWindow","_class_wxSashLayoutWindow",0}, | |
b1462dfa | 1836 | { "_size_t","_wxCoord",0}, |
1d99702e | 1837 | { "_size_t","_wxPrintQuality",0}, |
c368d904 | 1838 | { "_size_t","_time_t",0}, |
1d99702e RD |
1839 | { "_size_t","_unsigned_int",0}, |
1840 | { "_size_t","_int",0}, | |
1841 | { "_size_t","_wxWindowID",0}, | |
1842 | { "_size_t","_uint",0}, | |
1843 | { "_class_wxRealPoint","_wxRealPoint",0}, | |
48115f4a | 1844 | { "_wxNavigationKeyEvent","_class_wxNavigationKeyEvent",0}, |
46c3e3d9 | 1845 | { "_wxPNMHandler","_class_wxPNMHandler",0}, |
48115f4a | 1846 | { "_wxWindowCreateEvent","_class_wxWindowCreateEvent",0}, |
c368d904 | 1847 | { "_wxLogGui","_class_wxLogGui",0}, |
1d99702e RD |
1848 | { "_class_wxMenuItem","_wxMenuItem",0}, |
1849 | { "_class_wxPaintEvent","_wxPaintEvent",0}, | |
1850 | { "_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0}, | |
1851 | { "_class_wxStatusBar","_wxStatusBar",0}, | |
1852 | { "_class_wxGIFHandler","_wxGIFHandler",0}, | |
2f90df85 | 1853 | { "_class_wxPySizer","_wxPySizer",0}, |
f6bcfd97 | 1854 | { "_class_wxPostScriptDC","_wxPostScriptDC",0}, |
1d99702e RD |
1855 | { "_wxPanel","_class_wxPanel",0}, |
1856 | { "_wxInitDialogEvent","_class_wxInitDialogEvent",0}, | |
1857 | { "_wxCheckBox","_class_wxCheckBox",0}, | |
f6bcfd97 | 1858 | { "_class_wxPyTreeCtrl","_wxPyTreeCtrl",0}, |
1d99702e RD |
1859 | { "_wxPyEvent","_class_wxPyEvent",0}, |
1860 | { "_wxTextCtrl","_class_wxTextCtrl",0}, | |
1861 | { "_class_wxMask","_wxMask",0}, | |
b1462dfa | 1862 | { "_wxTextDataObject","_class_wxTextDataObject",0}, |
1d99702e | 1863 | { "_class_wxKeyEvent","_wxKeyEvent",0}, |
65dd82cb | 1864 | { "_class_wxToolTip","_wxToolTip",0}, |
1d99702e | 1865 | { "_class_wxPNGHandler","_wxPNGHandler",0}, |
c368d904 | 1866 | { "_wxFileConfig","_class_wxFileConfig",0}, |
1d99702e RD |
1867 | { "_wxColour","_class_wxColour",0}, |
1868 | { "_class_wxDialog","_wxDialog",0}, | |
2abc0a0f | 1869 | { "_wxBusyCursor","_class_wxBusyCursor",0}, |
1d99702e RD |
1870 | { "_wxPageSetupDialog","_class_wxPageSetupDialog",0}, |
1871 | { "_class_wxPrinter","_wxPrinter",0}, | |
65dd82cb | 1872 | { "_class_wxFileDataObject","_wxFileDataObject",0}, |
1d99702e RD |
1873 | { "_wxIdleEvent","_class_wxIdleEvent",0}, |
1874 | { "_class_wxUpdateUIEvent","_wxUpdateUIEvent",0}, | |
1875 | { "_wxToolBar","_class_wxToolBar",0}, | |
b1462dfa | 1876 | { "_class_wxDataObject","_wxDataObject",0}, |
f0261a72 | 1877 | { "_wxCaret","_class_wxCaret",0}, |
1d99702e RD |
1878 | { "_wxStaticLine","_class_wxStaticLine",0}, |
1879 | { "_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0}, | |
1880 | { "_wxBrush","_class_wxBrush",0}, | |
7a446686 | 1881 | { "_wxToggleButton","_class_wxToggleButton",0}, |
1d99702e RD |
1882 | { "_wxMiniFrame","_class_wxMiniFrame",0}, |
1883 | { "_class_wxNotebookEvent","_wxNotebookEvent",0}, | |
1884 | { "_class_wxPyPrintout","_wxPyPrintout",0}, | |
b1462dfa RD |
1885 | { "_wxDataFormat","_class_wxDataFormat",0}, |
1886 | { "_class_wxDataObjectSimple","_wxDataObjectSimple",0}, | |
1d99702e RD |
1887 | { "_class_wxSashWindow","_wxSashWindow",0}, |
1888 | { "_wxShowEvent","_class_wxShowEvent",0}, | |
b1462dfa | 1889 | { "_uint","_wxCoord",0}, |
1d99702e | 1890 | { "_uint","_wxPrintQuality",0}, |
c368d904 | 1891 | { "_uint","_time_t",0}, |
1d99702e RD |
1892 | { "_uint","_size_t",0}, |
1893 | { "_uint","_unsigned_int",0}, | |
1894 | { "_uint","_int",0}, | |
1895 | { "_uint","_wxWindowID",0}, | |
f6bcfd97 | 1896 | { "_wxChar","_char",0}, |
2f90df85 | 1897 | { "_wxPyValidator","_class_wxPyValidator",0}, |
1d99702e RD |
1898 | { "_class_wxEvent","_wxEvent",0}, |
1899 | { "_wxCheckListBox","_class_wxCheckListBox",0}, | |
1900 | { "_wxSplitterEvent","_class_wxSplitterEvent",0}, | |
1d99702e RD |
1901 | { "_wxRect","_class_wxRect",0}, |
1902 | { "_wxCommandEvent","_class_wxCommandEvent",0}, | |
1903 | { "_wxSizeEvent","_class_wxSizeEvent",0}, | |
c368d904 | 1904 | { "_class_wxLogWindow","_wxLogWindow",0}, |
1d99702e RD |
1905 | { "_class_wxImage","_wxImage",0}, |
1906 | { "_wxPoint","_class_wxPoint",0}, | |
c368d904 | 1907 | { "_class_wxWindowDisabler","_wxWindowDisabler",0}, |
1d99702e RD |
1908 | { "_class_wxSashLayoutWindow","_wxSashLayoutWindow",0}, |
1909 | { "_class_wxButton","_wxButton",0}, | |
1910 | { "_wxRadioBox","_class_wxRadioBox",0}, | |
c368d904 | 1911 | { "_class_wxSpinCtrl","_wxSpinCtrl",0}, |
1d99702e | 1912 | { "_class_wxFontData","_wxFontData",0}, |
46c3e3d9 | 1913 | { "_class_wxPNMHandler","_wxPNMHandler",0}, |
2f90df85 | 1914 | { "_wxBoxSizer","_class_wxBoxSizer",0}, |
c368d904 | 1915 | { "_class_wxZipFSHandler","_wxZipFSHandler",0}, |
f6bcfd97 | 1916 | { "_char","_wxChar",0}, |
1d99702e | 1917 | { "_wxBitmap","_class_wxBitmap",0}, |
c9482eba | 1918 | { "_wxPenList","_class_wxPenList",0}, |
1d99702e | 1919 | { "_wxPrintDialog","_class_wxPrintDialog",0}, |
1d99702e | 1920 | { "_wxWindowDC","_class_wxWindowDC",0}, |
f6bcfd97 BP |
1921 | { "_wxTimerEvent","_class_wxTimerEvent",0}, |
1922 | { "_wxPyTimer","_class_wxPyTimer",0}, | |
1d99702e RD |
1923 | { "_wxScrollBar","_class_wxScrollBar",0}, |
1924 | { "_wxSpinButton","_class_wxSpinButton",0}, | |
1d99702e RD |
1925 | { "_wxColourDialog","_class_wxColourDialog",0}, |
1926 | { "_wxPrintData","_class_wxPrintData",0}, | |
c368d904 | 1927 | { "_class_wxInternetFSHandler","_wxInternetFSHandler",0}, |
1d99702e RD |
1928 | { "_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0}, |
1929 | { "_class_wxNotifyEvent","_wxNotifyEvent",0}, | |
1930 | { "_wxMessageDialog","_class_wxMessageDialog",0}, | |
2f90df85 | 1931 | { "_class_wxValidator","_wxValidator",0}, |
1d99702e | 1932 | { "_class_wxPyEvent","_wxPyEvent",0}, |
471825d7 | 1933 | { "_class_wxMutexGuiLocker","_wxMutexGuiLocker",0}, |
1d99702e | 1934 | { "_wxTextEntryDialog","_class_wxTextEntryDialog",0}, |
c368d904 | 1935 | { "_wxConfig","_class_wxConfig",0}, |
1d99702e RD |
1936 | { "_class_wxIconizeEvent","_wxIconizeEvent",0}, |
1937 | { "_class_wxStaticBitmap","_wxStaticBitmap",0}, | |
c368d904 | 1938 | { "_class_wxFileConfig","_wxFileConfig",0}, |
2abc0a0f | 1939 | { "_class_wxBusyCursor","_wxBusyCursor",0}, |
9b3d3bc4 | 1940 | { "_wxToolBarSimple","_class_wxToolBarSimple",0}, |
1d99702e RD |
1941 | { "_wxMDIChildFrame","_class_wxMDIChildFrame",0}, |
1942 | { "_wxListItem","_class_wxListItem",0}, | |
1943 | { "_class_wxToolBar","_wxToolBar",0}, | |
65dd82cb | 1944 | { "_wxDropTarget","_class_wxDropTarget",0}, |
1d99702e | 1945 | { "_class_wxStaticLine","_wxStaticLine",0}, |
c9482eba | 1946 | { "_class_wxColourDatabase","_wxColourDatabase",0}, |
1d99702e | 1947 | { "_wxScrollEvent","_class_wxScrollEvent",0}, |
9b3d3bc4 | 1948 | { "_wxToolBarToolBase","_class_wxToolBarToolBase",0}, |
1d99702e | 1949 | { "_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0}, |
c368d904 | 1950 | { "_class_wxMemoryFSHandler","_wxMemoryFSHandler",0}, |
b1462dfa | 1951 | { "_EBool","_wxCoord",0}, |
1d99702e RD |
1952 | { "_EBool","_wxPrintQuality",0}, |
1953 | { "_EBool","_signed_int",0}, | |
1954 | { "_EBool","_int",0}, | |
1955 | { "_EBool","_wxWindowID",0}, | |
1956 | { "_class_wxRegion","_wxRegion",0}, | |
b1462dfa | 1957 | { "_class_wxDataFormat","_wxDataFormat",0}, |
1d99702e | 1958 | { "_class_wxDropFilesEvent","_wxDropFilesEvent",0}, |
48115f4a | 1959 | { "_wxWindowDestroyEvent","_class_wxWindowDestroyEvent",0}, |
1d99702e RD |
1960 | { "_class_wxPreviewFrame","_wxPreviewFrame",0}, |
1961 | { "_wxStaticText","_class_wxStaticText",0}, | |
1962 | { "_wxFont","_class_wxFont",0}, | |
b1462dfa | 1963 | { "_class_wxPyDropTarget","_wxPyDropTarget",0}, |
1d99702e RD |
1964 | { "_wxCloseEvent","_class_wxCloseEvent",0}, |
1965 | { "_class_wxSplitterEvent","_wxSplitterEvent",0}, | |
c368d904 | 1966 | { "_wxProcessEvent","_class_wxProcessEvent",0}, |
1d99702e | 1967 | { "_wxNotebook","_class_wxNotebook",0}, |
c368d904 | 1968 | { "_wxFSFile","_class_wxFSFile",0}, |
1d99702e RD |
1969 | { "_unsigned_long","_long",0}, |
1970 | { "_class_wxRect","_wxRect",0}, | |
1971 | { "_class_wxDC","_wxDC",0}, | |
d426c97e | 1972 | { "_wxScrollWinEvent","_class_wxScrollWinEvent",0}, |
f6bcfd97 | 1973 | { "_wxGenericDragImage","_class_wxGenericDragImage",0}, |
1d99702e | 1974 | { "_class_wxProgressDialog","_wxProgressDialog",0}, |
c9482eba | 1975 | { "_class_wxBrushList","_wxBrushList",0}, |
48115f4a | 1976 | { "_wxQueryNewPaletteEvent","_class_wxQueryNewPaletteEvent",0}, |
c368d904 | 1977 | { "_wxPyInputStream","_class_wxPyInputStream",0}, |
1d99702e | 1978 | { "_wxPyApp","_class_wxPyApp",0}, |
c9482eba | 1979 | { "_class_wxPenList","_wxPenList",0}, |
48115f4a | 1980 | { "_class_wxWindowCreateEvent","_wxWindowCreateEvent",0}, |
c368d904 RD |
1981 | { "_class_wxOutputStream","_wxOutputStream",0}, |
1982 | { "_wxLogTextCtrl","_class_wxLogTextCtrl",0}, | |
1d99702e RD |
1983 | { "_wxMDIParentFrame","_class_wxMDIParentFrame",0}, |
1984 | { "_class_wxTreeEvent","_wxTreeEvent",0}, | |
1985 | { "_class_wxDirDialog","_wxDirDialog",0}, | |
c368d904 | 1986 | { "_wxTimeSpan","_class_wxTimeSpan",0}, |
1d99702e RD |
1987 | { "_wxFocusEvent","_class_wxFocusEvent",0}, |
1988 | { "_wxMaximizeEvent","_class_wxMaximizeEvent",0}, | |
f6bcfd97 BP |
1989 | { "_class_wxTimerEvent","_wxTimerEvent",0}, |
1990 | { "_class_wxPyTimer","_wxPyTimer",0}, | |
1d99702e RD |
1991 | { "_class_wxSpinButton","_wxSpinButton",0}, |
1992 | { "_wxAcceleratorEntry","_class_wxAcceleratorEntry",0}, | |
1993 | { "_class_wxPanel","_wxPanel",0}, | |
1994 | { "_class_wxCheckBox","_wxCheckBox",0}, | |
1995 | { "_wxComboBox","_class_wxComboBox",0}, | |
1996 | { "_wxRadioButton","_class_wxRadioButton",0}, | |
1997 | { "_class_wxMessageDialog","_wxMessageDialog",0}, | |
b1462dfa | 1998 | { "_signed_int","_wxCoord",0}, |
1d99702e RD |
1999 | { "_signed_int","_wxPrintQuality",0}, |
2000 | { "_signed_int","_EBool",0}, | |
2001 | { "_signed_int","_wxWindowID",0}, | |
2002 | { "_signed_int","_int",0}, | |
2003 | { "_class_wxTextCtrl","_wxTextCtrl",0}, | |
f6bcfd97 | 2004 | { "_class_wxListItemAttr","_wxListItemAttr",0}, |
1d99702e | 2005 | { "_wxLayoutConstraints","_class_wxLayoutConstraints",0}, |
b1462dfa | 2006 | { "_class_wxTextDataObject","_wxTextDataObject",0}, |
1d99702e RD |
2007 | { "_wxMenu","_class_wxMenu",0}, |
2008 | { "_class_wxMoveEvent","_wxMoveEvent",0}, | |
2009 | { "_wxListBox","_class_wxListBox",0}, | |
2010 | { "_wxScreenDC","_class_wxScreenDC",0}, | |
9b3d3bc4 | 2011 | { "_class_wxToolBarSimple","_wxToolBarSimple",0}, |
1d99702e | 2012 | { "_class_wxMDIChildFrame","_wxMDIChildFrame",0}, |
c368d904 | 2013 | { "_WXTYPE","_wxDateTime_t",0}, |
1d99702e RD |
2014 | { "_WXTYPE","_short",0}, |
2015 | { "_WXTYPE","_signed_short",0}, | |
2016 | { "_WXTYPE","_unsigned_short",0}, | |
2017 | { "_wxFileDialog","_class_wxFileDialog",0}, | |
65dd82cb | 2018 | { "_class_wxDropTarget","_wxDropTarget",0}, |
f0261a72 | 2019 | { "_class_wxCaret","_wxCaret",0}, |
1d99702e RD |
2020 | { "_class_wxMDIClientWindow","_wxMDIClientWindow",0}, |
2021 | { "_class_wxBrush","_wxBrush",0}, | |
f6bcfd97 | 2022 | { "_wxTipProvider","_class_wxTipProvider",0}, |
c368d904 | 2023 | { "_unsigned_short","_wxDateTime_t",0}, |
1d99702e RD |
2024 | { "_unsigned_short","_WXTYPE",0}, |
2025 | { "_unsigned_short","_short",0}, | |
2026 | { "_class_wxWindow","_wxWindow",0}, | |
c368d904 | 2027 | { "_class_wxLogStderr","_wxLogStderr",0}, |
1d99702e | 2028 | { "_wxSplitterWindow","_class_wxSplitterWindow",0}, |
c368d904 | 2029 | { "_wxDateSpan","_class_wxDateSpan",0}, |
1d99702e RD |
2030 | { "_class_wxStaticText","_wxStaticText",0}, |
2031 | { "_wxPrintDialogData","_class_wxPrintDialogData",0}, | |
2032 | { "_class_wxFont","_wxFont",0}, | |
b1462dfa | 2033 | { "_wxClipboard","_class_wxClipboard",0}, |
2f90df85 | 2034 | { "_class_wxPyValidator","_wxPyValidator",0}, |
1d99702e RD |
2035 | { "_class_wxCloseEvent","_wxCloseEvent",0}, |
2036 | { "_wxSashEvent","_class_wxSashEvent",0}, | |
2abc0a0f | 2037 | { "_wxBusyInfo","_class_wxBusyInfo",0}, |
c9482eba | 2038 | { "_wxFontList","_class_wxFontList",0}, |
1d99702e | 2039 | { "_class_wxMenuEvent","_wxMenuEvent",0}, |
48115f4a | 2040 | { "_wxPaletteChangedEvent","_class_wxPaletteChangedEvent",0}, |
65dd82cb | 2041 | { "_class_wxPyBitmapDataObject","_wxPyBitmapDataObject",0}, |
1d99702e RD |
2042 | { "_wxClientDC","_class_wxClientDC",0}, |
2043 | { "_wxMouseEvent","_class_wxMouseEvent",0}, | |
f6bcfd97 | 2044 | { "_class_wxGenericDragImage","_wxGenericDragImage",0}, |
1d99702e RD |
2045 | { "_wxListCtrl","_class_wxListCtrl",0}, |
2046 | { "_wxSingleChoiceDialog","_class_wxSingleChoiceDialog",0}, | |
9df61a29 RD |
2047 | { "_wxObject","_class_wxPyApp",SwigwxPyAppTowxObject}, |
2048 | { "_wxObject","_wxPyApp",SwigwxPyAppTowxObject}, | |
2049 | { "_wxObject","_class_wxObject",0}, | |
1d99702e | 2050 | { "_class_wxPoint","_wxPoint",0}, |
c368d904 | 2051 | { "_class_wxPyInputStream","_wxPyInputStream",0}, |
1d99702e RD |
2052 | { "_wxRealPoint","_class_wxRealPoint",0}, |
2053 | { "_class_wxRadioBox","_wxRadioBox",0}, | |
2f90df85 | 2054 | { "_class_wxBoxSizer","_wxBoxSizer",0}, |
1d99702e RD |
2055 | { "_signed_short","_WXTYPE",0}, |
2056 | { "_signed_short","_short",0}, | |
2057 | { "_wxMemoryDC","_class_wxMemoryDC",0}, | |
65dd82cb | 2058 | { "_wxPyTextDataObject","_class_wxPyTextDataObject",0}, |
1d99702e | 2059 | { "_class_wxPrintDialog","_wxPrintDialog",0}, |
c368d904 | 2060 | { "_wxPyFileSystemHandler","_class_wxPyFileSystemHandler",0}, |
1d99702e RD |
2061 | { "_wxPaintDC","_class_wxPaintDC",0}, |
2062 | { "_class_wxWindowDC","_wxWindowDC",0}, | |
2063 | { "_class_wxFocusEvent","_wxFocusEvent",0}, | |
2064 | { "_class_wxMaximizeEvent","_wxMaximizeEvent",0}, | |
2065 | { "_wxStatusBar","_class_wxStatusBar",0}, | |
1d99702e RD |
2066 | { "_class_wxAcceleratorEntry","_wxAcceleratorEntry",0}, |
2067 | { "_class_wxCursor","_wxCursor",0}, | |
f6bcfd97 | 2068 | { "_wxPostScriptDC","_class_wxPostScriptDC",0}, |
b1462dfa | 2069 | { "_wxPyFileDropTarget","_class_wxPyFileDropTarget",0}, |
c368d904 | 2070 | { "_class_wxPyProcess","_wxPyProcess",0}, |
1d99702e RD |
2071 | { "_class_wxImageHandler","_wxImageHandler",0}, |
2072 | { "_wxScrolledWindow","_class_wxScrolledWindow",0}, | |
c368d904 | 2073 | { "_class_wxLog","_wxLog",0}, |
1d99702e RD |
2074 | { "_wxTreeItemId","_class_wxTreeItemId",0}, |
2075 | { "_unsigned_char","_byte",0}, | |
1d99702e RD |
2076 | { "_class_wxMenu","_wxMenu",0}, |
2077 | { "_wxControl","_class_wxControl",0}, | |
2078 | { "_class_wxListBox","_wxListBox",0}, | |
b1462dfa | 2079 | { "_unsigned_int","_wxCoord",0}, |
1d99702e | 2080 | { "_unsigned_int","_wxPrintQuality",0}, |
c368d904 | 2081 | { "_unsigned_int","_time_t",0}, |
1d99702e RD |
2082 | { "_unsigned_int","_size_t",0}, |
2083 | { "_unsigned_int","_uint",0}, | |
2084 | { "_unsigned_int","_wxWindowID",0}, | |
2085 | { "_unsigned_int","_int",0}, | |
2086 | { "_wxIcon","_class_wxIcon",0}, | |
2087 | { "_wxDialog","_class_wxDialog",0}, | |
2088 | { "_class_wxListItem","_wxListItem",0}, | |
2089 | { "_class_wxPen","_wxPen",0}, | |
2090 | { "_class_wxFileDialog","_wxFileDialog",0}, | |
2091 | { "_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0}, | |
c368d904 RD |
2092 | { "_wxConfigBase","_class_wxConfigBase",0}, |
2093 | { "_short","_wxDateTime_t",0}, | |
1d99702e RD |
2094 | { "_short","_WXTYPE",0}, |
2095 | { "_short","_unsigned_short",0}, | |
2096 | { "_short","_signed_short",0}, | |
2097 | { "_class_wxStaticBox","_wxStaticBox",0}, | |
2098 | { "_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0}, | |
65dd82cb RD |
2099 | { "_class_wxPyDataObjectSimple","_wxPyDataObjectSimple",0}, |
2100 | { "_class_wxPyDropSource","_wxPyDropSource",0}, | |
1d99702e RD |
2101 | { "_class_wxScrollEvent","_wxScrollEvent",0}, |
2102 | { "_wxJoystickEvent","_class_wxJoystickEvent",0}, | |
2103 | { "_class_wxChoice","_wxChoice",0}, | |
2104 | { "_class_wxSlider","_wxSlider",0}, | |
2105 | { "_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0}, | |
2106 | { "_class_wxImageList","_wxImageList",0}, | |
2107 | { "_class_wxBitmapButton","_wxBitmapButton",0}, | |
c368d904 | 2108 | { "_wxFileSystemHandler","_class_wxFileSystemHandler",0}, |
f6bcfd97 | 2109 | { "_wxPyTipProvider","_class_wxPyTipProvider",0}, |
1d99702e | 2110 | { "_wxFrame","_class_wxFrame",0}, |
46c3e3d9 | 2111 | { "_wxPCXHandler","_class_wxPCXHandler",0}, |
f6bcfd97 | 2112 | { "_class_wxGridSizer","_wxGridSizer",0}, |
48115f4a | 2113 | { "_class_wxPaletteChangedEvent","_wxPaletteChangedEvent",0}, |
1d99702e RD |
2114 | { "_class_wxNotebook","_wxNotebook",0}, |
2115 | { "_wxJPEGHandler","_class_wxJPEGHandler",0}, | |
b1462dfa | 2116 | { "_wxWindowID","_wxCoord",0}, |
1d99702e | 2117 | { "_wxWindowID","_wxPrintQuality",0}, |
c368d904 | 2118 | { "_wxWindowID","_time_t",0}, |
1d99702e RD |
2119 | { "_wxWindowID","_size_t",0}, |
2120 | { "_wxWindowID","_EBool",0}, | |
2121 | { "_wxWindowID","_uint",0}, | |
2122 | { "_wxWindowID","_int",0}, | |
2123 | { "_wxWindowID","_signed_int",0}, | |
2124 | { "_wxWindowID","_unsigned_int",0}, | |
9df61a29 | 2125 | { "_class_wxGDIObject","_wxGDIObject",0}, |
d426c97e | 2126 | { "_class_wxScrollWinEvent","_wxScrollWinEvent",0}, |
2f90df85 | 2127 | { "_class_wxSizerItem","_wxSizerItem",0}, |
b1462dfa | 2128 | { "_int","_wxCoord",0}, |
1d99702e | 2129 | { "_int","_wxPrintQuality",0}, |
c368d904 | 2130 | { "_int","_time_t",0}, |
1d99702e RD |
2131 | { "_int","_size_t",0}, |
2132 | { "_int","_EBool",0}, | |
2133 | { "_int","_uint",0}, | |
2134 | { "_int","_wxWindowID",0}, | |
2135 | { "_int","_unsigned_int",0}, | |
2136 | { "_int","_signed_int",0}, | |
2137 | { "_class_wxMouseEvent","_wxMouseEvent",0}, | |
2f90df85 | 2138 | { "_wxPyCommandEvent","_class_wxPyCommandEvent",0}, |
c368d904 | 2139 | { "_wxLogWindow","_class_wxLogWindow",0}, |
1d99702e RD |
2140 | { "_class_wxListEvent","_wxListEvent",0}, |
2141 | { "_class_wxPrintPreview","_wxPrintPreview",0}, | |
c368d904 RD |
2142 | { "_wxDateTime_t","_unsigned_short",0}, |
2143 | { "_wxDateTime_t","_short",0}, | |
2144 | { "_wxDateTime_t","_WXTYPE",0}, | |
1d99702e | 2145 | { "_class_wxSpinEvent","_wxSpinEvent",0}, |
48115f4a | 2146 | { "_class_wxQueryNewPaletteEvent","_wxQueryNewPaletteEvent",0}, |
c368d904 RD |
2147 | { "_wxDateTime","_class_wxDateTime",0}, |
2148 | { "_time_t","_wxCoord",0}, | |
2149 | { "_time_t","_wxPrintQuality",0}, | |
2150 | { "_time_t","_unsigned_int",0}, | |
2151 | { "_time_t","_int",0}, | |
2152 | { "_time_t","_wxWindowID",0}, | |
2153 | { "_time_t","_uint",0}, | |
2154 | { "_time_t","_size_t",0}, | |
48115f4a | 2155 | { "_class_wxNavigationKeyEvent","_wxNavigationKeyEvent",0}, |
c368d904 | 2156 | { "_wxLogNull","_class_wxLogNull",0}, |
1d99702e | 2157 | { "_wxButton","_class_wxButton",0}, |
c368d904 | 2158 | { "_wxZipFSHandler","_class_wxZipFSHandler",0}, |
1d99702e RD |
2159 | { "_class_wxPyApp","_wxPyApp",0}, |
2160 | { "_wxSize","_class_wxSize",0}, | |
2161 | { "_wxRegionIterator","_class_wxRegionIterator",0}, | |
65dd82cb | 2162 | { "_class_wxPyTextDataObject","_wxPyTextDataObject",0}, |
c368d904 RD |
2163 | { "_class_wxLogTextCtrl","_wxLogTextCtrl",0}, |
2164 | { "_class_wxLogGui","_wxLogGui",0}, | |
1d99702e RD |
2165 | { "_class_wxMDIParentFrame","_wxMDIParentFrame",0}, |
2166 | { "_wxPyTreeItemData","_class_wxPyTreeItemData",0}, | |
2f90df85 | 2167 | { "_wxStaticBoxSizer","_class_wxStaticBoxSizer",0}, |
c368d904 RD |
2168 | { "_class_wxTimeSpan","_wxTimeSpan",0}, |
2169 | { "_class_wxPyFileSystemHandler","_wxPyFileSystemHandler",0}, | |
1d99702e RD |
2170 | { "_class_wxPaintDC","_wxPaintDC",0}, |
2171 | { "_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0}, | |
b1462dfa | 2172 | { "_class_wxPyFileDropTarget","_wxPyFileDropTarget",0}, |
1d99702e RD |
2173 | { "_class_wxInitDialogEvent","_wxInitDialogEvent",0}, |
2174 | { "_class_wxComboBox","_wxComboBox",0}, | |
2175 | { "_class_wxRadioButton","_wxRadioButton",0}, | |
2f90df85 | 2176 | { "_wxValidator","_class_wxValidator",0}, |
9b3d3bc4 | 2177 | { "_wxToolBarBase","_class_wxToolBarBase",0}, |
1d99702e | 2178 | { "_class_wxTreeItemId","_wxTreeItemId",0}, |
1d99702e RD |
2179 | { "_class_wxLayoutConstraints","_wxLayoutConstraints",0}, |
2180 | { "_wxIconizeEvent","_class_wxIconizeEvent",0}, | |
2181 | { "_class_wxControl","_wxControl",0}, | |
2182 | { "_wxStaticBitmap","_class_wxStaticBitmap",0}, | |
2183 | { "_class_wxIcon","_wxIcon",0}, | |
2184 | { "_class_wxColour","_wxColour",0}, | |
2185 | { "_class_wxScreenDC","_wxScreenDC",0}, | |
2186 | { "_class_wxPageSetupDialog","_wxPageSetupDialog",0}, | |
2187 | { "_wxPalette","_class_wxPalette",0}, | |
2188 | { "_class_wxIdleEvent","_wxIdleEvent",0}, | |
c368d904 | 2189 | { "_class_wxConfigBase","_wxConfigBase",0}, |
b1462dfa RD |
2190 | { "_wxCoord","_int",0}, |
2191 | { "_wxCoord","_signed_int",0}, | |
2192 | { "_wxCoord","_unsigned_int",0}, | |
2193 | { "_wxCoord","_wxWindowID",0}, | |
2194 | { "_wxCoord","_uint",0}, | |
2195 | { "_wxCoord","_EBool",0}, | |
2196 | { "_wxCoord","_size_t",0}, | |
c368d904 | 2197 | { "_wxCoord","_time_t",0}, |
b1462dfa | 2198 | { "_wxCoord","_wxPrintQuality",0}, |
1d99702e | 2199 | { "_wxEraseEvent","_class_wxEraseEvent",0}, |
b1462dfa | 2200 | { "_wxDataObjectComposite","_class_wxDataObjectComposite",0}, |
1d99702e | 2201 | { "_class_wxJoystickEvent","_wxJoystickEvent",0}, |
f6bcfd97 | 2202 | { "_class_wxTipProvider","_wxTipProvider",0}, |
7a446686 | 2203 | { "_class_wxToggleButton","_wxToggleButton",0}, |
1d99702e RD |
2204 | { "_class_wxMiniFrame","_wxMiniFrame",0}, |
2205 | { "_wxFontDialog","_class_wxFontDialog",0}, | |
c368d904 | 2206 | { "_wxMemoryFSHandler","_class_wxMemoryFSHandler",0}, |
1d99702e RD |
2207 | { "_wxRegion","_class_wxRegion",0}, |
2208 | { "_class_wxSplitterWindow","_wxSplitterWindow",0}, | |
2209 | { "_wxPreviewFrame","_class_wxPreviewFrame",0}, | |
2f90df85 | 2210 | { "_wxSizer","_class_wxSizer",0}, |
c368d904 RD |
2211 | { "_class_wxDateSpan","_wxDateSpan",0}, |
2212 | { "_wxFileSystem","_class_wxFileSystem",0}, | |
1d99702e | 2213 | { "_class_wxShowEvent","_wxShowEvent",0}, |
f6bcfd97 | 2214 | { "_class_wxPyTipProvider","_wxPyTipProvider",0}, |
46c3e3d9 | 2215 | { "_class_wxPCXHandler","_wxPCXHandler",0}, |
9b3d3bc4 | 2216 | { "_wxTIFFHandler","_class_wxTIFFHandler",0}, |
b1462dfa | 2217 | { "_wxPyDropTarget","_class_wxPyDropTarget",0}, |
1d99702e RD |
2218 | { "_wxActivateEvent","_class_wxActivateEvent",0}, |
2219 | { "_wxGauge","_class_wxGauge",0}, | |
2220 | { "_class_wxCheckListBox","_wxCheckListBox",0}, | |
2abc0a0f | 2221 | { "_class_wxBusyInfo","_wxBusyInfo",0}, |
c9482eba | 2222 | { "_class_wxFontList","_wxFontList",0}, |
1d99702e RD |
2223 | { "_class_wxCommandEvent","_wxCommandEvent",0}, |
2224 | { "_class_wxClientDC","_wxClientDC",0}, | |
2225 | { "_class_wxSizeEvent","_wxSizeEvent",0}, | |
2226 | { "_class_wxListCtrl","_wxListCtrl",0}, | |
c9482eba | 2227 | { "_wxBrushList","_class_wxBrushList",0}, |
b1462dfa | 2228 | { "_wxCustomDataObject","_class_wxCustomDataObject",0}, |
c368d904 | 2229 | { "_class_wxLogNull","_wxLogNull",0}, |
1d99702e RD |
2230 | { "_class_wxSize","_wxSize",0}, |
2231 | { "_class_wxBitmap","_wxBitmap",0}, | |
2232 | { "_class_wxMemoryDC","_wxMemoryDC",0}, | |
b1462dfa | 2233 | { "_wxPyTextDropTarget","_class_wxPyTextDropTarget",0}, |
1d99702e | 2234 | { "_wxMenuBar","_class_wxMenuBar",0}, |
c368d904 | 2235 | { "_wxOutputStream","_class_wxOutputStream",0}, |
1d99702e RD |
2236 | { "_wxTreeEvent","_class_wxTreeEvent",0}, |
2237 | { "_wxDirDialog","_class_wxDirDialog",0}, | |
2238 | { "_wxEvtHandler","_class_wxPyApp",SwigwxPyAppTowxEvtHandler}, | |
2239 | { "_wxEvtHandler","_wxPyApp",SwigwxPyAppTowxEvtHandler}, | |
2240 | { "_wxEvtHandler","_class_wxEvtHandler",0}, | |
2241 | { "_wxMenuItem","_class_wxMenuItem",0}, | |
2242 | { "_class_wxScrollBar","_wxScrollBar",0}, | |
2243 | { "_class_wxColourDialog","_wxColourDialog",0}, | |
2244 | { "_class_wxPrintData","_wxPrintData",0}, | |
1d99702e | 2245 | { "_class_wxScrolledWindow","_wxScrolledWindow",0}, |
f6bcfd97 | 2246 | { "_wxListItemAttr","_class_wxListItemAttr",0}, |
1d99702e | 2247 | { "_class_wxTextEntryDialog","_wxTextEntryDialog",0}, |
c368d904 | 2248 | { "_class_wxConfig","_wxConfig",0}, |
1d99702e RD |
2249 | { "_wxKeyEvent","_class_wxKeyEvent",0}, |
2250 | { "_wxMoveEvent","_class_wxMoveEvent",0}, | |
2251 | { "_wxColourData","_class_wxColourData",0}, | |
2252 | { "_wxPageSetupDialogData","_class_wxPageSetupDialogData",0}, | |
2253 | { "_class_wxPalette","_wxPalette",0}, | |
65dd82cb | 2254 | { "_wxFileDataObject","_class_wxFileDataObject",0}, |
1d99702e | 2255 | { "_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0}, |
f6bcfd97 | 2256 | { "_wxNotebookSizer","_class_wxNotebookSizer",0}, |
1d99702e | 2257 | { "_class_wxEraseEvent","_wxEraseEvent",0}, |
65dd82cb | 2258 | { "_wxPyFontEnumerator","_class_wxPyFontEnumerator",0}, |
1d99702e | 2259 | { "_wxMDIClientWindow","_class_wxMDIClientWindow",0}, |
b1462dfa | 2260 | { "_class_wxDataObjectComposite","_wxDataObjectComposite",0}, |
9b3d3bc4 | 2261 | { "_class_wxToolBarToolBase","_wxToolBarToolBase",0}, |
1d99702e RD |
2262 | { "_class_wxFontDialog","_wxFontDialog",0}, |
2263 | { "_wxWindow","_class_wxWindow",0}, | |
48115f4a | 2264 | { "_class_wxWindowDestroyEvent","_wxWindowDestroyEvent",0}, |
c368d904 RD |
2265 | { "_wxLogStderr","_class_wxLogStderr",0}, |
2266 | { "_class_wxFileSystemHandler","_wxFileSystemHandler",0}, | |
2267 | { "_class_wxFileSystem","_wxFileSystem",0}, | |
1d99702e RD |
2268 | { "_class_wxFrame","_wxFrame",0}, |
2269 | {0,0,0}}; | |
2270 | ||
8ab979d7 RD |
2271 | static PyObject *SWIG_globals; |
2272 | #ifdef __cplusplus | |
2273 | extern "C" | |
2274 | #endif | |
1d99702e | 2275 | SWIGEXPORT(void) initwxc() { |
8ab979d7 RD |
2276 | PyObject *m, *d; |
2277 | SWIG_globals = SWIG_newvarlink(); | |
b8b8dda7 | 2278 | m = Py_InitModule("wxc", wxcMethods); |
8ab979d7 RD |
2279 | d = PyModule_GetDict(m); |
2280 | PyDict_SetItemString(d,"wxMAJOR_VERSION", PyInt_FromLong((long) wxMAJOR_VERSION)); | |
2281 | PyDict_SetItemString(d,"wxMINOR_VERSION", PyInt_FromLong((long) wxMINOR_VERSION)); | |
2282 | PyDict_SetItemString(d,"wxRELEASE_NUMBER", PyInt_FromLong((long) wxRELEASE_NUMBER)); | |
08127323 | 2283 | PyDict_SetItemString(d,"wxNOT_FOUND", PyInt_FromLong((long) wxNOT_FOUND)); |
8ab979d7 RD |
2284 | PyDict_SetItemString(d,"wxVSCROLL", PyInt_FromLong((long) wxVSCROLL)); |
2285 | PyDict_SetItemString(d,"wxHSCROLL", PyInt_FromLong((long) wxHSCROLL)); | |
2286 | PyDict_SetItemString(d,"wxCAPTION", PyInt_FromLong((long) wxCAPTION)); | |
2287 | PyDict_SetItemString(d,"wxDOUBLE_BORDER", PyInt_FromLong((long) wxDOUBLE_BORDER)); | |
2288 | PyDict_SetItemString(d,"wxSUNKEN_BORDER", PyInt_FromLong((long) wxSUNKEN_BORDER)); | |
2289 | PyDict_SetItemString(d,"wxRAISED_BORDER", PyInt_FromLong((long) wxRAISED_BORDER)); | |
2290 | PyDict_SetItemString(d,"wxBORDER", PyInt_FromLong((long) wxBORDER)); | |
2291 | PyDict_SetItemString(d,"wxSIMPLE_BORDER", PyInt_FromLong((long) wxSIMPLE_BORDER)); | |
2292 | PyDict_SetItemString(d,"wxSTATIC_BORDER", PyInt_FromLong((long) wxSTATIC_BORDER)); | |
2293 | PyDict_SetItemString(d,"wxTRANSPARENT_WINDOW", PyInt_FromLong((long) wxTRANSPARENT_WINDOW)); | |
2294 | PyDict_SetItemString(d,"wxNO_BORDER", PyInt_FromLong((long) wxNO_BORDER)); | |
2295 | PyDict_SetItemString(d,"wxUSER_COLOURS", PyInt_FromLong((long) wxUSER_COLOURS)); | |
2296 | PyDict_SetItemString(d,"wxNO_3D", PyInt_FromLong((long) wxNO_3D)); | |
2297 | PyDict_SetItemString(d,"wxTAB_TRAVERSAL", PyInt_FromLong((long) wxTAB_TRAVERSAL)); | |
1afc06c2 | 2298 | PyDict_SetItemString(d,"wxWANTS_CHARS", PyInt_FromLong((long) wxWANTS_CHARS)); |
8ab979d7 RD |
2299 | PyDict_SetItemString(d,"wxHORIZONTAL", PyInt_FromLong((long) wxHORIZONTAL)); |
2300 | PyDict_SetItemString(d,"wxVERTICAL", PyInt_FromLong((long) wxVERTICAL)); | |
2301 | PyDict_SetItemString(d,"wxBOTH", PyInt_FromLong((long) wxBOTH)); | |
2302 | PyDict_SetItemString(d,"wxCENTER_FRAME", PyInt_FromLong((long) wxCENTER_FRAME)); | |
1afc06c2 RD |
2303 | PyDict_SetItemString(d,"wxCENTRE_ON_SCREEN", PyInt_FromLong((long) wxCENTRE_ON_SCREEN)); |
2304 | PyDict_SetItemString(d,"wxCENTER_ON_SCREEN", PyInt_FromLong((long) wxCENTER_ON_SCREEN)); | |
8ab979d7 RD |
2305 | PyDict_SetItemString(d,"wxSTAY_ON_TOP", PyInt_FromLong((long) wxSTAY_ON_TOP)); |
2306 | PyDict_SetItemString(d,"wxICONIZE", PyInt_FromLong((long) wxICONIZE)); | |
2307 | PyDict_SetItemString(d,"wxMINIMIZE", PyInt_FromLong((long) wxMINIMIZE)); | |
2308 | PyDict_SetItemString(d,"wxMAXIMIZE", PyInt_FromLong((long) wxMAXIMIZE)); | |
2309 | PyDict_SetItemString(d,"wxTHICK_FRAME", PyInt_FromLong((long) wxTHICK_FRAME)); | |
2310 | PyDict_SetItemString(d,"wxSYSTEM_MENU", PyInt_FromLong((long) wxSYSTEM_MENU)); | |
2311 | PyDict_SetItemString(d,"wxMINIMIZE_BOX", PyInt_FromLong((long) wxMINIMIZE_BOX)); | |
2312 | PyDict_SetItemString(d,"wxMAXIMIZE_BOX", PyInt_FromLong((long) wxMAXIMIZE_BOX)); | |
2313 | PyDict_SetItemString(d,"wxTINY_CAPTION_HORIZ", PyInt_FromLong((long) wxTINY_CAPTION_HORIZ)); | |
2314 | PyDict_SetItemString(d,"wxTINY_CAPTION_VERT", PyInt_FromLong((long) wxTINY_CAPTION_VERT)); | |
2315 | PyDict_SetItemString(d,"wxRESIZE_BOX", PyInt_FromLong((long) wxRESIZE_BOX)); | |
2316 | PyDict_SetItemString(d,"wxRESIZE_BORDER", PyInt_FromLong((long) wxRESIZE_BORDER)); | |
2317 | PyDict_SetItemString(d,"wxDIALOG_MODAL", PyInt_FromLong((long) wxDIALOG_MODAL)); | |
2318 | PyDict_SetItemString(d,"wxDIALOG_MODELESS", PyInt_FromLong((long) wxDIALOG_MODELESS)); | |
2319 | PyDict_SetItemString(d,"wxDEFAULT_FRAME_STYLE", PyInt_FromLong((long) wxDEFAULT_FRAME_STYLE)); | |
2320 | PyDict_SetItemString(d,"wxDEFAULT_DIALOG_STYLE", PyInt_FromLong((long) wxDEFAULT_DIALOG_STYLE)); | |
b8b8dda7 | 2321 | PyDict_SetItemString(d,"wxFRAME_TOOL_WINDOW", PyInt_FromLong((long) wxFRAME_TOOL_WINDOW)); |
bb0054cd | 2322 | PyDict_SetItemString(d,"wxFRAME_FLOAT_ON_PARENT", PyInt_FromLong((long) wxFRAME_FLOAT_ON_PARENT)); |
4c9993c3 | 2323 | PyDict_SetItemString(d,"wxFRAME_NO_WINDOW_MENU", PyInt_FromLong((long) wxFRAME_NO_WINDOW_MENU)); |
9c4165ad RD |
2324 | PyDict_SetItemString(d,"wxFRAME_NO_TASKBAR", PyInt_FromLong((long) wxFRAME_NO_TASKBAR)); |
2325 | PyDict_SetItemString(d,"wxFRAME_EX_CONTEXTHELP", PyInt_FromLong((long) wxFRAME_EX_CONTEXTHELP)); | |
1afc06c2 RD |
2326 | PyDict_SetItemString(d,"wxED_CLIENT_MARGIN", PyInt_FromLong((long) wxED_CLIENT_MARGIN)); |
2327 | PyDict_SetItemString(d,"wxED_BUTTONS_BOTTOM", PyInt_FromLong((long) wxED_BUTTONS_BOTTOM)); | |
2328 | PyDict_SetItemString(d,"wxED_BUTTONS_RIGHT", PyInt_FromLong((long) wxED_BUTTONS_RIGHT)); | |
2329 | PyDict_SetItemString(d,"wxED_STATIC_LINE", PyInt_FromLong((long) wxED_STATIC_LINE)); | |
2330 | PyDict_SetItemString(d,"wxEXT_DIALOG_STYLE", PyInt_FromLong((long) wxEXT_DIALOG_STYLE)); | |
08127323 | 2331 | PyDict_SetItemString(d,"wxCLIP_CHILDREN", PyInt_FromLong((long) wxCLIP_CHILDREN)); |
8ab979d7 RD |
2332 | PyDict_SetItemString(d,"wxRETAINED", PyInt_FromLong((long) wxRETAINED)); |
2333 | PyDict_SetItemString(d,"wxBACKINGSTORE", PyInt_FromLong((long) wxBACKINGSTORE)); | |
2334 | PyDict_SetItemString(d,"wxTB_3DBUTTONS", PyInt_FromLong((long) wxTB_3DBUTTONS)); | |
2335 | PyDict_SetItemString(d,"wxTB_HORIZONTAL", PyInt_FromLong((long) wxTB_HORIZONTAL)); | |
2336 | PyDict_SetItemString(d,"wxTB_VERTICAL", PyInt_FromLong((long) wxTB_VERTICAL)); | |
9c039d08 | 2337 | PyDict_SetItemString(d,"wxTB_FLAT", PyInt_FromLong((long) wxTB_FLAT)); |
f0261a72 | 2338 | PyDict_SetItemString(d,"wxTB_DOCKABLE", PyInt_FromLong((long) wxTB_DOCKABLE)); |
8ab979d7 RD |
2339 | PyDict_SetItemString(d,"wxCOLOURED", PyInt_FromLong((long) wxCOLOURED)); |
2340 | PyDict_SetItemString(d,"wxFIXED_LENGTH", PyInt_FromLong((long) wxFIXED_LENGTH)); | |
2341 | PyDict_SetItemString(d,"wxALIGN_LEFT", PyInt_FromLong((long) wxALIGN_LEFT)); | |
694759cf RD |
2342 | PyDict_SetItemString(d,"wxALIGN_CENTER_HORIZONTAL", PyInt_FromLong((long) wxALIGN_CENTER_HORIZONTAL)); |
2343 | PyDict_SetItemString(d,"wxALIGN_CENTRE_HORIZONTAL", PyInt_FromLong((long) wxALIGN_CENTRE_HORIZONTAL)); | |
8ab979d7 | 2344 | PyDict_SetItemString(d,"wxALIGN_RIGHT", PyInt_FromLong((long) wxALIGN_RIGHT)); |
2f90df85 | 2345 | PyDict_SetItemString(d,"wxALIGN_BOTTOM", PyInt_FromLong((long) wxALIGN_BOTTOM)); |
694759cf RD |
2346 | PyDict_SetItemString(d,"wxALIGN_CENTER_VERTICAL", PyInt_FromLong((long) wxALIGN_CENTER_VERTICAL)); |
2347 | PyDict_SetItemString(d,"wxALIGN_CENTRE_VERTICAL", PyInt_FromLong((long) wxALIGN_CENTRE_VERTICAL)); | |
2f90df85 | 2348 | PyDict_SetItemString(d,"wxALIGN_TOP", PyInt_FromLong((long) wxALIGN_TOP)); |
694759cf RD |
2349 | PyDict_SetItemString(d,"wxALIGN_CENTER", PyInt_FromLong((long) wxALIGN_CENTER)); |
2350 | PyDict_SetItemString(d,"wxALIGN_CENTRE", PyInt_FromLong((long) wxALIGN_CENTRE)); | |
2351 | PyDict_SetItemString(d,"wxSHAPED", PyInt_FromLong((long) wxSHAPED)); | |
9c4165ad | 2352 | PyDict_SetItemString(d,"wxADJUST_MINSIZE", PyInt_FromLong((long) wxADJUST_MINSIZE)); |
8ab979d7 RD |
2353 | PyDict_SetItemString(d,"wxLB_NEEDED_SB", PyInt_FromLong((long) wxLB_NEEDED_SB)); |
2354 | PyDict_SetItemString(d,"wxLB_ALWAYS_SB", PyInt_FromLong((long) wxLB_ALWAYS_SB)); | |
2355 | PyDict_SetItemString(d,"wxLB_SORT", PyInt_FromLong((long) wxLB_SORT)); | |
2356 | PyDict_SetItemString(d,"wxLB_SINGLE", PyInt_FromLong((long) wxLB_SINGLE)); | |
2357 | PyDict_SetItemString(d,"wxLB_MULTIPLE", PyInt_FromLong((long) wxLB_MULTIPLE)); | |
2358 | PyDict_SetItemString(d,"wxLB_EXTENDED", PyInt_FromLong((long) wxLB_EXTENDED)); | |
2359 | PyDict_SetItemString(d,"wxLB_OWNERDRAW", PyInt_FromLong((long) wxLB_OWNERDRAW)); | |
2360 | PyDict_SetItemString(d,"wxLB_HSCROLL", PyInt_FromLong((long) wxLB_HSCROLL)); | |
2361 | PyDict_SetItemString(d,"wxPROCESS_ENTER", PyInt_FromLong((long) wxPROCESS_ENTER)); | |
2362 | PyDict_SetItemString(d,"wxPASSWORD", PyInt_FromLong((long) wxPASSWORD)); | |
2363 | PyDict_SetItemString(d,"wxTE_PROCESS_ENTER", PyInt_FromLong((long) wxTE_PROCESS_ENTER)); | |
f6bcfd97 | 2364 | PyDict_SetItemString(d,"wxTE_PROCESS_TAB", PyInt_FromLong((long) wxTE_PROCESS_TAB)); |
8ab979d7 RD |
2365 | PyDict_SetItemString(d,"wxTE_PASSWORD", PyInt_FromLong((long) wxTE_PASSWORD)); |
2366 | PyDict_SetItemString(d,"wxTE_READONLY", PyInt_FromLong((long) wxTE_READONLY)); | |
8bf5d46e | 2367 | PyDict_SetItemString(d,"wxTE_RICH", PyInt_FromLong((long) wxTE_RICH)); |
8ab979d7 | 2368 | PyDict_SetItemString(d,"wxTE_MULTILINE", PyInt_FromLong((long) wxTE_MULTILINE)); |
06c0fba4 RD |
2369 | PyDict_SetItemString(d,"wxTE_AUTO_SCROLL", PyInt_FromLong((long) wxTE_AUTO_SCROLL)); |
2370 | PyDict_SetItemString(d,"wxTE_NO_VSCROLL", PyInt_FromLong((long) wxTE_NO_VSCROLL)); | |
8ab979d7 RD |
2371 | PyDict_SetItemString(d,"wxCB_SIMPLE", PyInt_FromLong((long) wxCB_SIMPLE)); |
2372 | PyDict_SetItemString(d,"wxCB_DROPDOWN", PyInt_FromLong((long) wxCB_DROPDOWN)); | |
2373 | PyDict_SetItemString(d,"wxCB_SORT", PyInt_FromLong((long) wxCB_SORT)); | |
2374 | PyDict_SetItemString(d,"wxCB_READONLY", PyInt_FromLong((long) wxCB_READONLY)); | |
2375 | PyDict_SetItemString(d,"wxRA_HORIZONTAL", PyInt_FromLong((long) wxRA_HORIZONTAL)); | |
2376 | PyDict_SetItemString(d,"wxRA_VERTICAL", PyInt_FromLong((long) wxRA_VERTICAL)); | |
62abd41e RD |
2377 | PyDict_SetItemString(d,"wxRA_SPECIFY_ROWS", PyInt_FromLong((long) wxRA_SPECIFY_ROWS)); |
2378 | PyDict_SetItemString(d,"wxRA_SPECIFY_COLS", PyInt_FromLong((long) wxRA_SPECIFY_COLS)); | |
8ab979d7 RD |
2379 | PyDict_SetItemString(d,"wxRB_GROUP", PyInt_FromLong((long) wxRB_GROUP)); |
2380 | PyDict_SetItemString(d,"wxGA_PROGRESSBAR", PyInt_FromLong((long) wxGA_PROGRESSBAR)); | |
2381 | PyDict_SetItemString(d,"wxGA_HORIZONTAL", PyInt_FromLong((long) wxGA_HORIZONTAL)); | |
2382 | PyDict_SetItemString(d,"wxGA_VERTICAL", PyInt_FromLong((long) wxGA_VERTICAL)); | |
bb0054cd | 2383 | PyDict_SetItemString(d,"wxGA_SMOOTH", PyInt_FromLong((long) wxGA_SMOOTH)); |
8ab979d7 RD |
2384 | PyDict_SetItemString(d,"wxSL_HORIZONTAL", PyInt_FromLong((long) wxSL_HORIZONTAL)); |
2385 | PyDict_SetItemString(d,"wxSL_VERTICAL", PyInt_FromLong((long) wxSL_VERTICAL)); | |
2386 | PyDict_SetItemString(d,"wxSL_AUTOTICKS", PyInt_FromLong((long) wxSL_AUTOTICKS)); | |
2387 | PyDict_SetItemString(d,"wxSL_LABELS", PyInt_FromLong((long) wxSL_LABELS)); | |
2388 | PyDict_SetItemString(d,"wxSL_LEFT", PyInt_FromLong((long) wxSL_LEFT)); | |
2389 | PyDict_SetItemString(d,"wxSL_TOP", PyInt_FromLong((long) wxSL_TOP)); | |
2390 | PyDict_SetItemString(d,"wxSL_RIGHT", PyInt_FromLong((long) wxSL_RIGHT)); | |
2391 | PyDict_SetItemString(d,"wxSL_BOTTOM", PyInt_FromLong((long) wxSL_BOTTOM)); | |
2392 | PyDict_SetItemString(d,"wxSL_BOTH", PyInt_FromLong((long) wxSL_BOTH)); | |
2393 | PyDict_SetItemString(d,"wxSL_SELRANGE", PyInt_FromLong((long) wxSL_SELRANGE)); | |
2394 | PyDict_SetItemString(d,"wxSB_HORIZONTAL", PyInt_FromLong((long) wxSB_HORIZONTAL)); | |
2395 | PyDict_SetItemString(d,"wxSB_VERTICAL", PyInt_FromLong((long) wxSB_VERTICAL)); | |
cf694132 | 2396 | PyDict_SetItemString(d,"wxST_SIZEGRIP", PyInt_FromLong((long) wxST_SIZEGRIP)); |
2abc0a0f | 2397 | PyDict_SetItemString(d,"wxST_NO_AUTORESIZE", PyInt_FromLong((long) wxST_NO_AUTORESIZE)); |
8ab979d7 RD |
2398 | PyDict_SetItemString(d,"wxBU_AUTODRAW", PyInt_FromLong((long) wxBU_AUTODRAW)); |
2399 | PyDict_SetItemString(d,"wxBU_NOAUTODRAW", PyInt_FromLong((long) wxBU_NOAUTODRAW)); | |
2400 | PyDict_SetItemString(d,"wxTR_HAS_BUTTONS", PyInt_FromLong((long) wxTR_HAS_BUTTONS)); | |
2401 | PyDict_SetItemString(d,"wxTR_EDIT_LABELS", PyInt_FromLong((long) wxTR_EDIT_LABELS)); | |
d5c9047a | 2402 | PyDict_SetItemString(d,"wxTR_LINES_AT_ROOT", PyInt_FromLong((long) wxTR_LINES_AT_ROOT)); |
8bf5d46e | 2403 | PyDict_SetItemString(d,"wxTR_MULTIPLE", PyInt_FromLong((long) wxTR_MULTIPLE)); |
1afc06c2 | 2404 | PyDict_SetItemString(d,"wxTR_SINGLE", PyInt_FromLong((long) wxTR_SINGLE)); |
8bf5d46e | 2405 | PyDict_SetItemString(d,"wxTR_HAS_VARIABLE_ROW_HEIGHT", PyInt_FromLong((long) wxTR_HAS_VARIABLE_ROW_HEIGHT)); |
8ab979d7 RD |
2406 | PyDict_SetItemString(d,"wxLC_ICON", PyInt_FromLong((long) wxLC_ICON)); |
2407 | PyDict_SetItemString(d,"wxLC_SMALL_ICON", PyInt_FromLong((long) wxLC_SMALL_ICON)); | |
2408 | PyDict_SetItemString(d,"wxLC_LIST", PyInt_FromLong((long) wxLC_LIST)); | |
2409 | PyDict_SetItemString(d,"wxLC_REPORT", PyInt_FromLong((long) wxLC_REPORT)); | |
2410 | PyDict_SetItemString(d,"wxLC_ALIGN_TOP", PyInt_FromLong((long) wxLC_ALIGN_TOP)); | |
2411 | PyDict_SetItemString(d,"wxLC_ALIGN_LEFT", PyInt_FromLong((long) wxLC_ALIGN_LEFT)); | |
2412 | PyDict_SetItemString(d,"wxLC_AUTOARRANGE", PyInt_FromLong((long) wxLC_AUTOARRANGE)); | |
2413 | PyDict_SetItemString(d,"wxLC_USER_TEXT", PyInt_FromLong((long) wxLC_USER_TEXT)); | |
2414 | PyDict_SetItemString(d,"wxLC_EDIT_LABELS", PyInt_FromLong((long) wxLC_EDIT_LABELS)); | |
2415 | PyDict_SetItemString(d,"wxLC_NO_HEADER", PyInt_FromLong((long) wxLC_NO_HEADER)); | |
2416 | PyDict_SetItemString(d,"wxLC_NO_SORT_HEADER", PyInt_FromLong((long) wxLC_NO_SORT_HEADER)); | |
2417 | PyDict_SetItemString(d,"wxLC_SINGLE_SEL", PyInt_FromLong((long) wxLC_SINGLE_SEL)); | |
2418 | PyDict_SetItemString(d,"wxLC_SORT_ASCENDING", PyInt_FromLong((long) wxLC_SORT_ASCENDING)); | |
2419 | PyDict_SetItemString(d,"wxLC_SORT_DESCENDING", PyInt_FromLong((long) wxLC_SORT_DESCENDING)); | |
2420 | PyDict_SetItemString(d,"wxLC_MASK_TYPE", PyInt_FromLong((long) wxLC_MASK_TYPE)); | |
2421 | PyDict_SetItemString(d,"wxLC_MASK_ALIGN", PyInt_FromLong((long) wxLC_MASK_ALIGN)); | |
2422 | PyDict_SetItemString(d,"wxLC_MASK_SORT", PyInt_FromLong((long) wxLC_MASK_SORT)); | |
9c4165ad RD |
2423 | PyDict_SetItemString(d,"wxLC_HRULES", PyInt_FromLong((long) wxLC_HRULES)); |
2424 | PyDict_SetItemString(d,"wxLC_VRULES", PyInt_FromLong((long) wxLC_VRULES)); | |
8ab979d7 RD |
2425 | PyDict_SetItemString(d,"wxSP_VERTICAL", PyInt_FromLong((long) wxSP_VERTICAL)); |
2426 | PyDict_SetItemString(d,"wxSP_HORIZONTAL", PyInt_FromLong((long) wxSP_HORIZONTAL)); | |
2427 | PyDict_SetItemString(d,"wxSP_ARROW_KEYS", PyInt_FromLong((long) wxSP_ARROW_KEYS)); | |
2428 | PyDict_SetItemString(d,"wxSP_WRAP", PyInt_FromLong((long) wxSP_WRAP)); | |
2429 | PyDict_SetItemString(d,"wxSP_NOBORDER", PyInt_FromLong((long) wxSP_NOBORDER)); | |
2430 | PyDict_SetItemString(d,"wxSP_3D", PyInt_FromLong((long) wxSP_3D)); | |
1b62f00d RD |
2431 | PyDict_SetItemString(d,"wxSP_3DSASH", PyInt_FromLong((long) wxSP_3DSASH)); |
2432 | PyDict_SetItemString(d,"wxSP_3DBORDER", PyInt_FromLong((long) wxSP_3DBORDER)); | |
2433 | PyDict_SetItemString(d,"wxSP_FULLSASH", PyInt_FromLong((long) wxSP_FULLSASH)); | |
8ab979d7 | 2434 | PyDict_SetItemString(d,"wxSP_BORDER", PyInt_FromLong((long) wxSP_BORDER)); |
9d8bd15f RD |
2435 | PyDict_SetItemString(d,"wxSP_LIVE_UPDATE", PyInt_FromLong((long) wxSP_LIVE_UPDATE)); |
2436 | PyDict_SetItemString(d,"wxSP_PERMIT_UNSPLIT", PyInt_FromLong((long) wxSP_PERMIT_UNSPLIT)); | |
8ab979d7 RD |
2437 | PyDict_SetItemString(d,"wxFLOOD_SURFACE", PyInt_FromLong((long) wxFLOOD_SURFACE)); |
2438 | PyDict_SetItemString(d,"wxFLOOD_BORDER", PyInt_FromLong((long) wxFLOOD_BORDER)); | |
2439 | PyDict_SetItemString(d,"wxODDEVEN_RULE", PyInt_FromLong((long) wxODDEVEN_RULE)); | |
2440 | PyDict_SetItemString(d,"wxWINDING_RULE", PyInt_FromLong((long) wxWINDING_RULE)); | |
2441 | PyDict_SetItemString(d,"wxTOOL_TOP", PyInt_FromLong((long) wxTOOL_TOP)); | |
2442 | PyDict_SetItemString(d,"wxTOOL_BOTTOM", PyInt_FromLong((long) wxTOOL_BOTTOM)); | |
2443 | PyDict_SetItemString(d,"wxTOOL_LEFT", PyInt_FromLong((long) wxTOOL_LEFT)); | |
2444 | PyDict_SetItemString(d,"wxTOOL_RIGHT", PyInt_FromLong((long) wxTOOL_RIGHT)); | |
2445 | PyDict_SetItemString(d,"wxOK", PyInt_FromLong((long) wxOK)); | |
2446 | PyDict_SetItemString(d,"wxYES_NO", PyInt_FromLong((long) wxYES_NO)); | |
2447 | PyDict_SetItemString(d,"wxCANCEL", PyInt_FromLong((long) wxCANCEL)); | |
2448 | PyDict_SetItemString(d,"wxYES", PyInt_FromLong((long) wxYES)); | |
2449 | PyDict_SetItemString(d,"wxNO", PyInt_FromLong((long) wxNO)); | |
1afc06c2 RD |
2450 | PyDict_SetItemString(d,"wxNO_DEFAULT", PyInt_FromLong((long) wxNO_DEFAULT)); |
2451 | PyDict_SetItemString(d,"wxYES_DEFAULT", PyInt_FromLong((long) wxYES_DEFAULT)); | |
8ab979d7 RD |
2452 | PyDict_SetItemString(d,"wxICON_EXCLAMATION", PyInt_FromLong((long) wxICON_EXCLAMATION)); |
2453 | PyDict_SetItemString(d,"wxICON_HAND", PyInt_FromLong((long) wxICON_HAND)); | |
2454 | PyDict_SetItemString(d,"wxICON_QUESTION", PyInt_FromLong((long) wxICON_QUESTION)); | |
2455 | PyDict_SetItemString(d,"wxICON_INFORMATION", PyInt_FromLong((long) wxICON_INFORMATION)); | |
2456 | PyDict_SetItemString(d,"wxICON_STOP", PyInt_FromLong((long) wxICON_STOP)); | |
2457 | PyDict_SetItemString(d,"wxICON_ASTERISK", PyInt_FromLong((long) wxICON_ASTERISK)); | |
2458 | PyDict_SetItemString(d,"wxICON_MASK", PyInt_FromLong((long) wxICON_MASK)); | |
1afc06c2 RD |
2459 | PyDict_SetItemString(d,"wxICON_WARNING", PyInt_FromLong((long) wxICON_WARNING)); |
2460 | PyDict_SetItemString(d,"wxICON_ERROR", PyInt_FromLong((long) wxICON_ERROR)); | |
2461 | PyDict_SetItemString(d,"wxFORWARD", PyInt_FromLong((long) wxFORWARD)); | |
2462 | PyDict_SetItemString(d,"wxBACKWARD", PyInt_FromLong((long) wxBACKWARD)); | |
2463 | PyDict_SetItemString(d,"wxRESET", PyInt_FromLong((long) wxRESET)); | |
2464 | PyDict_SetItemString(d,"wxHELP", PyInt_FromLong((long) wxHELP)); | |
2465 | PyDict_SetItemString(d,"wxMORE", PyInt_FromLong((long) wxMORE)); | |
2466 | PyDict_SetItemString(d,"wxSETUP", PyInt_FromLong((long) wxSETUP)); | |
8ab979d7 RD |
2467 | PyDict_SetItemString(d,"wxCENTRE", PyInt_FromLong((long) wxCENTRE)); |
2468 | PyDict_SetItemString(d,"wxCENTER", PyInt_FromLong((long) wxCENTER)); | |
2469 | PyDict_SetItemString(d,"wxSIZE_AUTO_WIDTH", PyInt_FromLong((long) wxSIZE_AUTO_WIDTH)); | |
2470 | PyDict_SetItemString(d,"wxSIZE_AUTO_HEIGHT", PyInt_FromLong((long) wxSIZE_AUTO_HEIGHT)); | |
2471 | PyDict_SetItemString(d,"wxSIZE_AUTO", PyInt_FromLong((long) wxSIZE_AUTO)); | |
2472 | PyDict_SetItemString(d,"wxSIZE_USE_EXISTING", PyInt_FromLong((long) wxSIZE_USE_EXISTING)); | |
2473 | PyDict_SetItemString(d,"wxSIZE_ALLOW_MINUS_ONE", PyInt_FromLong((long) wxSIZE_ALLOW_MINUS_ONE)); | |
8ab979d7 RD |
2474 | PyDict_SetItemString(d,"wxPORTRAIT", PyInt_FromLong((long) wxPORTRAIT)); |
2475 | PyDict_SetItemString(d,"wxLANDSCAPE", PyInt_FromLong((long) wxLANDSCAPE)); | |
bb0054cd RD |
2476 | PyDict_SetItemString(d,"wxPRINT_QUALITY_HIGH", PyInt_FromLong((long) wxPRINT_QUALITY_HIGH)); |
2477 | PyDict_SetItemString(d,"wxPRINT_QUALITY_MEDIUM", PyInt_FromLong((long) wxPRINT_QUALITY_MEDIUM)); | |
2478 | PyDict_SetItemString(d,"wxPRINT_QUALITY_LOW", PyInt_FromLong((long) wxPRINT_QUALITY_LOW)); | |
2479 | PyDict_SetItemString(d,"wxPRINT_QUALITY_DRAFT", PyInt_FromLong((long) wxPRINT_QUALITY_DRAFT)); | |
8ab979d7 RD |
2480 | PyDict_SetItemString(d,"wxID_OPEN", PyInt_FromLong((long) wxID_OPEN)); |
2481 | PyDict_SetItemString(d,"wxID_CLOSE", PyInt_FromLong((long) wxID_CLOSE)); | |
2482 | PyDict_SetItemString(d,"wxID_NEW", PyInt_FromLong((long) wxID_NEW)); | |
2483 | PyDict_SetItemString(d,"wxID_SAVE", PyInt_FromLong((long) wxID_SAVE)); | |
2484 | PyDict_SetItemString(d,"wxID_SAVEAS", PyInt_FromLong((long) wxID_SAVEAS)); | |
2485 | PyDict_SetItemString(d,"wxID_REVERT", PyInt_FromLong((long) wxID_REVERT)); | |
2486 | PyDict_SetItemString(d,"wxID_EXIT", PyInt_FromLong((long) wxID_EXIT)); | |
2487 | PyDict_SetItemString(d,"wxID_UNDO", PyInt_FromLong((long) wxID_UNDO)); | |
2488 | PyDict_SetItemString(d,"wxID_REDO", PyInt_FromLong((long) wxID_REDO)); | |
2489 | PyDict_SetItemString(d,"wxID_HELP", PyInt_FromLong((long) wxID_HELP)); | |
2490 | PyDict_SetItemString(d,"wxID_PRINT", PyInt_FromLong((long) wxID_PRINT)); | |
2491 | PyDict_SetItemString(d,"wxID_PRINT_SETUP", PyInt_FromLong((long) wxID_PRINT_SETUP)); | |
2492 | PyDict_SetItemString(d,"wxID_PREVIEW", PyInt_FromLong((long) wxID_PREVIEW)); | |
2493 | PyDict_SetItemString(d,"wxID_ABOUT", PyInt_FromLong((long) wxID_ABOUT)); | |
2494 | PyDict_SetItemString(d,"wxID_HELP_CONTENTS", PyInt_FromLong((long) wxID_HELP_CONTENTS)); | |
2495 | PyDict_SetItemString(d,"wxID_HELP_COMMANDS", PyInt_FromLong((long) wxID_HELP_COMMANDS)); | |
2496 | PyDict_SetItemString(d,"wxID_HELP_PROCEDURES", PyInt_FromLong((long) wxID_HELP_PROCEDURES)); | |
2497 | PyDict_SetItemString(d,"wxID_HELP_CONTEXT", PyInt_FromLong((long) wxID_HELP_CONTEXT)); | |
2498 | PyDict_SetItemString(d,"wxID_CUT", PyInt_FromLong((long) wxID_CUT)); | |
2499 | PyDict_SetItemString(d,"wxID_COPY", PyInt_FromLong((long) wxID_COPY)); | |
2500 | PyDict_SetItemString(d,"wxID_PASTE", PyInt_FromLong((long) wxID_PASTE)); | |
2501 | PyDict_SetItemString(d,"wxID_CLEAR", PyInt_FromLong((long) wxID_CLEAR)); | |
2502 | PyDict_SetItemString(d,"wxID_FIND", PyInt_FromLong((long) wxID_FIND)); | |
2503 | PyDict_SetItemString(d,"wxID_FILE1", PyInt_FromLong((long) wxID_FILE1)); | |
2504 | PyDict_SetItemString(d,"wxID_FILE2", PyInt_FromLong((long) wxID_FILE2)); | |
2505 | PyDict_SetItemString(d,"wxID_FILE3", PyInt_FromLong((long) wxID_FILE3)); | |
2506 | PyDict_SetItemString(d,"wxID_FILE4", PyInt_FromLong((long) wxID_FILE4)); | |
2507 | PyDict_SetItemString(d,"wxID_FILE5", PyInt_FromLong((long) wxID_FILE5)); | |
2508 | PyDict_SetItemString(d,"wxID_FILE6", PyInt_FromLong((long) wxID_FILE6)); | |
2509 | PyDict_SetItemString(d,"wxID_FILE7", PyInt_FromLong((long) wxID_FILE7)); | |
2510 | PyDict_SetItemString(d,"wxID_FILE8", PyInt_FromLong((long) wxID_FILE8)); | |
2511 | PyDict_SetItemString(d,"wxID_FILE9", PyInt_FromLong((long) wxID_FILE9)); | |
2512 | PyDict_SetItemString(d,"wxID_OK", PyInt_FromLong((long) wxID_OK)); | |
2513 | PyDict_SetItemString(d,"wxID_CANCEL", PyInt_FromLong((long) wxID_CANCEL)); | |
2514 | PyDict_SetItemString(d,"wxID_APPLY", PyInt_FromLong((long) wxID_APPLY)); | |
2515 | PyDict_SetItemString(d,"wxID_YES", PyInt_FromLong((long) wxID_YES)); | |
2516 | PyDict_SetItemString(d,"wxID_NO", PyInt_FromLong((long) wxID_NO)); | |
cf694132 | 2517 | PyDict_SetItemString(d,"wxID_STATIC", PyInt_FromLong((long) wxID_STATIC)); |
4c9993c3 | 2518 | PyDict_SetItemString(d,"wxID_SEPARATOR", PyInt_FromLong((long) wxID_SEPARATOR)); |
471825d7 RD |
2519 | PyDict_SetItemString(d,"wxID_FORWARD", PyInt_FromLong((long) wxID_FORWARD)); |
2520 | PyDict_SetItemString(d,"wxID_BACKWARD", PyInt_FromLong((long) wxID_BACKWARD)); | |
2521 | PyDict_SetItemString(d,"wxID_SETUP", PyInt_FromLong((long) wxID_SETUP)); | |
2522 | PyDict_SetItemString(d,"wxID_MORE", PyInt_FromLong((long) wxID_MORE)); | |
8ab979d7 RD |
2523 | PyDict_SetItemString(d,"wxOPEN", PyInt_FromLong((long) wxOPEN)); |
2524 | PyDict_SetItemString(d,"wxSAVE", PyInt_FromLong((long) wxSAVE)); | |
2525 | PyDict_SetItemString(d,"wxHIDE_READONLY", PyInt_FromLong((long) wxHIDE_READONLY)); | |
2526 | PyDict_SetItemString(d,"wxOVERWRITE_PROMPT", PyInt_FromLong((long) wxOVERWRITE_PROMPT)); | |
2abc0a0f | 2527 | PyDict_SetItemString(d,"wxFILE_MUST_EXIST", PyInt_FromLong((long) wxFILE_MUST_EXIST)); |
f6bcfd97 | 2528 | PyDict_SetItemString(d,"wxMULTIPLE", PyInt_FromLong((long) wxMULTIPLE)); |
9c4165ad | 2529 | PyDict_SetItemString(d,"wxCHANGE_DIR", PyInt_FromLong((long) wxCHANGE_DIR)); |
8ab979d7 RD |
2530 | PyDict_SetItemString(d,"wxACCEL_ALT", PyInt_FromLong((long) wxACCEL_ALT)); |
2531 | PyDict_SetItemString(d,"wxACCEL_CTRL", PyInt_FromLong((long) wxACCEL_CTRL)); | |
2532 | PyDict_SetItemString(d,"wxACCEL_SHIFT", PyInt_FromLong((long) wxACCEL_SHIFT)); | |
f6bcfd97 | 2533 | PyDict_SetItemString(d,"wxACCEL_NORMAL", PyInt_FromLong((long) wxACCEL_NORMAL)); |
bb0054cd RD |
2534 | PyDict_SetItemString(d,"wxPD_AUTO_HIDE", PyInt_FromLong((long) wxPD_AUTO_HIDE)); |
2535 | PyDict_SetItemString(d,"wxPD_APP_MODAL", PyInt_FromLong((long) wxPD_APP_MODAL)); | |
2536 | PyDict_SetItemString(d,"wxPD_CAN_ABORT", PyInt_FromLong((long) wxPD_CAN_ABORT)); | |
a08cbc01 RD |
2537 | PyDict_SetItemString(d,"wxPD_ELAPSED_TIME", PyInt_FromLong((long) wxPD_ELAPSED_TIME)); |
2538 | PyDict_SetItemString(d,"wxPD_ESTIMATED_TIME", PyInt_FromLong((long) wxPD_ESTIMATED_TIME)); | |
2539 | PyDict_SetItemString(d,"wxPD_REMAINING_TIME", PyInt_FromLong((long) wxPD_REMAINING_TIME)); | |
8bf5d46e | 2540 | PyDict_SetItemString(d,"wxMENU_TEAROFF", PyInt_FromLong((long) wxMENU_TEAROFF)); |
1afc06c2 | 2541 | PyDict_SetItemString(d,"wxMB_DOCKABLE", PyInt_FromLong((long) wxMB_DOCKABLE)); |
8bf5d46e | 2542 | PyDict_SetItemString(d,"wxNO_FULL_REPAINT_ON_RESIZE", PyInt_FromLong((long) wxNO_FULL_REPAINT_ON_RESIZE)); |
1afc06c2 RD |
2543 | PyDict_SetItemString(d,"wxLEFT", PyInt_FromLong((long) wxLEFT)); |
2544 | PyDict_SetItemString(d,"wxRIGHT", PyInt_FromLong((long) wxRIGHT)); | |
2545 | PyDict_SetItemString(d,"wxUP", PyInt_FromLong((long) wxUP)); | |
2546 | PyDict_SetItemString(d,"wxDOWN", PyInt_FromLong((long) wxDOWN)); | |
2547 | PyDict_SetItemString(d,"wxALL", PyInt_FromLong((long) wxALL)); | |
2548 | PyDict_SetItemString(d,"wxTOP", PyInt_FromLong((long) wxTOP)); | |
2549 | PyDict_SetItemString(d,"wxBOTTOM", PyInt_FromLong((long) wxBOTTOM)); | |
2550 | PyDict_SetItemString(d,"wxNORTH", PyInt_FromLong((long) wxNORTH)); | |
2551 | PyDict_SetItemString(d,"wxSOUTH", PyInt_FromLong((long) wxSOUTH)); | |
2552 | PyDict_SetItemString(d,"wxEAST", PyInt_FromLong((long) wxEAST)); | |
2553 | PyDict_SetItemString(d,"wxWEST", PyInt_FromLong((long) wxWEST)); | |
2554 | PyDict_SetItemString(d,"wxSTRETCH_NOT", PyInt_FromLong((long) wxSTRETCH_NOT)); | |
2555 | PyDict_SetItemString(d,"wxSHRINK", PyInt_FromLong((long) wxSHRINK)); | |
2556 | PyDict_SetItemString(d,"wxGROW", PyInt_FromLong((long) wxGROW)); | |
2557 | PyDict_SetItemString(d,"wxEXPAND", PyInt_FromLong((long) wxEXPAND)); | |
2558 | PyDict_SetItemString(d,"wxNB_FIXEDWIDTH", PyInt_FromLong((long) wxNB_FIXEDWIDTH)); | |
f0261a72 RD |
2559 | PyDict_SetItemString(d,"wxNB_LEFT", PyInt_FromLong((long) wxNB_LEFT)); |
2560 | PyDict_SetItemString(d,"wxNB_RIGHT", PyInt_FromLong((long) wxNB_RIGHT)); | |
2561 | PyDict_SetItemString(d,"wxNB_BOTTOM", PyInt_FromLong((long) wxNB_BOTTOM)); | |
1afc06c2 RD |
2562 | PyDict_SetItemString(d,"wxLI_HORIZONTAL", PyInt_FromLong((long) wxLI_HORIZONTAL)); |
2563 | PyDict_SetItemString(d,"wxLI_VERTICAL", PyInt_FromLong((long) wxLI_VERTICAL)); | |
2564 | PyDict_SetItemString(d,"wxHW_SCROLLBAR_NEVER", PyInt_FromLong((long) wxHW_SCROLLBAR_NEVER)); | |
2565 | PyDict_SetItemString(d,"wxHW_SCROLLBAR_AUTO", PyInt_FromLong((long) wxHW_SCROLLBAR_AUTO)); | |
2cd2fac8 RD |
2566 | PyDict_SetItemString(d,"wxJOYSTICK1", PyInt_FromLong((long) wxJOYSTICK1)); |
2567 | PyDict_SetItemString(d,"wxJOYSTICK2", PyInt_FromLong((long) wxJOYSTICK2)); | |
2568 | PyDict_SetItemString(d,"wxJOY_BUTTON1", PyInt_FromLong((long) wxJOY_BUTTON1)); | |
2569 | PyDict_SetItemString(d,"wxJOY_BUTTON2", PyInt_FromLong((long) wxJOY_BUTTON2)); | |
2570 | PyDict_SetItemString(d,"wxJOY_BUTTON3", PyInt_FromLong((long) wxJOY_BUTTON3)); | |
2571 | PyDict_SetItemString(d,"wxJOY_BUTTON4", PyInt_FromLong((long) wxJOY_BUTTON4)); | |
2572 | PyDict_SetItemString(d,"wxJOY_BUTTON_ANY", PyInt_FromLong((long) wxJOY_BUTTON_ANY)); | |
7a446686 | 2573 | PyDict_SetItemString(d,"wxWS_EX_VALIDATE_RECURSIVELY", PyInt_FromLong((long) wxWS_EX_VALIDATE_RECURSIVELY)); |
8ab979d7 RD |
2574 | PyDict_SetItemString(d,"wxDEFAULT", PyInt_FromLong((long) wxDEFAULT)); |
2575 | PyDict_SetItemString(d,"wxDECORATIVE", PyInt_FromLong((long) wxDECORATIVE)); | |
2576 | PyDict_SetItemString(d,"wxROMAN", PyInt_FromLong((long) wxROMAN)); | |
2577 | PyDict_SetItemString(d,"wxSCRIPT", PyInt_FromLong((long) wxSCRIPT)); | |
2578 | PyDict_SetItemString(d,"wxSWISS", PyInt_FromLong((long) wxSWISS)); | |
2579 | PyDict_SetItemString(d,"wxMODERN", PyInt_FromLong((long) wxMODERN)); | |
2580 | PyDict_SetItemString(d,"wxTELETYPE", PyInt_FromLong((long) wxTELETYPE)); | |
2581 | PyDict_SetItemString(d,"wxVARIABLE", PyInt_FromLong((long) wxVARIABLE)); | |
2582 | PyDict_SetItemString(d,"wxFIXED", PyInt_FromLong((long) wxFIXED)); | |
2583 | PyDict_SetItemString(d,"wxNORMAL", PyInt_FromLong((long) wxNORMAL)); | |
2584 | PyDict_SetItemString(d,"wxLIGHT", PyInt_FromLong((long) wxLIGHT)); | |
2585 | PyDict_SetItemString(d,"wxBOLD", PyInt_FromLong((long) wxBOLD)); | |
2586 | PyDict_SetItemString(d,"wxITALIC", PyInt_FromLong((long) wxITALIC)); | |
2587 | PyDict_SetItemString(d,"wxSLANT", PyInt_FromLong((long) wxSLANT)); | |
2588 | PyDict_SetItemString(d,"wxSOLID", PyInt_FromLong((long) wxSOLID)); | |
2589 | PyDict_SetItemString(d,"wxDOT", PyInt_FromLong((long) wxDOT)); | |
2590 | PyDict_SetItemString(d,"wxLONG_DASH", PyInt_FromLong((long) wxLONG_DASH)); | |
2591 | PyDict_SetItemString(d,"wxSHORT_DASH", PyInt_FromLong((long) wxSHORT_DASH)); | |
2592 | PyDict_SetItemString(d,"wxDOT_DASH", PyInt_FromLong((long) wxDOT_DASH)); | |
2593 | PyDict_SetItemString(d,"wxUSER_DASH", PyInt_FromLong((long) wxUSER_DASH)); | |
2594 | PyDict_SetItemString(d,"wxTRANSPARENT", PyInt_FromLong((long) wxTRANSPARENT)); | |
2595 | PyDict_SetItemString(d,"wxSTIPPLE", PyInt_FromLong((long) wxSTIPPLE)); | |
2596 | PyDict_SetItemString(d,"wxBDIAGONAL_HATCH", PyInt_FromLong((long) wxBDIAGONAL_HATCH)); | |
2597 | PyDict_SetItemString(d,"wxCROSSDIAG_HATCH", PyInt_FromLong((long) wxCROSSDIAG_HATCH)); | |
2598 | PyDict_SetItemString(d,"wxFDIAGONAL_HATCH", PyInt_FromLong((long) wxFDIAGONAL_HATCH)); | |
2599 | PyDict_SetItemString(d,"wxCROSS_HATCH", PyInt_FromLong((long) wxCROSS_HATCH)); | |
2600 | PyDict_SetItemString(d,"wxHORIZONTAL_HATCH", PyInt_FromLong((long) wxHORIZONTAL_HATCH)); | |
2601 | PyDict_SetItemString(d,"wxVERTICAL_HATCH", PyInt_FromLong((long) wxVERTICAL_HATCH)); | |
2602 | PyDict_SetItemString(d,"wxJOIN_BEVEL", PyInt_FromLong((long) wxJOIN_BEVEL)); | |
2603 | PyDict_SetItemString(d,"wxJOIN_MITER", PyInt_FromLong((long) wxJOIN_MITER)); | |
2604 | PyDict_SetItemString(d,"wxJOIN_ROUND", PyInt_FromLong((long) wxJOIN_ROUND)); | |
2605 | PyDict_SetItemString(d,"wxCAP_ROUND", PyInt_FromLong((long) wxCAP_ROUND)); | |
2606 | PyDict_SetItemString(d,"wxCAP_PROJECTING", PyInt_FromLong((long) wxCAP_PROJECTING)); | |
2607 | PyDict_SetItemString(d,"wxCAP_BUTT", PyInt_FromLong((long) wxCAP_BUTT)); | |
2608 | PyDict_SetItemString(d,"wxCLEAR", PyInt_FromLong((long) wxCLEAR)); | |
2609 | PyDict_SetItemString(d,"wxXOR", PyInt_FromLong((long) wxXOR)); | |
2610 | PyDict_SetItemString(d,"wxINVERT", PyInt_FromLong((long) wxINVERT)); | |
2611 | PyDict_SetItemString(d,"wxOR_REVERSE", PyInt_FromLong((long) wxOR_REVERSE)); | |
2612 | PyDict_SetItemString(d,"wxAND_REVERSE", PyInt_FromLong((long) wxAND_REVERSE)); | |
2613 | PyDict_SetItemString(d,"wxCOPY", PyInt_FromLong((long) wxCOPY)); | |
2614 | PyDict_SetItemString(d,"wxAND", PyInt_FromLong((long) wxAND)); | |
2615 | PyDict_SetItemString(d,"wxAND_INVERT", PyInt_FromLong((long) wxAND_INVERT)); | |
2616 | PyDict_SetItemString(d,"wxNO_OP", PyInt_FromLong((long) wxNO_OP)); | |
2617 | PyDict_SetItemString(d,"wxNOR", PyInt_FromLong((long) wxNOR)); | |
2618 | PyDict_SetItemString(d,"wxEQUIV", PyInt_FromLong((long) wxEQUIV)); | |
2619 | PyDict_SetItemString(d,"wxSRC_INVERT", PyInt_FromLong((long) wxSRC_INVERT)); | |
2620 | PyDict_SetItemString(d,"wxOR_INVERT", PyInt_FromLong((long) wxOR_INVERT)); | |
2621 | PyDict_SetItemString(d,"wxNAND", PyInt_FromLong((long) wxNAND)); | |
2622 | PyDict_SetItemString(d,"wxOR", PyInt_FromLong((long) wxOR)); | |
2623 | PyDict_SetItemString(d,"wxSET", PyInt_FromLong((long) wxSET)); | |
8ab979d7 RD |
2624 | PyDict_SetItemString(d,"WXK_BACK", PyInt_FromLong((long) WXK_BACK)); |
2625 | PyDict_SetItemString(d,"WXK_TAB", PyInt_FromLong((long) WXK_TAB)); | |
2626 | PyDict_SetItemString(d,"WXK_RETURN", PyInt_FromLong((long) WXK_RETURN)); | |
2627 | PyDict_SetItemString(d,"WXK_ESCAPE", PyInt_FromLong((long) WXK_ESCAPE)); | |
2628 | PyDict_SetItemString(d,"WXK_SPACE", PyInt_FromLong((long) WXK_SPACE)); | |
2629 | PyDict_SetItemString(d,"WXK_DELETE", PyInt_FromLong((long) WXK_DELETE)); | |
2630 | PyDict_SetItemString(d,"WXK_START", PyInt_FromLong((long) WXK_START)); | |
2631 | PyDict_SetItemString(d,"WXK_LBUTTON", PyInt_FromLong((long) WXK_LBUTTON)); | |
2632 | PyDict_SetItemString(d,"WXK_RBUTTON", PyInt_FromLong((long) WXK_RBUTTON)); | |
2633 | PyDict_SetItemString(d,"WXK_CANCEL", PyInt_FromLong((long) WXK_CANCEL)); | |
2634 | PyDict_SetItemString(d,"WXK_MBUTTON", PyInt_FromLong((long) WXK_MBUTTON)); | |
2635 | PyDict_SetItemString(d,"WXK_CLEAR", PyInt_FromLong((long) WXK_CLEAR)); | |
2636 | PyDict_SetItemString(d,"WXK_SHIFT", PyInt_FromLong((long) WXK_SHIFT)); | |
2637 | PyDict_SetItemString(d,"WXK_CONTROL", PyInt_FromLong((long) WXK_CONTROL)); | |
2638 | PyDict_SetItemString(d,"WXK_MENU", PyInt_FromLong((long) WXK_MENU)); | |
2639 | PyDict_SetItemString(d,"WXK_PAUSE", PyInt_FromLong((long) WXK_PAUSE)); | |
2640 | PyDict_SetItemString(d,"WXK_CAPITAL", PyInt_FromLong((long) WXK_CAPITAL)); | |
2641 | PyDict_SetItemString(d,"WXK_PRIOR", PyInt_FromLong((long) WXK_PRIOR)); | |
2642 | PyDict_SetItemString(d,"WXK_NEXT", PyInt_FromLong((long) WXK_NEXT)); | |
2643 | PyDict_SetItemString(d,"WXK_END", PyInt_FromLong((long) WXK_END)); | |
2644 | PyDict_SetItemString(d,"WXK_HOME", PyInt_FromLong((long) WXK_HOME)); | |
2645 | PyDict_SetItemString(d,"WXK_LEFT", PyInt_FromLong((long) WXK_LEFT)); | |
2646 | PyDict_SetItemString(d,"WXK_UP", PyInt_FromLong((long) WXK_UP)); | |
2647 | PyDict_SetItemString(d,"WXK_RIGHT", PyInt_FromLong((long) WXK_RIGHT)); | |
2648 | PyDict_SetItemString(d,"WXK_DOWN", PyInt_FromLong((long) WXK_DOWN)); | |
2649 | PyDict_SetItemString(d,"WXK_SELECT", PyInt_FromLong((long) WXK_SELECT)); | |
2650 | PyDict_SetItemString(d,"WXK_PRINT", PyInt_FromLong((long) WXK_PRINT)); | |
2651 | PyDict_SetItemString(d,"WXK_EXECUTE", PyInt_FromLong((long) WXK_EXECUTE)); | |
2652 | PyDict_SetItemString(d,"WXK_SNAPSHOT", PyInt_FromLong((long) WXK_SNAPSHOT)); | |
2653 | PyDict_SetItemString(d,"WXK_INSERT", PyInt_FromLong((long) WXK_INSERT)); | |
2654 | PyDict_SetItemString(d,"WXK_HELP", PyInt_FromLong((long) WXK_HELP)); | |
2655 | PyDict_SetItemString(d,"WXK_NUMPAD0", PyInt_FromLong((long) WXK_NUMPAD0)); | |
2656 | PyDict_SetItemString(d,"WXK_NUMPAD1", PyInt_FromLong((long) WXK_NUMPAD1)); | |
2657 | PyDict_SetItemString(d,"WXK_NUMPAD2", PyInt_FromLong((long) WXK_NUMPAD2)); | |
2658 | PyDict_SetItemString(d,"WXK_NUMPAD3", PyInt_FromLong((long) WXK_NUMPAD3)); | |
2659 | PyDict_SetItemString(d,"WXK_NUMPAD4", PyInt_FromLong((long) WXK_NUMPAD4)); | |
2660 | PyDict_SetItemString(d,"WXK_NUMPAD5", PyInt_FromLong((long) WXK_NUMPAD5)); | |
2661 | PyDict_SetItemString(d,"WXK_NUMPAD6", PyInt_FromLong((long) WXK_NUMPAD6)); | |
2662 | PyDict_SetItemString(d,"WXK_NUMPAD7", PyInt_FromLong((long) WXK_NUMPAD7)); | |
2663 | PyDict_SetItemString(d,"WXK_NUMPAD8", PyInt_FromLong((long) WXK_NUMPAD8)); | |
2664 | PyDict_SetItemString(d,"WXK_NUMPAD9", PyInt_FromLong((long) WXK_NUMPAD9)); | |
2665 | PyDict_SetItemString(d,"WXK_MULTIPLY", PyInt_FromLong((long) WXK_MULTIPLY)); | |
2666 | PyDict_SetItemString(d,"WXK_ADD", PyInt_FromLong((long) WXK_ADD)); | |
2667 | PyDict_SetItemString(d,"WXK_SEPARATOR", PyInt_FromLong((long) WXK_SEPARATOR)); | |
2668 | PyDict_SetItemString(d,"WXK_SUBTRACT", PyInt_FromLong((long) WXK_SUBTRACT)); | |
2669 | PyDict_SetItemString(d,"WXK_DECIMAL", PyInt_FromLong((long) WXK_DECIMAL)); | |
2670 | PyDict_SetItemString(d,"WXK_DIVIDE", PyInt_FromLong((long) WXK_DIVIDE)); | |
2671 | PyDict_SetItemString(d,"WXK_F1", PyInt_FromLong((long) WXK_F1)); | |
2672 | PyDict_SetItemString(d,"WXK_F2", PyInt_FromLong((long) WXK_F2)); | |
2673 | PyDict_SetItemString(d,"WXK_F3", PyInt_FromLong((long) WXK_F3)); | |
2674 | PyDict_SetItemString(d,"WXK_F4", PyInt_FromLong((long) WXK_F4)); | |
2675 | PyDict_SetItemString(d,"WXK_F5", PyInt_FromLong((long) WXK_F5)); | |
2676 | PyDict_SetItemString(d,"WXK_F6", PyInt_FromLong((long) WXK_F6)); | |
2677 | PyDict_SetItemString(d,"WXK_F7", PyInt_FromLong((long) WXK_F7)); | |
2678 | PyDict_SetItemString(d,"WXK_F8", PyInt_FromLong((long) WXK_F8)); | |
2679 | PyDict_SetItemString(d,"WXK_F9", PyInt_FromLong((long) WXK_F9)); | |
2680 | PyDict_SetItemString(d,"WXK_F10", PyInt_FromLong((long) WXK_F10)); | |
2681 | PyDict_SetItemString(d,"WXK_F11", PyInt_FromLong((long) WXK_F11)); | |
2682 | PyDict_SetItemString(d,"WXK_F12", PyInt_FromLong((long) WXK_F12)); | |
2683 | PyDict_SetItemString(d,"WXK_F13", PyInt_FromLong((long) WXK_F13)); | |
2684 | PyDict_SetItemString(d,"WXK_F14", PyInt_FromLong((long) WXK_F14)); | |
2685 | PyDict_SetItemString(d,"WXK_F15", PyInt_FromLong((long) WXK_F15)); | |
2686 | PyDict_SetItemString(d,"WXK_F16", PyInt_FromLong((long) WXK_F16)); | |
2687 | PyDict_SetItemString(d,"WXK_F17", PyInt_FromLong((long) WXK_F17)); | |
2688 | PyDict_SetItemString(d,"WXK_F18", PyInt_FromLong((long) WXK_F18)); | |
2689 | PyDict_SetItemString(d,"WXK_F19", PyInt_FromLong((long) WXK_F19)); | |
2690 | PyDict_SetItemString(d,"WXK_F20", PyInt_FromLong((long) WXK_F20)); | |
2691 | PyDict_SetItemString(d,"WXK_F21", PyInt_FromLong((long) WXK_F21)); | |
2692 | PyDict_SetItemString(d,"WXK_F22", PyInt_FromLong((long) WXK_F22)); | |
2693 | PyDict_SetItemString(d,"WXK_F23", PyInt_FromLong((long) WXK_F23)); | |
2694 | PyDict_SetItemString(d,"WXK_F24", PyInt_FromLong((long) WXK_F24)); | |
2695 | PyDict_SetItemString(d,"WXK_NUMLOCK", PyInt_FromLong((long) WXK_NUMLOCK)); | |
2696 | PyDict_SetItemString(d,"WXK_SCROLL", PyInt_FromLong((long) WXK_SCROLL)); | |
2697 | PyDict_SetItemString(d,"WXK_PAGEUP", PyInt_FromLong((long) WXK_PAGEUP)); | |
2698 | PyDict_SetItemString(d,"WXK_PAGEDOWN", PyInt_FromLong((long) WXK_PAGEDOWN)); | |
7a446686 RD |
2699 | PyDict_SetItemString(d,"wxBITMAP_TYPE_INVALID", PyInt_FromLong((long) wxBITMAP_TYPE_INVALID)); |
2700 | PyDict_SetItemString(d,"wxBITMAP_TYPE_BMP", PyInt_FromLong((long) wxBITMAP_TYPE_BMP)); | |
2701 | PyDict_SetItemString(d,"wxBITMAP_TYPE_BMP_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_BMP_RESOURCE)); | |
2702 | PyDict_SetItemString(d,"wxBITMAP_TYPE_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_RESOURCE)); | |
2703 | PyDict_SetItemString(d,"wxBITMAP_TYPE_ICO", PyInt_FromLong((long) wxBITMAP_TYPE_ICO)); | |
2704 | PyDict_SetItemString(d,"wxBITMAP_TYPE_ICO_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_ICO_RESOURCE)); | |
2705 | PyDict_SetItemString(d,"wxBITMAP_TYPE_CUR", PyInt_FromLong((long) wxBITMAP_TYPE_CUR)); | |
2706 | PyDict_SetItemString(d,"wxBITMAP_TYPE_CUR_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_CUR_RESOURCE)); | |
2707 | PyDict_SetItemString(d,"wxBITMAP_TYPE_XBM", PyInt_FromLong((long) wxBITMAP_TYPE_XBM)); | |
2708 | PyDict_SetItemString(d,"wxBITMAP_TYPE_XBM_DATA", PyInt_FromLong((long) wxBITMAP_TYPE_XBM_DATA)); | |
2709 | PyDict_SetItemString(d,"wxBITMAP_TYPE_XPM", PyInt_FromLong((long) wxBITMAP_TYPE_XPM)); | |
2710 | PyDict_SetItemString(d,"wxBITMAP_TYPE_XPM_DATA", PyInt_FromLong((long) wxBITMAP_TYPE_XPM_DATA)); | |
2711 | PyDict_SetItemString(d,"wxBITMAP_TYPE_TIF", PyInt_FromLong((long) wxBITMAP_TYPE_TIF)); | |
2712 | PyDict_SetItemString(d,"wxBITMAP_TYPE_TIF_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_TIF_RESOURCE)); | |
2713 | PyDict_SetItemString(d,"wxBITMAP_TYPE_GIF", PyInt_FromLong((long) wxBITMAP_TYPE_GIF)); | |
2714 | PyDict_SetItemString(d,"wxBITMAP_TYPE_GIF_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_GIF_RESOURCE)); | |
2715 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PNG", PyInt_FromLong((long) wxBITMAP_TYPE_PNG)); | |
2716 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PNG_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_PNG_RESOURCE)); | |
2717 | PyDict_SetItemString(d,"wxBITMAP_TYPE_JPEG", PyInt_FromLong((long) wxBITMAP_TYPE_JPEG)); | |
2718 | PyDict_SetItemString(d,"wxBITMAP_TYPE_JPEG_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_JPEG_RESOURCE)); | |
2719 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PNM", PyInt_FromLong((long) wxBITMAP_TYPE_PNM)); | |
2720 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PNM_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_PNM_RESOURCE)); | |
2721 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PCX", PyInt_FromLong((long) wxBITMAP_TYPE_PCX)); | |
2722 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PCX_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_PCX_RESOURCE)); | |
2723 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PICT", PyInt_FromLong((long) wxBITMAP_TYPE_PICT)); | |
2724 | PyDict_SetItemString(d,"wxBITMAP_TYPE_PICT_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_PICT_RESOURCE)); | |
2725 | PyDict_SetItemString(d,"wxBITMAP_TYPE_ICON", PyInt_FromLong((long) wxBITMAP_TYPE_ICON)); | |
2726 | PyDict_SetItemString(d,"wxBITMAP_TYPE_ICON_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_ICON_RESOURCE)); | |
2727 | PyDict_SetItemString(d,"wxBITMAP_TYPE_MACCURSOR", PyInt_FromLong((long) wxBITMAP_TYPE_MACCURSOR)); | |
2728 | PyDict_SetItemString(d,"wxBITMAP_TYPE_MACCURSOR_RESOURCE", PyInt_FromLong((long) wxBITMAP_TYPE_MACCURSOR_RESOURCE)); | |
2729 | PyDict_SetItemString(d,"wxBITMAP_TYPE_ANY", PyInt_FromLong((long) wxBITMAP_TYPE_ANY)); | |
9c039d08 | 2730 | PyDict_SetItemString(d,"wxCURSOR_NONE", PyInt_FromLong((long) wxCURSOR_NONE)); |
8ab979d7 RD |
2731 | PyDict_SetItemString(d,"wxCURSOR_ARROW", PyInt_FromLong((long) wxCURSOR_ARROW)); |
2732 | PyDict_SetItemString(d,"wxCURSOR_BULLSEYE", PyInt_FromLong((long) wxCURSOR_BULLSEYE)); | |
2733 | PyDict_SetItemString(d,"wxCURSOR_CHAR", PyInt_FromLong((long) wxCURSOR_CHAR)); | |
2734 | PyDict_SetItemString(d,"wxCURSOR_CROSS", PyInt_FromLong((long) wxCURSOR_CROSS)); | |
2735 | PyDict_SetItemString(d,"wxCURSOR_HAND", PyInt_FromLong((long) wxCURSOR_HAND)); | |
2736 | PyDict_SetItemString(d,"wxCURSOR_IBEAM", PyInt_FromLong((long) wxCURSOR_IBEAM)); | |
2737 | PyDict_SetItemString(d,"wxCURSOR_LEFT_BUTTON", PyInt_FromLong((long) wxCURSOR_LEFT_BUTTON)); | |
2738 | PyDict_SetItemString(d,"wxCURSOR_MAGNIFIER", PyInt_FromLong((long) wxCURSOR_MAGNIFIER)); | |
2739 | PyDict_SetItemString(d,"wxCURSOR_MIDDLE_BUTTON", PyInt_FromLong((long) wxCURSOR_MIDDLE_BUTTON)); | |
2740 | PyDict_SetItemString(d,"wxCURSOR_NO_ENTRY", PyInt_FromLong((long) wxCURSOR_NO_ENTRY)); | |
2741 | PyDict_SetItemString(d,"wxCURSOR_PAINT_BRUSH", PyInt_FromLong((long) wxCURSOR_PAINT_BRUSH)); | |
2742 | PyDict_SetItemString(d,"wxCURSOR_PENCIL", PyInt_FromLong((long) wxCURSOR_PENCIL)); | |
2743 | PyDict_SetItemString(d,"wxCURSOR_POINT_LEFT", PyInt_FromLong((long) wxCURSOR_POINT_LEFT)); | |
2744 | PyDict_SetItemString(d,"wxCURSOR_POINT_RIGHT", PyInt_FromLong((long) wxCURSOR_POINT_RIGHT)); | |
2745 | PyDict_SetItemString(d,"wxCURSOR_QUESTION_ARROW", PyInt_FromLong((long) wxCURSOR_QUESTION_ARROW)); | |
2746 | PyDict_SetItemString(d,"wxCURSOR_RIGHT_BUTTON", PyInt_FromLong((long) wxCURSOR_RIGHT_BUTTON)); | |
2747 | PyDict_SetItemString(d,"wxCURSOR_SIZENESW", PyInt_FromLong((long) wxCURSOR_SIZENESW)); | |
2748 | PyDict_SetItemString(d,"wxCURSOR_SIZENS", PyInt_FromLong((long) wxCURSOR_SIZENS)); | |
2749 | PyDict_SetItemString(d,"wxCURSOR_SIZENWSE", PyInt_FromLong((long) wxCURSOR_SIZENWSE)); | |
2750 | PyDict_SetItemString(d,"wxCURSOR_SIZEWE", PyInt_FromLong((long) wxCURSOR_SIZEWE)); | |
2751 | PyDict_SetItemString(d,"wxCURSOR_SIZING", PyInt_FromLong((long) wxCURSOR_SIZING)); | |
2752 | PyDict_SetItemString(d,"wxCURSOR_SPRAYCAN", PyInt_FromLong((long) wxCURSOR_SPRAYCAN)); | |
2753 | PyDict_SetItemString(d,"wxCURSOR_WAIT", PyInt_FromLong((long) wxCURSOR_WAIT)); | |
2754 | PyDict_SetItemString(d,"wxCURSOR_WATCH", PyInt_FromLong((long) wxCURSOR_WATCH)); | |
2755 | PyDict_SetItemString(d,"wxCURSOR_BLANK", PyInt_FromLong((long) wxCURSOR_BLANK)); | |
7a446686 RD |
2756 | PyDict_SetItemString(d,"wxCURSOR_DEFAULT", PyInt_FromLong((long) wxCURSOR_DEFAULT)); |
2757 | PyDict_SetItemString(d,"wxCURSOR_ARROWWAIT", PyInt_FromLong((long) wxCURSOR_ARROWWAIT)); | |
2758 | PyDict_SetItemString(d,"wxCURSOR_MAX", PyInt_FromLong((long) wxCURSOR_MAX)); | |
cf694132 RD |
2759 | PyDict_SetItemString(d,"wxPAPER_NONE", PyInt_FromLong((long) wxPAPER_NONE)); |
2760 | PyDict_SetItemString(d,"wxPAPER_LETTER", PyInt_FromLong((long) wxPAPER_LETTER)); | |
2761 | PyDict_SetItemString(d,"wxPAPER_LEGAL", PyInt_FromLong((long) wxPAPER_LEGAL)); | |
2762 | PyDict_SetItemString(d,"wxPAPER_A4", PyInt_FromLong((long) wxPAPER_A4)); | |
2763 | PyDict_SetItemString(d,"wxPAPER_CSHEET", PyInt_FromLong((long) wxPAPER_CSHEET)); | |
2764 | PyDict_SetItemString(d,"wxPAPER_DSHEET", PyInt_FromLong((long) wxPAPER_DSHEET)); | |
2765 | PyDict_SetItemString(d,"wxPAPER_ESHEET", PyInt_FromLong((long) wxPAPER_ESHEET)); | |
2766 | PyDict_SetItemString(d,"wxPAPER_LETTERSMALL", PyInt_FromLong((long) wxPAPER_LETTERSMALL)); | |
2767 | PyDict_SetItemString(d,"wxPAPER_TABLOID", PyInt_FromLong((long) wxPAPER_TABLOID)); | |
2768 | PyDict_SetItemString(d,"wxPAPER_LEDGER", PyInt_FromLong((long) wxPAPER_LEDGER)); | |
2769 | PyDict_SetItemString(d,"wxPAPER_STATEMENT", PyInt_FromLong((long) wxPAPER_STATEMENT)); | |
2770 | PyDict_SetItemString(d,"wxPAPER_EXECUTIVE", PyInt_FromLong((long) wxPAPER_EXECUTIVE)); | |
2771 | PyDict_SetItemString(d,"wxPAPER_A3", PyInt_FromLong((long) wxPAPER_A3)); | |
2772 | PyDict_SetItemString(d,"wxPAPER_A4SMALL", PyInt_FromLong((long) wxPAPER_A4SMALL)); | |
2773 | PyDict_SetItemString(d,"wxPAPER_A5", PyInt_FromLong((long) wxPAPER_A5)); | |
2774 | PyDict_SetItemString(d,"wxPAPER_B4", PyInt_FromLong((long) wxPAPER_B4)); | |
2775 | PyDict_SetItemString(d,"wxPAPER_B5", PyInt_FromLong((long) wxPAPER_B5)); | |
2776 | PyDict_SetItemString(d,"wxPAPER_FOLIO", PyInt_FromLong((long) wxPAPER_FOLIO)); | |
2777 | PyDict_SetItemString(d,"wxPAPER_QUARTO", PyInt_FromLong((long) wxPAPER_QUARTO)); | |
2778 | PyDict_SetItemString(d,"wxPAPER_10X14", PyInt_FromLong((long) wxPAPER_10X14)); | |
2779 | PyDict_SetItemString(d,"wxPAPER_11X17", PyInt_FromLong((long) wxPAPER_11X17)); | |
2780 | PyDict_SetItemString(d,"wxPAPER_NOTE", PyInt_FromLong((long) wxPAPER_NOTE)); | |
2781 | PyDict_SetItemString(d,"wxPAPER_ENV_9", PyInt_FromLong((long) wxPAPER_ENV_9)); | |
2782 | PyDict_SetItemString(d,"wxPAPER_ENV_10", PyInt_FromLong((long) wxPAPER_ENV_10)); | |
2783 | PyDict_SetItemString(d,"wxPAPER_ENV_11", PyInt_FromLong((long) wxPAPER_ENV_11)); | |
2784 | PyDict_SetItemString(d,"wxPAPER_ENV_12", PyInt_FromLong((long) wxPAPER_ENV_12)); | |
2785 | PyDict_SetItemString(d,"wxPAPER_ENV_14", PyInt_FromLong((long) wxPAPER_ENV_14)); | |
2786 | PyDict_SetItemString(d,"wxPAPER_ENV_DL", PyInt_FromLong((long) wxPAPER_ENV_DL)); | |
2787 | PyDict_SetItemString(d,"wxPAPER_ENV_C5", PyInt_FromLong((long) wxPAPER_ENV_C5)); | |
2788 | PyDict_SetItemString(d,"wxPAPER_ENV_C3", PyInt_FromLong((long) wxPAPER_ENV_C3)); | |
2789 | PyDict_SetItemString(d,"wxPAPER_ENV_C4", PyInt_FromLong((long) wxPAPER_ENV_C4)); | |
2790 | PyDict_SetItemString(d,"wxPAPER_ENV_C6", PyInt_FromLong((long) wxPAPER_ENV_C6)); | |
2791 | PyDict_SetItemString(d,"wxPAPER_ENV_C65", PyInt_FromLong((long) wxPAPER_ENV_C65)); | |
2792 | PyDict_SetItemString(d,"wxPAPER_ENV_B4", PyInt_FromLong((long) wxPAPER_ENV_B4)); | |
2793 | PyDict_SetItemString(d,"wxPAPER_ENV_B5", PyInt_FromLong((long) wxPAPER_ENV_B5)); | |
2794 | PyDict_SetItemString(d,"wxPAPER_ENV_B6", PyInt_FromLong((long) wxPAPER_ENV_B6)); | |
2795 | PyDict_SetItemString(d,"wxPAPER_ENV_ITALY", PyInt_FromLong((long) wxPAPER_ENV_ITALY)); | |
2796 | PyDict_SetItemString(d,"wxPAPER_ENV_MONARCH", PyInt_FromLong((long) wxPAPER_ENV_MONARCH)); | |
2797 | PyDict_SetItemString(d,"wxPAPER_ENV_PERSONAL", PyInt_FromLong((long) wxPAPER_ENV_PERSONAL)); | |
2798 | PyDict_SetItemString(d,"wxPAPER_FANFOLD_US", PyInt_FromLong((long) wxPAPER_FANFOLD_US)); | |
2799 | PyDict_SetItemString(d,"wxPAPER_FANFOLD_STD_GERMAN", PyInt_FromLong((long) wxPAPER_FANFOLD_STD_GERMAN)); | |
2800 | PyDict_SetItemString(d,"wxPAPER_FANFOLD_LGL_GERMAN", PyInt_FromLong((long) wxPAPER_FANFOLD_LGL_GERMAN)); | |
2801 | PyDict_SetItemString(d,"wxPAPER_ISO_B4", PyInt_FromLong((long) wxPAPER_ISO_B4)); | |
2802 | PyDict_SetItemString(d,"wxPAPER_JAPANESE_POSTCARD", PyInt_FromLong((long) wxPAPER_JAPANESE_POSTCARD)); | |
2803 | PyDict_SetItemString(d,"wxPAPER_9X11", PyInt_FromLong((long) wxPAPER_9X11)); | |
2804 | PyDict_SetItemString(d,"wxPAPER_10X11", PyInt_FromLong((long) wxPAPER_10X11)); | |
2805 | PyDict_SetItemString(d,"wxPAPER_15X11", PyInt_FromLong((long) wxPAPER_15X11)); | |
2806 | PyDict_SetItemString(d,"wxPAPER_ENV_INVITE", PyInt_FromLong((long) wxPAPER_ENV_INVITE)); | |
2807 | PyDict_SetItemString(d,"wxPAPER_LETTER_EXTRA", PyInt_FromLong((long) wxPAPER_LETTER_EXTRA)); | |
2808 | PyDict_SetItemString(d,"wxPAPER_LEGAL_EXTRA", PyInt_FromLong((long) wxPAPER_LEGAL_EXTRA)); | |
2809 | PyDict_SetItemString(d,"wxPAPER_TABLOID_EXTRA", PyInt_FromLong((long) wxPAPER_TABLOID_EXTRA)); | |
2810 | PyDict_SetItemString(d,"wxPAPER_A4_EXTRA", PyInt_FromLong((long) wxPAPER_A4_EXTRA)); | |
2811 | PyDict_SetItemString(d,"wxPAPER_LETTER_TRANSVERSE", PyInt_FromLong((long) wxPAPER_LETTER_TRANSVERSE)); | |
2812 | PyDict_SetItemString(d,"wxPAPER_A4_TRANSVERSE", PyInt_FromLong((long) wxPAPER_A4_TRANSVERSE)); | |
2813 | PyDict_SetItemString(d,"wxPAPER_LETTER_EXTRA_TRANSVERSE", PyInt_FromLong((long) wxPAPER_LETTER_EXTRA_TRANSVERSE)); | |
2814 | PyDict_SetItemString(d,"wxPAPER_A_PLUS", PyInt_FromLong((long) wxPAPER_A_PLUS)); | |
2815 | PyDict_SetItemString(d,"wxPAPER_B_PLUS", PyInt_FromLong((long) wxPAPER_B_PLUS)); | |
2816 | PyDict_SetItemString(d,"wxPAPER_LETTER_PLUS", PyInt_FromLong((long) wxPAPER_LETTER_PLUS)); | |
2817 | PyDict_SetItemString(d,"wxPAPER_A4_PLUS", PyInt_FromLong((long) wxPAPER_A4_PLUS)); | |
2818 | PyDict_SetItemString(d,"wxPAPER_A5_TRANSVERSE", PyInt_FromLong((long) wxPAPER_A5_TRANSVERSE)); | |
2819 | PyDict_SetItemString(d,"wxPAPER_B5_TRANSVERSE", PyInt_FromLong((long) wxPAPER_B5_TRANSVERSE)); | |
2820 | PyDict_SetItemString(d,"wxPAPER_A3_EXTRA", PyInt_FromLong((long) wxPAPER_A3_EXTRA)); | |
2821 | PyDict_SetItemString(d,"wxPAPER_A5_EXTRA", PyInt_FromLong((long) wxPAPER_A5_EXTRA)); | |
2822 | PyDict_SetItemString(d,"wxPAPER_B5_EXTRA", PyInt_FromLong((long) wxPAPER_B5_EXTRA)); | |
2823 | PyDict_SetItemString(d,"wxPAPER_A2", PyInt_FromLong((long) wxPAPER_A2)); | |
2824 | PyDict_SetItemString(d,"wxPAPER_A3_TRANSVERSE", PyInt_FromLong((long) wxPAPER_A3_TRANSVERSE)); | |
2825 | PyDict_SetItemString(d,"wxPAPER_A3_EXTRA_TRANSVERSE", PyInt_FromLong((long) wxPAPER_A3_EXTRA_TRANSVERSE)); | |
bb0054cd RD |
2826 | PyDict_SetItemString(d,"wxDUPLEX_SIMPLEX", PyInt_FromLong((long) wxDUPLEX_SIMPLEX)); |
2827 | PyDict_SetItemString(d,"wxDUPLEX_HORIZONTAL", PyInt_FromLong((long) wxDUPLEX_HORIZONTAL)); | |
2828 | PyDict_SetItemString(d,"wxDUPLEX_VERTICAL", PyInt_FromLong((long) wxDUPLEX_VERTICAL)); | |
8ab979d7 RD |
2829 | PyDict_SetItemString(d,"FALSE", PyInt_FromLong((long) 0)); |
2830 | PyDict_SetItemString(d,"false", PyInt_FromLong((long) 0)); | |
2831 | PyDict_SetItemString(d,"TRUE", PyInt_FromLong((long) 1)); | |
2832 | PyDict_SetItemString(d,"true", PyInt_FromLong((long) 1)); | |
0699c864 | 2833 | PyDict_SetItemString(d,"wxVERSION_STRING", PyString_FromString("wxVERSION_STRING")); |
8ab979d7 RD |
2834 | PyDict_SetItemString(d,"wxEVT_NULL", PyInt_FromLong((long) wxEVT_NULL)); |
2835 | PyDict_SetItemString(d,"wxEVT_FIRST", PyInt_FromLong((long) wxEVT_FIRST)); | |
2836 | PyDict_SetItemString(d,"wxEVT_COMMAND_BUTTON_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_BUTTON_CLICKED)); | |
2837 | PyDict_SetItemString(d,"wxEVT_COMMAND_CHECKBOX_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_CHECKBOX_CLICKED)); | |
2838 | PyDict_SetItemString(d,"wxEVT_COMMAND_CHOICE_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_CHOICE_SELECTED)); | |
2839 | PyDict_SetItemString(d,"wxEVT_COMMAND_LISTBOX_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_LISTBOX_SELECTED)); | |
2840 | PyDict_SetItemString(d,"wxEVT_COMMAND_LISTBOX_DOUBLECLICKED", PyInt_FromLong((long) wxEVT_COMMAND_LISTBOX_DOUBLECLICKED)); | |
2841 | PyDict_SetItemString(d,"wxEVT_COMMAND_CHECKLISTBOX_TOGGLED", PyInt_FromLong((long) wxEVT_COMMAND_CHECKLISTBOX_TOGGLED)); | |
3af4e610 | 2842 | PyDict_SetItemString(d,"wxEVT_COMMAND_SPINCTRL_UPDATED", PyInt_FromLong((long) wxEVT_COMMAND_SPINCTRL_UPDATED)); |
8ab979d7 RD |
2843 | PyDict_SetItemString(d,"wxEVT_COMMAND_TEXT_UPDATED", PyInt_FromLong((long) wxEVT_COMMAND_TEXT_UPDATED)); |
2844 | PyDict_SetItemString(d,"wxEVT_COMMAND_TEXT_ENTER", PyInt_FromLong((long) wxEVT_COMMAND_TEXT_ENTER)); | |
2845 | PyDict_SetItemString(d,"wxEVT_COMMAND_MENU_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_MENU_SELECTED)); | |
2846 | PyDict_SetItemString(d,"wxEVT_COMMAND_SLIDER_UPDATED", PyInt_FromLong((long) wxEVT_COMMAND_SLIDER_UPDATED)); | |
2847 | PyDict_SetItemString(d,"wxEVT_COMMAND_RADIOBOX_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_RADIOBOX_SELECTED)); | |
2848 | PyDict_SetItemString(d,"wxEVT_COMMAND_RADIOBUTTON_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_RADIOBUTTON_SELECTED)); | |
2849 | PyDict_SetItemString(d,"wxEVT_COMMAND_SCROLLBAR_UPDATED", PyInt_FromLong((long) wxEVT_COMMAND_SCROLLBAR_UPDATED)); | |
2850 | PyDict_SetItemString(d,"wxEVT_COMMAND_VLBOX_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_VLBOX_SELECTED)); | |
2851 | PyDict_SetItemString(d,"wxEVT_COMMAND_COMBOBOX_SELECTED", PyInt_FromLong((long) wxEVT_COMMAND_COMBOBOX_SELECTED)); | |
2852 | PyDict_SetItemString(d,"wxEVT_COMMAND_TOOL_CLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOOL_CLICKED)); | |
2853 | PyDict_SetItemString(d,"wxEVT_COMMAND_TOOL_RCLICKED", PyInt_FromLong((long) wxEVT_COMMAND_TOOL_RCLICKED)); | |
2854 | PyDict_SetItemString(d,"wxEVT_COMMAND_TOOL_ENTER", PyInt_FromLong((long) wxEVT_COMMAND_TOOL_ENTER)); | |
2855 | PyDict_SetItemString(d,"wxEVT_SET_FOCUS", PyInt_FromLong((long) wxEVT_SET_FOCUS)); | |
2856 | PyDict_SetItemString(d,"wxEVT_KILL_FOCUS", PyInt_FromLong((long) wxEVT_KILL_FOCUS)); | |
7a446686 | 2857 | PyDict_SetItemString(d,"wxEVT_MOUSEWHEEL", PyInt_FromLong((long) wxEVT_MOUSEWHEEL)); |
8ab979d7 RD |
2858 | PyDict_SetItemString(d,"wxEVT_LEFT_DOWN", PyInt_FromLong((long) wxEVT_LEFT_DOWN)); |
2859 | PyDict_SetItemString(d,"wxEVT_LEFT_UP", PyInt_FromLong((long) wxEVT_LEFT_UP)); | |
2860 | PyDict_SetItemString(d,"wxEVT_MIDDLE_DOWN", PyInt_FromLong((long) wxEVT_MIDDLE_DOWN)); | |
2861 | PyDict_SetItemString(d,"wxEVT_MIDDLE_UP", PyInt_FromLong((long) wxEVT_MIDDLE_UP)); | |
2862 | PyDict_SetItemString(d,"wxEVT_RIGHT_DOWN", PyInt_FromLong((long) wxEVT_RIGHT_DOWN)); | |
2863 | PyDict_SetItemString(d,"wxEVT_RIGHT_UP", PyInt_FromLong((long) wxEVT_RIGHT_UP)); | |
2864 | PyDict_SetItemString(d,"wxEVT_MOTION", PyInt_FromLong((long) wxEVT_MOTION)); | |
2865 | PyDict_SetItemString(d,"wxEVT_ENTER_WINDOW", PyInt_FromLong((long) wxEVT_ENTER_WINDOW)); | |
2866 | PyDict_SetItemString(d,"wxEVT_LEAVE_WINDOW", PyInt_FromLong((long) wxEVT_LEAVE_WINDOW)); | |
2867 | PyDict_SetItemString(d,"wxEVT_LEFT_DCLICK", PyInt_FromLong((long) wxEVT_LEFT_DCLICK)); | |
2868 | PyDict_SetItemString(d,"wxEVT_MIDDLE_DCLICK", PyInt_FromLong((long) wxEVT_MIDDLE_DCLICK)); | |
2869 | PyDict_SetItemString(d,"wxEVT_RIGHT_DCLICK", PyInt_FromLong((long) wxEVT_RIGHT_DCLICK)); | |
2870 | PyDict_SetItemString(d,"wxEVT_NC_LEFT_DOWN", PyInt_FromLong((long) wxEVT_NC_LEFT_DOWN)); | |
2871 | PyDict_SetItemString(d,"wxEVT_NC_LEFT_UP", PyInt_FromLong((long) wxEVT_NC_LEFT_UP)); | |
2872 | PyDict_SetItemString(d,"wxEVT_NC_MIDDLE_DOWN", PyInt_FromLong((long) wxEVT_NC_MIDDLE_DOWN)); | |
2873 | PyDict_SetItemString(d,"wxEVT_NC_MIDDLE_UP", PyInt_FromLong((long) wxEVT_NC_MIDDLE_UP)); | |
2874 | PyDict_SetItemString(d,"wxEVT_NC_RIGHT_DOWN", PyInt_FromLong((long) wxEVT_NC_RIGHT_DOWN)); | |
2875 | PyDict_SetItemString(d,"wxEVT_NC_RIGHT_UP", PyInt_FromLong((long) wxEVT_NC_RIGHT_UP)); | |
2876 | PyDict_SetItemString(d,"wxEVT_NC_MOTION", PyInt_FromLong((long) wxEVT_NC_MOTION)); | |
2877 | PyDict_SetItemString(d,"wxEVT_NC_ENTER_WINDOW", PyInt_FromLong((long) wxEVT_NC_ENTER_WINDOW)); | |
2878 | PyDict_SetItemString(d,"wxEVT_NC_LEAVE_WINDOW", PyInt_FromLong((long) wxEVT_NC_LEAVE_WINDOW)); | |
2879 | PyDict_SetItemString(d,"wxEVT_NC_LEFT_DCLICK", PyInt_FromLong((long) wxEVT_NC_LEFT_DCLICK)); | |
2880 | PyDict_SetItemString(d,"wxEVT_NC_MIDDLE_DCLICK", PyInt_FromLong((long) wxEVT_NC_MIDDLE_DCLICK)); | |
2881 | PyDict_SetItemString(d,"wxEVT_NC_RIGHT_DCLICK", PyInt_FromLong((long) wxEVT_NC_RIGHT_DCLICK)); | |
2882 | PyDict_SetItemString(d,"wxEVT_CHAR", PyInt_FromLong((long) wxEVT_CHAR)); | |
8bf5d46e RD |
2883 | PyDict_SetItemString(d,"wxEVT_KEY_DOWN", PyInt_FromLong((long) wxEVT_KEY_DOWN)); |
2884 | PyDict_SetItemString(d,"wxEVT_KEY_UP", PyInt_FromLong((long) wxEVT_KEY_UP)); | |
2885 | PyDict_SetItemString(d,"wxEVT_CHAR_HOOK", PyInt_FromLong((long) wxEVT_CHAR_HOOK)); | |
8ab979d7 RD |
2886 | PyDict_SetItemString(d,"wxEVT_SCROLL_TOP", PyInt_FromLong((long) wxEVT_SCROLL_TOP)); |
2887 | PyDict_SetItemString(d,"wxEVT_SCROLL_BOTTOM", PyInt_FromLong((long) wxEVT_SCROLL_BOTTOM)); | |
2888 | PyDict_SetItemString(d,"wxEVT_SCROLL_LINEUP", PyInt_FromLong((long) wxEVT_SCROLL_LINEUP)); | |
2889 | PyDict_SetItemString(d,"wxEVT_SCROLL_LINEDOWN", PyInt_FromLong((long) wxEVT_SCROLL_LINEDOWN)); | |
2890 | PyDict_SetItemString(d,"wxEVT_SCROLL_PAGEUP", PyInt_FromLong((long) wxEVT_SCROLL_PAGEUP)); | |
2891 | PyDict_SetItemString(d,"wxEVT_SCROLL_PAGEDOWN", PyInt_FromLong((long) wxEVT_SCROLL_PAGEDOWN)); | |
2892 | PyDict_SetItemString(d,"wxEVT_SCROLL_THUMBTRACK", PyInt_FromLong((long) wxEVT_SCROLL_THUMBTRACK)); | |
26b9cf27 | 2893 | PyDict_SetItemString(d,"wxEVT_SCROLL_THUMBRELEASE", PyInt_FromLong((long) wxEVT_SCROLL_THUMBRELEASE)); |
bb0054cd RD |
2894 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_TOP", PyInt_FromLong((long) wxEVT_SCROLLWIN_TOP)); |
2895 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_BOTTOM", PyInt_FromLong((long) wxEVT_SCROLLWIN_BOTTOM)); | |
2896 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_LINEUP", PyInt_FromLong((long) wxEVT_SCROLLWIN_LINEUP)); | |
2897 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_LINEDOWN", PyInt_FromLong((long) wxEVT_SCROLLWIN_LINEDOWN)); | |
2898 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_PAGEUP", PyInt_FromLong((long) wxEVT_SCROLLWIN_PAGEUP)); | |
2899 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_PAGEDOWN", PyInt_FromLong((long) wxEVT_SCROLLWIN_PAGEDOWN)); | |
2900 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_THUMBTRACK", PyInt_FromLong((long) wxEVT_SCROLLWIN_THUMBTRACK)); | |
26b9cf27 | 2901 | PyDict_SetItemString(d,"wxEVT_SCROLLWIN_THUMBRELEASE", PyInt_FromLong((long) wxEVT_SCROLLWIN_THUMBRELEASE)); |
8ab979d7 RD |
2902 | PyDict_SetItemString(d,"wxEVT_SIZE", PyInt_FromLong((long) wxEVT_SIZE)); |
2903 | PyDict_SetItemString(d,"wxEVT_MOVE", PyInt_FromLong((long) wxEVT_MOVE)); | |
2904 | PyDict_SetItemString(d,"wxEVT_CLOSE_WINDOW", PyInt_FromLong((long) wxEVT_CLOSE_WINDOW)); | |
2905 | PyDict_SetItemString(d,"wxEVT_END_SESSION", PyInt_FromLong((long) wxEVT_END_SESSION)); | |
2906 | PyDict_SetItemString(d,"wxEVT_QUERY_END_SESSION", PyInt_FromLong((long) wxEVT_QUERY_END_SESSION)); | |
2907 | PyDict_SetItemString(d,"wxEVT_ACTIVATE_APP", PyInt_FromLong((long) wxEVT_ACTIVATE_APP)); | |
2908 | PyDict_SetItemString(d,"wxEVT_POWER", PyInt_FromLong((long) wxEVT_POWER)); | |
8ab979d7 RD |
2909 | PyDict_SetItemString(d,"wxEVT_ACTIVATE", PyInt_FromLong((long) wxEVT_ACTIVATE)); |
2910 | PyDict_SetItemString(d,"wxEVT_CREATE", PyInt_FromLong((long) wxEVT_CREATE)); | |
2911 | PyDict_SetItemString(d,"wxEVT_DESTROY", PyInt_FromLong((long) wxEVT_DESTROY)); | |
2912 | PyDict_SetItemString(d,"wxEVT_SHOW", PyInt_FromLong((long) wxEVT_SHOW)); | |
2913 | PyDict_SetItemString(d,"wxEVT_ICONIZE", PyInt_FromLong((long) wxEVT_ICONIZE)); | |
2914 | PyDict_SetItemString(d,"wxEVT_MAXIMIZE", PyInt_FromLong((long) wxEVT_MAXIMIZE)); | |
2915 | PyDict_SetItemString(d,"wxEVT_MOUSE_CAPTURE_CHANGED", PyInt_FromLong((long) wxEVT_MOUSE_CAPTURE_CHANGED)); | |
2916 | PyDict_SetItemString(d,"wxEVT_PAINT", PyInt_FromLong((long) wxEVT_PAINT)); | |
2917 | PyDict_SetItemString(d,"wxEVT_ERASE_BACKGROUND", PyInt_FromLong((long) wxEVT_ERASE_BACKGROUND)); | |
2918 | PyDict_SetItemString(d,"wxEVT_NC_PAINT", PyInt_FromLong((long) wxEVT_NC_PAINT)); | |
2919 | PyDict_SetItemString(d,"wxEVT_PAINT_ICON", PyInt_FromLong((long) wxEVT_PAINT_ICON)); | |
2920 | PyDict_SetItemString(d,"wxEVT_MENU_CHAR", PyInt_FromLong((long) wxEVT_MENU_CHAR)); | |
2921 | PyDict_SetItemString(d,"wxEVT_MENU_INIT", PyInt_FromLong((long) wxEVT_MENU_INIT)); | |
2922 | PyDict_SetItemString(d,"wxEVT_MENU_HIGHLIGHT", PyInt_FromLong((long) wxEVT_MENU_HIGHLIGHT)); | |
2923 | PyDict_SetItemString(d,"wxEVT_POPUP_MENU_INIT", PyInt_FromLong((long) wxEVT_POPUP_MENU_INIT)); | |
2924 | PyDict_SetItemString(d,"wxEVT_CONTEXT_MENU", PyInt_FromLong((long) wxEVT_CONTEXT_MENU)); | |
2925 | PyDict_SetItemString(d,"wxEVT_SYS_COLOUR_CHANGED", PyInt_FromLong((long) wxEVT_SYS_COLOUR_CHANGED)); | |
2926 | PyDict_SetItemString(d,"wxEVT_SETTING_CHANGED", PyInt_FromLong((long) wxEVT_SETTING_CHANGED)); | |
2927 | PyDict_SetItemString(d,"wxEVT_QUERY_NEW_PALETTE", PyInt_FromLong((long) wxEVT_QUERY_NEW_PALETTE)); | |
2928 | PyDict_SetItemString(d,"wxEVT_PALETTE_CHANGED", PyInt_FromLong((long) wxEVT_PALETTE_CHANGED)); | |
2929 | PyDict_SetItemString(d,"wxEVT_JOY_BUTTON_DOWN", PyInt_FromLong((long) wxEVT_JOY_BUTTON_DOWN)); | |
2930 | PyDict_SetItemString(d,"wxEVT_JOY_BUTTON_UP", PyInt_FromLong((long) wxEVT_JOY_BUTTON_UP)); | |
2931 | PyDict_SetItemString(d,"wxEVT_JOY_MOVE", PyInt_FromLong((long) wxEVT_JOY_MOVE)); | |
2932 | PyDict_SetItemString(d,"wxEVT_JOY_ZMOVE", PyInt_FromLong((long) wxEVT_JOY_ZMOVE)); | |
2933 | PyDict_SetItemString(d,"wxEVT_DROP_FILES", PyInt_FromLong((long) wxEVT_DROP_FILES)); | |
2934 | PyDict_SetItemString(d,"wxEVT_DRAW_ITEM", PyInt_FromLong((long) wxEVT_DRAW_ITEM)); | |
2935 | PyDict_SetItemString(d,"wxEVT_MEASURE_ITEM", PyInt_FromLong((long) wxEVT_MEASURE_ITEM)); | |
2936 | PyDict_SetItemString(d,"wxEVT_COMPARE_ITEM", PyInt_FromLong((long) wxEVT_COMPARE_ITEM)); | |
2937 | PyDict_SetItemString(d,"wxEVT_INIT_DIALOG", PyInt_FromLong((long) wxEVT_INIT_DIALOG)); | |
9df61a29 RD |
2938 | PyDict_SetItemString(d,"wxEVT_HELP", PyInt_FromLong((long) wxEVT_HELP)); |
2939 | PyDict_SetItemString(d,"wxEVT_DETAILED_HELP", PyInt_FromLong((long) wxEVT_DETAILED_HELP)); | |
8ab979d7 RD |
2940 | PyDict_SetItemString(d,"wxEVT_IDLE", PyInt_FromLong((long) wxEVT_IDLE)); |
2941 | PyDict_SetItemString(d,"wxEVT_UPDATE_UI", PyInt_FromLong((long) wxEVT_UPDATE_UI)); | |
2942 | PyDict_SetItemString(d,"wxEVT_COMMAND_LEFT_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_LEFT_CLICK)); | |
2943 | PyDict_SetItemString(d,"wxEVT_COMMAND_LEFT_DCLICK", PyInt_FromLong((long) wxEVT_COMMAND_LEFT_DCLICK)); | |
2944 | PyDict_SetItemString(d,"wxEVT_COMMAND_RIGHT_CLICK", PyInt_FromLong((long) wxEVT_COMMAND_RIGHT_CLICK)); | |
2945 | PyDict_SetItemString(d,"wxEVT_COMMAND_RIGHT_DCLICK", PyInt_FromLong((long) wxEVT_COMMAND_RIGHT_DCLICK)); | |
2946 | PyDict_SetItemString(d,"wxEVT_COMMAND_SET_FOCUS", PyInt_FromLong((long) wxEVT_COMMAND_SET_FOCUS)); | |
2947 | PyDict_SetItemString(d,"wxEVT_COMMAND_KILL_FOCUS", PyInt_FromLong((long) wxEVT_COMMAND_KILL_FOCUS)); | |
2948 | PyDict_SetItemString(d,"wxEVT_COMMAND_ENTER", PyInt_FromLong((long) wxEVT_COMMAND_ENTER)); | |
2f90df85 | 2949 | PyDict_SetItemString(d,"wxEVT_NAVIGATION_KEY", PyInt_FromLong((long) wxEVT_NAVIGATION_KEY)); |
f6bcfd97 | 2950 | PyDict_SetItemString(d,"wxEVT_TIMER", PyInt_FromLong((long) wxEVT_TIMER)); |
2f90df85 | 2951 | PyDict_SetItemString(d,"__version__", PyString_FromString("0.0.0")); |
8ab979d7 | 2952 | PyDict_SetItemString(d,"cvar", SWIG_globals); |
b68dc582 RD |
2953 | SWIG_addvarlink(SWIG_globals,"wxDefaultPosition",_wrap_wxDefaultPosition_get, _wrap_wxDefaultPosition_set); |
2954 | SWIG_addvarlink(SWIG_globals,"wxDefaultSize",_wrap_wxDefaultSize_get, _wrap_wxDefaultSize_set); | |
2955 | ||
2956 | // Make our API structure a CObject so other modules can import it | |
2957 | // from this module. | |
2958 | PyObject* v = PyCObject_FromVoidPtr(&API, NULL); | |
2959 | PyDict_SetItemString(d,"wxPyCoreAPI", v); | |
2960 | Py_XDECREF(v); | |
8ab979d7 | 2961 | |
8ab979d7 | 2962 | |
9c039d08 | 2963 | __wxPreStart(); // initialize the GUI toolkit, if needed. |
8ab979d7 | 2964 | |
8ab979d7 RD |
2965 | |
2966 | // Since these modules are all linked together, initialize them now | |
f6bcfd97 | 2967 | // because Python won't be able to find their shared library files, |
8ab979d7 RD |
2968 | // (since there isn't any.) |
2969 | initwindowsc(); | |
2970 | initwindows2c(); | |
2971 | initeventsc(); | |
2972 | initmiscc(); | |
bb0054cd | 2973 | initmisc2c(); |
8ab979d7 RD |
2974 | initgdic(); |
2975 | initmdic(); | |
2976 | initcontrolsc(); | |
2977 | initcontrols2c(); | |
2978 | initcmndlgsc(); | |
9c039d08 RD |
2979 | initstattoolc(); |
2980 | initframesc(); | |
08127323 | 2981 | initwindows3c(); |
cf694132 | 2982 | initimagec(); |
bb0054cd | 2983 | initprintfwc(); |
2f90df85 | 2984 | initsizersc(); |
b1462dfa | 2985 | initclip_dndc(); |
c368d904 RD |
2986 | initstreamsc(); |
2987 | initfilesysc(); | |
f6bcfd97 | 2988 | |
1d99702e RD |
2989 | { |
2990 | int i; | |
2991 | for (i = 0; _swig_mapping[i].n1; i++) | |
2992 | SWIG_RegisterMapping(_swig_mapping[i].n1,_swig_mapping[i].n2,_swig_mapping[i].pcnv); | |
2993 | } | |
8ab979d7 | 2994 | } |