]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | /* ---------------------------------------------------------------------------- |
2 | * This file was automatically generated by SWIG (http://www.swig.org). | |
2dbef272 | 3 | * Version 1.3.22 |
d14a1e28 RD |
4 | * |
5 | * This file is not intended to be easily readable and contains a number of | |
6 | * coding conventions designed to improve portability and efficiency. Do not make | |
7 | * changes to this file unless you know what you are doing--modify the SWIG | |
8 | * interface file instead. | |
9 | * ----------------------------------------------------------------------------- */ | |
10 | ||
11 | #define SWIGPYTHON | |
12 | #define SWIG_NOINCLUDE | |
13 | ||
14 | #ifdef __cplusplus | |
15 | template<class T> class SwigValueWrapper { | |
16 | T *tt; | |
17 | public: | |
18 | SwigValueWrapper() : tt(0) { } | |
19 | SwigValueWrapper(const SwigValueWrapper<T>& rhs) : tt(new T(*rhs.tt)) { } | |
20 | SwigValueWrapper(const T& t) : tt(new T(t)) { } | |
21 | ~SwigValueWrapper() { delete tt; } | |
22 | SwigValueWrapper& operator=(const T& t) { delete tt; tt = new T(t); return *this; } | |
23 | operator T&() const { return *tt; } | |
24 | T *operator&() { return tt; } | |
25 | private: | |
26 | SwigValueWrapper& operator=(const SwigValueWrapper<T>& rhs); | |
27 | }; | |
28 | #endif | |
29 | ||
30 | ||
31 | #include "Python.h" | |
32 | ||
33 | /*************************************************************** -*- c -*- | |
34 | * python/precommon.swg | |
35 | * | |
36 | * Rename all exported symbols from common.swg, to avoid symbol | |
37 | * clashes if multiple interpreters are included | |
38 | * | |
39 | ************************************************************************/ | |
40 | ||
41 | #define SWIG_TypeRegister SWIG_Python_TypeRegister | |
42 | #define SWIG_TypeCheck SWIG_Python_TypeCheck | |
43 | #define SWIG_TypeCast SWIG_Python_TypeCast | |
44 | #define SWIG_TypeDynamicCast SWIG_Python_TypeDynamicCast | |
45 | #define SWIG_TypeName SWIG_Python_TypeName | |
c370783e | 46 | #define SWIG_TypePrettyName SWIG_Python_TypePrettyName |
d14a1e28 RD |
47 | #define SWIG_TypeQuery SWIG_Python_TypeQuery |
48 | #define SWIG_TypeClientData SWIG_Python_TypeClientData | |
9fd4be55 RD |
49 | #define SWIG_PackData SWIG_Python_PackData |
50 | #define SWIG_UnpackData SWIG_Python_UnpackData | |
51 | ||
d14a1e28 RD |
52 | |
53 | /*********************************************************************** | |
54 | * common.swg for wxPython | |
55 | * | |
56 | * Include only the function prototypes and such from SWIG's common.swg, | |
57 | * but not the runtime functions themselves. This helps keep the | |
58 | * wrapper files clean of unnecessary stuff that is in the libpy.c file | |
59 | * anyway. | |
60 | * | |
61 | ************************************************************************/ | |
62 | ||
63 | #include <string.h> | |
64 | ||
0f774bef RD |
65 | #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) |
66 | # if defined(_MSC_VER) || defined(__GNUC__) | |
67 | # if defined(STATIC_LINKED) | |
68 | # define SWIGEXPORT(a) a | |
69 | # define SWIGIMPORT(a) extern a | |
70 | # else | |
71 | # define SWIGEXPORT(a) __declspec(dllexport) a | |
72 | # define SWIGIMPORT(a) extern a | |
73 | # endif | |
74 | # else | |
75 | # if defined(__BORLANDC__) | |
76 | # define SWIGEXPORT(a) a _export | |
77 | # define SWIGIMPORT(a) a _export | |
78 | # else | |
79 | # define SWIGEXPORT(a) a | |
80 | # define SWIGIMPORT(a) a | |
81 | # endif | |
82 | # endif | |
d14a1e28 | 83 | #else |
0f774bef RD |
84 | # define SWIGEXPORT(a) a |
85 | # define SWIGIMPORT(a) a | |
d14a1e28 RD |
86 | #endif |
87 | ||
88 | #ifdef SWIG_GLOBAL | |
0f774bef | 89 | # define SWIGRUNTIME(a) SWIGEXPORT(a) |
d14a1e28 | 90 | #else |
0f774bef | 91 | # define SWIGRUNTIME(a) static a |
d14a1e28 RD |
92 | #endif |
93 | ||
d14a1e28 RD |
94 | #ifdef __cplusplus |
95 | extern "C" { | |
96 | #endif | |
97 | ||
98 | typedef void *(*swig_converter_func)(void *); | |
99 | typedef struct swig_type_info *(*swig_dycast_func)(void **); | |
100 | ||
101 | typedef struct swig_type_info { | |
0f774bef | 102 | const char *name; |
d14a1e28 RD |
103 | swig_converter_func converter; |
104 | const char *str; | |
0f774bef | 105 | void *clientdata; |
d14a1e28 RD |
106 | swig_dycast_func dcast; |
107 | struct swig_type_info *next; | |
108 | struct swig_type_info *prev; | |
109 | } swig_type_info; | |
110 | ||
111 | ||
112 | SWIGIMPORT(swig_type_info *) SWIG_TypeRegister(swig_type_info *); | |
113 | SWIGIMPORT(swig_type_info *) SWIG_TypeCheck(char *c, swig_type_info *); | |
114 | SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info *, void *); | |
115 | SWIGIMPORT(swig_type_info *) SWIG_TypeDynamicCast(swig_type_info *, void **); | |
116 | SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info *); | |
c370783e | 117 | SWIGIMPORT(const char *) SWIG_TypePrettyName(const swig_type_info *); |
d14a1e28 RD |
118 | SWIGIMPORT(swig_type_info *) SWIG_TypeQuery(const char *); |
119 | SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info *, void *); | |
0f774bef RD |
120 | SWIGIMPORT(char *) SWIG_PackData(char *, void *, int); |
121 | SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int); | |
d14a1e28 RD |
122 | |
123 | ||
124 | #ifdef __cplusplus | |
125 | } | |
126 | #endif | |
127 | ||
c370783e | 128 | |
d14a1e28 RD |
129 | /*********************************************************************** |
130 | * pyrun.swg for wxPython | |
131 | * | |
132 | * Include only the function prototypes and such from SWIG's pyrun.swg, | |
133 | * but not the runtime functions themselves. This helps keep the | |
134 | * wrapper files clean of unnecessary stuff that is in the libpy.c file | |
135 | * anyway. | |
136 | * | |
137 | ************************************************************************/ | |
138 | ||
d14a1e28 RD |
139 | #ifdef __cplusplus |
140 | extern "C" { | |
141 | #endif | |
142 | ||
143 | #define SWIG_PY_INT 1 | |
144 | #define SWIG_PY_FLOAT 2 | |
145 | #define SWIG_PY_STRING 3 | |
146 | #define SWIG_PY_POINTER 4 | |
147 | #define SWIG_PY_BINARY 5 | |
148 | ||
149 | /* Flags for pointer conversion */ | |
150 | ||
151 | #define SWIG_POINTER_EXCEPTION 0x1 | |
152 | #define SWIG_POINTER_DISOWN 0x2 | |
153 | ||
154 | /* Exception handling in wrappers */ | |
155 | #define SWIG_fail goto fail | |
156 | ||
157 | /* Constant information structure */ | |
158 | typedef struct swig_const_info { | |
159 | int type; | |
160 | char *name; | |
161 | long lvalue; | |
162 | double dvalue; | |
163 | void *pvalue; | |
164 | swig_type_info **ptype; | |
165 | } swig_const_info; | |
166 | ||
d14a1e28 RD |
167 | /* Common SWIG API */ |
168 | #define SWIG_ConvertPtr(obj, pp, type, flags) \ | |
169 | SWIG_Python_ConvertPtr(obj, pp, type, flags) | |
170 | #define SWIG_NewPointerObj(p, type, flags) \ | |
171 | SWIG_Python_NewPointerObj(p, type, flags) | |
172 | #define SWIG_MustGetPtr(p, type, argnum, flags) \ | |
173 | SWIG_Python_MustGetPtr(p, type, argnum, flags) | |
2dbef272 | 174 | |
d14a1e28 RD |
175 | /* Python-specific SWIG API */ |
176 | #define SWIG_newvarlink() \ | |
177 | SWIG_Python_newvarlink() | |
178 | #define SWIG_addvarlink(p, name, get_attr, set_attr) \ | |
179 | SWIG_Python_addvarlink(p, name, get_attr, set_attr) | |
180 | #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \ | |
181 | SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags) | |
d14a1e28 RD |
182 | #define SWIG_NewPackedObj(ptr, sz, type) \ |
183 | SWIG_Python_NewPackedObj(ptr, sz, type) | |
184 | #define SWIG_InstallConstants(d, constants) \ | |
185 | SWIG_Python_InstallConstants(d, constants) | |
186 | ||
8edf1c75 | 187 | typedef double (*py_objasdbl_conv)(PyObject *obj); |
d14a1e28 | 188 | |
0f774bef RD |
189 | SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject *, void **, swig_type_info *, int); |
190 | SWIGIMPORT(PyObject *) SWIG_Python_NewPointerObj(void *, swig_type_info *,int own); | |
191 | SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject *, swig_type_info *, int, int); | |
192 | SWIGIMPORT(PyObject *) SWIG_Python_newvarlink(void); | |
193 | SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); | |
194 | SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int); | |
195 | SWIGIMPORT(PyObject *) SWIG_Python_NewPackedObj(void *, int sz, swig_type_info *); | |
196 | SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject *d, swig_const_info constants[]); | |
d14a1e28 | 197 | |
d14a1e28 RD |
198 | |
199 | /* Contract support */ | |
200 | ||
423f194a | 201 | #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else |
d14a1e28 | 202 | |
d14a1e28 RD |
203 | #ifdef __cplusplus |
204 | } | |
205 | #endif | |
206 | ||
207 | ||
c370783e | 208 | |
d14a1e28 RD |
209 | /* -------- TYPES TABLE (BEGIN) -------- */ |
210 | ||
211 | #define SWIGTYPE_p_wxObject swig_types[0] | |
212 | #define SWIGTYPE_p_wxDialog swig_types[1] | |
213 | #define SWIGTYPE_p_wxWizardPageSimple swig_types[2] | |
214 | #define SWIGTYPE_p_wxWizardPage swig_types[3] | |
215 | #define SWIGTYPE_p_wxTopLevelWindow swig_types[4] | |
216 | #define SWIGTYPE_p_wxWindow swig_types[5] | |
217 | #define SWIGTYPE_p_wxPyWizardPage swig_types[6] | |
218 | #define SWIGTYPE_p_wxWizardEvent swig_types[7] | |
219 | #define SWIGTYPE_p_wxCommandEvent swig_types[8] | |
220 | #define SWIGTYPE_p_wxBitmap swig_types[9] | |
221 | #define SWIGTYPE_p_wxWizard swig_types[10] | |
8edf1c75 | 222 | #define SWIGTYPE_p_char swig_types[11] |
d14a1e28 | 223 | #define SWIGTYPE_p_wxEvtHandler swig_types[12] |
8edf1c75 RD |
224 | #define SWIGTYPE_p_wxString swig_types[13] |
225 | #define SWIGTYPE_p_wxNotifyEvent swig_types[14] | |
226 | #define SWIGTYPE_p_wxPanel swig_types[15] | |
227 | #define SWIGTYPE_p_wxEvent swig_types[16] | |
228 | #define SWIGTYPE_p_wxSize swig_types[17] | |
229 | #define SWIGTYPE_p_wxChar swig_types[18] | |
230 | #define SWIGTYPE_p_int swig_types[19] | |
231 | static swig_type_info *swig_types[21]; | |
d14a1e28 RD |
232 | |
233 | /* -------- TYPES TABLE (END) -------- */ | |
234 | ||
235 | ||
236 | /*----------------------------------------------- | |
237 | @(target):= _wizard.so | |
238 | ------------------------------------------------*/ | |
239 | #define SWIG_init init_wizard | |
240 | ||
241 | #define SWIG_name "_wizard" | |
242 | ||
c370783e RD |
243 | /* Auxiliar swig macros that appear in the header */ |
244 | ||
245 | #define SWIG_OLDOBJ 1 | |
246 | #define SWIG_NEWOBJ SWIG_OLDOBJ + 1 | |
247 | #define SWIG_PYSTR SWIG_NEWOBJ + 1 | |
8edf1c75 | 248 | |
8edf1c75 | 249 | #ifdef __cplusplus |
2f4c0a16 | 250 | #define SWIGSTATICINLINE(a) static inline a |
8edf1c75 | 251 | #define SWIGSTATIC(a) static a |
c370783e RD |
252 | #define swig_new_array(size,Type) (new Type[(size)]) |
253 | #define swig_delete(cptr) delete cptr | |
2f4c0a16 | 254 | #define swig_delete_array(cptr) delete[] cptr |
c370783e RD |
255 | #define swig_const_cast(a,Type) const_cast<Type >(a) |
256 | #define swig_static_cast(a,Type) static_cast<Type >(a) | |
257 | #define swig_reinterpret_cast(a,Type) reinterpret_cast<Type >(a) | |
258 | #define swig_new_copy(ptr,Type) (new Type(*ptr)) | |
259 | #define swig_numeric_cast(a,Type) static_cast<Type >(a) | |
8edf1c75 | 260 | |
2f4c0a16 RD |
261 | #else /* C case */ |
262 | ||
263 | #define SWIGSTATICINLINE(a) static a | |
264 | #define SWIGSTATIC(a) static a | |
c370783e RD |
265 | #define swig_new_array(size,Type) ((Type*) malloc((size)*sizeof(Type))) |
266 | #define swig_delete(cptr) free((char*)cptr) | |
2f4c0a16 | 267 | #define swig_delete_array(cptr) free((char*)cptr) |
c370783e RD |
268 | #define swig_const_cast(a,Type) (Type)(a) |
269 | #define swig_static_cast(a,Type) (Type)(a) | |
270 | #define swig_reinterpret_cast(a,Type) (Type)(a) | |
271 | #define swig_numeric_cast(a,Type) (Type)(a) | |
272 | #define swig_new_copy(ptr,Type) ((Type*)memcpy(malloc(sizeof(Type)),ptr,sizeof(Type))) | |
2f4c0a16 RD |
273 | |
274 | #endif /* __cplusplus */ | |
8edf1c75 RD |
275 | |
276 | ||
c370783e RD |
277 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ |
278 | #define SWIG_From_signed_SS_char PyInt_FromLong | |
279 | /*@@*/ | |
280 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
281 | #define SWIG_From_unsigned_SS_char PyInt_FromLong | |
282 | /*@@*/ | |
283 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
284 | #define SWIG_From_short PyInt_FromLong | |
285 | /*@@*/ | |
286 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
287 | #define SWIG_From_unsigned_SS_short PyInt_FromLong | |
288 | /*@@*/ | |
289 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
290 | #define SWIG_From_int PyInt_FromLong | |
291 | /*@@*/ | |
292 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
293 | #define SWIG_From_long PyInt_FromLong | |
294 | /*@@*/ | |
295 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
296 | #define SWIG_From_float PyFloat_FromDouble | |
297 | /*@@*/ | |
298 | /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ | |
299 | #define SWIG_From_double PyFloat_FromDouble | |
300 | /*@@*/ | |
8edf1c75 RD |
301 | |
302 | ||
d14a1e28 RD |
303 | #include "wx/wxPython/wxPython.h" |
304 | #include "wx/wxPython/pyclasses.h" | |
305 | #include "wx/wxPython/printfw.h" | |
306 | ||
307 | #include <wx/wizard.h> | |
308 | ||
d14a1e28 | 309 | |
cbd72d4f | 310 | static const wxString wxPyEmptyString(wxEmptyString); |
8edf1c75 | 311 | |
2f4c0a16 RD |
312 | #include <limits.h> |
313 | ||
314 | ||
c370783e RD |
315 | SWIGSTATICINLINE(int) |
316 | SWIG_CheckLongInRange(long value, long min_value, long max_value, | |
317 | const char *errmsg) | |
2f4c0a16 | 318 | { |
c370783e RD |
319 | if (value < min_value) { |
320 | if (errmsg) { | |
321 | PyErr_Format(PyExc_OverflowError, | |
322 | "value %ld is less than '%s' minimum %ld", | |
323 | value, errmsg, min_value); | |
324 | } | |
325 | return 0; | |
326 | } else if (value > max_value) { | |
327 | if (errmsg) { | |
328 | PyErr_Format(PyExc_OverflowError, | |
329 | "value %ld is greater than '%s' maximum %ld", | |
330 | value, errmsg, max_value); | |
2f4c0a16 | 331 | } |
c370783e | 332 | return 0; |
2f4c0a16 | 333 | } |
c370783e | 334 | return 1; |
2f4c0a16 RD |
335 | } |
336 | ||
337 | ||
c370783e RD |
338 | // See my_fragments.i |
339 | SWIGSTATICINLINE(int) | |
340 | SWIG_AsVal_long(PyObject* obj, long* val) | |
2f4c0a16 | 341 | { |
c370783e RD |
342 | if (PyNumber_Check(obj)) { |
343 | if (val) *val = PyInt_AsLong(obj); | |
344 | return 1; | |
345 | } | |
69223c70 RD |
346 | else { |
347 | PyObject* errmsg = PyString_FromFormat("Expected number, got %s", | |
348 | obj->ob_type->tp_name); | |
349 | PyErr_SetObject(PyExc_TypeError, errmsg); | |
350 | Py_DECREF(errmsg); | |
69223c70 | 351 | } |
c370783e | 352 | return 0; |
2f4c0a16 RD |
353 | } |
354 | ||
355 | ||
356 | #if INT_MAX != LONG_MAX | |
357 | SWIGSTATICINLINE(int) | |
c370783e | 358 | SWIG_AsVal_int(PyObject *obj, int *val) |
8edf1c75 | 359 | { |
c370783e RD |
360 | const char* errmsg = val ? "int" : 0; |
361 | long v; | |
362 | if (SWIG_AsVal_long(obj, &v)) { | |
363 | if (SWIG_CheckLongInRange(v, INT_MIN,INT_MAX, errmsg)) { | |
364 | if (val) *val = swig_numeric_cast(v, int); | |
365 | return 1; | |
366 | } else { | |
367 | return 0; | |
368 | } | |
369 | } else { | |
370 | PyErr_Clear(); | |
371 | } | |
372 | if (val) { | |
373 | PyErr_SetString(PyExc_TypeError, "an int is expected"); | |
374 | } | |
375 | return 0; | |
8edf1c75 | 376 | } |
2f4c0a16 | 377 | #else |
c370783e RD |
378 | SWIGSTATICINLINE(int) |
379 | SWIG_AsVal_int(PyObject *obj, int *val) | |
380 | { | |
381 | return SWIG_AsVal_long(obj,(long*)val); | |
382 | } | |
2f4c0a16 | 383 | #endif |
8edf1c75 RD |
384 | |
385 | ||
c370783e RD |
386 | SWIGSTATICINLINE(int) |
387 | SWIG_As_int(PyObject* obj) | |
8edf1c75 | 388 | { |
c370783e RD |
389 | int v; |
390 | if (!SWIG_AsVal_int(obj, &v)) { | |
391 | /* | |
392 | this is needed to make valgrind/purify happier. the other | |
393 | solution is throw an exception, but since this code should work | |
394 | with plain C .... | |
395 | */ | |
396 | memset((void*)&v, 0, sizeof(int)); | |
397 | } | |
398 | return v; | |
8edf1c75 RD |
399 | } |
400 | ||
2f4c0a16 RD |
401 | |
402 | SWIGSTATICINLINE(int) | |
c370783e | 403 | SWIG_AsVal_bool(PyObject *obj, bool *val) |
2f4c0a16 | 404 | { |
c370783e RD |
405 | /* if (val) *val = PyObject_IsTrue(obj); return 1; */ |
406 | if (obj == Py_True) { | |
407 | if (val) *val = true; | |
2f4c0a16 RD |
408 | return 1; |
409 | } | |
c370783e RD |
410 | if (obj == Py_False) { |
411 | if (val) *val = false; | |
412 | return 1; | |
413 | } | |
414 | int res = 0; | |
415 | if (SWIG_AsVal_int(obj, &res)) { | |
416 | if (val) *val = (bool)res; | |
417 | return 1; | |
418 | } | |
419 | if (val) { | |
420 | PyErr_SetString(PyExc_TypeError, "a bool is expected"); | |
421 | } | |
422 | return 0; | |
2f4c0a16 RD |
423 | } |
424 | ||
425 | ||
c370783e RD |
426 | SWIGSTATICINLINE(bool) |
427 | SWIG_As_bool(PyObject* obj) | |
2f4c0a16 | 428 | { |
c370783e RD |
429 | bool v; |
430 | if (!SWIG_AsVal_bool(obj, &v)) { | |
431 | /* | |
432 | this is needed to make valgrind/purify happier. the other | |
433 | solution is throw an exception, but since this code should work | |
434 | with plain C .... | |
435 | */ | |
436 | memset((void*)&v, 0, sizeof(bool)); | |
2f4c0a16 | 437 | } |
c370783e RD |
438 | return v; |
439 | } | |
440 | ||
441 | ||
442 | SWIGSTATICINLINE(int) | |
443 | SWIG_Check_int(PyObject* obj) | |
444 | { | |
445 | return SWIG_AsVal_int(obj, (int*)0); | |
446 | } | |
447 | ||
448 | ||
449 | SWIGSTATICINLINE(int) | |
450 | SWIG_Check_bool(PyObject* obj) | |
451 | { | |
452 | return SWIG_AsVal_bool(obj, (bool*)0); | |
2f4c0a16 RD |
453 | } |
454 | ||
d14a1e28 RD |
455 | bool wxWizardPage_Create(wxWizardPage *self,wxWizard *parent,wxBitmap const &bitmap,wxString const &resource){ |
456 | wxChar* res = NULL; | |
457 | if (resource.Length()) | |
458 | res = (wxChar*)resource.c_str(); | |
459 | return self->Create(parent, bitmap, res); | |
460 | } | |
461 | // C++ Version of a Python aware class | |
462 | class wxPyWizardPage : public wxWizardPage { | |
463 | DECLARE_ABSTRACT_CLASS(wxPyWizardPage); | |
464 | public: | |
465 | wxPyWizardPage() : wxWizardPage() {} | |
466 | wxPyWizardPage(wxWizard *parent, | |
467 | const wxBitmap& bitmap = wxNullBitmap, | |
468 | const wxChar* resource = NULL) | |
469 | : wxWizardPage(parent, bitmap, resource) {} | |
470 | ||
471 | DEC_PYCALLBACK_WIZPG__pure(GetPrev); | |
472 | DEC_PYCALLBACK_WIZPG__pure(GetNext); | |
473 | DEC_PYCALLBACK_BITMAP__pure(GetBitmap); | |
474 | ||
475 | DEC_PYCALLBACK_VOID_INT4(DoMoveWindow); | |
476 | DEC_PYCALLBACK_VOID_INT5(DoSetSize); | |
477 | DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize); | |
478 | DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize); | |
479 | ||
480 | DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize); | |
481 | DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize); | |
482 | DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition); | |
483 | ||
484 | DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize); | |
485 | DEC_PYCALLBACK_SIZE_const(DoGetBestSize); | |
486 | ||
487 | DEC_PYCALLBACK__(InitDialog); | |
488 | DEC_PYCALLBACK_BOOL_(TransferDataFromWindow); | |
489 | DEC_PYCALLBACK_BOOL_(TransferDataToWindow); | |
490 | DEC_PYCALLBACK_BOOL_(Validate); | |
491 | ||
492 | DEC_PYCALLBACK_BOOL_const(AcceptsFocus); | |
493 | DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard); | |
494 | DEC_PYCALLBACK_SIZE_const(GetMaxSize); | |
495 | ||
496 | DEC_PYCALLBACK_VOID_WXWINBASE(AddChild); | |
497 | DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild); | |
498 | ||
499 | PYPRIVATE; | |
500 | }; | |
501 | ||
502 | ||
503 | IMPLEMENT_ABSTRACT_CLASS(wxPyWizardPage, wxWizardPage); | |
504 | ||
505 | IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage, wxWizardPage, GetPrev); | |
506 | IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage, wxWizardPage, GetNext); | |
507 | IMP_PYCALLBACK_BITMAP__pure(wxPyWizardPage, wxWizardPage, GetBitmap); | |
508 | ||
509 | IMP_PYCALLBACK_VOID_INT4(wxPyWizardPage, wxWizardPage, DoMoveWindow); | |
510 | IMP_PYCALLBACK_VOID_INT5(wxPyWizardPage, wxWizardPage, DoSetSize); | |
511 | IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage, wxWizardPage, DoSetClientSize); | |
512 | IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage, wxWizardPage, DoSetVirtualSize); | |
513 | ||
514 | IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage, wxWizardPage, DoGetSize); | |
515 | IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage, wxWizardPage, DoGetClientSize); | |
516 | IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage, wxWizardPage, DoGetPosition); | |
517 | ||
518 | IMP_PYCALLBACK_SIZE_const(wxPyWizardPage, wxWizardPage, DoGetVirtualSize); | |
519 | IMP_PYCALLBACK_SIZE_const(wxPyWizardPage, wxWizardPage, DoGetBestSize); | |
520 | ||
521 | IMP_PYCALLBACK__(wxPyWizardPage, wxWizardPage, InitDialog); | |
522 | IMP_PYCALLBACK_BOOL_(wxPyWizardPage, wxWizardPage, TransferDataFromWindow); | |
523 | IMP_PYCALLBACK_BOOL_(wxPyWizardPage, wxWizardPage, TransferDataToWindow); | |
524 | IMP_PYCALLBACK_BOOL_(wxPyWizardPage, wxWizardPage, Validate); | |
525 | ||
526 | IMP_PYCALLBACK_BOOL_const(wxPyWizardPage, wxWizardPage, AcceptsFocus); | |
527 | IMP_PYCALLBACK_BOOL_const(wxPyWizardPage, wxWizardPage, AcceptsFocusFromKeyboard); | |
528 | IMP_PYCALLBACK_SIZE_const(wxPyWizardPage, wxWizardPage, GetMaxSize); | |
529 | ||
530 | IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage, wxWizardPage, AddChild); | |
531 | IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage, wxWizardPage, RemoveChild); | |
532 | ||
533 | ||
534 | wxPyWizardPage *new_wxPyWizardPage(wxWizard *parent,wxBitmap const *bitmap,wxString const *resource){ | |
535 | wxChar* res = NULL; | |
536 | if (resource->Length()) | |
537 | res = (wxChar*)resource->c_str(); | |
538 | return new wxPyWizardPage(parent, *bitmap, res); | |
539 | } | |
540 | bool wxPyWizardPage_Create(wxPyWizardPage *self,wxWizard *parent,wxBitmap const &bitmap,wxString const &resource){ | |
541 | wxChar* res = NULL; | |
542 | if (resource.Length()) | |
543 | res = (wxChar*)resource.c_str(); | |
544 | return self->Create(parent, bitmap, res); | |
545 | } | |
546 | ||
c370783e | 547 | static PyObject* t_output_helper(PyObject* target, PyObject* o) { |
d14a1e28 RD |
548 | PyObject* o2; |
549 | PyObject* o3; | |
c370783e | 550 | |
d14a1e28 RD |
551 | if (!target) { |
552 | target = o; | |
553 | } else if (target == Py_None) { | |
554 | Py_DECREF(Py_None); | |
555 | target = o; | |
556 | } else { | |
c370783e RD |
557 | o2 = target; |
558 | target = PyTuple_New(1); | |
559 | PyTuple_SetItem(target, 0, o2); | |
560 | ||
d14a1e28 RD |
561 | o3 = PyTuple_New(1); |
562 | PyTuple_SetItem(o3, 0, o); | |
563 | ||
564 | o2 = target; | |
565 | target = PySequence_Concat(o2, o3); | |
566 | Py_DECREF(o2); | |
567 | Py_DECREF(o3); | |
568 | } | |
569 | return target; | |
570 | } | |
571 | ||
8edf1c75 | 572 | |
c370783e RD |
573 | |
574 | SWIGSTATICINLINE(long) | |
575 | SWIG_As_long(PyObject* obj) | |
8edf1c75 | 576 | { |
c370783e RD |
577 | long v; |
578 | if (!SWIG_AsVal_long(obj, &v)) { | |
579 | /* | |
580 | this is needed to make valgrind/purify happier. the other | |
581 | solution is throw an exception, but since this code should work | |
582 | with plain C .... | |
583 | */ | |
584 | memset((void*)&v, 0, sizeof(long)); | |
2f4c0a16 | 585 | } |
c370783e RD |
586 | return v; |
587 | } | |
588 | ||
589 | ||
590 | SWIGSTATICINLINE(int) | |
591 | SWIG_Check_long(PyObject* obj) | |
592 | { | |
593 | return SWIG_AsVal_long(obj, (long*)0); | |
8edf1c75 RD |
594 | } |
595 | ||
d14a1e28 RD |
596 | #ifdef __cplusplus |
597 | extern "C" { | |
598 | #endif | |
c370783e | 599 | static PyObject *_wrap_new_WizardEvent(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
600 | PyObject *resultobj; |
601 | wxEventType arg1 = (wxEventType) wxEVT_NULL ; | |
602 | int arg2 = (int) -1 ; | |
423f194a | 603 | bool arg3 = (bool) True ; |
d14a1e28 RD |
604 | wxWizardPage *arg4 = (wxWizardPage *) NULL ; |
605 | wxWizardEvent *result; | |
8edf1c75 RD |
606 | PyObject * obj0 = 0 ; |
607 | PyObject * obj1 = 0 ; | |
d14a1e28 RD |
608 | PyObject * obj2 = 0 ; |
609 | PyObject * obj3 = 0 ; | |
610 | char *kwnames[] = { | |
611 | (char *) "type",(char *) "id",(char *) "direction",(char *) "page", NULL | |
612 | }; | |
613 | ||
8edf1c75 RD |
614 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"|OOOO:new_WizardEvent",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail; |
615 | if (obj0) { | |
c370783e | 616 | arg1 = (wxEventType)SWIG_As_int(obj0); |
2f4c0a16 | 617 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 RD |
618 | } |
619 | if (obj1) { | |
c370783e | 620 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 621 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 622 | } |
d14a1e28 | 623 | if (obj2) { |
c370783e | 624 | arg3 = (bool)SWIG_As_bool(obj2); |
2f4c0a16 | 625 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
626 | } |
627 | if (obj3) { | |
2f4c0a16 RD |
628 | if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWizardPage, |
629 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
630 | } |
631 | { | |
632 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
633 | result = (wxWizardEvent *)new wxWizardEvent(arg1,arg2,arg3,arg4); | |
634 | ||
635 | wxPyEndAllowThreads(__tstate); | |
636 | if (PyErr_Occurred()) SWIG_fail; | |
637 | } | |
2f4c0a16 | 638 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxWizardEvent, 1); |
d14a1e28 RD |
639 | return resultobj; |
640 | fail: | |
641 | return NULL; | |
642 | } | |
643 | ||
644 | ||
c370783e | 645 | static PyObject *_wrap_WizardEvent_GetDirection(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
646 | PyObject *resultobj; |
647 | wxWizardEvent *arg1 = (wxWizardEvent *) 0 ; | |
648 | bool result; | |
649 | PyObject * obj0 = 0 ; | |
650 | char *kwnames[] = { | |
651 | (char *) "self", NULL | |
652 | }; | |
653 | ||
654 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:WizardEvent_GetDirection",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
655 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardEvent, |
656 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
657 | { |
658 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
659 | result = (bool)((wxWizardEvent const *)arg1)->GetDirection(); | |
660 | ||
661 | wxPyEndAllowThreads(__tstate); | |
662 | if (PyErr_Occurred()) SWIG_fail; | |
663 | } | |
fbc46b20 RD |
664 | { |
665 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
666 | } | |
d14a1e28 RD |
667 | return resultobj; |
668 | fail: | |
669 | return NULL; | |
670 | } | |
671 | ||
672 | ||
c370783e | 673 | static PyObject *_wrap_WizardEvent_GetPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
674 | PyObject *resultobj; |
675 | wxWizardEvent *arg1 = (wxWizardEvent *) 0 ; | |
676 | wxWizardPage *result; | |
677 | PyObject * obj0 = 0 ; | |
678 | char *kwnames[] = { | |
679 | (char *) "self", NULL | |
680 | }; | |
681 | ||
682 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:WizardEvent_GetPage",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
683 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardEvent, |
684 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
685 | { |
686 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
687 | result = (wxWizardPage *)((wxWizardEvent const *)arg1)->GetPage(); | |
688 | ||
689 | wxPyEndAllowThreads(__tstate); | |
690 | if (PyErr_Occurred()) SWIG_fail; | |
691 | } | |
692 | { | |
412d302d | 693 | resultobj = wxPyMake_wxObject(result, 0); |
d14a1e28 RD |
694 | } |
695 | return resultobj; | |
696 | fail: | |
697 | return NULL; | |
698 | } | |
699 | ||
700 | ||
c370783e | 701 | static PyObject * WizardEvent_swigregister(PyObject *, PyObject *args) { |
d14a1e28 RD |
702 | PyObject *obj; |
703 | if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; | |
704 | SWIG_TypeClientData(SWIGTYPE_p_wxWizardEvent, obj); | |
705 | Py_INCREF(obj); | |
706 | return Py_BuildValue((char *)""); | |
707 | } | |
c370783e | 708 | static PyObject *_wrap_WizardPage_Create(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
709 | PyObject *resultobj; |
710 | wxWizardPage *arg1 = (wxWizardPage *) 0 ; | |
711 | wxWizard *arg2 = (wxWizard *) 0 ; | |
712 | wxBitmap const &arg3_defvalue = wxNullBitmap ; | |
713 | wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ; | |
714 | wxString const &arg4_defvalue = wxPyEmptyString ; | |
715 | wxString *arg4 = (wxString *) &arg4_defvalue ; | |
716 | bool result; | |
423f194a | 717 | bool temp4 = False ; |
d14a1e28 RD |
718 | PyObject * obj0 = 0 ; |
719 | PyObject * obj1 = 0 ; | |
720 | PyObject * obj2 = 0 ; | |
721 | PyObject * obj3 = 0 ; | |
722 | char *kwnames[] = { | |
723 | (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL | |
724 | }; | |
725 | ||
726 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:WizardPage_Create",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail; | |
2f4c0a16 RD |
727 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPage, |
728 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
729 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizard, | |
730 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 731 | if (obj2) { |
2f4c0a16 RD |
732 | if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap, |
733 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
734 | SWIG_fail; | |
d14a1e28 | 735 | if (arg3 == NULL) { |
2f4c0a16 RD |
736 | PyErr_SetString(PyExc_TypeError,"null reference"); |
737 | SWIG_fail; | |
d14a1e28 RD |
738 | } |
739 | } | |
740 | if (obj3) { | |
741 | { | |
742 | arg4 = wxString_in_helper(obj3); | |
743 | if (arg4 == NULL) SWIG_fail; | |
423f194a | 744 | temp4 = True; |
d14a1e28 RD |
745 | } |
746 | } | |
747 | { | |
748 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
749 | result = (bool)wxWizardPage_Create(arg1,arg2,(wxBitmap const &)*arg3,(wxString const &)*arg4); | |
750 | ||
751 | wxPyEndAllowThreads(__tstate); | |
752 | if (PyErr_Occurred()) SWIG_fail; | |
753 | } | |
fbc46b20 RD |
754 | { |
755 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
756 | } | |
d14a1e28 RD |
757 | { |
758 | if (temp4) | |
759 | delete arg4; | |
760 | } | |
761 | return resultobj; | |
762 | fail: | |
763 | { | |
764 | if (temp4) | |
765 | delete arg4; | |
766 | } | |
767 | return NULL; | |
768 | } | |
769 | ||
770 | ||
c370783e | 771 | static PyObject *_wrap_WizardPage_GetPrev(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
772 | PyObject *resultobj; |
773 | wxWizardPage *arg1 = (wxWizardPage *) 0 ; | |
774 | wxWizardPage *result; | |
775 | PyObject * obj0 = 0 ; | |
776 | char *kwnames[] = { | |
777 | (char *) "self", NULL | |
778 | }; | |
779 | ||
780 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:WizardPage_GetPrev",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
781 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPage, |
782 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
783 | { |
784 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
785 | result = (wxWizardPage *)((wxWizardPage const *)arg1)->GetPrev(); | |
786 | ||
787 | wxPyEndAllowThreads(__tstate); | |
788 | if (PyErr_Occurred()) SWIG_fail; | |
789 | } | |
790 | { | |
412d302d | 791 | resultobj = wxPyMake_wxObject(result, 0); |
d14a1e28 RD |
792 | } |
793 | return resultobj; | |
794 | fail: | |
795 | return NULL; | |
796 | } | |
797 | ||
798 | ||
c370783e | 799 | static PyObject *_wrap_WizardPage_GetNext(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
800 | PyObject *resultobj; |
801 | wxWizardPage *arg1 = (wxWizardPage *) 0 ; | |
802 | wxWizardPage *result; | |
803 | PyObject * obj0 = 0 ; | |
804 | char *kwnames[] = { | |
805 | (char *) "self", NULL | |
806 | }; | |
807 | ||
808 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:WizardPage_GetNext",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
809 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPage, |
810 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
811 | { |
812 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
813 | result = (wxWizardPage *)((wxWizardPage const *)arg1)->GetNext(); | |
814 | ||
815 | wxPyEndAllowThreads(__tstate); | |
816 | if (PyErr_Occurred()) SWIG_fail; | |
817 | } | |
818 | { | |
412d302d | 819 | resultobj = wxPyMake_wxObject(result, 0); |
d14a1e28 RD |
820 | } |
821 | return resultobj; | |
822 | fail: | |
823 | return NULL; | |
824 | } | |
825 | ||
826 | ||
c370783e | 827 | static PyObject *_wrap_WizardPage_GetBitmap(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
828 | PyObject *resultobj; |
829 | wxWizardPage *arg1 = (wxWizardPage *) 0 ; | |
830 | wxBitmap result; | |
831 | PyObject * obj0 = 0 ; | |
832 | char *kwnames[] = { | |
833 | (char *) "self", NULL | |
834 | }; | |
835 | ||
836 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:WizardPage_GetBitmap",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
837 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPage, |
838 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
839 | { |
840 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
841 | result = ((wxWizardPage const *)arg1)->GetBitmap(); | |
842 | ||
843 | wxPyEndAllowThreads(__tstate); | |
844 | if (PyErr_Occurred()) SWIG_fail; | |
845 | } | |
846 | { | |
847 | wxBitmap * resultptr; | |
848 | resultptr = new wxBitmap((wxBitmap &) result); | |
2f4c0a16 | 849 | resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxBitmap, 1); |
d14a1e28 RD |
850 | } |
851 | return resultobj; | |
852 | fail: | |
853 | return NULL; | |
854 | } | |
855 | ||
856 | ||
c370783e | 857 | static PyObject * WizardPage_swigregister(PyObject *, PyObject *args) { |
d14a1e28 RD |
858 | PyObject *obj; |
859 | if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; | |
860 | SWIG_TypeClientData(SWIGTYPE_p_wxWizardPage, obj); | |
861 | Py_INCREF(obj); | |
862 | return Py_BuildValue((char *)""); | |
863 | } | |
c370783e | 864 | static PyObject *_wrap_new_PyWizardPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
865 | PyObject *resultobj; |
866 | wxWizard *arg1 = (wxWizard *) 0 ; | |
867 | wxBitmap *arg2 = (wxBitmap *) &wxNullBitmap ; | |
868 | wxString *arg3 = (wxString *) &wxPyEmptyString ; | |
869 | wxPyWizardPage *result; | |
dae0faa6 | 870 | bool temp3 = False ; |
d14a1e28 RD |
871 | PyObject * obj0 = 0 ; |
872 | PyObject * obj1 = 0 ; | |
873 | PyObject * obj2 = 0 ; | |
874 | char *kwnames[] = { | |
875 | (char *) "parent",(char *) "bitmap",(char *) "resource", NULL | |
876 | }; | |
877 | ||
878 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OO:new_PyWizardPage",kwnames,&obj0,&obj1,&obj2)) goto fail; | |
2f4c0a16 RD |
879 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
880 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 881 | if (obj1) { |
2f4c0a16 RD |
882 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxBitmap, |
883 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
884 | } |
885 | if (obj2) { | |
dae0faa6 RD |
886 | { |
887 | arg3 = wxString_in_helper(obj2); | |
888 | if (arg3 == NULL) SWIG_fail; | |
889 | temp3 = True; | |
890 | } | |
d14a1e28 RD |
891 | } |
892 | { | |
0439c23b | 893 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
894 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
895 | result = (wxPyWizardPage *)new_wxPyWizardPage(arg1,(wxBitmap const *)arg2,(wxString const *)arg3); | |
896 | ||
897 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 898 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 899 | } |
2f4c0a16 | 900 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyWizardPage, 1); |
dae0faa6 RD |
901 | { |
902 | if (temp3) | |
903 | delete arg3; | |
904 | } | |
d14a1e28 RD |
905 | return resultobj; |
906 | fail: | |
dae0faa6 RD |
907 | { |
908 | if (temp3) | |
909 | delete arg3; | |
910 | } | |
d14a1e28 RD |
911 | return NULL; |
912 | } | |
913 | ||
914 | ||
c370783e | 915 | static PyObject *_wrap_new_PrePyWizardPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
916 | PyObject *resultobj; |
917 | wxPyWizardPage *result; | |
918 | char *kwnames[] = { | |
919 | NULL | |
920 | }; | |
921 | ||
922 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PrePyWizardPage",kwnames)) goto fail; | |
923 | { | |
0439c23b | 924 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
925 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
926 | result = (wxPyWizardPage *)new wxPyWizardPage(); | |
927 | ||
928 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 929 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 930 | } |
2f4c0a16 | 931 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxPyWizardPage, 1); |
d14a1e28 RD |
932 | return resultobj; |
933 | fail: | |
934 | return NULL; | |
935 | } | |
936 | ||
937 | ||
c370783e | 938 | static PyObject *_wrap_PyWizardPage_Create(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
939 | PyObject *resultobj; |
940 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
941 | wxWizard *arg2 = (wxWizard *) 0 ; | |
942 | wxBitmap const &arg3_defvalue = wxNullBitmap ; | |
943 | wxBitmap *arg3 = (wxBitmap *) &arg3_defvalue ; | |
944 | wxString const &arg4_defvalue = wxPyEmptyString ; | |
945 | wxString *arg4 = (wxString *) &arg4_defvalue ; | |
946 | bool result; | |
423f194a | 947 | bool temp4 = False ; |
d14a1e28 RD |
948 | PyObject * obj0 = 0 ; |
949 | PyObject * obj1 = 0 ; | |
950 | PyObject * obj2 = 0 ; | |
951 | PyObject * obj3 = 0 ; | |
952 | char *kwnames[] = { | |
953 | (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL | |
954 | }; | |
955 | ||
956 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OO:PyWizardPage_Create",kwnames,&obj0,&obj1,&obj2,&obj3)) goto fail; | |
2f4c0a16 RD |
957 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
958 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
959 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizard, | |
960 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 961 | if (obj2) { |
2f4c0a16 RD |
962 | if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxBitmap, |
963 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
964 | SWIG_fail; | |
d14a1e28 | 965 | if (arg3 == NULL) { |
2f4c0a16 RD |
966 | PyErr_SetString(PyExc_TypeError,"null reference"); |
967 | SWIG_fail; | |
d14a1e28 RD |
968 | } |
969 | } | |
970 | if (obj3) { | |
971 | { | |
972 | arg4 = wxString_in_helper(obj3); | |
973 | if (arg4 == NULL) SWIG_fail; | |
423f194a | 974 | temp4 = True; |
d14a1e28 RD |
975 | } |
976 | } | |
977 | { | |
978 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
979 | result = (bool)wxPyWizardPage_Create(arg1,arg2,(wxBitmap const &)*arg3,(wxString const &)*arg4); | |
980 | ||
981 | wxPyEndAllowThreads(__tstate); | |
982 | if (PyErr_Occurred()) SWIG_fail; | |
983 | } | |
fbc46b20 RD |
984 | { |
985 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
986 | } | |
d14a1e28 RD |
987 | { |
988 | if (temp4) | |
989 | delete arg4; | |
990 | } | |
991 | return resultobj; | |
992 | fail: | |
993 | { | |
994 | if (temp4) | |
995 | delete arg4; | |
996 | } | |
997 | return NULL; | |
998 | } | |
999 | ||
1000 | ||
c370783e | 1001 | static PyObject *_wrap_PyWizardPage__setCallbackInfo(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1002 | PyObject *resultobj; |
1003 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1004 | PyObject *arg2 = (PyObject *) 0 ; | |
1005 | PyObject *arg3 = (PyObject *) 0 ; | |
1006 | PyObject * obj0 = 0 ; | |
1007 | PyObject * obj1 = 0 ; | |
1008 | PyObject * obj2 = 0 ; | |
1009 | char *kwnames[] = { | |
1010 | (char *) "self",(char *) "self",(char *) "_class", NULL | |
1011 | }; | |
1012 | ||
1013 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyWizardPage__setCallbackInfo",kwnames,&obj0,&obj1,&obj2)) goto fail; | |
2f4c0a16 RD |
1014 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1015 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1016 | arg2 = obj1; |
1017 | arg3 = obj2; | |
1018 | { | |
1019 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1020 | (arg1)->_setCallbackInfo(arg2,arg3); | |
1021 | ||
1022 | wxPyEndAllowThreads(__tstate); | |
1023 | if (PyErr_Occurred()) SWIG_fail; | |
1024 | } | |
1025 | Py_INCREF(Py_None); resultobj = Py_None; | |
1026 | return resultobj; | |
1027 | fail: | |
1028 | return NULL; | |
1029 | } | |
1030 | ||
1031 | ||
c370783e | 1032 | static PyObject *_wrap_PyWizardPage_base_DoMoveWindow(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1033 | PyObject *resultobj; |
1034 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1035 | int arg2 ; | |
1036 | int arg3 ; | |
1037 | int arg4 ; | |
1038 | int arg5 ; | |
1039 | PyObject * obj0 = 0 ; | |
8edf1c75 RD |
1040 | PyObject * obj1 = 0 ; |
1041 | PyObject * obj2 = 0 ; | |
1042 | PyObject * obj3 = 0 ; | |
1043 | PyObject * obj4 = 0 ; | |
d14a1e28 RD |
1044 | char *kwnames[] = { |
1045 | (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL | |
1046 | }; | |
1047 | ||
8edf1c75 | 1048 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO:PyWizardPage_base_DoMoveWindow",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; |
2f4c0a16 RD |
1049 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1050 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
c370783e | 1051 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 1052 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1053 | arg3 = (int)SWIG_As_int(obj2); |
2f4c0a16 | 1054 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1055 | arg4 = (int)SWIG_As_int(obj3); |
2f4c0a16 | 1056 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1057 | arg5 = (int)SWIG_As_int(obj4); |
2f4c0a16 | 1058 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
1059 | { |
1060 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1061 | (arg1)->base_DoMoveWindow(arg2,arg3,arg4,arg5); | |
1062 | ||
1063 | wxPyEndAllowThreads(__tstate); | |
1064 | if (PyErr_Occurred()) SWIG_fail; | |
1065 | } | |
1066 | Py_INCREF(Py_None); resultobj = Py_None; | |
1067 | return resultobj; | |
1068 | fail: | |
1069 | return NULL; | |
1070 | } | |
1071 | ||
1072 | ||
c370783e | 1073 | static PyObject *_wrap_PyWizardPage_base_DoSetSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1074 | PyObject *resultobj; |
1075 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1076 | int arg2 ; | |
1077 | int arg3 ; | |
1078 | int arg4 ; | |
1079 | int arg5 ; | |
1080 | int arg6 = (int) wxSIZE_AUTO ; | |
1081 | PyObject * obj0 = 0 ; | |
8edf1c75 RD |
1082 | PyObject * obj1 = 0 ; |
1083 | PyObject * obj2 = 0 ; | |
1084 | PyObject * obj3 = 0 ; | |
1085 | PyObject * obj4 = 0 ; | |
1086 | PyObject * obj5 = 0 ; | |
d14a1e28 RD |
1087 | char *kwnames[] = { |
1088 | (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL | |
1089 | }; | |
1090 | ||
8edf1c75 | 1091 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOOOO|O:PyWizardPage_base_DoSetSize",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; |
2f4c0a16 RD |
1092 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1093 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
c370783e | 1094 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 1095 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1096 | arg3 = (int)SWIG_As_int(obj2); |
2f4c0a16 | 1097 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1098 | arg4 = (int)SWIG_As_int(obj3); |
2f4c0a16 | 1099 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1100 | arg5 = (int)SWIG_As_int(obj4); |
2f4c0a16 | 1101 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 1102 | if (obj5) { |
c370783e | 1103 | arg6 = (int)SWIG_As_int(obj5); |
2f4c0a16 | 1104 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 1105 | } |
d14a1e28 RD |
1106 | { |
1107 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1108 | (arg1)->base_DoSetSize(arg2,arg3,arg4,arg5,arg6); | |
1109 | ||
1110 | wxPyEndAllowThreads(__tstate); | |
1111 | if (PyErr_Occurred()) SWIG_fail; | |
1112 | } | |
1113 | Py_INCREF(Py_None); resultobj = Py_None; | |
1114 | return resultobj; | |
1115 | fail: | |
1116 | return NULL; | |
1117 | } | |
1118 | ||
1119 | ||
c370783e | 1120 | static PyObject *_wrap_PyWizardPage_base_DoSetClientSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1121 | PyObject *resultobj; |
1122 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1123 | int arg2 ; | |
1124 | int arg3 ; | |
1125 | PyObject * obj0 = 0 ; | |
8edf1c75 RD |
1126 | PyObject * obj1 = 0 ; |
1127 | PyObject * obj2 = 0 ; | |
d14a1e28 RD |
1128 | char *kwnames[] = { |
1129 | (char *) "self",(char *) "width",(char *) "height", NULL | |
1130 | }; | |
1131 | ||
8edf1c75 | 1132 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyWizardPage_base_DoSetClientSize",kwnames,&obj0,&obj1,&obj2)) goto fail; |
2f4c0a16 RD |
1133 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1134 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
c370783e | 1135 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 1136 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1137 | arg3 = (int)SWIG_As_int(obj2); |
2f4c0a16 | 1138 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
1139 | { |
1140 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1141 | (arg1)->base_DoSetClientSize(arg2,arg3); | |
1142 | ||
1143 | wxPyEndAllowThreads(__tstate); | |
1144 | if (PyErr_Occurred()) SWIG_fail; | |
1145 | } | |
1146 | Py_INCREF(Py_None); resultobj = Py_None; | |
1147 | return resultobj; | |
1148 | fail: | |
1149 | return NULL; | |
1150 | } | |
1151 | ||
1152 | ||
c370783e | 1153 | static PyObject *_wrap_PyWizardPage_base_DoSetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1154 | PyObject *resultobj; |
1155 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1156 | int arg2 ; | |
1157 | int arg3 ; | |
1158 | PyObject * obj0 = 0 ; | |
8edf1c75 RD |
1159 | PyObject * obj1 = 0 ; |
1160 | PyObject * obj2 = 0 ; | |
d14a1e28 RD |
1161 | char *kwnames[] = { |
1162 | (char *) "self",(char *) "x",(char *) "y", NULL | |
1163 | }; | |
1164 | ||
8edf1c75 | 1165 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OOO:PyWizardPage_base_DoSetVirtualSize",kwnames,&obj0,&obj1,&obj2)) goto fail; |
2f4c0a16 RD |
1166 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1167 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
c370783e | 1168 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 1169 | if (PyErr_Occurred()) SWIG_fail; |
c370783e | 1170 | arg3 = (int)SWIG_As_int(obj2); |
2f4c0a16 | 1171 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
1172 | { |
1173 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1174 | (arg1)->base_DoSetVirtualSize(arg2,arg3); | |
1175 | ||
1176 | wxPyEndAllowThreads(__tstate); | |
1177 | if (PyErr_Occurred()) SWIG_fail; | |
1178 | } | |
1179 | Py_INCREF(Py_None); resultobj = Py_None; | |
1180 | return resultobj; | |
1181 | fail: | |
1182 | return NULL; | |
1183 | } | |
1184 | ||
1185 | ||
c370783e | 1186 | static PyObject *_wrap_PyWizardPage_base_DoGetSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1187 | PyObject *resultobj; |
1188 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1189 | int *arg2 = (int *) 0 ; | |
1190 | int *arg3 = (int *) 0 ; | |
1191 | int temp2 ; | |
c370783e | 1192 | int res2 = 0 ; |
d14a1e28 | 1193 | int temp3 ; |
c370783e | 1194 | int res3 = 0 ; |
d14a1e28 RD |
1195 | PyObject * obj0 = 0 ; |
1196 | char *kwnames[] = { | |
1197 | (char *) "self", NULL | |
1198 | }; | |
1199 | ||
c370783e RD |
1200 | arg2 = &temp2; res2 = SWIG_NEWOBJ; |
1201 | arg3 = &temp3; res3 = SWIG_NEWOBJ; | |
d14a1e28 | 1202 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_DoGetSize",kwnames,&obj0)) goto fail; |
2f4c0a16 RD |
1203 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1204 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1205 | { |
1206 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1207 | ((wxPyWizardPage const *)arg1)->base_DoGetSize(arg2,arg3); | |
1208 | ||
1209 | wxPyEndAllowThreads(__tstate); | |
1210 | if (PyErr_Occurred()) SWIG_fail; | |
1211 | } | |
1212 | Py_INCREF(Py_None); resultobj = Py_None; | |
c370783e RD |
1213 | resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ? |
1214 | SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0))); | |
1215 | resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? | |
1216 | SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0))); | |
d14a1e28 RD |
1217 | return resultobj; |
1218 | fail: | |
1219 | return NULL; | |
1220 | } | |
1221 | ||
1222 | ||
c370783e | 1223 | static PyObject *_wrap_PyWizardPage_base_DoGetClientSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1224 | PyObject *resultobj; |
1225 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1226 | int *arg2 = (int *) 0 ; | |
1227 | int *arg3 = (int *) 0 ; | |
1228 | int temp2 ; | |
c370783e | 1229 | int res2 = 0 ; |
d14a1e28 | 1230 | int temp3 ; |
c370783e | 1231 | int res3 = 0 ; |
d14a1e28 RD |
1232 | PyObject * obj0 = 0 ; |
1233 | char *kwnames[] = { | |
1234 | (char *) "self", NULL | |
1235 | }; | |
1236 | ||
c370783e RD |
1237 | arg2 = &temp2; res2 = SWIG_NEWOBJ; |
1238 | arg3 = &temp3; res3 = SWIG_NEWOBJ; | |
d14a1e28 | 1239 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_DoGetClientSize",kwnames,&obj0)) goto fail; |
2f4c0a16 RD |
1240 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1241 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1242 | { |
1243 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1244 | ((wxPyWizardPage const *)arg1)->base_DoGetClientSize(arg2,arg3); | |
1245 | ||
1246 | wxPyEndAllowThreads(__tstate); | |
1247 | if (PyErr_Occurred()) SWIG_fail; | |
1248 | } | |
1249 | Py_INCREF(Py_None); resultobj = Py_None; | |
c370783e RD |
1250 | resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ? |
1251 | SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0))); | |
1252 | resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? | |
1253 | SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0))); | |
d14a1e28 RD |
1254 | return resultobj; |
1255 | fail: | |
1256 | return NULL; | |
1257 | } | |
1258 | ||
1259 | ||
c370783e | 1260 | static PyObject *_wrap_PyWizardPage_base_DoGetPosition(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1261 | PyObject *resultobj; |
1262 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1263 | int *arg2 = (int *) 0 ; | |
1264 | int *arg3 = (int *) 0 ; | |
1265 | int temp2 ; | |
c370783e | 1266 | int res2 = 0 ; |
d14a1e28 | 1267 | int temp3 ; |
c370783e | 1268 | int res3 = 0 ; |
d14a1e28 RD |
1269 | PyObject * obj0 = 0 ; |
1270 | char *kwnames[] = { | |
1271 | (char *) "self", NULL | |
1272 | }; | |
1273 | ||
c370783e RD |
1274 | arg2 = &temp2; res2 = SWIG_NEWOBJ; |
1275 | arg3 = &temp3; res3 = SWIG_NEWOBJ; | |
d14a1e28 | 1276 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_DoGetPosition",kwnames,&obj0)) goto fail; |
2f4c0a16 RD |
1277 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1278 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1279 | { |
1280 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1281 | ((wxPyWizardPage const *)arg1)->base_DoGetPosition(arg2,arg3); | |
1282 | ||
1283 | wxPyEndAllowThreads(__tstate); | |
1284 | if (PyErr_Occurred()) SWIG_fail; | |
1285 | } | |
1286 | Py_INCREF(Py_None); resultobj = Py_None; | |
c370783e RD |
1287 | resultobj = t_output_helper(resultobj, ((res2 == SWIG_NEWOBJ) ? |
1288 | SWIG_From_int((*arg2)) : SWIG_NewPointerObj((void*)(arg2), SWIGTYPE_p_int, 0))); | |
1289 | resultobj = t_output_helper(resultobj, ((res3 == SWIG_NEWOBJ) ? | |
1290 | SWIG_From_int((*arg3)) : SWIG_NewPointerObj((void*)(arg3), SWIGTYPE_p_int, 0))); | |
d14a1e28 RD |
1291 | return resultobj; |
1292 | fail: | |
1293 | return NULL; | |
1294 | } | |
1295 | ||
1296 | ||
c370783e | 1297 | static PyObject *_wrap_PyWizardPage_base_DoGetVirtualSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1298 | PyObject *resultobj; |
1299 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1300 | wxSize result; | |
1301 | PyObject * obj0 = 0 ; | |
1302 | char *kwnames[] = { | |
1303 | (char *) "self", NULL | |
1304 | }; | |
1305 | ||
1306 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_DoGetVirtualSize",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1307 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1308 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1309 | { |
1310 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1311 | result = ((wxPyWizardPage const *)arg1)->base_DoGetVirtualSize(); | |
1312 | ||
1313 | wxPyEndAllowThreads(__tstate); | |
1314 | if (PyErr_Occurred()) SWIG_fail; | |
1315 | } | |
1316 | { | |
1317 | wxSize * resultptr; | |
1318 | resultptr = new wxSize((wxSize &) result); | |
2f4c0a16 | 1319 | resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1); |
d14a1e28 RD |
1320 | } |
1321 | return resultobj; | |
1322 | fail: | |
1323 | return NULL; | |
1324 | } | |
1325 | ||
1326 | ||
c370783e | 1327 | static PyObject *_wrap_PyWizardPage_base_DoGetBestSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1328 | PyObject *resultobj; |
1329 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1330 | wxSize result; | |
1331 | PyObject * obj0 = 0 ; | |
1332 | char *kwnames[] = { | |
1333 | (char *) "self", NULL | |
1334 | }; | |
1335 | ||
1336 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_DoGetBestSize",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1337 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1338 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1339 | { |
1340 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1341 | result = ((wxPyWizardPage const *)arg1)->base_DoGetBestSize(); | |
1342 | ||
1343 | wxPyEndAllowThreads(__tstate); | |
1344 | if (PyErr_Occurred()) SWIG_fail; | |
1345 | } | |
1346 | { | |
1347 | wxSize * resultptr; | |
1348 | resultptr = new wxSize((wxSize &) result); | |
2f4c0a16 | 1349 | resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1); |
d14a1e28 RD |
1350 | } |
1351 | return resultobj; | |
1352 | fail: | |
1353 | return NULL; | |
1354 | } | |
1355 | ||
1356 | ||
c370783e | 1357 | static PyObject *_wrap_PyWizardPage_base_InitDialog(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1358 | PyObject *resultobj; |
1359 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1360 | PyObject * obj0 = 0 ; | |
1361 | char *kwnames[] = { | |
1362 | (char *) "self", NULL | |
1363 | }; | |
1364 | ||
1365 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_InitDialog",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1366 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1367 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1368 | { |
1369 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1370 | (arg1)->base_InitDialog(); | |
1371 | ||
1372 | wxPyEndAllowThreads(__tstate); | |
1373 | if (PyErr_Occurred()) SWIG_fail; | |
1374 | } | |
1375 | Py_INCREF(Py_None); resultobj = Py_None; | |
1376 | return resultobj; | |
1377 | fail: | |
1378 | return NULL; | |
1379 | } | |
1380 | ||
1381 | ||
c370783e | 1382 | static PyObject *_wrap_PyWizardPage_base_TransferDataToWindow(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1383 | PyObject *resultobj; |
1384 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1385 | bool result; | |
1386 | PyObject * obj0 = 0 ; | |
1387 | char *kwnames[] = { | |
1388 | (char *) "self", NULL | |
1389 | }; | |
1390 | ||
1391 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_TransferDataToWindow",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1392 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1393 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1394 | { |
1395 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1396 | result = (bool)(arg1)->base_TransferDataToWindow(); | |
1397 | ||
1398 | wxPyEndAllowThreads(__tstate); | |
1399 | if (PyErr_Occurred()) SWIG_fail; | |
1400 | } | |
fbc46b20 RD |
1401 | { |
1402 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1403 | } | |
d14a1e28 RD |
1404 | return resultobj; |
1405 | fail: | |
1406 | return NULL; | |
1407 | } | |
1408 | ||
1409 | ||
c370783e | 1410 | static PyObject *_wrap_PyWizardPage_base_TransferDataFromWindow(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1411 | PyObject *resultobj; |
1412 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1413 | bool result; | |
1414 | PyObject * obj0 = 0 ; | |
1415 | char *kwnames[] = { | |
1416 | (char *) "self", NULL | |
1417 | }; | |
1418 | ||
1419 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_TransferDataFromWindow",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1420 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1421 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1422 | { |
1423 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1424 | result = (bool)(arg1)->base_TransferDataFromWindow(); | |
1425 | ||
1426 | wxPyEndAllowThreads(__tstate); | |
1427 | if (PyErr_Occurred()) SWIG_fail; | |
1428 | } | |
fbc46b20 RD |
1429 | { |
1430 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1431 | } | |
d14a1e28 RD |
1432 | return resultobj; |
1433 | fail: | |
1434 | return NULL; | |
1435 | } | |
1436 | ||
1437 | ||
c370783e | 1438 | static PyObject *_wrap_PyWizardPage_base_Validate(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1439 | PyObject *resultobj; |
1440 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1441 | bool result; | |
1442 | PyObject * obj0 = 0 ; | |
1443 | char *kwnames[] = { | |
1444 | (char *) "self", NULL | |
1445 | }; | |
1446 | ||
1447 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_Validate",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1448 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1449 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1450 | { |
1451 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1452 | result = (bool)(arg1)->base_Validate(); | |
1453 | ||
1454 | wxPyEndAllowThreads(__tstate); | |
1455 | if (PyErr_Occurred()) SWIG_fail; | |
1456 | } | |
fbc46b20 RD |
1457 | { |
1458 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1459 | } | |
d14a1e28 RD |
1460 | return resultobj; |
1461 | fail: | |
1462 | return NULL; | |
1463 | } | |
1464 | ||
1465 | ||
c370783e | 1466 | static PyObject *_wrap_PyWizardPage_base_AcceptsFocus(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1467 | PyObject *resultobj; |
1468 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1469 | bool result; | |
1470 | PyObject * obj0 = 0 ; | |
1471 | char *kwnames[] = { | |
1472 | (char *) "self", NULL | |
1473 | }; | |
1474 | ||
1475 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_AcceptsFocus",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1476 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1477 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1478 | { |
1479 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1480 | result = (bool)((wxPyWizardPage const *)arg1)->base_AcceptsFocus(); | |
1481 | ||
1482 | wxPyEndAllowThreads(__tstate); | |
1483 | if (PyErr_Occurred()) SWIG_fail; | |
1484 | } | |
fbc46b20 RD |
1485 | { |
1486 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1487 | } | |
d14a1e28 RD |
1488 | return resultobj; |
1489 | fail: | |
1490 | return NULL; | |
1491 | } | |
1492 | ||
1493 | ||
c370783e | 1494 | static PyObject *_wrap_PyWizardPage_base_AcceptsFocusFromKeyboard(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1495 | PyObject *resultobj; |
1496 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1497 | bool result; | |
1498 | PyObject * obj0 = 0 ; | |
1499 | char *kwnames[] = { | |
1500 | (char *) "self", NULL | |
1501 | }; | |
1502 | ||
1503 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_AcceptsFocusFromKeyboard",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1504 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1505 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1506 | { |
1507 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1508 | result = (bool)((wxPyWizardPage const *)arg1)->base_AcceptsFocusFromKeyboard(); | |
1509 | ||
1510 | wxPyEndAllowThreads(__tstate); | |
1511 | if (PyErr_Occurred()) SWIG_fail; | |
1512 | } | |
fbc46b20 RD |
1513 | { |
1514 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1515 | } | |
d14a1e28 RD |
1516 | return resultobj; |
1517 | fail: | |
1518 | return NULL; | |
1519 | } | |
1520 | ||
1521 | ||
c370783e | 1522 | static PyObject *_wrap_PyWizardPage_base_GetMaxSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1523 | PyObject *resultobj; |
1524 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1525 | wxSize result; | |
1526 | PyObject * obj0 = 0 ; | |
1527 | char *kwnames[] = { | |
1528 | (char *) "self", NULL | |
1529 | }; | |
1530 | ||
1531 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:PyWizardPage_base_GetMaxSize",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
1532 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1533 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1534 | { |
1535 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1536 | result = ((wxPyWizardPage const *)arg1)->base_GetMaxSize(); | |
1537 | ||
1538 | wxPyEndAllowThreads(__tstate); | |
1539 | if (PyErr_Occurred()) SWIG_fail; | |
1540 | } | |
1541 | { | |
1542 | wxSize * resultptr; | |
1543 | resultptr = new wxSize((wxSize &) result); | |
2f4c0a16 | 1544 | resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1); |
d14a1e28 RD |
1545 | } |
1546 | return resultobj; | |
1547 | fail: | |
1548 | return NULL; | |
1549 | } | |
1550 | ||
1551 | ||
c370783e | 1552 | static PyObject *_wrap_PyWizardPage_base_AddChild(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1553 | PyObject *resultobj; |
1554 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1555 | wxWindow *arg2 = (wxWindow *) 0 ; | |
1556 | PyObject * obj0 = 0 ; | |
1557 | PyObject * obj1 = 0 ; | |
1558 | char *kwnames[] = { | |
1559 | (char *) "self",(char *) "child", NULL | |
1560 | }; | |
1561 | ||
1562 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyWizardPage_base_AddChild",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
1563 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1564 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1565 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow, | |
1566 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1567 | { |
1568 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1569 | (arg1)->base_AddChild(arg2); | |
1570 | ||
1571 | wxPyEndAllowThreads(__tstate); | |
1572 | if (PyErr_Occurred()) SWIG_fail; | |
1573 | } | |
1574 | Py_INCREF(Py_None); resultobj = Py_None; | |
1575 | return resultobj; | |
1576 | fail: | |
1577 | return NULL; | |
1578 | } | |
1579 | ||
1580 | ||
c370783e | 1581 | static PyObject *_wrap_PyWizardPage_base_RemoveChild(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1582 | PyObject *resultobj; |
1583 | wxPyWizardPage *arg1 = (wxPyWizardPage *) 0 ; | |
1584 | wxWindow *arg2 = (wxWindow *) 0 ; | |
1585 | PyObject * obj0 = 0 ; | |
1586 | PyObject * obj1 = 0 ; | |
1587 | char *kwnames[] = { | |
1588 | (char *) "self",(char *) "child", NULL | |
1589 | }; | |
1590 | ||
1591 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:PyWizardPage_base_RemoveChild",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
1592 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxPyWizardPage, |
1593 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1594 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow, | |
1595 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1596 | { |
1597 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1598 | (arg1)->base_RemoveChild(arg2); | |
1599 | ||
1600 | wxPyEndAllowThreads(__tstate); | |
1601 | if (PyErr_Occurred()) SWIG_fail; | |
1602 | } | |
1603 | Py_INCREF(Py_None); resultobj = Py_None; | |
1604 | return resultobj; | |
1605 | fail: | |
1606 | return NULL; | |
1607 | } | |
1608 | ||
1609 | ||
c370783e | 1610 | static PyObject * PyWizardPage_swigregister(PyObject *, PyObject *args) { |
d14a1e28 RD |
1611 | PyObject *obj; |
1612 | if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; | |
1613 | SWIG_TypeClientData(SWIGTYPE_p_wxPyWizardPage, obj); | |
1614 | Py_INCREF(obj); | |
1615 | return Py_BuildValue((char *)""); | |
1616 | } | |
c370783e | 1617 | static PyObject *_wrap_new_WizardPageSimple(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1618 | PyObject *resultobj; |
1619 | wxWizard *arg1 = (wxWizard *) 0 ; | |
1620 | wxWizardPage *arg2 = (wxWizardPage *) NULL ; | |
1621 | wxWizardPage *arg3 = (wxWizardPage *) NULL ; | |
1622 | wxBitmap const &arg4_defvalue = wxNullBitmap ; | |
1623 | wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ; | |
1624 | wxChar *arg5 = (wxChar *) NULL ; | |
1625 | wxWizardPageSimple *result; | |
1626 | PyObject * obj0 = 0 ; | |
1627 | PyObject * obj1 = 0 ; | |
1628 | PyObject * obj2 = 0 ; | |
1629 | PyObject * obj3 = 0 ; | |
1630 | PyObject * obj4 = 0 ; | |
1631 | char *kwnames[] = { | |
1632 | (char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL | |
1633 | }; | |
1634 | ||
1635 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOO:new_WizardPageSimple",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4)) goto fail; | |
2f4c0a16 RD |
1636 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
1637 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 1638 | if (obj1) { |
2f4c0a16 RD |
1639 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, |
1640 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1641 | } |
1642 | if (obj2) { | |
2f4c0a16 RD |
1643 | if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWizardPage, |
1644 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1645 | } |
1646 | if (obj3) { | |
2f4c0a16 RD |
1647 | if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap, |
1648 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
1649 | SWIG_fail; | |
d14a1e28 | 1650 | if (arg4 == NULL) { |
2f4c0a16 RD |
1651 | PyErr_SetString(PyExc_TypeError,"null reference"); |
1652 | SWIG_fail; | |
d14a1e28 RD |
1653 | } |
1654 | } | |
1655 | if (obj4) { | |
2f4c0a16 RD |
1656 | if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxChar, |
1657 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1658 | } |
1659 | { | |
0439c23b | 1660 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
1661 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
1662 | result = (wxWizardPageSimple *)new wxWizardPageSimple(arg1,arg2,arg3,(wxBitmap const &)*arg4,(wxChar const *)arg5); | |
1663 | ||
1664 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 1665 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 1666 | } |
2f4c0a16 | 1667 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxWizardPageSimple, 1); |
d14a1e28 RD |
1668 | return resultobj; |
1669 | fail: | |
1670 | return NULL; | |
1671 | } | |
1672 | ||
1673 | ||
c370783e | 1674 | static PyObject *_wrap_new_PreWizardPageSimple(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1675 | PyObject *resultobj; |
1676 | wxWizardPageSimple *result; | |
1677 | char *kwnames[] = { | |
1678 | NULL | |
1679 | }; | |
1680 | ||
1681 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreWizardPageSimple",kwnames)) goto fail; | |
1682 | { | |
0439c23b | 1683 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
1684 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
1685 | result = (wxWizardPageSimple *)new wxWizardPageSimple(); | |
1686 | ||
1687 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 1688 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 1689 | } |
2f4c0a16 | 1690 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxWizardPageSimple, 1); |
d14a1e28 RD |
1691 | return resultobj; |
1692 | fail: | |
1693 | return NULL; | |
1694 | } | |
1695 | ||
1696 | ||
c370783e | 1697 | static PyObject *_wrap_WizardPageSimple_Create(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1698 | PyObject *resultobj; |
1699 | wxWizardPageSimple *arg1 = (wxWizardPageSimple *) 0 ; | |
1700 | wxWizard *arg2 = (wxWizard *) NULL ; | |
1701 | wxWizardPage *arg3 = (wxWizardPage *) NULL ; | |
1702 | wxWizardPage *arg4 = (wxWizardPage *) NULL ; | |
1703 | wxBitmap const &arg5_defvalue = wxNullBitmap ; | |
1704 | wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ; | |
1705 | wxChar *arg6 = (wxChar *) NULL ; | |
1706 | bool result; | |
1707 | PyObject * obj0 = 0 ; | |
1708 | PyObject * obj1 = 0 ; | |
1709 | PyObject * obj2 = 0 ; | |
1710 | PyObject * obj3 = 0 ; | |
1711 | PyObject * obj4 = 0 ; | |
1712 | PyObject * obj5 = 0 ; | |
1713 | char *kwnames[] = { | |
1714 | (char *) "self",(char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL | |
1715 | }; | |
1716 | ||
1717 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:WizardPageSimple_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; | |
2f4c0a16 RD |
1718 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPageSimple, |
1719 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 1720 | if (obj1) { |
2f4c0a16 RD |
1721 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizard, |
1722 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1723 | } |
1724 | if (obj2) { | |
2f4c0a16 RD |
1725 | if ((SWIG_ConvertPtr(obj2,(void **)(&arg3),SWIGTYPE_p_wxWizardPage, |
1726 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1727 | } |
1728 | if (obj3) { | |
2f4c0a16 RD |
1729 | if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxWizardPage, |
1730 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1731 | } |
1732 | if (obj4) { | |
2f4c0a16 RD |
1733 | if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap, |
1734 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
1735 | SWIG_fail; | |
d14a1e28 | 1736 | if (arg5 == NULL) { |
2f4c0a16 RD |
1737 | PyErr_SetString(PyExc_TypeError,"null reference"); |
1738 | SWIG_fail; | |
d14a1e28 RD |
1739 | } |
1740 | } | |
1741 | if (obj5) { | |
2f4c0a16 RD |
1742 | if ((SWIG_ConvertPtr(obj5,(void **)(&arg6),SWIGTYPE_p_wxChar, |
1743 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1744 | } |
1745 | { | |
1746 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1747 | result = (bool)(arg1)->Create(arg2,arg3,arg4,(wxBitmap const &)*arg5,(wxChar const *)arg6); | |
1748 | ||
1749 | wxPyEndAllowThreads(__tstate); | |
1750 | if (PyErr_Occurred()) SWIG_fail; | |
1751 | } | |
fbc46b20 RD |
1752 | { |
1753 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
1754 | } | |
d14a1e28 RD |
1755 | return resultobj; |
1756 | fail: | |
1757 | return NULL; | |
1758 | } | |
1759 | ||
1760 | ||
c370783e | 1761 | static PyObject *_wrap_WizardPageSimple_SetPrev(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1762 | PyObject *resultobj; |
1763 | wxWizardPageSimple *arg1 = (wxWizardPageSimple *) 0 ; | |
1764 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
1765 | PyObject * obj0 = 0 ; | |
1766 | PyObject * obj1 = 0 ; | |
1767 | char *kwnames[] = { | |
1768 | (char *) "self",(char *) "prev", NULL | |
1769 | }; | |
1770 | ||
1771 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:WizardPageSimple_SetPrev",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
1772 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPageSimple, |
1773 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1774 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
1775 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1776 | { |
1777 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1778 | (arg1)->SetPrev(arg2); | |
1779 | ||
1780 | wxPyEndAllowThreads(__tstate); | |
1781 | if (PyErr_Occurred()) SWIG_fail; | |
1782 | } | |
1783 | Py_INCREF(Py_None); resultobj = Py_None; | |
1784 | return resultobj; | |
1785 | fail: | |
1786 | return NULL; | |
1787 | } | |
1788 | ||
1789 | ||
c370783e | 1790 | static PyObject *_wrap_WizardPageSimple_SetNext(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1791 | PyObject *resultobj; |
1792 | wxWizardPageSimple *arg1 = (wxWizardPageSimple *) 0 ; | |
1793 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
1794 | PyObject * obj0 = 0 ; | |
1795 | PyObject * obj1 = 0 ; | |
1796 | char *kwnames[] = { | |
1797 | (char *) "self",(char *) "next", NULL | |
1798 | }; | |
1799 | ||
1800 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:WizardPageSimple_SetNext",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
1801 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPageSimple, |
1802 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1803 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
1804 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1805 | { |
1806 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1807 | (arg1)->SetNext(arg2); | |
1808 | ||
1809 | wxPyEndAllowThreads(__tstate); | |
1810 | if (PyErr_Occurred()) SWIG_fail; | |
1811 | } | |
1812 | Py_INCREF(Py_None); resultobj = Py_None; | |
1813 | return resultobj; | |
1814 | fail: | |
1815 | return NULL; | |
1816 | } | |
1817 | ||
1818 | ||
c370783e | 1819 | static PyObject *_wrap_WizardPageSimple_Chain(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1820 | PyObject *resultobj; |
1821 | wxWizardPageSimple *arg1 = (wxWizardPageSimple *) 0 ; | |
1822 | wxWizardPageSimple *arg2 = (wxWizardPageSimple *) 0 ; | |
1823 | PyObject * obj0 = 0 ; | |
1824 | PyObject * obj1 = 0 ; | |
1825 | char *kwnames[] = { | |
1826 | (char *) "first",(char *) "second", NULL | |
1827 | }; | |
1828 | ||
1829 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:WizardPageSimple_Chain",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
1830 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizardPageSimple, |
1831 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1832 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPageSimple, | |
1833 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
1834 | { |
1835 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
1836 | wxWizardPageSimple::Chain(arg1,arg2); | |
1837 | ||
1838 | wxPyEndAllowThreads(__tstate); | |
1839 | if (PyErr_Occurred()) SWIG_fail; | |
1840 | } | |
1841 | Py_INCREF(Py_None); resultobj = Py_None; | |
1842 | return resultobj; | |
1843 | fail: | |
1844 | return NULL; | |
1845 | } | |
1846 | ||
1847 | ||
c370783e | 1848 | static PyObject * WizardPageSimple_swigregister(PyObject *, PyObject *args) { |
d14a1e28 RD |
1849 | PyObject *obj; |
1850 | if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; | |
1851 | SWIG_TypeClientData(SWIGTYPE_p_wxWizardPageSimple, obj); | |
1852 | Py_INCREF(obj); | |
1853 | return Py_BuildValue((char *)""); | |
1854 | } | |
c370783e | 1855 | static PyObject *_wrap_new_Wizard(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1856 | PyObject *resultobj; |
1857 | wxWindow *arg1 = (wxWindow *) 0 ; | |
1858 | int arg2 = (int) -1 ; | |
cbd72d4f | 1859 | wxString const &arg3_defvalue = wxPyEmptyString ; |
d14a1e28 RD |
1860 | wxString *arg3 = (wxString *) &arg3_defvalue ; |
1861 | wxBitmap const &arg4_defvalue = wxNullBitmap ; | |
1862 | wxBitmap *arg4 = (wxBitmap *) &arg4_defvalue ; | |
1863 | wxPoint const &arg5_defvalue = wxDefaultPosition ; | |
1864 | wxPoint *arg5 = (wxPoint *) &arg5_defvalue ; | |
1865 | long arg6 = (long) wxDEFAULT_DIALOG_STYLE ; | |
1866 | wxWizard *result; | |
423f194a | 1867 | bool temp3 = False ; |
d14a1e28 RD |
1868 | wxPoint temp5 ; |
1869 | PyObject * obj0 = 0 ; | |
8edf1c75 | 1870 | PyObject * obj1 = 0 ; |
d14a1e28 RD |
1871 | PyObject * obj2 = 0 ; |
1872 | PyObject * obj3 = 0 ; | |
1873 | PyObject * obj4 = 0 ; | |
8edf1c75 | 1874 | PyObject * obj5 = 0 ; |
d14a1e28 RD |
1875 | char *kwnames[] = { |
1876 | (char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos",(char *) "style", NULL | |
1877 | }; | |
1878 | ||
8edf1c75 | 1879 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O|OOOOO:new_Wizard",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; |
2f4c0a16 RD |
1880 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWindow, |
1881 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
8edf1c75 | 1882 | if (obj1) { |
c370783e | 1883 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 1884 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 1885 | } |
d14a1e28 RD |
1886 | if (obj2) { |
1887 | { | |
1888 | arg3 = wxString_in_helper(obj2); | |
1889 | if (arg3 == NULL) SWIG_fail; | |
423f194a | 1890 | temp3 = True; |
d14a1e28 RD |
1891 | } |
1892 | } | |
1893 | if (obj3) { | |
2f4c0a16 RD |
1894 | if ((SWIG_ConvertPtr(obj3,(void **)(&arg4),SWIGTYPE_p_wxBitmap, |
1895 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
1896 | SWIG_fail; | |
d14a1e28 | 1897 | if (arg4 == NULL) { |
2f4c0a16 RD |
1898 | PyErr_SetString(PyExc_TypeError,"null reference"); |
1899 | SWIG_fail; | |
d14a1e28 RD |
1900 | } |
1901 | } | |
1902 | if (obj4) { | |
1903 | { | |
1904 | arg5 = &temp5; | |
1905 | if ( ! wxPoint_helper(obj4, &arg5)) SWIG_fail; | |
1906 | } | |
1907 | } | |
8edf1c75 | 1908 | if (obj5) { |
c370783e | 1909 | arg6 = (long)SWIG_As_long(obj5); |
2f4c0a16 | 1910 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 1911 | } |
d14a1e28 | 1912 | { |
0439c23b | 1913 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
1914 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
1915 | result = (wxWizard *)new wxWizard(arg1,arg2,(wxString const &)*arg3,(wxBitmap const &)*arg4,(wxPoint const &)*arg5,arg6); | |
1916 | ||
1917 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 1918 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 1919 | } |
2f4c0a16 | 1920 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxWizard, 1); |
d14a1e28 RD |
1921 | { |
1922 | if (temp3) | |
1923 | delete arg3; | |
1924 | } | |
1925 | return resultobj; | |
1926 | fail: | |
1927 | { | |
1928 | if (temp3) | |
1929 | delete arg3; | |
1930 | } | |
1931 | return NULL; | |
1932 | } | |
1933 | ||
1934 | ||
c370783e | 1935 | static PyObject *_wrap_new_PreWizard(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1936 | PyObject *resultobj; |
1937 | wxWizard *result; | |
1938 | char *kwnames[] = { | |
1939 | NULL | |
1940 | }; | |
1941 | ||
1942 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)":new_PreWizard",kwnames)) goto fail; | |
1943 | { | |
0439c23b | 1944 | if (!wxPyCheckForApp()) SWIG_fail; |
d14a1e28 RD |
1945 | PyThreadState* __tstate = wxPyBeginAllowThreads(); |
1946 | result = (wxWizard *)new wxWizard(); | |
1947 | ||
1948 | wxPyEndAllowThreads(__tstate); | |
110da5b0 | 1949 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 | 1950 | } |
2f4c0a16 | 1951 | resultobj = SWIG_NewPointerObj((void*)(result), SWIGTYPE_p_wxWizard, 1); |
d14a1e28 RD |
1952 | return resultobj; |
1953 | fail: | |
1954 | return NULL; | |
1955 | } | |
1956 | ||
1957 | ||
c370783e | 1958 | static PyObject *_wrap_Wizard_Create(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
1959 | PyObject *resultobj; |
1960 | wxWizard *arg1 = (wxWizard *) 0 ; | |
1961 | wxWindow *arg2 = (wxWindow *) 0 ; | |
1962 | int arg3 = (int) -1 ; | |
cbd72d4f | 1963 | wxString const &arg4_defvalue = wxPyEmptyString ; |
d14a1e28 RD |
1964 | wxString *arg4 = (wxString *) &arg4_defvalue ; |
1965 | wxBitmap const &arg5_defvalue = wxNullBitmap ; | |
1966 | wxBitmap *arg5 = (wxBitmap *) &arg5_defvalue ; | |
1967 | wxPoint const &arg6_defvalue = wxDefaultPosition ; | |
1968 | wxPoint *arg6 = (wxPoint *) &arg6_defvalue ; | |
1969 | bool result; | |
423f194a | 1970 | bool temp4 = False ; |
d14a1e28 RD |
1971 | wxPoint temp6 ; |
1972 | PyObject * obj0 = 0 ; | |
1973 | PyObject * obj1 = 0 ; | |
8edf1c75 | 1974 | PyObject * obj2 = 0 ; |
d14a1e28 RD |
1975 | PyObject * obj3 = 0 ; |
1976 | PyObject * obj4 = 0 ; | |
1977 | PyObject * obj5 = 0 ; | |
1978 | char *kwnames[] = { | |
1979 | (char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos", NULL | |
1980 | }; | |
1981 | ||
8edf1c75 | 1982 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|OOOO:Wizard_Create",kwnames,&obj0,&obj1,&obj2,&obj3,&obj4,&obj5)) goto fail; |
2f4c0a16 RD |
1983 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
1984 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
1985 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWindow, | |
1986 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
8edf1c75 | 1987 | if (obj2) { |
c370783e | 1988 | arg3 = (int)SWIG_As_int(obj2); |
2f4c0a16 | 1989 | if (PyErr_Occurred()) SWIG_fail; |
8edf1c75 | 1990 | } |
d14a1e28 RD |
1991 | if (obj3) { |
1992 | { | |
1993 | arg4 = wxString_in_helper(obj3); | |
1994 | if (arg4 == NULL) SWIG_fail; | |
423f194a | 1995 | temp4 = True; |
d14a1e28 RD |
1996 | } |
1997 | } | |
1998 | if (obj4) { | |
2f4c0a16 RD |
1999 | if ((SWIG_ConvertPtr(obj4,(void **)(&arg5),SWIGTYPE_p_wxBitmap, |
2000 | SWIG_POINTER_EXCEPTION | 0)) == -1) | |
2001 | SWIG_fail; | |
d14a1e28 | 2002 | if (arg5 == NULL) { |
2f4c0a16 RD |
2003 | PyErr_SetString(PyExc_TypeError,"null reference"); |
2004 | SWIG_fail; | |
d14a1e28 RD |
2005 | } |
2006 | } | |
2007 | if (obj5) { | |
2008 | { | |
2009 | arg6 = &temp6; | |
2010 | if ( ! wxPoint_helper(obj5, &arg6)) SWIG_fail; | |
2011 | } | |
2012 | } | |
2013 | { | |
2014 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2015 | result = (bool)(arg1)->Create(arg2,arg3,(wxString const &)*arg4,(wxBitmap const &)*arg5,(wxPoint const &)*arg6); | |
2016 | ||
2017 | wxPyEndAllowThreads(__tstate); | |
2018 | if (PyErr_Occurred()) SWIG_fail; | |
2019 | } | |
fbc46b20 RD |
2020 | { |
2021 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2022 | } | |
d14a1e28 RD |
2023 | { |
2024 | if (temp4) | |
2025 | delete arg4; | |
2026 | } | |
2027 | return resultobj; | |
2028 | fail: | |
2029 | { | |
2030 | if (temp4) | |
2031 | delete arg4; | |
2032 | } | |
2033 | return NULL; | |
2034 | } | |
2035 | ||
2036 | ||
c370783e | 2037 | static PyObject *_wrap_Wizard_Init(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2038 | PyObject *resultobj; |
2039 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2040 | PyObject * obj0 = 0 ; | |
2041 | char *kwnames[] = { | |
2042 | (char *) "self", NULL | |
2043 | }; | |
2044 | ||
2045 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Wizard_Init",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
2046 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2047 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2048 | { |
2049 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2050 | (arg1)->Init(); | |
2051 | ||
2052 | wxPyEndAllowThreads(__tstate); | |
2053 | if (PyErr_Occurred()) SWIG_fail; | |
2054 | } | |
2055 | Py_INCREF(Py_None); resultobj = Py_None; | |
2056 | return resultobj; | |
2057 | fail: | |
2058 | return NULL; | |
2059 | } | |
2060 | ||
2061 | ||
c370783e | 2062 | static PyObject *_wrap_Wizard_RunWizard(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2063 | PyObject *resultobj; |
2064 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2065 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
2066 | bool result; | |
2067 | PyObject * obj0 = 0 ; | |
2068 | PyObject * obj1 = 0 ; | |
2069 | char *kwnames[] = { | |
2070 | (char *) "self",(char *) "firstPage", NULL | |
2071 | }; | |
2072 | ||
2073 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_RunWizard",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
2074 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2075 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
2076 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
2077 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2078 | { |
2079 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2080 | result = (bool)(arg1)->RunWizard(arg2); | |
2081 | ||
2082 | wxPyEndAllowThreads(__tstate); | |
2083 | if (PyErr_Occurred()) SWIG_fail; | |
2084 | } | |
fbc46b20 RD |
2085 | { |
2086 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2087 | } | |
d14a1e28 RD |
2088 | return resultobj; |
2089 | fail: | |
2090 | return NULL; | |
2091 | } | |
2092 | ||
2093 | ||
c370783e | 2094 | static PyObject *_wrap_Wizard_GetCurrentPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2095 | PyObject *resultobj; |
2096 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2097 | wxWizardPage *result; | |
2098 | PyObject * obj0 = 0 ; | |
2099 | char *kwnames[] = { | |
2100 | (char *) "self", NULL | |
2101 | }; | |
2102 | ||
2103 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Wizard_GetCurrentPage",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
2104 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2105 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2106 | { |
2107 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2108 | result = (wxWizardPage *)((wxWizard const *)arg1)->GetCurrentPage(); | |
2109 | ||
2110 | wxPyEndAllowThreads(__tstate); | |
2111 | if (PyErr_Occurred()) SWIG_fail; | |
2112 | } | |
2113 | { | |
412d302d | 2114 | resultobj = wxPyMake_wxObject(result, 0); |
d14a1e28 RD |
2115 | } |
2116 | return resultobj; | |
2117 | fail: | |
2118 | return NULL; | |
2119 | } | |
2120 | ||
2121 | ||
c370783e | 2122 | static PyObject *_wrap_Wizard_SetPageSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2123 | PyObject *resultobj; |
2124 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2125 | wxSize *arg2 = 0 ; | |
2126 | wxSize temp2 ; | |
2127 | PyObject * obj0 = 0 ; | |
2128 | PyObject * obj1 = 0 ; | |
2129 | char *kwnames[] = { | |
2130 | (char *) "self",(char *) "size", NULL | |
2131 | }; | |
2132 | ||
2133 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_SetPageSize",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
2134 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2135 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2136 | { |
2137 | arg2 = &temp2; | |
2138 | if ( ! wxSize_helper(obj1, &arg2)) SWIG_fail; | |
2139 | } | |
2140 | { | |
2141 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2142 | (arg1)->SetPageSize((wxSize const &)*arg2); | |
2143 | ||
2144 | wxPyEndAllowThreads(__tstate); | |
2145 | if (PyErr_Occurred()) SWIG_fail; | |
2146 | } | |
2147 | Py_INCREF(Py_None); resultobj = Py_None; | |
2148 | return resultobj; | |
2149 | fail: | |
2150 | return NULL; | |
2151 | } | |
2152 | ||
2153 | ||
c370783e | 2154 | static PyObject *_wrap_Wizard_GetPageSize(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2155 | PyObject *resultobj; |
2156 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2157 | wxSize result; | |
2158 | PyObject * obj0 = 0 ; | |
2159 | char *kwnames[] = { | |
2160 | (char *) "self", NULL | |
2161 | }; | |
2162 | ||
2163 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Wizard_GetPageSize",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
2164 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2165 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2166 | { |
2167 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2168 | result = ((wxWizard const *)arg1)->GetPageSize(); | |
2169 | ||
2170 | wxPyEndAllowThreads(__tstate); | |
2171 | if (PyErr_Occurred()) SWIG_fail; | |
2172 | } | |
2173 | { | |
2174 | wxSize * resultptr; | |
2175 | resultptr = new wxSize((wxSize &) result); | |
2f4c0a16 | 2176 | resultobj = SWIG_NewPointerObj((void *)(resultptr), SWIGTYPE_p_wxSize, 1); |
d14a1e28 RD |
2177 | } |
2178 | return resultobj; | |
2179 | fail: | |
2180 | return NULL; | |
2181 | } | |
2182 | ||
2183 | ||
c370783e | 2184 | static PyObject *_wrap_Wizard_FitToPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2185 | PyObject *resultobj; |
2186 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2187 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
2188 | PyObject * obj0 = 0 ; | |
2189 | PyObject * obj1 = 0 ; | |
2190 | char *kwnames[] = { | |
2191 | (char *) "self",(char *) "firstPage", NULL | |
2192 | }; | |
2193 | ||
2194 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_FitToPage",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
2195 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2196 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
2197 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
2198 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2199 | { |
2200 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2201 | (arg1)->FitToPage((wxWizardPage const *)arg2); | |
2202 | ||
2203 | wxPyEndAllowThreads(__tstate); | |
2204 | if (PyErr_Occurred()) SWIG_fail; | |
2205 | } | |
2206 | Py_INCREF(Py_None); resultobj = Py_None; | |
2207 | return resultobj; | |
2208 | fail: | |
2209 | return NULL; | |
2210 | } | |
2211 | ||
2212 | ||
c370783e | 2213 | static PyObject *_wrap_Wizard_GetPageAreaSizer(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2214 | PyObject *resultobj; |
2215 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2216 | wxSizer *result; | |
2217 | PyObject * obj0 = 0 ; | |
2218 | char *kwnames[] = { | |
2219 | (char *) "self", NULL | |
2220 | }; | |
2221 | ||
2222 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Wizard_GetPageAreaSizer",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
2223 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2224 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2225 | { |
2226 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2227 | result = (wxSizer *)((wxWizard const *)arg1)->GetPageAreaSizer(); | |
2228 | ||
2229 | wxPyEndAllowThreads(__tstate); | |
2230 | if (PyErr_Occurred()) SWIG_fail; | |
2231 | } | |
2232 | { | |
412d302d | 2233 | resultobj = wxPyMake_wxSizer(result, 0); |
d14a1e28 RD |
2234 | } |
2235 | return resultobj; | |
2236 | fail: | |
2237 | return NULL; | |
2238 | } | |
2239 | ||
2240 | ||
c370783e | 2241 | static PyObject *_wrap_Wizard_SetBorder(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2242 | PyObject *resultobj; |
2243 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2244 | int arg2 ; | |
2245 | PyObject * obj0 = 0 ; | |
8edf1c75 | 2246 | PyObject * obj1 = 0 ; |
d14a1e28 RD |
2247 | char *kwnames[] = { |
2248 | (char *) "self",(char *) "border", NULL | |
2249 | }; | |
2250 | ||
8edf1c75 | 2251 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_SetBorder",kwnames,&obj0,&obj1)) goto fail; |
2f4c0a16 RD |
2252 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2253 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
c370783e | 2254 | arg2 = (int)SWIG_As_int(obj1); |
2f4c0a16 | 2255 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
2256 | { |
2257 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2258 | (arg1)->SetBorder(arg2); | |
2259 | ||
2260 | wxPyEndAllowThreads(__tstate); | |
2261 | if (PyErr_Occurred()) SWIG_fail; | |
2262 | } | |
2263 | Py_INCREF(Py_None); resultobj = Py_None; | |
2264 | return resultobj; | |
2265 | fail: | |
2266 | return NULL; | |
2267 | } | |
2268 | ||
2269 | ||
c370783e | 2270 | static PyObject *_wrap_Wizard_IsRunning(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2271 | PyObject *resultobj; |
2272 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2273 | bool result; | |
2274 | PyObject * obj0 = 0 ; | |
2275 | char *kwnames[] = { | |
2276 | (char *) "self", NULL | |
2277 | }; | |
2278 | ||
2279 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"O:Wizard_IsRunning",kwnames,&obj0)) goto fail; | |
2f4c0a16 RD |
2280 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2281 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2282 | { |
2283 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2284 | result = (bool)((wxWizard const *)arg1)->IsRunning(); | |
2285 | ||
2286 | wxPyEndAllowThreads(__tstate); | |
2287 | if (PyErr_Occurred()) SWIG_fail; | |
2288 | } | |
fbc46b20 RD |
2289 | { |
2290 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2291 | } | |
d14a1e28 RD |
2292 | return resultobj; |
2293 | fail: | |
2294 | return NULL; | |
2295 | } | |
2296 | ||
2297 | ||
c370783e | 2298 | static PyObject *_wrap_Wizard_ShowPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2299 | PyObject *resultobj; |
2300 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2301 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
423f194a | 2302 | bool arg3 = (bool) True ; |
d14a1e28 RD |
2303 | bool result; |
2304 | PyObject * obj0 = 0 ; | |
2305 | PyObject * obj1 = 0 ; | |
2306 | PyObject * obj2 = 0 ; | |
2307 | char *kwnames[] = { | |
2308 | (char *) "self",(char *) "page",(char *) "goingForward", NULL | |
2309 | }; | |
2310 | ||
2311 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO|O:Wizard_ShowPage",kwnames,&obj0,&obj1,&obj2)) goto fail; | |
2f4c0a16 RD |
2312 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2313 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
2314 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
2315 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 | 2316 | if (obj2) { |
c370783e | 2317 | arg3 = (bool)SWIG_As_bool(obj2); |
2f4c0a16 | 2318 | if (PyErr_Occurred()) SWIG_fail; |
d14a1e28 RD |
2319 | } |
2320 | { | |
2321 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2322 | result = (bool)(arg1)->ShowPage(arg2,arg3); | |
2323 | ||
2324 | wxPyEndAllowThreads(__tstate); | |
2325 | if (PyErr_Occurred()) SWIG_fail; | |
2326 | } | |
fbc46b20 RD |
2327 | { |
2328 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2329 | } | |
d14a1e28 RD |
2330 | return resultobj; |
2331 | fail: | |
2332 | return NULL; | |
2333 | } | |
2334 | ||
2335 | ||
c370783e | 2336 | static PyObject *_wrap_Wizard_HasNextPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2337 | PyObject *resultobj; |
2338 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2339 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
2340 | bool result; | |
2341 | PyObject * obj0 = 0 ; | |
2342 | PyObject * obj1 = 0 ; | |
2343 | char *kwnames[] = { | |
2344 | (char *) "self",(char *) "page", NULL | |
2345 | }; | |
2346 | ||
2347 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_HasNextPage",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
2348 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2349 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
2350 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
2351 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2352 | { |
2353 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2354 | result = (bool)(arg1)->HasNextPage(arg2); | |
2355 | ||
2356 | wxPyEndAllowThreads(__tstate); | |
2357 | if (PyErr_Occurred()) SWIG_fail; | |
2358 | } | |
fbc46b20 RD |
2359 | { |
2360 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2361 | } | |
d14a1e28 RD |
2362 | return resultobj; |
2363 | fail: | |
2364 | return NULL; | |
2365 | } | |
2366 | ||
2367 | ||
c370783e | 2368 | static PyObject *_wrap_Wizard_HasPrevPage(PyObject *, PyObject *args, PyObject *kwargs) { |
d14a1e28 RD |
2369 | PyObject *resultobj; |
2370 | wxWizard *arg1 = (wxWizard *) 0 ; | |
2371 | wxWizardPage *arg2 = (wxWizardPage *) 0 ; | |
2372 | bool result; | |
2373 | PyObject * obj0 = 0 ; | |
2374 | PyObject * obj1 = 0 ; | |
2375 | char *kwnames[] = { | |
2376 | (char *) "self",(char *) "page", NULL | |
2377 | }; | |
2378 | ||
2379 | if(!PyArg_ParseTupleAndKeywords(args,kwargs,(char *)"OO:Wizard_HasPrevPage",kwnames,&obj0,&obj1)) goto fail; | |
2f4c0a16 RD |
2380 | if ((SWIG_ConvertPtr(obj0,(void **)(&arg1),SWIGTYPE_p_wxWizard, |
2381 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
2382 | if ((SWIG_ConvertPtr(obj1,(void **)(&arg2),SWIGTYPE_p_wxWizardPage, | |
2383 | SWIG_POINTER_EXCEPTION | 0)) == -1) SWIG_fail; | |
d14a1e28 RD |
2384 | { |
2385 | PyThreadState* __tstate = wxPyBeginAllowThreads(); | |
2386 | result = (bool)(arg1)->HasPrevPage(arg2); | |
2387 | ||
2388 | wxPyEndAllowThreads(__tstate); | |
2389 | if (PyErr_Occurred()) SWIG_fail; | |
2390 | } | |
fbc46b20 RD |
2391 | { |
2392 | resultobj = result ? Py_True : Py_False; Py_INCREF(resultobj); | |
2393 | } | |
d14a1e28 RD |
2394 | return resultobj; |
2395 | fail: | |
2396 | return NULL; | |
2397 | } | |
2398 | ||
2399 | ||
c370783e | 2400 | static PyObject * Wizard_swigregister(PyObject *, PyObject *args) { |
d14a1e28 RD |
2401 | PyObject *obj; |
2402 | if (!PyArg_ParseTuple(args,(char*)"O", &obj)) return NULL; | |
2403 | SWIG_TypeClientData(SWIGTYPE_p_wxWizard, obj); | |
2404 | Py_INCREF(obj); | |
2405 | return Py_BuildValue((char *)""); | |
2406 | } | |
2407 | static PyMethodDef SwigMethods[] = { | |
c370783e RD |
2408 | { (char *)"new_WizardEvent", (PyCFunction) _wrap_new_WizardEvent, METH_VARARGS | METH_KEYWORDS, NULL }, |
2409 | { (char *)"WizardEvent_GetDirection", (PyCFunction) _wrap_WizardEvent_GetDirection, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2410 | { (char *)"WizardEvent_GetPage", (PyCFunction) _wrap_WizardEvent_GetPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2411 | { (char *)"WizardEvent_swigregister", WizardEvent_swigregister, METH_VARARGS, NULL }, | |
2412 | { (char *)"WizardPage_Create", (PyCFunction) _wrap_WizardPage_Create, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2413 | { (char *)"WizardPage_GetPrev", (PyCFunction) _wrap_WizardPage_GetPrev, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2414 | { (char *)"WizardPage_GetNext", (PyCFunction) _wrap_WizardPage_GetNext, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2415 | { (char *)"WizardPage_GetBitmap", (PyCFunction) _wrap_WizardPage_GetBitmap, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2416 | { (char *)"WizardPage_swigregister", WizardPage_swigregister, METH_VARARGS, NULL }, | |
2417 | { (char *)"new_PyWizardPage", (PyCFunction) _wrap_new_PyWizardPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2418 | { (char *)"new_PrePyWizardPage", (PyCFunction) _wrap_new_PrePyWizardPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2419 | { (char *)"PyWizardPage_Create", (PyCFunction) _wrap_PyWizardPage_Create, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2420 | { (char *)"PyWizardPage__setCallbackInfo", (PyCFunction) _wrap_PyWizardPage__setCallbackInfo, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2421 | { (char *)"PyWizardPage_base_DoMoveWindow", (PyCFunction) _wrap_PyWizardPage_base_DoMoveWindow, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2422 | { (char *)"PyWizardPage_base_DoSetSize", (PyCFunction) _wrap_PyWizardPage_base_DoSetSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2423 | { (char *)"PyWizardPage_base_DoSetClientSize", (PyCFunction) _wrap_PyWizardPage_base_DoSetClientSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2424 | { (char *)"PyWizardPage_base_DoSetVirtualSize", (PyCFunction) _wrap_PyWizardPage_base_DoSetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2425 | { (char *)"PyWizardPage_base_DoGetSize", (PyCFunction) _wrap_PyWizardPage_base_DoGetSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2426 | { (char *)"PyWizardPage_base_DoGetClientSize", (PyCFunction) _wrap_PyWizardPage_base_DoGetClientSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2427 | { (char *)"PyWizardPage_base_DoGetPosition", (PyCFunction) _wrap_PyWizardPage_base_DoGetPosition, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2428 | { (char *)"PyWizardPage_base_DoGetVirtualSize", (PyCFunction) _wrap_PyWizardPage_base_DoGetVirtualSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2429 | { (char *)"PyWizardPage_base_DoGetBestSize", (PyCFunction) _wrap_PyWizardPage_base_DoGetBestSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2430 | { (char *)"PyWizardPage_base_InitDialog", (PyCFunction) _wrap_PyWizardPage_base_InitDialog, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2431 | { (char *)"PyWizardPage_base_TransferDataToWindow", (PyCFunction) _wrap_PyWizardPage_base_TransferDataToWindow, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2432 | { (char *)"PyWizardPage_base_TransferDataFromWindow", (PyCFunction) _wrap_PyWizardPage_base_TransferDataFromWindow, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2433 | { (char *)"PyWizardPage_base_Validate", (PyCFunction) _wrap_PyWizardPage_base_Validate, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2434 | { (char *)"PyWizardPage_base_AcceptsFocus", (PyCFunction) _wrap_PyWizardPage_base_AcceptsFocus, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2435 | { (char *)"PyWizardPage_base_AcceptsFocusFromKeyboard", (PyCFunction) _wrap_PyWizardPage_base_AcceptsFocusFromKeyboard, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2436 | { (char *)"PyWizardPage_base_GetMaxSize", (PyCFunction) _wrap_PyWizardPage_base_GetMaxSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2437 | { (char *)"PyWizardPage_base_AddChild", (PyCFunction) _wrap_PyWizardPage_base_AddChild, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2438 | { (char *)"PyWizardPage_base_RemoveChild", (PyCFunction) _wrap_PyWizardPage_base_RemoveChild, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2439 | { (char *)"PyWizardPage_swigregister", PyWizardPage_swigregister, METH_VARARGS, NULL }, | |
2440 | { (char *)"new_WizardPageSimple", (PyCFunction) _wrap_new_WizardPageSimple, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2441 | { (char *)"new_PreWizardPageSimple", (PyCFunction) _wrap_new_PreWizardPageSimple, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2442 | { (char *)"WizardPageSimple_Create", (PyCFunction) _wrap_WizardPageSimple_Create, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2443 | { (char *)"WizardPageSimple_SetPrev", (PyCFunction) _wrap_WizardPageSimple_SetPrev, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2444 | { (char *)"WizardPageSimple_SetNext", (PyCFunction) _wrap_WizardPageSimple_SetNext, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2445 | { (char *)"WizardPageSimple_Chain", (PyCFunction) _wrap_WizardPageSimple_Chain, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2446 | { (char *)"WizardPageSimple_swigregister", WizardPageSimple_swigregister, METH_VARARGS, NULL }, | |
2447 | { (char *)"new_Wizard", (PyCFunction) _wrap_new_Wizard, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2448 | { (char *)"new_PreWizard", (PyCFunction) _wrap_new_PreWizard, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2449 | { (char *)"Wizard_Create", (PyCFunction) _wrap_Wizard_Create, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2450 | { (char *)"Wizard_Init", (PyCFunction) _wrap_Wizard_Init, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2451 | { (char *)"Wizard_RunWizard", (PyCFunction) _wrap_Wizard_RunWizard, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2452 | { (char *)"Wizard_GetCurrentPage", (PyCFunction) _wrap_Wizard_GetCurrentPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2453 | { (char *)"Wizard_SetPageSize", (PyCFunction) _wrap_Wizard_SetPageSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2454 | { (char *)"Wizard_GetPageSize", (PyCFunction) _wrap_Wizard_GetPageSize, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2455 | { (char *)"Wizard_FitToPage", (PyCFunction) _wrap_Wizard_FitToPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2456 | { (char *)"Wizard_GetPageAreaSizer", (PyCFunction) _wrap_Wizard_GetPageAreaSizer, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2457 | { (char *)"Wizard_SetBorder", (PyCFunction) _wrap_Wizard_SetBorder, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2458 | { (char *)"Wizard_IsRunning", (PyCFunction) _wrap_Wizard_IsRunning, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2459 | { (char *)"Wizard_ShowPage", (PyCFunction) _wrap_Wizard_ShowPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2460 | { (char *)"Wizard_HasNextPage", (PyCFunction) _wrap_Wizard_HasNextPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2461 | { (char *)"Wizard_HasPrevPage", (PyCFunction) _wrap_Wizard_HasPrevPage, METH_VARARGS | METH_KEYWORDS, NULL }, | |
2462 | { (char *)"Wizard_swigregister", Wizard_swigregister, METH_VARARGS, NULL }, | |
2463 | { NULL, NULL, 0, NULL } | |
d14a1e28 RD |
2464 | }; |
2465 | ||
2466 | ||
2467 | /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */ | |
2468 | ||
2469 | static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x) { | |
2470 | return (void *)((wxObject *) ((wxLayoutConstraints *) x)); | |
2471 | } | |
2472 | static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x) { | |
2473 | return (void *)((wxObject *) (wxEvent *) ((wxQueryLayoutInfoEvent *) x)); | |
2474 | } | |
2475 | static void *_p_wxPreviewFrameTo_p_wxObject(void *x) { | |
2476 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxPreviewFrame *) x)); | |
2477 | } | |
2478 | static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x) { | |
2479 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *)(wxPreviewFrame *) ((wxPyPreviewFrame *) x)); | |
2480 | } | |
2481 | static void *_p_wxGBSizerItemTo_p_wxObject(void *x) { | |
2482 | return (void *)((wxObject *) (wxSizerItem *) ((wxGBSizerItem *) x)); | |
2483 | } | |
2484 | static void *_p_wxSizerItemTo_p_wxObject(void *x) { | |
2485 | return (void *)((wxObject *) ((wxSizerItem *) x)); | |
2486 | } | |
2487 | static void *_p_wxScrollEventTo_p_wxObject(void *x) { | |
2488 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxScrollEvent *) x)); | |
2489 | } | |
2490 | static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x) { | |
2491 | return (void *)((wxObject *) ((wxIndividualLayoutConstraint *) x)); | |
2492 | } | |
2493 | static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x) { | |
2494 | return (void *)((wxObject *) (wxSizer *)(wxBoxSizer *) ((wxStaticBoxSizer *) x)); | |
2495 | } | |
2496 | static void *_p_wxBoxSizerTo_p_wxObject(void *x) { | |
2497 | return (void *)((wxObject *) (wxSizer *) ((wxBoxSizer *) x)); | |
2498 | } | |
2499 | static void *_p_wxSizerTo_p_wxObject(void *x) { | |
2500 | return (void *)((wxObject *) ((wxSizer *) x)); | |
2501 | } | |
2502 | static void *_p_wxGridBagSizerTo_p_wxObject(void *x) { | |
2503 | return (void *)((wxObject *) (wxSizer *)(wxGridSizer *)(wxFlexGridSizer *) ((wxGridBagSizer *) x)); | |
2504 | } | |
2505 | static void *_p_wxWizardPageTo_p_wxObject(void *x) { | |
2506 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxWizardPage *) x)); | |
2507 | } | |
2508 | static void *_p_wxPyWizardPageTo_p_wxObject(void *x) { | |
2509 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxWizardPage *) ((wxPyWizardPage *) x)); | |
2510 | } | |
2511 | static void *_p_wxUpdateUIEventTo_p_wxObject(void *x) { | |
2512 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxUpdateUIEvent *) x)); | |
2513 | } | |
2514 | static void *_p_wxPyPanelTo_p_wxObject(void *x) { | |
2515 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxPyPanel *) x)); | |
2516 | } | |
2517 | static void *_p_wxEventTo_p_wxObject(void *x) { | |
2518 | return (void *)((wxObject *) ((wxEvent *) x)); | |
2519 | } | |
2520 | static void *_p_wxFontDataTo_p_wxObject(void *x) { | |
2521 | return (void *)((wxObject *) ((wxFontData *) x)); | |
2522 | } | |
2523 | static void *_p_wxPrintDataTo_p_wxObject(void *x) { | |
2524 | return (void *)((wxObject *) ((wxPrintData *) x)); | |
2525 | } | |
2526 | static void *_p_wxFlexGridSizerTo_p_wxObject(void *x) { | |
2527 | return (void *)((wxObject *) (wxSizer *)(wxGridSizer *) ((wxFlexGridSizer *) x)); | |
2528 | } | |
2529 | static void *_p_wxGridSizerTo_p_wxObject(void *x) { | |
2530 | return (void *)((wxObject *) (wxSizer *) ((wxGridSizer *) x)); | |
2531 | } | |
2532 | static void *_p_wxInitDialogEventTo_p_wxObject(void *x) { | |
2533 | return (void *)((wxObject *) (wxEvent *) ((wxInitDialogEvent *) x)); | |
2534 | } | |
2535 | static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x) { | |
2536 | return (void *)((wxObject *) ((wxLayoutAlgorithm *) x)); | |
2537 | } | |
2538 | static void *_p_wxTaskBarIconTo_p_wxObject(void *x) { | |
2539 | return (void *)((wxObject *) (wxEvtHandler *) ((wxTaskBarIcon *) x)); | |
2540 | } | |
2541 | static void *_p_wxFindDialogEventTo_p_wxObject(void *x) { | |
2542 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxFindDialogEvent *) x)); | |
2543 | } | |
2544 | static void *_p_wxWizardPageSimpleTo_p_wxObject(void *x) { | |
2545 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxWizardPage *) ((wxWizardPageSimple *) x)); | |
2546 | } | |
2547 | static void *_p_wxPaintEventTo_p_wxObject(void *x) { | |
2548 | return (void *)((wxObject *) (wxEvent *) ((wxPaintEvent *) x)); | |
2549 | } | |
2550 | static void *_p_wxNcPaintEventTo_p_wxObject(void *x) { | |
2551 | return (void *)((wxObject *) (wxEvent *) ((wxNcPaintEvent *) x)); | |
2552 | } | |
2553 | static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x) { | |
2554 | return (void *)((wxObject *) (wxEvent *) ((wxPaletteChangedEvent *) x)); | |
2555 | } | |
2556 | static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x) { | |
2557 | return (void *)((wxObject *) (wxEvent *) ((wxDisplayChangedEvent *) x)); | |
2558 | } | |
2559 | static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x) { | |
2560 | return (void *)((wxObject *) (wxEvent *) ((wxMouseCaptureChangedEvent *) x)); | |
2561 | } | |
2562 | static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x) { | |
2563 | return (void *)((wxObject *) (wxEvent *) ((wxSysColourChangedEvent *) x)); | |
2564 | } | |
2565 | static void *_p_wxPreviewCanvasTo_p_wxObject(void *x) { | |
2566 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxScrolledWindow *) ((wxPreviewCanvas *) x)); | |
2567 | } | |
2568 | static void *_p_wxControlTo_p_wxObject(void *x) { | |
2569 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxControl *) x)); | |
2570 | } | |
2571 | static void *_p_wxSetCursorEventTo_p_wxObject(void *x) { | |
2572 | return (void *)((wxObject *) (wxEvent *) ((wxSetCursorEvent *) x)); | |
2573 | } | |
2574 | static void *_p_wxSplitterEventTo_p_wxObject(void *x) { | |
2575 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxSplitterEvent *) x)); | |
2576 | } | |
2577 | static void *_p_wxFSFileTo_p_wxObject(void *x) { | |
2578 | return (void *)((wxObject *) ((wxFSFile *) x)); | |
2579 | } | |
2580 | static void *_p_wxWizardTo_p_wxObject(void *x) { | |
2581 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxWizard *) x)); | |
2582 | } | |
2583 | static void *_p_wxFindReplaceDataTo_p_wxObject(void *x) { | |
2584 | return (void *)((wxObject *) ((wxFindReplaceData *) x)); | |
2585 | } | |
2586 | static void *_p_wxPySizerTo_p_wxObject(void *x) { | |
2587 | return (void *)((wxObject *) (wxSizer *) ((wxPySizer *) x)); | |
2588 | } | |
2589 | static void *_p_wxMDIChildFrameTo_p_wxObject(void *x) { | |
2590 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMDIChildFrame *) x)); | |
2591 | } | |
2592 | static void *_p_wxColourDataTo_p_wxObject(void *x) { | |
2593 | return (void *)((wxObject *) ((wxColourData *) x)); | |
2594 | } | |
2595 | static void *_p_wxPyEventTo_p_wxObject(void *x) { | |
2596 | return (void *)((wxObject *) (wxEvent *) ((wxPyEvent *) x)); | |
2597 | } | |
2598 | static void *_p_wxNotifyEventTo_p_wxObject(void *x) { | |
2599 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxNotifyEvent *) x)); | |
2600 | } | |
2601 | static void *_p_wxPyWindowTo_p_wxObject(void *x) { | |
2602 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxPyWindow *) x)); | |
2603 | } | |
2604 | static void *_p_wxSplashScreenTo_p_wxObject(void *x) { | |
2605 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxSplashScreen *) x)); | |
2606 | } | |
2607 | static void *_p_wxFileDialogTo_p_wxObject(void *x) { | |
2608 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFileDialog *) x)); | |
2609 | } | |
2610 | static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x) { | |
2611 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxMultiChoiceDialog *) x)); | |
2612 | } | |
2613 | static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x) { | |
2614 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxSingleChoiceDialog *) x)); | |
2615 | } | |
2616 | static void *_p_wxTextEntryDialogTo_p_wxObject(void *x) { | |
2617 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxTextEntryDialog *) x)); | |
2618 | } | |
2619 | static void *_p_wxMessageDialogTo_p_wxObject(void *x) { | |
2620 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxMessageDialog *) x)); | |
2621 | } | |
2622 | static void *_p_wxProgressDialogTo_p_wxObject(void *x) { | |
2623 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxProgressDialog *) x)); | |
2624 | } | |
2625 | static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x) { | |
2626 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFindReplaceDialog *) x)); | |
2627 | } | |
2628 | static void *_p_wxShowEventTo_p_wxObject(void *x) { | |
2629 | return (void *)((wxObject *) (wxEvent *) ((wxShowEvent *) x)); | |
2630 | } | |
2631 | static void *_p_wxPrinterTo_p_wxObject(void *x) { | |
2632 | return (void *)((wxObject *) ((wxPrinter *) x)); | |
2633 | } | |
2634 | static void *_p_wxMenuItemTo_p_wxObject(void *x) { | |
2635 | return (void *)((wxObject *) ((wxMenuItem *) x)); | |
2636 | } | |
2637 | static void *_p_wxIdleEventTo_p_wxObject(void *x) { | |
2638 | return (void *)((wxObject *) (wxEvent *) ((wxIdleEvent *) x)); | |
2639 | } | |
2640 | static void *_p_wxWindowCreateEventTo_p_wxObject(void *x) { | |
2641 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowCreateEvent *) x)); | |
2642 | } | |
2643 | static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x) { | |
2644 | return (void *)((wxObject *) (wxEvent *) ((wxQueryNewPaletteEvent *) x)); | |
2645 | } | |
2646 | static void *_p_wxMaximizeEventTo_p_wxObject(void *x) { | |
2647 | return (void *)((wxObject *) (wxEvent *) ((wxMaximizeEvent *) x)); | |
2648 | } | |
2649 | static void *_p_wxIconizeEventTo_p_wxObject(void *x) { | |
2650 | return (void *)((wxObject *) (wxEvent *) ((wxIconizeEvent *) x)); | |
2651 | } | |
2652 | static void *_p_wxSizeEventTo_p_wxObject(void *x) { | |
2653 | return (void *)((wxObject *) (wxEvent *) ((wxSizeEvent *) x)); | |
2654 | } | |
2655 | static void *_p_wxMoveEventTo_p_wxObject(void *x) { | |
2656 | return (void *)((wxObject *) (wxEvent *) ((wxMoveEvent *) x)); | |
2657 | } | |
2658 | static void *_p_wxActivateEventTo_p_wxObject(void *x) { | |
2659 | return (void *)((wxObject *) (wxEvent *) ((wxActivateEvent *) x)); | |
2660 | } | |
2661 | static void *_p_wxXPMHandlerTo_p_wxObject(void *x) { | |
2662 | return (void *)((wxObject *) (wxImageHandler *) ((wxXPMHandler *) x)); | |
2663 | } | |
2664 | static void *_p_wxPNMHandlerTo_p_wxObject(void *x) { | |
2665 | return (void *)((wxObject *) (wxImageHandler *) ((wxPNMHandler *) x)); | |
2666 | } | |
2667 | static void *_p_wxJPEGHandlerTo_p_wxObject(void *x) { | |
2668 | return (void *)((wxObject *) (wxImageHandler *) ((wxJPEGHandler *) x)); | |
2669 | } | |
2670 | static void *_p_wxPCXHandlerTo_p_wxObject(void *x) { | |
2671 | return (void *)((wxObject *) (wxImageHandler *) ((wxPCXHandler *) x)); | |
2672 | } | |
2673 | static void *_p_wxGIFHandlerTo_p_wxObject(void *x) { | |
2674 | return (void *)((wxObject *) (wxImageHandler *) ((wxGIFHandler *) x)); | |
2675 | } | |
2676 | static void *_p_wxPNGHandlerTo_p_wxObject(void *x) { | |
2677 | return (void *)((wxObject *) (wxImageHandler *) ((wxPNGHandler *) x)); | |
2678 | } | |
2679 | static void *_p_wxANIHandlerTo_p_wxObject(void *x) { | |
2680 | return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *)(wxCURHandler *) ((wxANIHandler *) x)); | |
2681 | } | |
2682 | static void *_p_wxCURHandlerTo_p_wxObject(void *x) { | |
2683 | return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *)(wxICOHandler *) ((wxCURHandler *) x)); | |
2684 | } | |
2685 | static void *_p_wxICOHandlerTo_p_wxObject(void *x) { | |
2686 | return (void *)((wxObject *) (wxImageHandler *)(wxBMPHandler *) ((wxICOHandler *) x)); | |
2687 | } | |
2688 | static void *_p_wxBMPHandlerTo_p_wxObject(void *x) { | |
2689 | return (void *)((wxObject *) (wxImageHandler *) ((wxBMPHandler *) x)); | |
2690 | } | |
2691 | static void *_p_wxImageHandlerTo_p_wxObject(void *x) { | |
2692 | return (void *)((wxObject *) ((wxImageHandler *) x)); | |
2693 | } | |
2694 | static void *_p_wxTIFFHandlerTo_p_wxObject(void *x) { | |
2695 | return (void *)((wxObject *) (wxImageHandler *) ((wxTIFFHandler *) x)); | |
2696 | } | |
2697 | static void *_p_wxEvtHandlerTo_p_wxObject(void *x) { | |
2698 | return (void *)((wxObject *) ((wxEvtHandler *) x)); | |
2699 | } | |
2700 | static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x) { | |
2701 | return (void *)((wxObject *) (wxEvent *) ((wxCalculateLayoutEvent *) x)); | |
2702 | } | |
2703 | static void *_p_wxPyVListBoxTo_p_wxObject(void *x) { | |
2704 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxPyVScrolledWindow *) ((wxPyVListBox *) x)); | |
2705 | } | |
2706 | static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x) { | |
2707 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxPyVScrolledWindow *)(wxPyVListBox *) ((wxPyHtmlListBox *) x)); | |
2708 | } | |
2709 | static void *_p_wxAcceleratorTableTo_p_wxObject(void *x) { | |
2710 | return (void *)((wxObject *) ((wxAcceleratorTable *) x)); | |
2711 | } | |
2712 | static void *_p_wxMiniFrameTo_p_wxObject(void *x) { | |
2713 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMiniFrame *) x)); | |
2714 | } | |
2715 | static void *_p_wxImageTo_p_wxObject(void *x) { | |
2716 | return (void *)((wxObject *) ((wxImage *) x)); | |
2717 | } | |
2718 | static void *_p_wxFrameTo_p_wxObject(void *x) { | |
2719 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *) ((wxFrame *) x)); | |
2720 | } | |
2721 | static void *_p_wxPyPrintoutTo_p_wxObject(void *x) { | |
2722 | return (void *)((wxObject *) ((wxPyPrintout *) x)); | |
2723 | } | |
2724 | static void *_p_wxScrollWinEventTo_p_wxObject(void *x) { | |
2725 | return (void *)((wxObject *) (wxEvent *) ((wxScrollWinEvent *) x)); | |
2726 | } | |
2727 | static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x) { | |
2728 | return (void *)((wxObject *) (wxEvent *) ((wxTaskBarIconEvent *) x)); | |
2729 | } | |
2730 | static void *_p_wxStatusBarTo_p_wxObject(void *x) { | |
2731 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxStatusBar *) x)); | |
2732 | } | |
2733 | static void *_p_wxMDIParentFrameTo_p_wxObject(void *x) { | |
2734 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMDIParentFrame *) x)); | |
2735 | } | |
2736 | static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x) { | |
2737 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxWindowDestroyEvent *) x)); | |
2738 | } | |
2739 | static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x) { | |
2740 | return (void *)((wxObject *) (wxEvent *) ((wxNavigationKeyEvent *) x)); | |
2741 | } | |
2742 | static void *_p_wxKeyEventTo_p_wxObject(void *x) { | |
2743 | return (void *)((wxObject *) (wxEvent *) ((wxKeyEvent *) x)); | |
2744 | } | |
d14a1e28 RD |
2745 | static void *_p_wxWindowTo_p_wxObject(void *x) { |
2746 | return (void *)((wxObject *) (wxEvtHandler *) ((wxWindow *) x)); | |
2747 | } | |
2748 | static void *_p_wxMenuTo_p_wxObject(void *x) { | |
2749 | return (void *)((wxObject *) (wxEvtHandler *) ((wxMenu *) x)); | |
2750 | } | |
2751 | static void *_p_wxMenuBarTo_p_wxObject(void *x) { | |
2752 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMenuBar *) x)); | |
2753 | } | |
41f1cec7 RD |
2754 | static void *_p_wxScrolledWindowTo_p_wxObject(void *x) { |
2755 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxScrolledWindow *) x)); | |
2756 | } | |
d14a1e28 RD |
2757 | static void *_p_wxTopLevelWindowTo_p_wxObject(void *x) { |
2758 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxTopLevelWindow *) x)); | |
2759 | } | |
2760 | static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x) { | |
2761 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxSplashScreenWindow *) x)); | |
2762 | } | |
2763 | static void *_p_wxSplitterWindowTo_p_wxObject(void *x) { | |
2764 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxSplitterWindow *) x)); | |
2765 | } | |
2766 | static void *_p_wxSashWindowTo_p_wxObject(void *x) { | |
2767 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxSashWindow *) x)); | |
2768 | } | |
2769 | static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x) { | |
2770 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxSashWindow *) ((wxSashLayoutWindow *) x)); | |
2771 | } | |
2772 | static void *_p_wxPopupWindowTo_p_wxObject(void *x) { | |
2773 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxPopupWindow *) x)); | |
2774 | } | |
2775 | static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x) { | |
2776 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPopupWindow *) ((wxPyPopupTransientWindow *) x)); | |
2777 | } | |
2778 | static void *_p_wxTipWindowTo_p_wxObject(void *x) { | |
2779 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxTipWindow *) x)); | |
2780 | } | |
2781 | static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x) { | |
2782 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxPyVScrolledWindow *) x)); | |
2783 | } | |
2784 | static void *_p_wxMDIClientWindowTo_p_wxObject(void *x) { | |
2785 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxMDIClientWindow *) x)); | |
2786 | } | |
a2482628 RD |
2787 | static void *_p_wxPyScrolledWindowTo_p_wxObject(void *x) { |
2788 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxScrolledWindow *) ((wxPyScrolledWindow *) x)); | |
2789 | } | |
d14a1e28 RD |
2790 | static void *_p_wxSashEventTo_p_wxObject(void *x) { |
2791 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxSashEvent *) x)); | |
2792 | } | |
2793 | static void *_p_wxPrintPreviewTo_p_wxObject(void *x) { | |
2794 | return (void *)((wxObject *) ((wxPrintPreview *) x)); | |
2795 | } | |
2796 | static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x) { | |
2797 | return (void *)((wxObject *) (wxPrintPreview *) ((wxPyPrintPreview *) x)); | |
2798 | } | |
2799 | static void *_p_wxPanelTo_p_wxObject(void *x) { | |
2800 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *) ((wxPanel *) x)); | |
2801 | } | |
2802 | static void *_p_wxDialogTo_p_wxObject(void *x) { | |
2803 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *) ((wxDialog *) x)); | |
2804 | } | |
2805 | static void *_p_wxColourDialogTo_p_wxObject(void *x) { | |
2806 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxColourDialog *) x)); | |
2807 | } | |
2808 | static void *_p_wxDirDialogTo_p_wxObject(void *x) { | |
2809 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxDirDialog *) x)); | |
2810 | } | |
2811 | static void *_p_wxFontDialogTo_p_wxObject(void *x) { | |
2812 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFontDialog *) x)); | |
2813 | } | |
2814 | static void *_p_wxPageSetupDialogTo_p_wxObject(void *x) { | |
2815 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxPageSetupDialog *) x)); | |
2816 | } | |
2817 | static void *_p_wxPrintDialogTo_p_wxObject(void *x) { | |
2818 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxPrintDialog *) x)); | |
2819 | } | |
2820 | static void *_p_wxFileSystemTo_p_wxObject(void *x) { | |
2821 | return (void *)((wxObject *) ((wxFileSystem *) x)); | |
2822 | } | |
2823 | static void *_p_wxContextMenuEventTo_p_wxObject(void *x) { | |
2824 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxContextMenuEvent *) x)); | |
2825 | } | |
2826 | static void *_p_wxMenuEventTo_p_wxObject(void *x) { | |
2827 | return (void *)((wxObject *) (wxEvent *) ((wxMenuEvent *) x)); | |
2828 | } | |
2829 | static void *_p_wxPyAppTo_p_wxObject(void *x) { | |
2830 | return (void *)((wxObject *) (wxEvtHandler *) ((wxPyApp *) x)); | |
2831 | } | |
2832 | static void *_p_wxCloseEventTo_p_wxObject(void *x) { | |
2833 | return (void *)((wxObject *) (wxEvent *) ((wxCloseEvent *) x)); | |
2834 | } | |
2835 | static void *_p_wxMouseEventTo_p_wxObject(void *x) { | |
2836 | return (void *)((wxObject *) (wxEvent *) ((wxMouseEvent *) x)); | |
2837 | } | |
2838 | static void *_p_wxEraseEventTo_p_wxObject(void *x) { | |
2839 | return (void *)((wxObject *) (wxEvent *) ((wxEraseEvent *) x)); | |
2840 | } | |
2841 | static void *_p_wxPyCommandEventTo_p_wxObject(void *x) { | |
2842 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxPyCommandEvent *) x)); | |
2843 | } | |
2844 | static void *_p_wxCommandEventTo_p_wxObject(void *x) { | |
2845 | return (void *)((wxObject *) (wxEvent *) ((wxCommandEvent *) x)); | |
2846 | } | |
2847 | static void *_p_wxWizardEventTo_p_wxObject(void *x) { | |
2848 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *)(wxNotifyEvent *) ((wxWizardEvent *) x)); | |
2849 | } | |
2850 | static void *_p_wxPreviewControlBarTo_p_wxObject(void *x) { | |
2851 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *) ((wxPreviewControlBar *) x)); | |
2852 | } | |
2853 | static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x) { | |
2854 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxPanel *)(wxPreviewControlBar *) ((wxPyPreviewControlBar *) x)); | |
2855 | } | |
2856 | static void *_p_wxDropFilesEventTo_p_wxObject(void *x) { | |
2857 | return (void *)((wxObject *) (wxEvent *) ((wxDropFilesEvent *) x)); | |
2858 | } | |
2859 | static void *_p_wxFocusEventTo_p_wxObject(void *x) { | |
2860 | return (void *)((wxObject *) (wxEvent *) ((wxFocusEvent *) x)); | |
2861 | } | |
2862 | static void *_p_wxChildFocusEventTo_p_wxObject(void *x) { | |
2863 | return (void *)((wxObject *) (wxEvent *)(wxCommandEvent *) ((wxChildFocusEvent *) x)); | |
2864 | } | |
2865 | static void *_p_wxControlWithItemsTo_p_wxObject(void *x) { | |
2866 | return (void *)((wxObject *) (wxEvtHandler *)(wxWindow *)(wxControl *) ((wxControlWithItems *) x)); | |
2867 | } | |
2868 | static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x) { | |
2869 | return (void *)((wxObject *) ((wxPageSetupDialogData *) x)); | |
2870 | } | |
2871 | static void *_p_wxPrintDialogDataTo_p_wxObject(void *x) { | |
2872 | return (void *)((wxObject *) ((wxPrintDialogData *) x)); | |
2873 | } | |
2874 | static void *_p_wxPyValidatorTo_p_wxObject(void *x) { | |
2875 | return (void *)((wxObject *) (wxEvtHandler *)(wxValidator *) ((wxPyValidator *) x)); | |
2876 | } | |
2877 | static void *_p_wxValidatorTo_p_wxObject(void *x) { | |
2878 | return (void *)((wxObject *) (wxEvtHandler *) ((wxValidator *) x)); | |
2879 | } | |
2880 | static void *_p_wxColourDialogTo_p_wxDialog(void *x) { | |
2881 | return (void *)((wxDialog *) ((wxColourDialog *) x)); | |
2882 | } | |
2883 | static void *_p_wxDirDialogTo_p_wxDialog(void *x) { | |
2884 | return (void *)((wxDialog *) ((wxDirDialog *) x)); | |
2885 | } | |
2886 | static void *_p_wxFontDialogTo_p_wxDialog(void *x) { | |
2887 | return (void *)((wxDialog *) ((wxFontDialog *) x)); | |
2888 | } | |
2889 | static void *_p_wxPageSetupDialogTo_p_wxDialog(void *x) { | |
2890 | return (void *)((wxDialog *) ((wxPageSetupDialog *) x)); | |
2891 | } | |
2892 | static void *_p_wxPrintDialogTo_p_wxDialog(void *x) { | |
2893 | return (void *)((wxDialog *) ((wxPrintDialog *) x)); | |
2894 | } | |
2895 | static void *_p_wxFileDialogTo_p_wxDialog(void *x) { | |
2896 | return (void *)((wxDialog *) ((wxFileDialog *) x)); | |
2897 | } | |
2898 | static void *_p_wxMultiChoiceDialogTo_p_wxDialog(void *x) { | |
2899 | return (void *)((wxDialog *) ((wxMultiChoiceDialog *) x)); | |
2900 | } | |
2901 | static void *_p_wxSingleChoiceDialogTo_p_wxDialog(void *x) { | |
2902 | return (void *)((wxDialog *) ((wxSingleChoiceDialog *) x)); | |
2903 | } | |
2904 | static void *_p_wxTextEntryDialogTo_p_wxDialog(void *x) { | |
2905 | return (void *)((wxDialog *) ((wxTextEntryDialog *) x)); | |
2906 | } | |
2907 | static void *_p_wxMessageDialogTo_p_wxDialog(void *x) { | |
2908 | return (void *)((wxDialog *) ((wxMessageDialog *) x)); | |
2909 | } | |
2910 | static void *_p_wxFindReplaceDialogTo_p_wxDialog(void *x) { | |
2911 | return (void *)((wxDialog *) ((wxFindReplaceDialog *) x)); | |
2912 | } | |
2913 | static void *_p_wxWizardTo_p_wxDialog(void *x) { | |
2914 | return (void *)((wxDialog *) ((wxWizard *) x)); | |
2915 | } | |
2916 | static void *_p_wxWizardPageSimpleTo_p_wxWizardPage(void *x) { | |
2917 | return (void *)((wxWizardPage *) ((wxWizardPageSimple *) x)); | |
2918 | } | |
2919 | static void *_p_wxPyWizardPageTo_p_wxWizardPage(void *x) { | |
2920 | return (void *)((wxWizardPage *) ((wxPyWizardPage *) x)); | |
2921 | } | |
2922 | static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x) { | |
2923 | return (void *)((wxTopLevelWindow *) ((wxFrame *) x)); | |
2924 | } | |
2925 | static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x) { | |
2926 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxMiniFrame *) x)); | |
2927 | } | |
2928 | static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x) { | |
2929 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxFontDialog *) x)); | |
2930 | } | |
2931 | static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x) { | |
2932 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxDirDialog *) x)); | |
2933 | } | |
2934 | static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x) { | |
2935 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxColourDialog *) x)); | |
2936 | } | |
2937 | static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x) { | |
2938 | return (void *)((wxTopLevelWindow *) ((wxDialog *) x)); | |
2939 | } | |
2940 | static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x) { | |
2941 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxPageSetupDialog *) x)); | |
2942 | } | |
2943 | static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x) { | |
2944 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxPrintDialog *) x)); | |
2945 | } | |
2946 | static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x) { | |
2947 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxSplashScreen *) x)); | |
2948 | } | |
2949 | static void *_p_wxTipWindowTo_p_wxTopLevelWindow(void *x) { | |
2950 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxTipWindow *) x)); | |
2951 | } | |
2952 | static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x) { | |
2953 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxMDIParentFrame *) x)); | |
2954 | } | |
2955 | static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x) { | |
2956 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxMDIChildFrame *) x)); | |
2957 | } | |
2958 | static void *_p_wxWizardTo_p_wxTopLevelWindow(void *x) { | |
2959 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxWizard *) x)); | |
2960 | } | |
2961 | static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x) { | |
2962 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxProgressDialog *) x)); | |
2963 | } | |
2964 | static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x) { | |
2965 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxMessageDialog *) x)); | |
2966 | } | |
2967 | static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x) { | |
2968 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxTextEntryDialog *) x)); | |
2969 | } | |
2970 | static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x) { | |
2971 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxSingleChoiceDialog *) x)); | |
2972 | } | |
2973 | static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x) { | |
2974 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxMultiChoiceDialog *) x)); | |
2975 | } | |
2976 | static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x) { | |
2977 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxFileDialog *) x)); | |
2978 | } | |
2979 | static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x) { | |
2980 | return (void *)((wxTopLevelWindow *) (wxDialog *) ((wxFindReplaceDialog *) x)); | |
2981 | } | |
2982 | static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x) { | |
2983 | return (void *)((wxTopLevelWindow *) (wxFrame *) ((wxPreviewFrame *) x)); | |
2984 | } | |
2985 | static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x) { | |
2986 | return (void *)((wxTopLevelWindow *) (wxFrame *)(wxPreviewFrame *) ((wxPyPreviewFrame *) x)); | |
2987 | } | |
2988 | static void *_p_wxSplashScreenTo_p_wxWindow(void *x) { | |
2989 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxSplashScreen *) x)); | |
2990 | } | |
2991 | static void *_p_wxMiniFrameTo_p_wxWindow(void *x) { | |
2992 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxMiniFrame *) x)); | |
2993 | } | |
2994 | static void *_p_wxWizardPageTo_p_wxWindow(void *x) { | |
2995 | return (void *)((wxWindow *) (wxPanel *) ((wxWizardPage *) x)); | |
2996 | } | |
2997 | static void *_p_wxPyWizardPageTo_p_wxWindow(void *x) { | |
2998 | return (void *)((wxWindow *) (wxPanel *)(wxWizardPage *) ((wxPyWizardPage *) x)); | |
2999 | } | |
3000 | static void *_p_wxPyPanelTo_p_wxWindow(void *x) { | |
3001 | return (void *)((wxWindow *) (wxPanel *) ((wxPyPanel *) x)); | |
3002 | } | |
3003 | static void *_p_wxMenuBarTo_p_wxWindow(void *x) { | |
3004 | return (void *)((wxWindow *) ((wxMenuBar *) x)); | |
3005 | } | |
3006 | static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x) { | |
3007 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxFindReplaceDialog *) x)); | |
3008 | } | |
3009 | static void *_p_wxProgressDialogTo_p_wxWindow(void *x) { | |
3010 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxProgressDialog *) x)); | |
3011 | } | |
3012 | static void *_p_wxMessageDialogTo_p_wxWindow(void *x) { | |
3013 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxMessageDialog *) x)); | |
3014 | } | |
3015 | static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x) { | |
3016 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxTextEntryDialog *) x)); | |
3017 | } | |
3018 | static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x) { | |
3019 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxSingleChoiceDialog *) x)); | |
3020 | } | |
3021 | static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x) { | |
3022 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxMultiChoiceDialog *) x)); | |
3023 | } | |
3024 | static void *_p_wxFileDialogTo_p_wxWindow(void *x) { | |
3025 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxFileDialog *) x)); | |
3026 | } | |
3027 | static void *_p_wxPanelTo_p_wxWindow(void *x) { | |
3028 | return (void *)((wxWindow *) ((wxPanel *) x)); | |
3029 | } | |
3030 | static void *_p_wxStatusBarTo_p_wxWindow(void *x) { | |
3031 | return (void *)((wxWindow *) ((wxStatusBar *) x)); | |
3032 | } | |
3033 | static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x) { | |
3034 | return (void *)((wxWindow *) ((wxMDIClientWindow *) x)); | |
3035 | } | |
3036 | static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x) { | |
3037 | return (void *)((wxWindow *) (wxPanel *) ((wxPyVScrolledWindow *) x)); | |
3038 | } | |
3039 | static void *_p_wxTipWindowTo_p_wxWindow(void *x) { | |
3040 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxTipWindow *) x)); | |
3041 | } | |
3042 | static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x) { | |
3043 | return (void *)((wxWindow *) (wxPopupWindow *) ((wxPyPopupTransientWindow *) x)); | |
3044 | } | |
3045 | static void *_p_wxPopupWindowTo_p_wxWindow(void *x) { | |
3046 | return (void *)((wxWindow *) ((wxPopupWindow *) x)); | |
3047 | } | |
3048 | static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x) { | |
3049 | return (void *)((wxWindow *) (wxSashWindow *) ((wxSashLayoutWindow *) x)); | |
3050 | } | |
3051 | static void *_p_wxScrolledWindowTo_p_wxWindow(void *x) { | |
3052 | return (void *)((wxWindow *) (wxPanel *) ((wxScrolledWindow *) x)); | |
3053 | } | |
3054 | static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x) { | |
3055 | return (void *)((wxWindow *) ((wxTopLevelWindow *) x)); | |
3056 | } | |
3057 | static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x) { | |
3058 | return (void *)((wxWindow *) ((wxSplashScreenWindow *) x)); | |
3059 | } | |
3060 | static void *_p_wxSplitterWindowTo_p_wxWindow(void *x) { | |
3061 | return (void *)((wxWindow *) ((wxSplitterWindow *) x)); | |
3062 | } | |
3063 | static void *_p_wxSashWindowTo_p_wxWindow(void *x) { | |
3064 | return (void *)((wxWindow *) ((wxSashWindow *) x)); | |
3065 | } | |
a2482628 RD |
3066 | static void *_p_wxPyScrolledWindowTo_p_wxWindow(void *x) { |
3067 | return (void *)((wxWindow *) (wxPanel *)(wxScrolledWindow *) ((wxPyScrolledWindow *) x)); | |
3068 | } | |
d14a1e28 RD |
3069 | static void *_p_wxControlTo_p_wxWindow(void *x) { |
3070 | return (void *)((wxWindow *) ((wxControl *) x)); | |
3071 | } | |
3072 | static void *_p_wxPreviewFrameTo_p_wxWindow(void *x) { | |
3073 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxPreviewFrame *) x)); | |
3074 | } | |
3075 | static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x) { | |
3076 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *)(wxPreviewFrame *) ((wxPyPreviewFrame *) x)); | |
3077 | } | |
3078 | static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x) { | |
3079 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxMDIChildFrame *) x)); | |
3080 | } | |
3081 | static void *_p_wxControlWithItemsTo_p_wxWindow(void *x) { | |
3082 | return (void *)((wxWindow *) (wxControl *) ((wxControlWithItems *) x)); | |
3083 | } | |
3084 | static void *_p_wxPyWindowTo_p_wxWindow(void *x) { | |
3085 | return (void *)((wxWindow *) ((wxPyWindow *) x)); | |
3086 | } | |
3087 | static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x) { | |
3088 | return (void *)((wxWindow *) (wxPanel *)(wxScrolledWindow *) ((wxPreviewCanvas *) x)); | |
3089 | } | |
3090 | static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x) { | |
3091 | return (void *)((wxWindow *) (wxPanel *)(wxPyVScrolledWindow *)(wxPyVListBox *) ((wxPyHtmlListBox *) x)); | |
3092 | } | |
3093 | static void *_p_wxPyVListBoxTo_p_wxWindow(void *x) { | |
3094 | return (void *)((wxWindow *) (wxPanel *)(wxPyVScrolledWindow *) ((wxPyVListBox *) x)); | |
3095 | } | |
3096 | static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x) { | |
3097 | return (void *)((wxWindow *) (wxPanel *) ((wxPreviewControlBar *) x)); | |
3098 | } | |
3099 | static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x) { | |
3100 | return (void *)((wxWindow *) (wxPanel *)(wxPreviewControlBar *) ((wxPyPreviewControlBar *) x)); | |
3101 | } | |
3102 | static void *_p_wxWizardTo_p_wxWindow(void *x) { | |
3103 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxWizard *) x)); | |
3104 | } | |
3105 | static void *_p_wxWizardPageSimpleTo_p_wxWindow(void *x) { | |
3106 | return (void *)((wxWindow *) (wxPanel *)(wxWizardPage *) ((wxWizardPageSimple *) x)); | |
3107 | } | |
3108 | static void *_p_wxFrameTo_p_wxWindow(void *x) { | |
3109 | return (void *)((wxWindow *) (wxTopLevelWindow *) ((wxFrame *) x)); | |
3110 | } | |
3111 | static void *_p_wxFontDialogTo_p_wxWindow(void *x) { | |
3112 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxFontDialog *) x)); | |
3113 | } | |
3114 | static void *_p_wxDirDialogTo_p_wxWindow(void *x) { | |
3115 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxDirDialog *) x)); | |
3116 | } | |
3117 | static void *_p_wxColourDialogTo_p_wxWindow(void *x) { | |
3118 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxColourDialog *) x)); | |
3119 | } | |
3120 | static void *_p_wxDialogTo_p_wxWindow(void *x) { | |
3121 | return (void *)((wxWindow *) (wxTopLevelWindow *) ((wxDialog *) x)); | |
3122 | } | |
3123 | static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x) { | |
3124 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxPageSetupDialog *) x)); | |
3125 | } | |
3126 | static void *_p_wxPrintDialogTo_p_wxWindow(void *x) { | |
3127 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxDialog *) ((wxPrintDialog *) x)); | |
3128 | } | |
3129 | static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x) { | |
3130 | return (void *)((wxWindow *) (wxTopLevelWindow *)(wxFrame *) ((wxMDIParentFrame *) x)); | |
3131 | } | |
3132 | static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x) { | |
3133 | return (void *)((wxCommandEvent *) ((wxChildFocusEvent *) x)); | |
3134 | } | |
3135 | static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x) { | |
3136 | return (void *)((wxCommandEvent *) ((wxScrollEvent *) x)); | |
3137 | } | |
3138 | static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x) { | |
3139 | return (void *)((wxCommandEvent *) ((wxWindowCreateEvent *) x)); | |
3140 | } | |
3141 | static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x) { | |
3142 | return (void *)((wxCommandEvent *) ((wxUpdateUIEvent *) x)); | |
3143 | } | |
3144 | static void *_p_wxFindDialogEventTo_p_wxCommandEvent(void *x) { | |
3145 | return (void *)((wxCommandEvent *) ((wxFindDialogEvent *) x)); | |
3146 | } | |
3147 | static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x) { | |
3148 | return (void *)((wxCommandEvent *) ((wxWindowDestroyEvent *) x)); | |
3149 | } | |
3150 | static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x) { | |
3151 | return (void *)((wxCommandEvent *) ((wxContextMenuEvent *) x)); | |
3152 | } | |
3153 | static void *_p_wxSplitterEventTo_p_wxCommandEvent(void *x) { | |
3154 | return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxSplitterEvent *) x)); | |
3155 | } | |
3156 | static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x) { | |
3157 | return (void *)((wxCommandEvent *) ((wxNotifyEvent *) x)); | |
3158 | } | |
3159 | static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x) { | |
3160 | return (void *)((wxCommandEvent *) ((wxPyCommandEvent *) x)); | |
3161 | } | |
3162 | static void *_p_wxSashEventTo_p_wxCommandEvent(void *x) { | |
3163 | return (void *)((wxCommandEvent *) ((wxSashEvent *) x)); | |
3164 | } | |
3165 | static void *_p_wxWizardEventTo_p_wxCommandEvent(void *x) { | |
3166 | return (void *)((wxCommandEvent *) (wxNotifyEvent *) ((wxWizardEvent *) x)); | |
3167 | } | |
3168 | static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x) { | |
3169 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxSplashScreen *) x)); | |
3170 | } | |
3171 | static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x) { | |
3172 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMiniFrame *) x)); | |
3173 | } | |
3174 | static void *_p_wxWizardPageTo_p_wxEvtHandler(void *x) { | |
3175 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *) ((wxWizardPage *) x)); | |
3176 | } | |
3177 | static void *_p_wxPyWizardPageTo_p_wxEvtHandler(void *x) { | |
3178 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxWizardPage *) ((wxPyWizardPage *) x)); | |
3179 | } | |
3180 | static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x) { | |
3181 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *) ((wxPyPanel *) x)); | |
3182 | } | |
3183 | static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x) { | |
3184 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxMenuBar *) x)); | |
3185 | } | |
3186 | static void *_p_wxValidatorTo_p_wxEvtHandler(void *x) { | |
3187 | return (void *)((wxEvtHandler *) ((wxValidator *) x)); | |
3188 | } | |
3189 | static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x) { | |
3190 | return (void *)((wxEvtHandler *) (wxValidator *) ((wxPyValidator *) x)); | |
3191 | } | |
3192 | static void *_p_wxMenuTo_p_wxEvtHandler(void *x) { | |
3193 | return (void *)((wxEvtHandler *) ((wxMenu *) x)); | |
3194 | } | |
3195 | static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x) { | |
3196 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxTextEntryDialog *) x)); | |
3197 | } | |
3198 | static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x) { | |
3199 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxSingleChoiceDialog *) x)); | |
3200 | } | |
3201 | static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x) { | |
3202 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxMultiChoiceDialog *) x)); | |
3203 | } | |
3204 | static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x) { | |
3205 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFileDialog *) x)); | |
3206 | } | |
3207 | static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x) { | |
3208 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxMessageDialog *) x)); | |
3209 | } | |
3210 | static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x) { | |
3211 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxProgressDialog *) x)); | |
3212 | } | |
3213 | static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x) { | |
3214 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFindReplaceDialog *) x)); | |
3215 | } | |
3216 | static void *_p_wxPanelTo_p_wxEvtHandler(void *x) { | |
3217 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxPanel *) x)); | |
3218 | } | |
3219 | static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x) { | |
3220 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxStatusBar *) x)); | |
3221 | } | |
3222 | static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x) { | |
3223 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *) ((wxPyVScrolledWindow *) x)); | |
3224 | } | |
3225 | static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x) { | |
3226 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxTipWindow *) x)); | |
3227 | } | |
3228 | static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x) { | |
3229 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPopupWindow *) ((wxPyPopupTransientWindow *) x)); | |
3230 | } | |
3231 | static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x) { | |
3232 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxPopupWindow *) x)); | |
3233 | } | |
3234 | static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x) { | |
3235 | return (void *)((wxEvtHandler *) (wxWindow *)(wxSashWindow *) ((wxSashLayoutWindow *) x)); | |
3236 | } | |
3237 | static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x) { | |
3238 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxSashWindow *) x)); | |
3239 | } | |
3240 | static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x) { | |
3241 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxSplitterWindow *) x)); | |
3242 | } | |
3243 | static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x) { | |
3244 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxSplashScreenWindow *) x)); | |
3245 | } | |
3246 | static void *_p_wxWindowTo_p_wxEvtHandler(void *x) { | |
3247 | return (void *)((wxEvtHandler *) ((wxWindow *) x)); | |
3248 | } | |
3249 | static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x) { | |
3250 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *) ((wxScrolledWindow *) x)); | |
3251 | } | |
3252 | static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x) { | |
3253 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxTopLevelWindow *) x)); | |
3254 | } | |
3255 | static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x) { | |
3256 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxMDIClientWindow *) x)); | |
3257 | } | |
a2482628 RD |
3258 | static void *_p_wxPyScrolledWindowTo_p_wxEvtHandler(void *x) { |
3259 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxScrolledWindow *) ((wxPyScrolledWindow *) x)); | |
3260 | } | |
d14a1e28 RD |
3261 | static void *_p_wxControlTo_p_wxEvtHandler(void *x) { |
3262 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxControl *) x)); | |
3263 | } | |
3264 | static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x) { | |
3265 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxPreviewFrame *) x)); | |
3266 | } | |
3267 | static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x) { | |
3268 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *)(wxPreviewFrame *) ((wxPyPreviewFrame *) x)); | |
3269 | } | |
3270 | static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x) { | |
3271 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMDIChildFrame *) x)); | |
3272 | } | |
3273 | static void *_p_wxPyAppTo_p_wxEvtHandler(void *x) { | |
3274 | return (void *)((wxEvtHandler *) ((wxPyApp *) x)); | |
3275 | } | |
3276 | static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x) { | |
3277 | return (void *)((wxEvtHandler *) (wxWindow *)(wxControl *) ((wxControlWithItems *) x)); | |
3278 | } | |
3279 | static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x) { | |
3280 | return (void *)((wxEvtHandler *) (wxWindow *) ((wxPyWindow *) x)); | |
3281 | } | |
3282 | static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x) { | |
3283 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxScrolledWindow *) ((wxPreviewCanvas *) x)); | |
3284 | } | |
3285 | static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x) { | |
3286 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxPyVScrolledWindow *)(wxPyVListBox *) ((wxPyHtmlListBox *) x)); | |
3287 | } | |
3288 | static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x) { | |
3289 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxPyVScrolledWindow *) ((wxPyVListBox *) x)); | |
3290 | } | |
3291 | static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x) { | |
3292 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *) ((wxPreviewControlBar *) x)); | |
3293 | } | |
3294 | static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x) { | |
3295 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxPreviewControlBar *) ((wxPyPreviewControlBar *) x)); | |
3296 | } | |
3297 | static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x) { | |
3298 | return (void *)((wxEvtHandler *) ((wxTaskBarIcon *) x)); | |
3299 | } | |
3300 | static void *_p_wxWizardTo_p_wxEvtHandler(void *x) { | |
3301 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxWizard *) x)); | |
3302 | } | |
3303 | static void *_p_wxWizardPageSimpleTo_p_wxEvtHandler(void *x) { | |
3304 | return (void *)((wxEvtHandler *) (wxWindow *)(wxPanel *)(wxWizardPage *) ((wxWizardPageSimple *) x)); | |
3305 | } | |
3306 | static void *_p_wxFrameTo_p_wxEvtHandler(void *x) { | |
3307 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *) ((wxFrame *) x)); | |
3308 | } | |
3309 | static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x) { | |
3310 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxFontDialog *) x)); | |
3311 | } | |
3312 | static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x) { | |
3313 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxDirDialog *) x)); | |
3314 | } | |
3315 | static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x) { | |
3316 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxColourDialog *) x)); | |
3317 | } | |
3318 | static void *_p_wxDialogTo_p_wxEvtHandler(void *x) { | |
3319 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *) ((wxDialog *) x)); | |
3320 | } | |
3321 | static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x) { | |
3322 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxPageSetupDialog *) x)); | |
3323 | } | |
3324 | static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x) { | |
3325 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxDialog *) ((wxPrintDialog *) x)); | |
3326 | } | |
3327 | static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x) { | |
3328 | return (void *)((wxEvtHandler *) (wxWindow *)(wxTopLevelWindow *)(wxFrame *) ((wxMDIParentFrame *) x)); | |
3329 | } | |
3330 | static void *_p_wxSplitterEventTo_p_wxNotifyEvent(void *x) { | |
3331 | return (void *)((wxNotifyEvent *) ((wxSplitterEvent *) x)); | |
3332 | } | |
3333 | static void *_p_wxWizardEventTo_p_wxNotifyEvent(void *x) { | |
3334 | return (void *)((wxNotifyEvent *) ((wxWizardEvent *) x)); | |
3335 | } | |
3336 | static void *_p_wxScrolledWindowTo_p_wxPanel(void *x) { | |
3337 | return (void *)((wxPanel *) ((wxScrolledWindow *) x)); | |
3338 | } | |
3339 | static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x) { | |
3340 | return (void *)((wxPanel *) ((wxPyVScrolledWindow *) x)); | |
3341 | } | |
a2482628 RD |
3342 | static void *_p_wxPyScrolledWindowTo_p_wxPanel(void *x) { |
3343 | return (void *)((wxPanel *) (wxScrolledWindow *) ((wxPyScrolledWindow *) x)); | |
3344 | } | |
d14a1e28 RD |
3345 | static void *_p_wxWizardPageSimpleTo_p_wxPanel(void *x) { |
3346 | return (void *)((wxPanel *) (wxWizardPage *) ((wxWizardPageSimple *) x)); | |
3347 | } | |
3348 | static void *_p_wxPyVListBoxTo_p_wxPanel(void *x) { | |
3349 | return (void *)((wxPanel *) (wxPyVScrolledWindow *) ((wxPyVListBox *) x)); | |
3350 | } | |
3351 | static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x) { | |
3352 | return (void *)((wxPanel *) (wxPyVScrolledWindow *)(wxPyVListBox *) ((wxPyHtmlListBox *) x)); | |
3353 | } | |
3354 | static void *_p_wxPyPanelTo_p_wxPanel(void *x) { | |
3355 | return (void *)((wxPanel *) ((wxPyPanel *) x)); | |
3356 | } | |
3357 | static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x) { | |
3358 | return (void *)((wxPanel *) (wxScrolledWindow *) ((wxPreviewCanvas *) x)); | |
3359 | } | |
3360 | static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x) { | |
3361 | return (void *)((wxPanel *) ((wxPreviewControlBar *) x)); | |
3362 | } | |
3363 | static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x) { | |
3364 | return (void *)((wxPanel *) (wxPreviewControlBar *) ((wxPyPreviewControlBar *) x)); | |
3365 | } | |
3366 | static void *_p_wxWizardPageTo_p_wxPanel(void *x) { | |
3367 | return (void *)((wxPanel *) ((wxWizardPage *) x)); | |
3368 | } | |
3369 | static void *_p_wxPyWizardPageTo_p_wxPanel(void *x) { | |
3370 | return (void *)((wxPanel *) (wxWizardPage *) ((wxPyWizardPage *) x)); | |
3371 | } | |
3372 | static void *_p_wxContextMenuEventTo_p_wxEvent(void *x) { | |
3373 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxContextMenuEvent *) x)); | |
3374 | } | |
3375 | static void *_p_wxMenuEventTo_p_wxEvent(void *x) { | |
3376 | return (void *)((wxEvent *) ((wxMenuEvent *) x)); | |
3377 | } | |
3378 | static void *_p_wxCloseEventTo_p_wxEvent(void *x) { | |
3379 | return (void *)((wxEvent *) ((wxCloseEvent *) x)); | |
3380 | } | |
3381 | static void *_p_wxMouseEventTo_p_wxEvent(void *x) { | |
3382 | return (void *)((wxEvent *) ((wxMouseEvent *) x)); | |
3383 | } | |
3384 | static void *_p_wxEraseEventTo_p_wxEvent(void *x) { | |
3385 | return (void *)((wxEvent *) ((wxEraseEvent *) x)); | |
3386 | } | |
3387 | static void *_p_wxSetCursorEventTo_p_wxEvent(void *x) { | |
3388 | return (void *)((wxEvent *) ((wxSetCursorEvent *) x)); | |
3389 | } | |
3390 | static void *_p_wxSplitterEventTo_p_wxEvent(void *x) { | |
3391 | return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxSplitterEvent *) x)); | |
3392 | } | |
3393 | static void *_p_wxInitDialogEventTo_p_wxEvent(void *x) { | |
3394 | return (void *)((wxEvent *) ((wxInitDialogEvent *) x)); | |
3395 | } | |
3396 | static void *_p_wxScrollEventTo_p_wxEvent(void *x) { | |
3397 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxScrollEvent *) x)); | |
3398 | } | |
3399 | static void *_p_wxFindDialogEventTo_p_wxEvent(void *x) { | |
3400 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxFindDialogEvent *) x)); | |
3401 | } | |
3402 | static void *_p_wxPyEventTo_p_wxEvent(void *x) { | |
3403 | return (void *)((wxEvent *) ((wxPyEvent *) x)); | |
3404 | } | |
3405 | static void *_p_wxNotifyEventTo_p_wxEvent(void *x) { | |
3406 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxNotifyEvent *) x)); | |
3407 | } | |
3408 | static void *_p_wxCalculateLayoutEventTo_p_wxEvent(void *x) { | |
3409 | return (void *)((wxEvent *) ((wxCalculateLayoutEvent *) x)); | |
3410 | } | |
3411 | static void *_p_wxIdleEventTo_p_wxEvent(void *x) { | |
3412 | return (void *)((wxEvent *) ((wxIdleEvent *) x)); | |
3413 | } | |
3414 | static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x) { | |
3415 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowCreateEvent *) x)); | |
3416 | } | |
3417 | static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x) { | |
3418 | return (void *)((wxEvent *) ((wxQueryNewPaletteEvent *) x)); | |
3419 | } | |
3420 | static void *_p_wxMaximizeEventTo_p_wxEvent(void *x) { | |
3421 | return (void *)((wxEvent *) ((wxMaximizeEvent *) x)); | |
3422 | } | |
3423 | static void *_p_wxIconizeEventTo_p_wxEvent(void *x) { | |
3424 | return (void *)((wxEvent *) ((wxIconizeEvent *) x)); | |
3425 | } | |
3426 | static void *_p_wxActivateEventTo_p_wxEvent(void *x) { | |
3427 | return (void *)((wxEvent *) ((wxActivateEvent *) x)); | |
3428 | } | |
3429 | static void *_p_wxSizeEventTo_p_wxEvent(void *x) { | |
3430 | return (void *)((wxEvent *) ((wxSizeEvent *) x)); | |
3431 | } | |
3432 | static void *_p_wxMoveEventTo_p_wxEvent(void *x) { | |
3433 | return (void *)((wxEvent *) ((wxMoveEvent *) x)); | |
3434 | } | |
3435 | static void *_p_wxPaintEventTo_p_wxEvent(void *x) { | |
3436 | return (void *)((wxEvent *) ((wxPaintEvent *) x)); | |
3437 | } | |
3438 | static void *_p_wxNcPaintEventTo_p_wxEvent(void *x) { | |
3439 | return (void *)((wxEvent *) ((wxNcPaintEvent *) x)); | |
3440 | } | |
3441 | static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x) { | |
3442 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxUpdateUIEvent *) x)); | |
3443 | } | |
3444 | static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x) { | |
3445 | return (void *)((wxEvent *) ((wxPaletteChangedEvent *) x)); | |
3446 | } | |
3447 | static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x) { | |
3448 | return (void *)((wxEvent *) ((wxDisplayChangedEvent *) x)); | |
3449 | } | |
3450 | static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x) { | |
3451 | return (void *)((wxEvent *) ((wxMouseCaptureChangedEvent *) x)); | |
3452 | } | |
3453 | static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x) { | |
3454 | return (void *)((wxEvent *) ((wxSysColourChangedEvent *) x)); | |
3455 | } | |
3456 | static void *_p_wxDropFilesEventTo_p_wxEvent(void *x) { | |
3457 | return (void *)((wxEvent *) ((wxDropFilesEvent *) x)); | |
3458 | } | |
3459 | static void *_p_wxFocusEventTo_p_wxEvent(void *x) { | |
3460 | return (void *)((wxEvent *) ((wxFocusEvent *) x)); | |
3461 | } | |
3462 | static void *_p_wxChildFocusEventTo_p_wxEvent(void *x) { | |
3463 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxChildFocusEvent *) x)); | |
3464 | } | |
3465 | static void *_p_wxSashEventTo_p_wxEvent(void *x) { | |
3466 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxSashEvent *) x)); | |
3467 | } | |
3468 | static void *_p_wxQueryLayoutInfoEventTo_p_wxEvent(void *x) { | |
3469 | return (void *)((wxEvent *) ((wxQueryLayoutInfoEvent *) x)); | |
3470 | } | |
3471 | static void *_p_wxShowEventTo_p_wxEvent(void *x) { | |
3472 | return (void *)((wxEvent *) ((wxShowEvent *) x)); | |
3473 | } | |
3474 | static void *_p_wxCommandEventTo_p_wxEvent(void *x) { | |
3475 | return (void *)((wxEvent *) ((wxCommandEvent *) x)); | |
3476 | } | |
3477 | static void *_p_wxPyCommandEventTo_p_wxEvent(void *x) { | |
3478 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxPyCommandEvent *) x)); | |
3479 | } | |
3480 | static void *_p_wxWizardEventTo_p_wxEvent(void *x) { | |
3481 | return (void *)((wxEvent *) (wxCommandEvent *)(wxNotifyEvent *) ((wxWizardEvent *) x)); | |
3482 | } | |
3483 | static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x) { | |
3484 | return (void *)((wxEvent *) (wxCommandEvent *) ((wxWindowDestroyEvent *) x)); | |
3485 | } | |
3486 | static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x) { | |
3487 | return (void *)((wxEvent *) ((wxNavigationKeyEvent *) x)); | |
3488 | } | |
3489 | static void *_p_wxKeyEventTo_p_wxEvent(void *x) { | |
3490 | return (void *)((wxEvent *) ((wxKeyEvent *) x)); | |
3491 | } | |
3492 | static void *_p_wxScrollWinEventTo_p_wxEvent(void *x) { | |
3493 | return (void *)((wxEvent *) ((wxScrollWinEvent *) x)); | |
3494 | } | |
3495 | static void *_p_wxTaskBarIconEventTo_p_wxEvent(void *x) { | |
3496 | return (void *)((wxEvent *) ((wxTaskBarIconEvent *) x)); | |
3497 | } | |
a2482628 | 3498 | static swig_type_info _swigt__p_wxObject[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxQueryLayoutInfoEvent", _p_wxQueryLayoutInfoEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFontData", _p_wxFontDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPrintData", _p_wxPrintDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxLayoutAlgorithm", _p_wxLayoutAlgorithmTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFindReplaceData", _p_wxFindReplaceDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxColourData", _p_wxColourDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPrinter", _p_wxPrinterTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCalculateLayoutEvent", _p_wxCalculateLayoutEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPrintout", _p_wxPyPrintoutTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTaskBarIconEvent", _p_wxTaskBarIconEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPrintPreview", _p_wxPrintPreviewTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPrintPreview", _p_wxPyPrintPreviewTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialogData", _p_wxPageSetupDialogDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPrintDialogData", _p_wxPrintDialogDataTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
2f4c0a16 RD |
3499 | static swig_type_info _swigt__p_wxDialog[] = {{"_p_wxDialog", 0, "wxDialog *", 0, 0, 0, 0},{"_p_wxDialog", 0, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxDialog, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxDialog, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
3500 | static swig_type_info _swigt__p_wxWizardPageSimple[] = {{"_p_wxWizardPageSimple", 0, "wxWizardPageSimple *", 0, 0, 0, 0},{"_p_wxWizardPageSimple", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3501 | static swig_type_info _swigt__p_wxWizardPage[] = {{"_p_wxWizardPage", 0, "wxWizardPage *", 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxWizardPage, 0, 0, 0, 0, 0},{"_p_wxWizardPage", 0, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxWizardPage, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3502 | static swig_type_info _swigt__p_wxTopLevelWindow[] = {{"_p_wxTopLevelWindow", 0, "wxTopLevelWindow *", 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", 0, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxTopLevelWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
a2482628 | 3503 | static swig_type_info _swigt__p_wxWindow[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxWindow, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxWindow, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
2f4c0a16 RD |
3504 | static swig_type_info _swigt__p_wxPyWizardPage[] = {{"_p_wxPyWizardPage", 0, "wxPyWizardPage *", 0, 0, 0, 0},{"_p_wxPyWizardPage", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
3505 | static swig_type_info _swigt__p_wxWizardEvent[] = {{"_p_wxWizardEvent", 0, "wxWizardEvent *", 0, 0, 0, 0},{"_p_wxWizardEvent", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3506 | static swig_type_info _swigt__p_wxCommandEvent[] = {{"_p_wxCommandEvent", 0, "wxCommandEvent *", 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", 0, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxCommandEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3507 | static swig_type_info _swigt__p_wxBitmap[] = {{"_p_wxBitmap", 0, "wxBitmap *", 0, 0, 0, 0},{"_p_wxBitmap", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3508 | static swig_type_info _swigt__p_wxWizard[] = {{"_p_wxWizard", 0, "wxWizard *", 0, 0, 0, 0},{"_p_wxWizard", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3509 | static swig_type_info _swigt__p_char[] = {{"_p_char", 0, "char *", 0, 0, 0, 0},{"_p_char", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
a2482628 | 3510 | static swig_type_info _swigt__p_wxEvtHandler[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxEvtHandler, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
2f4c0a16 RD |
3511 | static swig_type_info _swigt__p_wxString[] = {{"_p_wxString", 0, "wxString *", 0, 0, 0, 0},{"_p_wxString", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
3512 | static swig_type_info _swigt__p_wxNotifyEvent[] = {{"_p_wxNotifyEvent", 0, "wxNotifyEvent *", 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", 0, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxNotifyEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
a2482628 | 3513 | static swig_type_info _swigt__p_wxPanel[] = {{"_p_wxPanel", 0, "wxPanel *", 0, 0, 0, 0},{"_p_wxPanel", 0, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxPanel, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxPanel, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
2f4c0a16 RD |
3514 | static swig_type_info _swigt__p_wxEvent[] = {{"_p_wxEvent", 0, "wxEvent *", 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCalculateLayoutEvent", _p_wxCalculateLayoutEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxEvent", 0, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxQueryLayoutInfoEvent", _p_wxQueryLayoutInfoEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxEvent, 0, 0, 0, 0, 0},{"_p_wxTaskBarIconEvent", _p_wxTaskBarIconEventTo_p_wxEvent, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; |
3515 | static swig_type_info _swigt__p_wxSize[] = {{"_p_wxSize", 0, "wxSize *", 0, 0, 0, 0},{"_p_wxSize", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3516 | static swig_type_info _swigt__p_wxChar[] = {{"_p_wxChar", 0, "wxChar *", 0, 0, 0, 0},{"_p_wxChar", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
3517 | static swig_type_info _swigt__p_int[] = {{"_p_int", 0, "int *", 0, 0, 0, 0},{"_p_int", 0, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; | |
d14a1e28 RD |
3518 | |
3519 | static swig_type_info *swig_types_initial[] = { | |
3520 | _swigt__p_wxObject, | |
3521 | _swigt__p_wxDialog, | |
3522 | _swigt__p_wxWizardPageSimple, | |
3523 | _swigt__p_wxWizardPage, | |
3524 | _swigt__p_wxTopLevelWindow, | |
3525 | _swigt__p_wxWindow, | |
3526 | _swigt__p_wxPyWizardPage, | |
3527 | _swigt__p_wxWizardEvent, | |
3528 | _swigt__p_wxCommandEvent, | |
3529 | _swigt__p_wxBitmap, | |
3530 | _swigt__p_wxWizard, | |
8edf1c75 | 3531 | _swigt__p_char, |
d14a1e28 | 3532 | _swigt__p_wxEvtHandler, |
8edf1c75 | 3533 | _swigt__p_wxString, |
d14a1e28 RD |
3534 | _swigt__p_wxNotifyEvent, |
3535 | _swigt__p_wxPanel, | |
3536 | _swigt__p_wxEvent, | |
3537 | _swigt__p_wxSize, | |
3538 | _swigt__p_wxChar, | |
3539 | _swigt__p_int, | |
3540 | 0 | |
3541 | }; | |
3542 | ||
3543 | ||
3544 | /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */ | |
3545 | ||
3546 | static swig_const_info swig_const_table[] = { | |
c370783e | 3547 | {0, 0, 0, 0.0, 0, 0}}; |
d14a1e28 RD |
3548 | |
3549 | #ifdef __cplusplus | |
3550 | } | |
3551 | #endif | |
3552 | ||
3553 | #ifdef __cplusplus | |
3554 | extern "C" | |
3555 | #endif | |
3556 | SWIGEXPORT(void) SWIG_init(void) { | |
3557 | static PyObject *SWIG_globals = 0; | |
3558 | static int typeinit = 0; | |
3559 | PyObject *m, *d; | |
3560 | int i; | |
3561 | if (!SWIG_globals) SWIG_globals = SWIG_newvarlink(); | |
3562 | m = Py_InitModule((char *) SWIG_name, SwigMethods); | |
3563 | d = PyModule_GetDict(m); | |
3564 | ||
3565 | if (!typeinit) { | |
3566 | for (i = 0; swig_types_initial[i]; i++) { | |
3567 | swig_types[i] = SWIG_TypeRegister(swig_types_initial[i]); | |
3568 | } | |
3569 | typeinit = 1; | |
3570 | } | |
3571 | SWIG_InstallConstants(d,swig_const_table); | |
3572 | ||
c370783e | 3573 | PyDict_SetItemString(d,"WIZARD_EX_HELPBUTTON", SWIG_From_int((int)wxWIZARD_EX_HELPBUTTON)); |
d14a1e28 RD |
3574 | PyDict_SetItemString(d, "wxEVT_WIZARD_PAGE_CHANGED", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGED)); |
3575 | PyDict_SetItemString(d, "wxEVT_WIZARD_PAGE_CHANGING", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGING)); | |
3576 | PyDict_SetItemString(d, "wxEVT_WIZARD_CANCEL", PyInt_FromLong(wxEVT_WIZARD_CANCEL)); | |
3577 | PyDict_SetItemString(d, "wxEVT_WIZARD_HELP", PyInt_FromLong(wxEVT_WIZARD_HELP)); | |
3578 | PyDict_SetItemString(d, "wxEVT_WIZARD_FINISHED", PyInt_FromLong(wxEVT_WIZARD_FINISHED)); | |
3579 | ||
3580 | ||
3581 | } | |
3582 |