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