1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
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 * ----------------------------------------------------------------------------- */
12 #define SWIG_NOINCLUDE
15 template<class T
> class SwigValueWrapper
{
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
; }
26 SwigValueWrapper
& operator=(const SwigValueWrapper
<T
>& rhs
);
33 /*************************************************************** -*- c -*-
34 * python/precommon.swg
36 * Rename all exported symbols from common.swg, to avoid symbol
37 * clashes if multiple interpreters are included
39 ************************************************************************/
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
52 /***********************************************************************
53 * common.swg for wxPython
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
60 ************************************************************************/
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
70 # define SWIGEXPORT(a) __declspec(dllexport) a
71 # define SWIGIMPORT(a) extern a
74 # if defined(__BORLANDC__)
75 # define SWIGEXPORT(a) a _export
76 # define SWIGIMPORT(a) a _export
78 # define SWIGEXPORT(a) a
79 # define SWIGIMPORT(a) a
83 # define SWIGEXPORT(a) a
84 # define SWIGIMPORT(a) a
88 # define SWIGRUNTIME(a) SWIGEXPORT(a)
90 # define SWIGRUNTIME(a) static a
97 typedef void *(*swig_converter_func
)(void *);
98 typedef struct swig_type_info
*(*swig_dycast_func
)(void **);
100 typedef struct swig_type_info
{
102 swig_converter_func converter
;
105 swig_dycast_func dcast
;
106 struct swig_type_info
*next
;
107 struct swig_type_info
*prev
;
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);
126 /***********************************************************************
127 * pyrun.swg for wxPython
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
134 ************************************************************************/
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
148 /* Flags for pointer conversion */
150 #define SWIG_POINTER_EXCEPTION 0x1
151 #define SWIG_POINTER_DISOWN 0x2
153 /* Exception handling in wrappers */
154 #define SWIG_fail goto fail
156 /* Constant information structure */
157 typedef struct swig_const_info
{
163 swig_type_info
**ptype
;
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)
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)
186 typedef double (*py_objasdbl_conv
)(PyObject
*obj
);
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
[]);
198 /* Contract support */
200 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
207 /* -------- TYPES TABLE (BEGIN) -------- */
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];
231 /* -------- TYPES TABLE (END) -------- */
234 /*-----------------------------------------------
235 @(target):= _wizard.so
236 ------------------------------------------------*/
237 #define SWIG_init init_wizard
239 #define SWIG_name "_wizard"
241 /* Auxiliar swig macros */
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)
252 #ifdef HAVE_NUMERIC_CAST
253 #define swig_numeric_cast(type,a) numeric_cast<type>(a)
255 #define swig_numeric_cast(type,a) static_cast<type>(a)
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)
269 #endif /* __cplusplus */
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
284 #include "wx/wxPython/wxPython.h"
285 #include "wx/wxPython/pyclasses.h"
286 #include "wx/wxPython/printfw.h"
288 #include <wx/wizard.h>
291 static const wxString
wxPyEmptyString(wxEmptyString
);
296 SWIGSTATICINLINE(long)
297 SWIG_CheckLongInRange(long value
, const char* type
,
298 long min_value
, long max_value
)
300 if (!PyErr_Occurred()) {
301 if (value
< min_value
) {
303 PyString_FromFormat("value %ld is less than '%s' minimum %ld",
304 value
, type
, min_value
);
306 PyErr_SetObject(PyExc_OverflowError
, err
);
308 } else if (value
> max_value
) {
310 PyString_FromFormat("value %ld is greater than '%s' maximum %ld",
311 value
, type
, max_value
);
312 PyErr_SetObject(PyExc_OverflowError
, err
);
320 SWIGSTATICINLINE(long)
321 SWIG_AsLong(PyObject
* obj
)
323 return PyInt_Check(obj
) ? PyInt_AsLong(obj
) : PyLong_AsLong(obj
);
327 #if INT_MAX != LONG_MAX
328 SWIGSTATICINLINE(int)
329 SWIG_AsInt(PyObject
*obj
)
331 return swig_numeric_cast(int,
332 SWIG_CheckLongInRange(SWIG_AsLong(obj
),
333 "int", INT_MIN
, INT_MAX
));
336 #define SWIG_AsInt SWIG_AsLong
340 SWIGSTATICINLINE(bool)
341 SWIG_AsBool(PyObject
*obj
)
343 return PyObject_IsTrue(obj
) ? true : false;
347 SWIGSTATICINLINE(int)
348 SWIG_CheckInt(PyObject
* obj
)
351 if (PyErr_Occurred()) {
360 SWIGSTATICINLINE(int)
361 SWIG_CheckBool(PyObject
* obj
)
364 if (PyErr_Occurred()) {
372 bool wxWizardPage_Create(wxWizardPage
*self
,wxWizard
*parent
,wxBitmap
const &bitmap
,wxString
const &resource
){
374 if (resource
.Length())
375 res
= (wxChar
*)resource
.c_str();
376 return self
->Create(parent
, bitmap
, res
);
378 // C++ Version of a Python aware class
379 class wxPyWizardPage
: public wxWizardPage
{
380 DECLARE_ABSTRACT_CLASS(wxPyWizardPage
);
382 wxPyWizardPage() : wxWizardPage() {}
383 wxPyWizardPage(wxWizard
*parent
,
384 const wxBitmap
& bitmap
= wxNullBitmap
,
385 const wxChar
* resource
= NULL
)
386 : wxWizardPage(parent
, bitmap
, resource
) {}
388 DEC_PYCALLBACK_WIZPG__pure(GetPrev
);
389 DEC_PYCALLBACK_WIZPG__pure(GetNext
);
390 DEC_PYCALLBACK_BITMAP__pure(GetBitmap
);
392 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow
);
393 DEC_PYCALLBACK_VOID_INT5(DoSetSize
);
394 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize
);
395 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize
);
397 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize
);
398 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize
);
399 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition
);
401 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize
);
402 DEC_PYCALLBACK_SIZE_const(DoGetBestSize
);
404 DEC_PYCALLBACK__(InitDialog
);
405 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow
);
406 DEC_PYCALLBACK_BOOL_(TransferDataToWindow
);
407 DEC_PYCALLBACK_BOOL_(Validate
);
409 DEC_PYCALLBACK_BOOL_const(AcceptsFocus
);
410 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard
);
411 DEC_PYCALLBACK_SIZE_const(GetMaxSize
);
413 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild
);
414 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild
);
420 IMPLEMENT_ABSTRACT_CLASS(wxPyWizardPage
, wxWizardPage
);
422 IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage
, wxWizardPage
, GetPrev
);
423 IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage
, wxWizardPage
, GetNext
);
424 IMP_PYCALLBACK_BITMAP__pure(wxPyWizardPage
, wxWizardPage
, GetBitmap
);
426 IMP_PYCALLBACK_VOID_INT4(wxPyWizardPage
, wxWizardPage
, DoMoveWindow
);
427 IMP_PYCALLBACK_VOID_INT5(wxPyWizardPage
, wxWizardPage
, DoSetSize
);
428 IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage
, wxWizardPage
, DoSetClientSize
);
429 IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage
, wxWizardPage
, DoSetVirtualSize
);
431 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetSize
);
432 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetClientSize
);
433 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetPosition
);
435 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, DoGetVirtualSize
);
436 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, DoGetBestSize
);
438 IMP_PYCALLBACK__(wxPyWizardPage
, wxWizardPage
, InitDialog
);
439 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, TransferDataFromWindow
);
440 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, TransferDataToWindow
);
441 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, Validate
);
443 IMP_PYCALLBACK_BOOL_const(wxPyWizardPage
, wxWizardPage
, AcceptsFocus
);
444 IMP_PYCALLBACK_BOOL_const(wxPyWizardPage
, wxWizardPage
, AcceptsFocusFromKeyboard
);
445 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, GetMaxSize
);
447 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage
, wxWizardPage
, AddChild
);
448 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage
, wxWizardPage
, RemoveChild
);
451 wxPyWizardPage
*new_wxPyWizardPage(wxWizard
*parent
,wxBitmap
const *bitmap
,wxString
const *resource
){
453 if (resource
->Length())
454 res
= (wxChar
*)resource
->c_str();
455 return new wxPyWizardPage(parent
, *bitmap
, res
);
457 bool wxPyWizardPage_Create(wxPyWizardPage
*self
,wxWizard
*parent
,wxBitmap
const &bitmap
,wxString
const &resource
){
459 if (resource
.Length())
460 res
= (wxChar
*)resource
.c_str();
461 return self
->Create(parent
, bitmap
, res
);
464 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
470 } else if (target
== Py_None
) {
474 if (!PyTuple_Check(target
)) {
476 target
= PyTuple_New(1);
477 PyTuple_SetItem(target
, 0, o2
);
480 PyTuple_SetItem(o3
, 0, o
);
483 target
= PySequence_Concat(o2
, o3
);
491 SWIGSTATICINLINE(int)
492 SWIG_CheckLong(PyObject
* obj
)
495 if (PyErr_Occurred()) {
506 static PyObject
*_wrap_new_WizardEvent(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
508 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
509 int arg2
= (int) -1 ;
510 bool arg3
= (bool) True
;
511 wxWizardPage
*arg4
= (wxWizardPage
*) NULL
;
512 wxWizardEvent
*result
;
513 PyObject
* obj0
= 0 ;
514 PyObject
* obj1
= 0 ;
515 PyObject
* obj2
= 0 ;
516 PyObject
* obj3
= 0 ;
518 (char *) "type",(char *) "id",(char *) "direction",(char *) "page", NULL
521 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_WizardEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
523 arg1
= (wxEventType
) SWIG_AsInt(obj0
);
524 if (PyErr_Occurred()) SWIG_fail
;
527 arg2
= (int) SWIG_AsInt(obj1
);
528 if (PyErr_Occurred()) SWIG_fail
;
531 arg3
= (bool) SWIG_AsBool(obj2
);
532 if (PyErr_Occurred()) SWIG_fail
;
535 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
,
536 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
539 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
540 result
= (wxWizardEvent
*)new wxWizardEvent(arg1
,arg2
,arg3
,arg4
);
542 wxPyEndAllowThreads(__tstate
);
543 if (PyErr_Occurred()) SWIG_fail
;
545 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardEvent
, 1);
552 static PyObject
*_wrap_WizardEvent_GetDirection(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
554 wxWizardEvent
*arg1
= (wxWizardEvent
*) 0 ;
556 PyObject
* obj0
= 0 ;
558 (char *) "self", NULL
561 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetDirection",kwnames
,&obj0
)) goto fail
;
562 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
,
563 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
565 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
566 result
= (bool)((wxWizardEvent
const *)arg1
)->GetDirection();
568 wxPyEndAllowThreads(__tstate
);
569 if (PyErr_Occurred()) SWIG_fail
;
572 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
580 static PyObject
*_wrap_WizardEvent_GetPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
582 wxWizardEvent
*arg1
= (wxWizardEvent
*) 0 ;
583 wxWizardPage
*result
;
584 PyObject
* obj0
= 0 ;
586 (char *) "self", NULL
589 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetPage",kwnames
,&obj0
)) goto fail
;
590 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
,
591 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
593 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
594 result
= (wxWizardPage
*)((wxWizardEvent
const *)arg1
)->GetPage();
596 wxPyEndAllowThreads(__tstate
);
597 if (PyErr_Occurred()) SWIG_fail
;
600 resultobj
= wxPyMake_wxObject(result
);
608 static PyObject
* WizardEvent_swigregister(PyObject
*self
, PyObject
*args
) {
610 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
611 SWIG_TypeClientData(SWIGTYPE_p_wxWizardEvent
, obj
);
613 return Py_BuildValue((char *)"");
615 static PyObject
*_wrap_WizardPage_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
617 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
618 wxWizard
*arg2
= (wxWizard
*) 0 ;
619 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
620 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
621 wxString
const &arg4_defvalue
= wxPyEmptyString
;
622 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
625 PyObject
* obj0
= 0 ;
626 PyObject
* obj1
= 0 ;
627 PyObject
* obj2
= 0 ;
628 PyObject
* obj3
= 0 ;
630 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
633 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:WizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
634 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
635 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
636 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
637 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
639 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
640 SWIG_POINTER_EXCEPTION
| 0)) == -1)
643 PyErr_SetString(PyExc_TypeError
,"null reference");
649 arg4
= wxString_in_helper(obj3
);
650 if (arg4
== NULL
) SWIG_fail
;
655 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
656 result
= (bool)wxWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
658 wxPyEndAllowThreads(__tstate
);
659 if (PyErr_Occurred()) SWIG_fail
;
662 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
678 static PyObject
*_wrap_WizardPage_GetPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
680 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
681 wxWizardPage
*result
;
682 PyObject
* obj0
= 0 ;
684 (char *) "self", NULL
687 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetPrev",kwnames
,&obj0
)) goto fail
;
688 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
689 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
691 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
692 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetPrev();
694 wxPyEndAllowThreads(__tstate
);
695 if (PyErr_Occurred()) SWIG_fail
;
698 resultobj
= wxPyMake_wxObject(result
);
706 static PyObject
*_wrap_WizardPage_GetNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
708 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
709 wxWizardPage
*result
;
710 PyObject
* obj0
= 0 ;
712 (char *) "self", NULL
715 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetNext",kwnames
,&obj0
)) goto fail
;
716 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
717 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
719 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
720 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetNext();
722 wxPyEndAllowThreads(__tstate
);
723 if (PyErr_Occurred()) SWIG_fail
;
726 resultobj
= wxPyMake_wxObject(result
);
734 static PyObject
*_wrap_WizardPage_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
736 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
738 PyObject
* obj0
= 0 ;
740 (char *) "self", NULL
743 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetBitmap",kwnames
,&obj0
)) goto fail
;
744 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
745 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
747 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
748 result
= ((wxWizardPage
const *)arg1
)->GetBitmap();
750 wxPyEndAllowThreads(__tstate
);
751 if (PyErr_Occurred()) SWIG_fail
;
754 wxBitmap
* resultptr
;
755 resultptr
= new wxBitmap((wxBitmap
&) result
);
756 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
764 static PyObject
* WizardPage_swigregister(PyObject
*self
, PyObject
*args
) {
766 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
767 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPage
, obj
);
769 return Py_BuildValue((char *)"");
771 static PyObject
*_wrap_new_PyWizardPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
773 wxWizard
*arg1
= (wxWizard
*) 0 ;
774 wxBitmap
*arg2
= (wxBitmap
*) &wxNullBitmap
;
775 wxString
*arg3
= (wxString
*) &wxPyEmptyString
;
776 wxPyWizardPage
*result
;
778 PyObject
* obj0
= 0 ;
779 PyObject
* obj1
= 0 ;
780 PyObject
* obj2
= 0 ;
782 (char *) "parent",(char *) "bitmap",(char *) "resource", NULL
785 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OO:new_PyWizardPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
786 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
787 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
789 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
790 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
794 arg3
= wxString_in_helper(obj2
);
795 if (arg3
== NULL
) SWIG_fail
;
800 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
801 result
= (wxPyWizardPage
*)new_wxPyWizardPage(arg1
,(wxBitmap
const *)arg2
,(wxString
const *)arg3
);
803 wxPyEndAllowThreads(__tstate
);
804 if (PyErr_Occurred()) SWIG_fail
;
806 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
821 static PyObject
*_wrap_new_PrePyWizardPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
823 wxPyWizardPage
*result
;
828 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PrePyWizardPage",kwnames
)) goto fail
;
830 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
831 result
= (wxPyWizardPage
*)new wxPyWizardPage();
833 wxPyEndAllowThreads(__tstate
);
834 if (PyErr_Occurred()) SWIG_fail
;
836 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
843 static PyObject
*_wrap_PyWizardPage_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
845 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
846 wxWizard
*arg2
= (wxWizard
*) 0 ;
847 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
848 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
849 wxString
const &arg4_defvalue
= wxPyEmptyString
;
850 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
853 PyObject
* obj0
= 0 ;
854 PyObject
* obj1
= 0 ;
855 PyObject
* obj2
= 0 ;
856 PyObject
* obj3
= 0 ;
858 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
861 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:PyWizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
862 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
863 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
864 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
865 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
867 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
868 SWIG_POINTER_EXCEPTION
| 0)) == -1)
871 PyErr_SetString(PyExc_TypeError
,"null reference");
877 arg4
= wxString_in_helper(obj3
);
878 if (arg4
== NULL
) SWIG_fail
;
883 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
884 result
= (bool)wxPyWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
886 wxPyEndAllowThreads(__tstate
);
887 if (PyErr_Occurred()) SWIG_fail
;
890 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
906 static PyObject
*_wrap_PyWizardPage__setCallbackInfo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
908 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
909 PyObject
*arg2
= (PyObject
*) 0 ;
910 PyObject
*arg3
= (PyObject
*) 0 ;
911 PyObject
* obj0
= 0 ;
912 PyObject
* obj1
= 0 ;
913 PyObject
* obj2
= 0 ;
915 (char *) "self",(char *) "self",(char *) "_class", NULL
918 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
919 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
920 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
924 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
925 (arg1
)->_setCallbackInfo(arg2
,arg3
);
927 wxPyEndAllowThreads(__tstate
);
928 if (PyErr_Occurred()) SWIG_fail
;
930 Py_INCREF(Py_None
); resultobj
= Py_None
;
937 static PyObject
*_wrap_PyWizardPage_base_DoMoveWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
939 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
944 PyObject
* obj0
= 0 ;
945 PyObject
* obj1
= 0 ;
946 PyObject
* obj2
= 0 ;
947 PyObject
* obj3
= 0 ;
948 PyObject
* obj4
= 0 ;
950 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
953 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:PyWizardPage_base_DoMoveWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
954 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
955 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
956 arg2
= (int) SWIG_AsInt(obj1
);
957 if (PyErr_Occurred()) SWIG_fail
;
958 arg3
= (int) SWIG_AsInt(obj2
);
959 if (PyErr_Occurred()) SWIG_fail
;
960 arg4
= (int) SWIG_AsInt(obj3
);
961 if (PyErr_Occurred()) SWIG_fail
;
962 arg5
= (int) SWIG_AsInt(obj4
);
963 if (PyErr_Occurred()) SWIG_fail
;
965 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
966 (arg1
)->base_DoMoveWindow(arg2
,arg3
,arg4
,arg5
);
968 wxPyEndAllowThreads(__tstate
);
969 if (PyErr_Occurred()) SWIG_fail
;
971 Py_INCREF(Py_None
); resultobj
= Py_None
;
978 static PyObject
*_wrap_PyWizardPage_base_DoSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
980 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
985 int arg6
= (int) wxSIZE_AUTO
;
986 PyObject
* obj0
= 0 ;
987 PyObject
* obj1
= 0 ;
988 PyObject
* obj2
= 0 ;
989 PyObject
* obj3
= 0 ;
990 PyObject
* obj4
= 0 ;
991 PyObject
* obj5
= 0 ;
993 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
996 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:PyWizardPage_base_DoSetSize",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
997 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
998 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
999 arg2
= (int) SWIG_AsInt(obj1
);
1000 if (PyErr_Occurred()) SWIG_fail
;
1001 arg3
= (int) SWIG_AsInt(obj2
);
1002 if (PyErr_Occurred()) SWIG_fail
;
1003 arg4
= (int) SWIG_AsInt(obj3
);
1004 if (PyErr_Occurred()) SWIG_fail
;
1005 arg5
= (int) SWIG_AsInt(obj4
);
1006 if (PyErr_Occurred()) SWIG_fail
;
1008 arg6
= (int) SWIG_AsInt(obj5
);
1009 if (PyErr_Occurred()) SWIG_fail
;
1012 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1013 (arg1
)->base_DoSetSize(arg2
,arg3
,arg4
,arg5
,arg6
);
1015 wxPyEndAllowThreads(__tstate
);
1016 if (PyErr_Occurred()) SWIG_fail
;
1018 Py_INCREF(Py_None
); resultobj
= Py_None
;
1025 static PyObject
*_wrap_PyWizardPage_base_DoSetClientSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1026 PyObject
*resultobj
;
1027 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1030 PyObject
* obj0
= 0 ;
1031 PyObject
* obj1
= 0 ;
1032 PyObject
* obj2
= 0 ;
1034 (char *) "self",(char *) "width",(char *) "height", NULL
1037 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetClientSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1038 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1039 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1040 arg2
= (int) SWIG_AsInt(obj1
);
1041 if (PyErr_Occurred()) SWIG_fail
;
1042 arg3
= (int) SWIG_AsInt(obj2
);
1043 if (PyErr_Occurred()) SWIG_fail
;
1045 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1046 (arg1
)->base_DoSetClientSize(arg2
,arg3
);
1048 wxPyEndAllowThreads(__tstate
);
1049 if (PyErr_Occurred()) SWIG_fail
;
1051 Py_INCREF(Py_None
); resultobj
= Py_None
;
1058 static PyObject
*_wrap_PyWizardPage_base_DoSetVirtualSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1059 PyObject
*resultobj
;
1060 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1063 PyObject
* obj0
= 0 ;
1064 PyObject
* obj1
= 0 ;
1065 PyObject
* obj2
= 0 ;
1067 (char *) "self",(char *) "x",(char *) "y", NULL
1070 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetVirtualSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1071 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1072 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1073 arg2
= (int) SWIG_AsInt(obj1
);
1074 if (PyErr_Occurred()) SWIG_fail
;
1075 arg3
= (int) SWIG_AsInt(obj2
);
1076 if (PyErr_Occurred()) SWIG_fail
;
1078 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1079 (arg1
)->base_DoSetVirtualSize(arg2
,arg3
);
1081 wxPyEndAllowThreads(__tstate
);
1082 if (PyErr_Occurred()) SWIG_fail
;
1084 Py_INCREF(Py_None
); resultobj
= Py_None
;
1091 static PyObject
*_wrap_PyWizardPage_base_DoGetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1092 PyObject
*resultobj
;
1093 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1094 int *arg2
= (int *) 0 ;
1095 int *arg3
= (int *) 0 ;
1098 PyObject
* obj0
= 0 ;
1100 (char *) "self", NULL
1105 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetSize",kwnames
,&obj0
)) goto fail
;
1106 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1107 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1109 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1110 ((wxPyWizardPage
const *)arg1
)->base_DoGetSize(arg2
,arg3
);
1112 wxPyEndAllowThreads(__tstate
);
1113 if (PyErr_Occurred()) SWIG_fail
;
1115 Py_INCREF(Py_None
); resultobj
= Py_None
;
1117 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1118 resultobj
= t_output_helper(resultobj
,o
);
1121 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1122 resultobj
= t_output_helper(resultobj
,o
);
1130 static PyObject
*_wrap_PyWizardPage_base_DoGetClientSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1131 PyObject
*resultobj
;
1132 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1133 int *arg2
= (int *) 0 ;
1134 int *arg3
= (int *) 0 ;
1137 PyObject
* obj0
= 0 ;
1139 (char *) "self", NULL
1144 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetClientSize",kwnames
,&obj0
)) goto fail
;
1145 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1146 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1148 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1149 ((wxPyWizardPage
const *)arg1
)->base_DoGetClientSize(arg2
,arg3
);
1151 wxPyEndAllowThreads(__tstate
);
1152 if (PyErr_Occurred()) SWIG_fail
;
1154 Py_INCREF(Py_None
); resultobj
= Py_None
;
1156 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1157 resultobj
= t_output_helper(resultobj
,o
);
1160 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1161 resultobj
= t_output_helper(resultobj
,o
);
1169 static PyObject
*_wrap_PyWizardPage_base_DoGetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1170 PyObject
*resultobj
;
1171 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1172 int *arg2
= (int *) 0 ;
1173 int *arg3
= (int *) 0 ;
1176 PyObject
* obj0
= 0 ;
1178 (char *) "self", NULL
1183 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetPosition",kwnames
,&obj0
)) goto fail
;
1184 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1185 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1187 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1188 ((wxPyWizardPage
const *)arg1
)->base_DoGetPosition(arg2
,arg3
);
1190 wxPyEndAllowThreads(__tstate
);
1191 if (PyErr_Occurred()) SWIG_fail
;
1193 Py_INCREF(Py_None
); resultobj
= Py_None
;
1195 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1196 resultobj
= t_output_helper(resultobj
,o
);
1199 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1200 resultobj
= t_output_helper(resultobj
,o
);
1208 static PyObject
*_wrap_PyWizardPage_base_DoGetVirtualSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1209 PyObject
*resultobj
;
1210 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1212 PyObject
* obj0
= 0 ;
1214 (char *) "self", NULL
1217 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetVirtualSize",kwnames
,&obj0
)) goto fail
;
1218 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1219 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1221 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1222 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetVirtualSize();
1224 wxPyEndAllowThreads(__tstate
);
1225 if (PyErr_Occurred()) SWIG_fail
;
1229 resultptr
= new wxSize((wxSize
&) result
);
1230 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1238 static PyObject
*_wrap_PyWizardPage_base_DoGetBestSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1239 PyObject
*resultobj
;
1240 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1242 PyObject
* obj0
= 0 ;
1244 (char *) "self", NULL
1247 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetBestSize",kwnames
,&obj0
)) goto fail
;
1248 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1249 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1251 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1252 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetBestSize();
1254 wxPyEndAllowThreads(__tstate
);
1255 if (PyErr_Occurred()) SWIG_fail
;
1259 resultptr
= new wxSize((wxSize
&) result
);
1260 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1268 static PyObject
*_wrap_PyWizardPage_base_InitDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1269 PyObject
*resultobj
;
1270 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1271 PyObject
* obj0
= 0 ;
1273 (char *) "self", NULL
1276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_InitDialog",kwnames
,&obj0
)) goto fail
;
1277 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1278 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1280 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1281 (arg1
)->base_InitDialog();
1283 wxPyEndAllowThreads(__tstate
);
1284 if (PyErr_Occurred()) SWIG_fail
;
1286 Py_INCREF(Py_None
); resultobj
= Py_None
;
1293 static PyObject
*_wrap_PyWizardPage_base_TransferDataToWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1294 PyObject
*resultobj
;
1295 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1297 PyObject
* obj0
= 0 ;
1299 (char *) "self", NULL
1302 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataToWindow",kwnames
,&obj0
)) goto fail
;
1303 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1304 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1306 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1307 result
= (bool)(arg1
)->base_TransferDataToWindow();
1309 wxPyEndAllowThreads(__tstate
);
1310 if (PyErr_Occurred()) SWIG_fail
;
1313 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1321 static PyObject
*_wrap_PyWizardPage_base_TransferDataFromWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1322 PyObject
*resultobj
;
1323 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1325 PyObject
* obj0
= 0 ;
1327 (char *) "self", NULL
1330 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataFromWindow",kwnames
,&obj0
)) goto fail
;
1331 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1332 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1334 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1335 result
= (bool)(arg1
)->base_TransferDataFromWindow();
1337 wxPyEndAllowThreads(__tstate
);
1338 if (PyErr_Occurred()) SWIG_fail
;
1341 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1349 static PyObject
*_wrap_PyWizardPage_base_Validate(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1350 PyObject
*resultobj
;
1351 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1353 PyObject
* obj0
= 0 ;
1355 (char *) "self", NULL
1358 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_Validate",kwnames
,&obj0
)) goto fail
;
1359 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1360 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1362 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1363 result
= (bool)(arg1
)->base_Validate();
1365 wxPyEndAllowThreads(__tstate
);
1366 if (PyErr_Occurred()) SWIG_fail
;
1369 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1377 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1378 PyObject
*resultobj
;
1379 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1381 PyObject
* obj0
= 0 ;
1383 (char *) "self", NULL
1386 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocus",kwnames
,&obj0
)) goto fail
;
1387 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1388 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1390 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1391 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocus();
1393 wxPyEndAllowThreads(__tstate
);
1394 if (PyErr_Occurred()) SWIG_fail
;
1397 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1405 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocusFromKeyboard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1406 PyObject
*resultobj
;
1407 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1409 PyObject
* obj0
= 0 ;
1411 (char *) "self", NULL
1414 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocusFromKeyboard",kwnames
,&obj0
)) goto fail
;
1415 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1416 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1418 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1419 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocusFromKeyboard();
1421 wxPyEndAllowThreads(__tstate
);
1422 if (PyErr_Occurred()) SWIG_fail
;
1425 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1433 static PyObject
*_wrap_PyWizardPage_base_GetMaxSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1434 PyObject
*resultobj
;
1435 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1437 PyObject
* obj0
= 0 ;
1439 (char *) "self", NULL
1442 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_GetMaxSize",kwnames
,&obj0
)) goto fail
;
1443 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1444 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1446 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1447 result
= ((wxPyWizardPage
const *)arg1
)->base_GetMaxSize();
1449 wxPyEndAllowThreads(__tstate
);
1450 if (PyErr_Occurred()) SWIG_fail
;
1454 resultptr
= new wxSize((wxSize
&) result
);
1455 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1463 static PyObject
*_wrap_PyWizardPage_base_AddChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1464 PyObject
*resultobj
;
1465 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1466 wxWindow
*arg2
= (wxWindow
*) 0 ;
1467 PyObject
* obj0
= 0 ;
1468 PyObject
* obj1
= 0 ;
1470 (char *) "self",(char *) "child", NULL
1473 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_AddChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1474 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1475 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1476 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1477 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1479 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1480 (arg1
)->base_AddChild(arg2
);
1482 wxPyEndAllowThreads(__tstate
);
1483 if (PyErr_Occurred()) SWIG_fail
;
1485 Py_INCREF(Py_None
); resultobj
= Py_None
;
1492 static PyObject
*_wrap_PyWizardPage_base_RemoveChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1493 PyObject
*resultobj
;
1494 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1495 wxWindow
*arg2
= (wxWindow
*) 0 ;
1496 PyObject
* obj0
= 0 ;
1497 PyObject
* obj1
= 0 ;
1499 (char *) "self",(char *) "child", NULL
1502 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_RemoveChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1503 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1504 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1505 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1506 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1508 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1509 (arg1
)->base_RemoveChild(arg2
);
1511 wxPyEndAllowThreads(__tstate
);
1512 if (PyErr_Occurred()) SWIG_fail
;
1514 Py_INCREF(Py_None
); resultobj
= Py_None
;
1521 static PyObject
* PyWizardPage_swigregister(PyObject
*self
, PyObject
*args
) {
1523 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1524 SWIG_TypeClientData(SWIGTYPE_p_wxPyWizardPage
, obj
);
1526 return Py_BuildValue((char *)"");
1528 static PyObject
*_wrap_new_WizardPageSimple(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1529 PyObject
*resultobj
;
1530 wxWizard
*arg1
= (wxWizard
*) 0 ;
1531 wxWizardPage
*arg2
= (wxWizardPage
*) NULL
;
1532 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1533 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1534 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1535 wxChar
*arg5
= (wxChar
*) NULL
;
1536 wxWizardPageSimple
*result
;
1537 PyObject
* obj0
= 0 ;
1538 PyObject
* obj1
= 0 ;
1539 PyObject
* obj2
= 0 ;
1540 PyObject
* obj3
= 0 ;
1541 PyObject
* obj4
= 0 ;
1543 (char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1546 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_WizardPageSimple",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
1547 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1548 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1550 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1551 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1554 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1555 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1558 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1559 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1562 PyErr_SetString(PyExc_TypeError
,"null reference");
1567 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxChar
,
1568 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1571 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1572 result
= (wxWizardPageSimple
*)new wxWizardPageSimple(arg1
,arg2
,arg3
,(wxBitmap
const &)*arg4
,(wxChar
const *)arg5
);
1574 wxPyEndAllowThreads(__tstate
);
1575 if (PyErr_Occurred()) SWIG_fail
;
1577 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1584 static PyObject
*_wrap_new_PreWizardPageSimple(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1585 PyObject
*resultobj
;
1586 wxWizardPageSimple
*result
;
1591 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizardPageSimple",kwnames
)) goto fail
;
1593 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1594 result
= (wxWizardPageSimple
*)new wxWizardPageSimple();
1596 wxPyEndAllowThreads(__tstate
);
1597 if (PyErr_Occurred()) SWIG_fail
;
1599 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1606 static PyObject
*_wrap_WizardPageSimple_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1607 PyObject
*resultobj
;
1608 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1609 wxWizard
*arg2
= (wxWizard
*) NULL
;
1610 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1611 wxWizardPage
*arg4
= (wxWizardPage
*) NULL
;
1612 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1613 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1614 wxChar
*arg6
= (wxChar
*) NULL
;
1616 PyObject
* obj0
= 0 ;
1617 PyObject
* obj1
= 0 ;
1618 PyObject
* obj2
= 0 ;
1619 PyObject
* obj3
= 0 ;
1620 PyObject
* obj4
= 0 ;
1621 PyObject
* obj5
= 0 ;
1623 (char *) "self",(char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1626 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:WizardPageSimple_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1627 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1628 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1630 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
1631 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1634 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1635 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1638 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
,
1639 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1642 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
1643 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1646 PyErr_SetString(PyExc_TypeError
,"null reference");
1651 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxChar
,
1652 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1655 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1656 result
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,(wxBitmap
const &)*arg5
,(wxChar
const *)arg6
);
1658 wxPyEndAllowThreads(__tstate
);
1659 if (PyErr_Occurred()) SWIG_fail
;
1662 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1670 static PyObject
*_wrap_WizardPageSimple_SetPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1671 PyObject
*resultobj
;
1672 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1673 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1674 PyObject
* obj0
= 0 ;
1675 PyObject
* obj1
= 0 ;
1677 (char *) "self",(char *) "prev", NULL
1680 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetPrev",kwnames
,&obj0
,&obj1
)) goto fail
;
1681 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1682 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1683 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1684 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1687 (arg1
)->SetPrev(arg2
);
1689 wxPyEndAllowThreads(__tstate
);
1690 if (PyErr_Occurred()) SWIG_fail
;
1692 Py_INCREF(Py_None
); resultobj
= Py_None
;
1699 static PyObject
*_wrap_WizardPageSimple_SetNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1700 PyObject
*resultobj
;
1701 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1702 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1703 PyObject
* obj0
= 0 ;
1704 PyObject
* obj1
= 0 ;
1706 (char *) "self",(char *) "next", NULL
1709 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetNext",kwnames
,&obj0
,&obj1
)) goto fail
;
1710 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1711 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1712 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1713 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1715 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1716 (arg1
)->SetNext(arg2
);
1718 wxPyEndAllowThreads(__tstate
);
1719 if (PyErr_Occurred()) SWIG_fail
;
1721 Py_INCREF(Py_None
); resultobj
= Py_None
;
1728 static PyObject
*_wrap_WizardPageSimple_Chain(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1729 PyObject
*resultobj
;
1730 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1731 wxWizardPageSimple
*arg2
= (wxWizardPageSimple
*) 0 ;
1732 PyObject
* obj0
= 0 ;
1733 PyObject
* obj1
= 0 ;
1735 (char *) "first",(char *) "second", NULL
1738 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_Chain",kwnames
,&obj0
,&obj1
)) goto fail
;
1739 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1740 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1741 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPageSimple
,
1742 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1744 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1745 wxWizardPageSimple::Chain(arg1
,arg2
);
1747 wxPyEndAllowThreads(__tstate
);
1748 if (PyErr_Occurred()) SWIG_fail
;
1750 Py_INCREF(Py_None
); resultobj
= Py_None
;
1757 static PyObject
* WizardPageSimple_swigregister(PyObject
*self
, PyObject
*args
) {
1759 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1760 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPageSimple
, obj
);
1762 return Py_BuildValue((char *)"");
1764 static PyObject
*_wrap_new_Wizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1765 PyObject
*resultobj
;
1766 wxWindow
*arg1
= (wxWindow
*) 0 ;
1767 int arg2
= (int) -1 ;
1768 wxString
const &arg3_defvalue
= wxPyEmptyString
;
1769 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
1770 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1771 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1772 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
1773 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
1774 long arg6
= (long) wxDEFAULT_DIALOG_STYLE
;
1776 bool temp3
= False
;
1778 PyObject
* obj0
= 0 ;
1779 PyObject
* obj1
= 0 ;
1780 PyObject
* obj2
= 0 ;
1781 PyObject
* obj3
= 0 ;
1782 PyObject
* obj4
= 0 ;
1783 PyObject
* obj5
= 0 ;
1785 (char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos",(char *) "style", NULL
1788 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Wizard",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1789 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
1790 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1792 arg2
= (int) SWIG_AsInt(obj1
);
1793 if (PyErr_Occurred()) SWIG_fail
;
1797 arg3
= wxString_in_helper(obj2
);
1798 if (arg3
== NULL
) SWIG_fail
;
1803 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1804 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1807 PyErr_SetString(PyExc_TypeError
,"null reference");
1814 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
1818 arg6
= (long) SWIG_AsLong(obj5
);
1819 if (PyErr_Occurred()) SWIG_fail
;
1822 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1823 result
= (wxWizard
*)new wxWizard(arg1
,arg2
,(wxString
const &)*arg3
,(wxBitmap
const &)*arg4
,(wxPoint
const &)*arg5
,arg6
);
1825 wxPyEndAllowThreads(__tstate
);
1826 if (PyErr_Occurred()) SWIG_fail
;
1828 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1843 static PyObject
*_wrap_new_PreWizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1844 PyObject
*resultobj
;
1850 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizard",kwnames
)) goto fail
;
1852 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1853 result
= (wxWizard
*)new wxWizard();
1855 wxPyEndAllowThreads(__tstate
);
1856 if (PyErr_Occurred()) SWIG_fail
;
1858 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1865 static PyObject
*_wrap_Wizard_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1866 PyObject
*resultobj
;
1867 wxWizard
*arg1
= (wxWizard
*) 0 ;
1868 wxWindow
*arg2
= (wxWindow
*) 0 ;
1869 int arg3
= (int) -1 ;
1870 wxString
const &arg4_defvalue
= wxPyEmptyString
;
1871 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
1872 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1873 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1874 wxPoint
const &arg6_defvalue
= wxDefaultPosition
;
1875 wxPoint
*arg6
= (wxPoint
*) &arg6_defvalue
;
1877 bool temp4
= False
;
1879 PyObject
* obj0
= 0 ;
1880 PyObject
* obj1
= 0 ;
1881 PyObject
* obj2
= 0 ;
1882 PyObject
* obj3
= 0 ;
1883 PyObject
* obj4
= 0 ;
1884 PyObject
* obj5
= 0 ;
1886 (char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos", NULL
1889 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOO:Wizard_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1890 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1891 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1892 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1893 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1895 arg3
= (int) SWIG_AsInt(obj2
);
1896 if (PyErr_Occurred()) SWIG_fail
;
1900 arg4
= wxString_in_helper(obj3
);
1901 if (arg4
== NULL
) SWIG_fail
;
1906 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
1907 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1910 PyErr_SetString(PyExc_TypeError
,"null reference");
1917 if ( ! wxPoint_helper(obj5
, &arg6
)) SWIG_fail
;
1921 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1922 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxBitmap
const &)*arg5
,(wxPoint
const &)*arg6
);
1924 wxPyEndAllowThreads(__tstate
);
1925 if (PyErr_Occurred()) SWIG_fail
;
1928 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1944 static PyObject
*_wrap_Wizard_Init(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1945 PyObject
*resultobj
;
1946 wxWizard
*arg1
= (wxWizard
*) 0 ;
1947 PyObject
* obj0
= 0 ;
1949 (char *) "self", NULL
1952 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_Init",kwnames
,&obj0
)) goto fail
;
1953 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1954 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1956 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1959 wxPyEndAllowThreads(__tstate
);
1960 if (PyErr_Occurred()) SWIG_fail
;
1962 Py_INCREF(Py_None
); resultobj
= Py_None
;
1969 static PyObject
*_wrap_Wizard_RunWizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1970 PyObject
*resultobj
;
1971 wxWizard
*arg1
= (wxWizard
*) 0 ;
1972 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1974 PyObject
* obj0
= 0 ;
1975 PyObject
* obj1
= 0 ;
1977 (char *) "self",(char *) "firstPage", NULL
1980 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_RunWizard",kwnames
,&obj0
,&obj1
)) goto fail
;
1981 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1982 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1983 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1984 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1986 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1987 result
= (bool)(arg1
)->RunWizard(arg2
);
1989 wxPyEndAllowThreads(__tstate
);
1990 if (PyErr_Occurred()) SWIG_fail
;
1993 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2001 static PyObject
*_wrap_Wizard_GetCurrentPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2002 PyObject
*resultobj
;
2003 wxWizard
*arg1
= (wxWizard
*) 0 ;
2004 wxWizardPage
*result
;
2005 PyObject
* obj0
= 0 ;
2007 (char *) "self", NULL
2010 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetCurrentPage",kwnames
,&obj0
)) goto fail
;
2011 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2012 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2014 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2015 result
= (wxWizardPage
*)((wxWizard
const *)arg1
)->GetCurrentPage();
2017 wxPyEndAllowThreads(__tstate
);
2018 if (PyErr_Occurred()) SWIG_fail
;
2021 resultobj
= wxPyMake_wxObject(result
);
2029 static PyObject
*_wrap_Wizard_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2030 PyObject
*resultobj
;
2031 wxWizard
*arg1
= (wxWizard
*) 0 ;
2034 PyObject
* obj0
= 0 ;
2035 PyObject
* obj1
= 0 ;
2037 (char *) "self",(char *) "size", NULL
2040 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
;
2041 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2042 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2045 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
2048 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2049 (arg1
)->SetPageSize((wxSize
const &)*arg2
);
2051 wxPyEndAllowThreads(__tstate
);
2052 if (PyErr_Occurred()) SWIG_fail
;
2054 Py_INCREF(Py_None
); resultobj
= Py_None
;
2061 static PyObject
*_wrap_Wizard_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2062 PyObject
*resultobj
;
2063 wxWizard
*arg1
= (wxWizard
*) 0 ;
2065 PyObject
* obj0
= 0 ;
2067 (char *) "self", NULL
2070 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageSize",kwnames
,&obj0
)) goto fail
;
2071 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2072 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2074 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2075 result
= ((wxWizard
const *)arg1
)->GetPageSize();
2077 wxPyEndAllowThreads(__tstate
);
2078 if (PyErr_Occurred()) SWIG_fail
;
2082 resultptr
= new wxSize((wxSize
&) result
);
2083 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
2091 static PyObject
*_wrap_Wizard_FitToPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2092 PyObject
*resultobj
;
2093 wxWizard
*arg1
= (wxWizard
*) 0 ;
2094 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2095 PyObject
* obj0
= 0 ;
2096 PyObject
* obj1
= 0 ;
2098 (char *) "self",(char *) "firstPage", NULL
2101 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_FitToPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2102 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2103 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2104 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2105 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2107 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2108 (arg1
)->FitToPage((wxWizardPage
const *)arg2
);
2110 wxPyEndAllowThreads(__tstate
);
2111 if (PyErr_Occurred()) SWIG_fail
;
2113 Py_INCREF(Py_None
); resultobj
= Py_None
;
2120 static PyObject
*_wrap_Wizard_GetPageAreaSizer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2121 PyObject
*resultobj
;
2122 wxWizard
*arg1
= (wxWizard
*) 0 ;
2124 PyObject
* obj0
= 0 ;
2126 (char *) "self", NULL
2129 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageAreaSizer",kwnames
,&obj0
)) goto fail
;
2130 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2131 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2133 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2134 result
= (wxSizer
*)((wxWizard
const *)arg1
)->GetPageAreaSizer();
2136 wxPyEndAllowThreads(__tstate
);
2137 if (PyErr_Occurred()) SWIG_fail
;
2140 resultobj
= wxPyMake_wxSizer(result
);
2148 static PyObject
*_wrap_Wizard_SetBorder(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2149 PyObject
*resultobj
;
2150 wxWizard
*arg1
= (wxWizard
*) 0 ;
2152 PyObject
* obj0
= 0 ;
2153 PyObject
* obj1
= 0 ;
2155 (char *) "self",(char *) "border", NULL
2158 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetBorder",kwnames
,&obj0
,&obj1
)) goto fail
;
2159 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2160 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2161 arg2
= (int) SWIG_AsInt(obj1
);
2162 if (PyErr_Occurred()) SWIG_fail
;
2164 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2165 (arg1
)->SetBorder(arg2
);
2167 wxPyEndAllowThreads(__tstate
);
2168 if (PyErr_Occurred()) SWIG_fail
;
2170 Py_INCREF(Py_None
); resultobj
= Py_None
;
2177 static PyObject
*_wrap_Wizard_IsRunning(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2178 PyObject
*resultobj
;
2179 wxWizard
*arg1
= (wxWizard
*) 0 ;
2181 PyObject
* obj0
= 0 ;
2183 (char *) "self", NULL
2186 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_IsRunning",kwnames
,&obj0
)) goto fail
;
2187 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2188 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2190 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2191 result
= (bool)((wxWizard
const *)arg1
)->IsRunning();
2193 wxPyEndAllowThreads(__tstate
);
2194 if (PyErr_Occurred()) SWIG_fail
;
2197 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2205 static PyObject
*_wrap_Wizard_ShowPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2206 PyObject
*resultobj
;
2207 wxWizard
*arg1
= (wxWizard
*) 0 ;
2208 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2209 bool arg3
= (bool) True
;
2211 PyObject
* obj0
= 0 ;
2212 PyObject
* obj1
= 0 ;
2213 PyObject
* obj2
= 0 ;
2215 (char *) "self",(char *) "page",(char *) "goingForward", NULL
2218 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:Wizard_ShowPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
2219 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2220 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2221 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2222 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2224 arg3
= (bool) SWIG_AsBool(obj2
);
2225 if (PyErr_Occurred()) SWIG_fail
;
2228 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2229 result
= (bool)(arg1
)->ShowPage(arg2
,arg3
);
2231 wxPyEndAllowThreads(__tstate
);
2232 if (PyErr_Occurred()) SWIG_fail
;
2235 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2243 static PyObject
*_wrap_Wizard_HasNextPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2244 PyObject
*resultobj
;
2245 wxWizard
*arg1
= (wxWizard
*) 0 ;
2246 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2248 PyObject
* obj0
= 0 ;
2249 PyObject
* obj1
= 0 ;
2251 (char *) "self",(char *) "page", NULL
2254 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasNextPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2255 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2256 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2257 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2258 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2260 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2261 result
= (bool)(arg1
)->HasNextPage(arg2
);
2263 wxPyEndAllowThreads(__tstate
);
2264 if (PyErr_Occurred()) SWIG_fail
;
2267 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2275 static PyObject
*_wrap_Wizard_HasPrevPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2276 PyObject
*resultobj
;
2277 wxWizard
*arg1
= (wxWizard
*) 0 ;
2278 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2280 PyObject
* obj0
= 0 ;
2281 PyObject
* obj1
= 0 ;
2283 (char *) "self",(char *) "page", NULL
2286 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasPrevPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2287 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2288 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2289 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2290 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2292 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2293 result
= (bool)(arg1
)->HasPrevPage(arg2
);
2295 wxPyEndAllowThreads(__tstate
);
2296 if (PyErr_Occurred()) SWIG_fail
;
2299 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2307 static PyObject
* Wizard_swigregister(PyObject
*self
, PyObject
*args
) {
2309 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
2310 SWIG_TypeClientData(SWIGTYPE_p_wxWizard
, obj
);
2312 return Py_BuildValue((char *)"");
2314 static PyMethodDef SwigMethods
[] = {
2315 { (char *)"new_WizardEvent", (PyCFunction
) _wrap_new_WizardEvent
, METH_VARARGS
| METH_KEYWORDS
},
2316 { (char *)"WizardEvent_GetDirection", (PyCFunction
) _wrap_WizardEvent_GetDirection
, METH_VARARGS
| METH_KEYWORDS
},
2317 { (char *)"WizardEvent_GetPage", (PyCFunction
) _wrap_WizardEvent_GetPage
, METH_VARARGS
| METH_KEYWORDS
},
2318 { (char *)"WizardEvent_swigregister", WizardEvent_swigregister
, METH_VARARGS
},
2319 { (char *)"WizardPage_Create", (PyCFunction
) _wrap_WizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
},
2320 { (char *)"WizardPage_GetPrev", (PyCFunction
) _wrap_WizardPage_GetPrev
, METH_VARARGS
| METH_KEYWORDS
},
2321 { (char *)"WizardPage_GetNext", (PyCFunction
) _wrap_WizardPage_GetNext
, METH_VARARGS
| METH_KEYWORDS
},
2322 { (char *)"WizardPage_GetBitmap", (PyCFunction
) _wrap_WizardPage_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
2323 { (char *)"WizardPage_swigregister", WizardPage_swigregister
, METH_VARARGS
},
2324 { (char *)"new_PyWizardPage", (PyCFunction
) _wrap_new_PyWizardPage
, METH_VARARGS
| METH_KEYWORDS
},
2325 { (char *)"new_PrePyWizardPage", (PyCFunction
) _wrap_new_PrePyWizardPage
, METH_VARARGS
| METH_KEYWORDS
},
2326 { (char *)"PyWizardPage_Create", (PyCFunction
) _wrap_PyWizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
},
2327 { (char *)"PyWizardPage__setCallbackInfo", (PyCFunction
) _wrap_PyWizardPage__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
},
2328 { (char *)"PyWizardPage_base_DoMoveWindow", (PyCFunction
) _wrap_PyWizardPage_base_DoMoveWindow
, METH_VARARGS
| METH_KEYWORDS
},
2329 { (char *)"PyWizardPage_base_DoSetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetSize
, METH_VARARGS
| METH_KEYWORDS
},
2330 { (char *)"PyWizardPage_base_DoSetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetClientSize
, METH_VARARGS
| METH_KEYWORDS
},
2331 { (char *)"PyWizardPage_base_DoSetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
},
2332 { (char *)"PyWizardPage_base_DoGetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetSize
, METH_VARARGS
| METH_KEYWORDS
},
2333 { (char *)"PyWizardPage_base_DoGetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetClientSize
, METH_VARARGS
| METH_KEYWORDS
},
2334 { (char *)"PyWizardPage_base_DoGetPosition", (PyCFunction
) _wrap_PyWizardPage_base_DoGetPosition
, METH_VARARGS
| METH_KEYWORDS
},
2335 { (char *)"PyWizardPage_base_DoGetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
},
2336 { (char *)"PyWizardPage_base_DoGetBestSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetBestSize
, METH_VARARGS
| METH_KEYWORDS
},
2337 { (char *)"PyWizardPage_base_InitDialog", (PyCFunction
) _wrap_PyWizardPage_base_InitDialog
, METH_VARARGS
| METH_KEYWORDS
},
2338 { (char *)"PyWizardPage_base_TransferDataToWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataToWindow
, METH_VARARGS
| METH_KEYWORDS
},
2339 { (char *)"PyWizardPage_base_TransferDataFromWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataFromWindow
, METH_VARARGS
| METH_KEYWORDS
},
2340 { (char *)"PyWizardPage_base_Validate", (PyCFunction
) _wrap_PyWizardPage_base_Validate
, METH_VARARGS
| METH_KEYWORDS
},
2341 { (char *)"PyWizardPage_base_AcceptsFocus", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocus
, METH_VARARGS
| METH_KEYWORDS
},
2342 { (char *)"PyWizardPage_base_AcceptsFocusFromKeyboard", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocusFromKeyboard
, METH_VARARGS
| METH_KEYWORDS
},
2343 { (char *)"PyWizardPage_base_GetMaxSize", (PyCFunction
) _wrap_PyWizardPage_base_GetMaxSize
, METH_VARARGS
| METH_KEYWORDS
},
2344 { (char *)"PyWizardPage_base_AddChild", (PyCFunction
) _wrap_PyWizardPage_base_AddChild
, METH_VARARGS
| METH_KEYWORDS
},
2345 { (char *)"PyWizardPage_base_RemoveChild", (PyCFunction
) _wrap_PyWizardPage_base_RemoveChild
, METH_VARARGS
| METH_KEYWORDS
},
2346 { (char *)"PyWizardPage_swigregister", PyWizardPage_swigregister
, METH_VARARGS
},
2347 { (char *)"new_WizardPageSimple", (PyCFunction
) _wrap_new_WizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
},
2348 { (char *)"new_PreWizardPageSimple", (PyCFunction
) _wrap_new_PreWizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
},
2349 { (char *)"WizardPageSimple_Create", (PyCFunction
) _wrap_WizardPageSimple_Create
, METH_VARARGS
| METH_KEYWORDS
},
2350 { (char *)"WizardPageSimple_SetPrev", (PyCFunction
) _wrap_WizardPageSimple_SetPrev
, METH_VARARGS
| METH_KEYWORDS
},
2351 { (char *)"WizardPageSimple_SetNext", (PyCFunction
) _wrap_WizardPageSimple_SetNext
, METH_VARARGS
| METH_KEYWORDS
},
2352 { (char *)"WizardPageSimple_Chain", (PyCFunction
) _wrap_WizardPageSimple_Chain
, METH_VARARGS
| METH_KEYWORDS
},
2353 { (char *)"WizardPageSimple_swigregister", WizardPageSimple_swigregister
, METH_VARARGS
},
2354 { (char *)"new_Wizard", (PyCFunction
) _wrap_new_Wizard
, METH_VARARGS
| METH_KEYWORDS
},
2355 { (char *)"new_PreWizard", (PyCFunction
) _wrap_new_PreWizard
, METH_VARARGS
| METH_KEYWORDS
},
2356 { (char *)"Wizard_Create", (PyCFunction
) _wrap_Wizard_Create
, METH_VARARGS
| METH_KEYWORDS
},
2357 { (char *)"Wizard_Init", (PyCFunction
) _wrap_Wizard_Init
, METH_VARARGS
| METH_KEYWORDS
},
2358 { (char *)"Wizard_RunWizard", (PyCFunction
) _wrap_Wizard_RunWizard
, METH_VARARGS
| METH_KEYWORDS
},
2359 { (char *)"Wizard_GetCurrentPage", (PyCFunction
) _wrap_Wizard_GetCurrentPage
, METH_VARARGS
| METH_KEYWORDS
},
2360 { (char *)"Wizard_SetPageSize", (PyCFunction
) _wrap_Wizard_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
2361 { (char *)"Wizard_GetPageSize", (PyCFunction
) _wrap_Wizard_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
2362 { (char *)"Wizard_FitToPage", (PyCFunction
) _wrap_Wizard_FitToPage
, METH_VARARGS
| METH_KEYWORDS
},
2363 { (char *)"Wizard_GetPageAreaSizer", (PyCFunction
) _wrap_Wizard_GetPageAreaSizer
, METH_VARARGS
| METH_KEYWORDS
},
2364 { (char *)"Wizard_SetBorder", (PyCFunction
) _wrap_Wizard_SetBorder
, METH_VARARGS
| METH_KEYWORDS
},
2365 { (char *)"Wizard_IsRunning", (PyCFunction
) _wrap_Wizard_IsRunning
, METH_VARARGS
| METH_KEYWORDS
},
2366 { (char *)"Wizard_ShowPage", (PyCFunction
) _wrap_Wizard_ShowPage
, METH_VARARGS
| METH_KEYWORDS
},
2367 { (char *)"Wizard_HasNextPage", (PyCFunction
) _wrap_Wizard_HasNextPage
, METH_VARARGS
| METH_KEYWORDS
},
2368 { (char *)"Wizard_HasPrevPage", (PyCFunction
) _wrap_Wizard_HasPrevPage
, METH_VARARGS
| METH_KEYWORDS
},
2369 { (char *)"Wizard_swigregister", Wizard_swigregister
, METH_VARARGS
},
2374 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2376 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) {
2377 return (void *)((wxObject
*) ((wxLayoutConstraints
*) x
));
2379 static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x
) {
2380 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
2382 static void *_p_wxPreviewFrameTo_p_wxObject(void *x
) {
2383 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
2385 static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x
) {
2386 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2388 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) {
2389 return (void *)((wxObject
*) (wxSizerItem
*) ((wxGBSizerItem
*) x
));
2391 static void *_p_wxSizerItemTo_p_wxObject(void *x
) {
2392 return (void *)((wxObject
*) ((wxSizerItem
*) x
));
2394 static void *_p_wxScrollEventTo_p_wxObject(void *x
) {
2395 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxScrollEvent
*) x
));
2397 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) {
2398 return (void *)((wxObject
*) ((wxIndividualLayoutConstraint
*) x
));
2400 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) {
2401 return (void *)((wxObject
*) (wxSizer
*)(wxBoxSizer
*) ((wxStaticBoxSizer
*) x
));
2403 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) {
2404 return (void *)((wxObject
*) (wxSizer
*) ((wxBoxSizer
*) x
));
2406 static void *_p_wxSizerTo_p_wxObject(void *x
) {
2407 return (void *)((wxObject
*) ((wxSizer
*) x
));
2409 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) {
2410 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*)(wxFlexGridSizer
*) ((wxGridBagSizer
*) x
));
2412 static void *_p_wxWizardPageTo_p_wxObject(void *x
) {
2413 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
2415 static void *_p_wxPyWizardPageTo_p_wxObject(void *x
) {
2416 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2418 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) {
2419 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
2421 static void *_p_wxPyPanelTo_p_wxObject(void *x
) {
2422 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
2424 static void *_p_wxEventTo_p_wxObject(void *x
) {
2425 return (void *)((wxObject
*) ((wxEvent
*) x
));
2427 static void *_p_wxFontDataTo_p_wxObject(void *x
) {
2428 return (void *)((wxObject
*) ((wxFontData
*) x
));
2430 static void *_p_wxPrintDataTo_p_wxObject(void *x
) {
2431 return (void *)((wxObject
*) ((wxPrintData
*) x
));
2433 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) {
2434 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*) ((wxFlexGridSizer
*) x
));
2436 static void *_p_wxGridSizerTo_p_wxObject(void *x
) {
2437 return (void *)((wxObject
*) (wxSizer
*) ((wxGridSizer
*) x
));
2439 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) {
2440 return (void *)((wxObject
*) (wxEvent
*) ((wxInitDialogEvent
*) x
));
2442 static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x
) {
2443 return (void *)((wxObject
*) ((wxLayoutAlgorithm
*) x
));
2445 static void *_p_wxTaskBarIconTo_p_wxObject(void *x
) {
2446 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
2448 static void *_p_wxFindDialogEventTo_p_wxObject(void *x
) {
2449 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
2451 static void *_p_wxWizardPageSimpleTo_p_wxObject(void *x
) {
2452 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2454 static void *_p_wxPaintEventTo_p_wxObject(void *x
) {
2455 return (void *)((wxObject
*) (wxEvent
*) ((wxPaintEvent
*) x
));
2457 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) {
2458 return (void *)((wxObject
*) (wxEvent
*) ((wxNcPaintEvent
*) x
));
2460 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) {
2461 return (void *)((wxObject
*) (wxEvent
*) ((wxPaletteChangedEvent
*) x
));
2463 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) {
2464 return (void *)((wxObject
*) (wxEvent
*) ((wxDisplayChangedEvent
*) x
));
2466 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) {
2467 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
2469 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) {
2470 return (void *)((wxObject
*) (wxEvent
*) ((wxSysColourChangedEvent
*) x
));
2472 static void *_p_wxPreviewCanvasTo_p_wxObject(void *x
) {
2473 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
2475 static void *_p_wxControlTo_p_wxObject(void *x
) {
2476 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxControl
*) x
));
2478 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) {
2479 return (void *)((wxObject
*) (wxEvent
*) ((wxSetCursorEvent
*) x
));
2481 static void *_p_wxSplitterEventTo_p_wxObject(void *x
) {
2482 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
2484 static void *_p_wxFSFileTo_p_wxObject(void *x
) {
2485 return (void *)((wxObject
*) ((wxFSFile
*) x
));
2487 static void *_p_wxWizardTo_p_wxObject(void *x
) {
2488 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
2490 static void *_p_wxFindReplaceDataTo_p_wxObject(void *x
) {
2491 return (void *)((wxObject
*) ((wxFindReplaceData
*) x
));
2493 static void *_p_wxPySizerTo_p_wxObject(void *x
) {
2494 return (void *)((wxObject
*) (wxSizer
*) ((wxPySizer
*) x
));
2496 static void *_p_wxMDIChildFrameTo_p_wxObject(void *x
) {
2497 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
2499 static void *_p_wxColourDataTo_p_wxObject(void *x
) {
2500 return (void *)((wxObject
*) ((wxColourData
*) x
));
2502 static void *_p_wxPyEventTo_p_wxObject(void *x
) {
2503 return (void *)((wxObject
*) (wxEvent
*) ((wxPyEvent
*) x
));
2505 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) {
2506 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxNotifyEvent
*) x
));
2508 static void *_p_wxPyWindowTo_p_wxObject(void *x
) {
2509 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPyWindow
*) x
));
2511 static void *_p_wxSplashScreenTo_p_wxObject(void *x
) {
2512 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2514 static void *_p_wxFileDialogTo_p_wxObject(void *x
) {
2515 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
2517 static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x
) {
2518 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2520 static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x
) {
2521 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2523 static void *_p_wxTextEntryDialogTo_p_wxObject(void *x
) {
2524 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
2526 static void *_p_wxMessageDialogTo_p_wxObject(void *x
) {
2527 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
2529 static void *_p_wxProgressDialogTo_p_wxObject(void *x
) {
2530 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
2532 static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x
) {
2533 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
2535 static void *_p_wxShowEventTo_p_wxObject(void *x
) {
2536 return (void *)((wxObject
*) (wxEvent
*) ((wxShowEvent
*) x
));
2538 static void *_p_wxPrinterTo_p_wxObject(void *x
) {
2539 return (void *)((wxObject
*) ((wxPrinter
*) x
));
2541 static void *_p_wxMenuItemTo_p_wxObject(void *x
) {
2542 return (void *)((wxObject
*) ((wxMenuItem
*) x
));
2544 static void *_p_wxIdleEventTo_p_wxObject(void *x
) {
2545 return (void *)((wxObject
*) (wxEvent
*) ((wxIdleEvent
*) x
));
2547 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) {
2548 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
2550 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) {
2551 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
2553 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) {
2554 return (void *)((wxObject
*) (wxEvent
*) ((wxMaximizeEvent
*) x
));
2556 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) {
2557 return (void *)((wxObject
*) (wxEvent
*) ((wxIconizeEvent
*) x
));
2559 static void *_p_wxSizeEventTo_p_wxObject(void *x
) {
2560 return (void *)((wxObject
*) (wxEvent
*) ((wxSizeEvent
*) x
));
2562 static void *_p_wxMoveEventTo_p_wxObject(void *x
) {
2563 return (void *)((wxObject
*) (wxEvent
*) ((wxMoveEvent
*) x
));
2565 static void *_p_wxActivateEventTo_p_wxObject(void *x
) {
2566 return (void *)((wxObject
*) (wxEvent
*) ((wxActivateEvent
*) x
));
2568 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) {
2569 return (void *)((wxObject
*) (wxImageHandler
*) ((wxXPMHandler
*) x
));
2571 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) {
2572 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNMHandler
*) x
));
2574 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) {
2575 return (void *)((wxObject
*) (wxImageHandler
*) ((wxJPEGHandler
*) x
));
2577 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) {
2578 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPCXHandler
*) x
));
2580 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) {
2581 return (void *)((wxObject
*) (wxImageHandler
*) ((wxGIFHandler
*) x
));
2583 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) {
2584 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNGHandler
*) x
));
2586 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) {
2587 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*)(wxCURHandler
*) ((wxANIHandler
*) x
));
2589 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) {
2590 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*) ((wxCURHandler
*) x
));
2592 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) {
2593 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*) ((wxICOHandler
*) x
));
2595 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) {
2596 return (void *)((wxObject
*) (wxImageHandler
*) ((wxBMPHandler
*) x
));
2598 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) {
2599 return (void *)((wxObject
*) ((wxImageHandler
*) x
));
2601 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) {
2602 return (void *)((wxObject
*) (wxImageHandler
*) ((wxTIFFHandler
*) x
));
2604 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) {
2605 return (void *)((wxObject
*) ((wxEvtHandler
*) x
));
2607 static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x
) {
2608 return (void *)((wxObject
*) (wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
2610 static void *_p_wxPyVListBoxTo_p_wxObject(void *x
) {
2611 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
2613 static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x
) {
2614 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
2616 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) {
2617 return (void *)((wxObject
*) ((wxAcceleratorTable
*) x
));
2619 static void *_p_wxMiniFrameTo_p_wxObject(void *x
) {
2620 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2622 static void *_p_wxImageTo_p_wxObject(void *x
) {
2623 return (void *)((wxObject
*) ((wxImage
*) x
));
2625 static void *_p_wxFrameTo_p_wxObject(void *x
) {
2626 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
2628 static void *_p_wxPyPrintoutTo_p_wxObject(void *x
) {
2629 return (void *)((wxObject
*) ((wxPyPrintout
*) x
));
2631 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) {
2632 return (void *)((wxObject
*) (wxEvent
*) ((wxScrollWinEvent
*) x
));
2634 static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x
) {
2635 return (void *)((wxObject
*) (wxEvent
*) ((wxTaskBarIconEvent
*) x
));
2637 static void *_p_wxStatusBarTo_p_wxObject(void *x
) {
2638 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxStatusBar
*) x
));
2640 static void *_p_wxMDIParentFrameTo_p_wxObject(void *x
) {
2641 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
2643 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) {
2644 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
2646 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) {
2647 return (void *)((wxObject
*) (wxEvent
*) ((wxNavigationKeyEvent
*) x
));
2649 static void *_p_wxKeyEventTo_p_wxObject(void *x
) {
2650 return (void *)((wxObject
*) (wxEvent
*) ((wxKeyEvent
*) x
));
2652 static void *_p_wxWindowTo_p_wxObject(void *x
) {
2653 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxWindow
*) x
));
2655 static void *_p_wxMenuTo_p_wxObject(void *x
) {
2656 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxMenu
*) x
));
2658 static void *_p_wxMenuBarTo_p_wxObject(void *x
) {
2659 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMenuBar
*) x
));
2661 static void *_p_wxScrolledWindowTo_p_wxObject(void *x
) {
2662 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
2664 static void *_p_wxTopLevelWindowTo_p_wxObject(void *x
) {
2665 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxTopLevelWindow
*) x
));
2667 static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x
) {
2668 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplashScreenWindow
*) x
));
2670 static void *_p_wxSplitterWindowTo_p_wxObject(void *x
) {
2671 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplitterWindow
*) x
));
2673 static void *_p_wxSashWindowTo_p_wxObject(void *x
) {
2674 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSashWindow
*) x
));
2676 static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x
) {
2677 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
2679 static void *_p_wxPopupWindowTo_p_wxObject(void *x
) {
2680 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPopupWindow
*) x
));
2682 static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x
) {
2683 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
2685 static void *_p_wxTipWindowTo_p_wxObject(void *x
) {
2686 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
2688 static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x
) {
2689 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
2691 static void *_p_wxMDIClientWindowTo_p_wxObject(void *x
) {
2692 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMDIClientWindow
*) x
));
2694 static void *_p_wxSashEventTo_p_wxObject(void *x
) {
2695 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxSashEvent
*) x
));
2697 static void *_p_wxPrintPreviewTo_p_wxObject(void *x
) {
2698 return (void *)((wxObject
*) ((wxPrintPreview
*) x
));
2700 static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x
) {
2701 return (void *)((wxObject
*) (wxPrintPreview
*) ((wxPyPrintPreview
*) x
));
2703 static void *_p_wxPanelTo_p_wxObject(void *x
) {
2704 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPanel
*) x
));
2706 static void *_p_wxDialogTo_p_wxObject(void *x
) {
2707 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
2709 static void *_p_wxColourDialogTo_p_wxObject(void *x
) {
2710 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
2712 static void *_p_wxDirDialogTo_p_wxObject(void *x
) {
2713 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
2715 static void *_p_wxFontDialogTo_p_wxObject(void *x
) {
2716 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
2718 static void *_p_wxPageSetupDialogTo_p_wxObject(void *x
) {
2719 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
2721 static void *_p_wxPrintDialogTo_p_wxObject(void *x
) {
2722 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
2724 static void *_p_wxFileSystemTo_p_wxObject(void *x
) {
2725 return (void *)((wxObject
*) ((wxFileSystem
*) x
));
2727 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) {
2728 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
2730 static void *_p_wxMenuEventTo_p_wxObject(void *x
) {
2731 return (void *)((wxObject
*) (wxEvent
*) ((wxMenuEvent
*) x
));
2733 static void *_p_wxPyAppTo_p_wxObject(void *x
) {
2734 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxPyApp
*) x
));
2736 static void *_p_wxCloseEventTo_p_wxObject(void *x
) {
2737 return (void *)((wxObject
*) (wxEvent
*) ((wxCloseEvent
*) x
));
2739 static void *_p_wxMouseEventTo_p_wxObject(void *x
) {
2740 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseEvent
*) x
));
2742 static void *_p_wxEraseEventTo_p_wxObject(void *x
) {
2743 return (void *)((wxObject
*) (wxEvent
*) ((wxEraseEvent
*) x
));
2745 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) {
2746 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
2748 static void *_p_wxCommandEventTo_p_wxObject(void *x
) {
2749 return (void *)((wxObject
*) (wxEvent
*) ((wxCommandEvent
*) x
));
2751 static void *_p_wxWizardEventTo_p_wxObject(void *x
) {
2752 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
2754 static void *_p_wxPreviewControlBarTo_p_wxObject(void *x
) {
2755 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
2757 static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x
) {
2758 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
2760 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) {
2761 return (void *)((wxObject
*) (wxEvent
*) ((wxDropFilesEvent
*) x
));
2763 static void *_p_wxFocusEventTo_p_wxObject(void *x
) {
2764 return (void *)((wxObject
*) (wxEvent
*) ((wxFocusEvent
*) x
));
2766 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) {
2767 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
2769 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) {
2770 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
2772 static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x
) {
2773 return (void *)((wxObject
*) ((wxPageSetupDialogData
*) x
));
2775 static void *_p_wxPrintDialogDataTo_p_wxObject(void *x
) {
2776 return (void *)((wxObject
*) ((wxPrintDialogData
*) x
));
2778 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) {
2779 return (void *)((wxObject
*) (wxEvtHandler
*)(wxValidator
*) ((wxPyValidator
*) x
));
2781 static void *_p_wxValidatorTo_p_wxObject(void *x
) {
2782 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxValidator
*) x
));
2784 static void *_p_wxColourDialogTo_p_wxDialog(void *x
) {
2785 return (void *)((wxDialog
*) ((wxColourDialog
*) x
));
2787 static void *_p_wxDirDialogTo_p_wxDialog(void *x
) {
2788 return (void *)((wxDialog
*) ((wxDirDialog
*) x
));
2790 static void *_p_wxFontDialogTo_p_wxDialog(void *x
) {
2791 return (void *)((wxDialog
*) ((wxFontDialog
*) x
));
2793 static void *_p_wxPageSetupDialogTo_p_wxDialog(void *x
) {
2794 return (void *)((wxDialog
*) ((wxPageSetupDialog
*) x
));
2796 static void *_p_wxPrintDialogTo_p_wxDialog(void *x
) {
2797 return (void *)((wxDialog
*) ((wxPrintDialog
*) x
));
2799 static void *_p_wxFileDialogTo_p_wxDialog(void *x
) {
2800 return (void *)((wxDialog
*) ((wxFileDialog
*) x
));
2802 static void *_p_wxMultiChoiceDialogTo_p_wxDialog(void *x
) {
2803 return (void *)((wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2805 static void *_p_wxSingleChoiceDialogTo_p_wxDialog(void *x
) {
2806 return (void *)((wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2808 static void *_p_wxTextEntryDialogTo_p_wxDialog(void *x
) {
2809 return (void *)((wxDialog
*) ((wxTextEntryDialog
*) x
));
2811 static void *_p_wxMessageDialogTo_p_wxDialog(void *x
) {
2812 return (void *)((wxDialog
*) ((wxMessageDialog
*) x
));
2814 static void *_p_wxFindReplaceDialogTo_p_wxDialog(void *x
) {
2815 return (void *)((wxDialog
*) ((wxFindReplaceDialog
*) x
));
2817 static void *_p_wxWizardTo_p_wxDialog(void *x
) {
2818 return (void *)((wxDialog
*) ((wxWizard
*) x
));
2820 static void *_p_wxWizardPageSimpleTo_p_wxWizardPage(void *x
) {
2821 return (void *)((wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2823 static void *_p_wxPyWizardPageTo_p_wxWizardPage(void *x
) {
2824 return (void *)((wxWizardPage
*) ((wxPyWizardPage
*) x
));
2826 static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x
) {
2827 return (void *)((wxTopLevelWindow
*) ((wxFrame
*) x
));
2829 static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x
) {
2830 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMiniFrame
*) x
));
2832 static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x
) {
2833 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFontDialog
*) x
));
2835 static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x
) {
2836 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxDirDialog
*) x
));
2838 static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x
) {
2839 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxColourDialog
*) x
));
2841 static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x
) {
2842 return (void *)((wxTopLevelWindow
*) ((wxDialog
*) x
));
2844 static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x
) {
2845 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPageSetupDialog
*) x
));
2847 static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x
) {
2848 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPrintDialog
*) x
));
2850 static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x
) {
2851 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxSplashScreen
*) x
));
2853 static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x
) {
2854 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIParentFrame
*) x
));
2856 static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x
) {
2857 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIChildFrame
*) x
));
2859 static void *_p_wxWizardTo_p_wxTopLevelWindow(void *x
) {
2860 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxWizard
*) x
));
2862 static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x
) {
2863 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFindReplaceDialog
*) x
));
2865 static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x
) {
2866 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxProgressDialog
*) x
));
2868 static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x
) {
2869 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMessageDialog
*) x
));
2871 static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x
) {
2872 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxTextEntryDialog
*) x
));
2874 static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2875 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2877 static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2878 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2880 static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x
) {
2881 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFileDialog
*) x
));
2883 static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2884 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxPreviewFrame
*) x
));
2886 static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2887 return (void *)((wxTopLevelWindow
*) (wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2889 static void *_p_wxSplashScreenTo_p_wxWindow(void *x
) {
2890 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2892 static void *_p_wxMiniFrameTo_p_wxWindow(void *x
) {
2893 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2895 static void *_p_wxWizardPageTo_p_wxWindow(void *x
) {
2896 return (void *)((wxWindow
*) (wxPanel
*) ((wxWizardPage
*) x
));
2898 static void *_p_wxPyWizardPageTo_p_wxWindow(void *x
) {
2899 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2901 static void *_p_wxPyPanelTo_p_wxWindow(void *x
) {
2902 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyPanel
*) x
));
2904 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) {
2905 return (void *)((wxWindow
*) ((wxMenuBar
*) x
));
2907 static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x
) {
2908 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
2910 static void *_p_wxProgressDialogTo_p_wxWindow(void *x
) {
2911 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
2913 static void *_p_wxMessageDialogTo_p_wxWindow(void *x
) {
2914 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
2916 static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x
) {
2917 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
2919 static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x
) {
2920 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2922 static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x
) {
2923 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2925 static void *_p_wxFileDialogTo_p_wxWindow(void *x
) {
2926 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
2928 static void *_p_wxPanelTo_p_wxWindow(void *x
) {
2929 return (void *)((wxWindow
*) ((wxPanel
*) x
));
2931 static void *_p_wxStatusBarTo_p_wxWindow(void *x
) {
2932 return (void *)((wxWindow
*) ((wxStatusBar
*) x
));
2934 static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x
) {
2935 return (void *)((wxWindow
*) ((wxMDIClientWindow
*) x
));
2937 static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x
) {
2938 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyVScrolledWindow
*) x
));
2940 static void *_p_wxTipWindowTo_p_wxWindow(void *x
) {
2941 return (void *)((wxWindow
*) (wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
2943 static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x
) {
2944 return (void *)((wxWindow
*) (wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
2946 static void *_p_wxPopupWindowTo_p_wxWindow(void *x
) {
2947 return (void *)((wxWindow
*) ((wxPopupWindow
*) x
));
2949 static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x
) {
2950 return (void *)((wxWindow
*) (wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
2952 static void *_p_wxScrolledWindowTo_p_wxWindow(void *x
) {
2953 return (void *)((wxWindow
*) (wxPanel
*) ((wxScrolledWindow
*) x
));
2955 static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x
) {
2956 return (void *)((wxWindow
*) ((wxTopLevelWindow
*) x
));
2958 static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x
) {
2959 return (void *)((wxWindow
*) ((wxSplashScreenWindow
*) x
));
2961 static void *_p_wxSplitterWindowTo_p_wxWindow(void *x
) {
2962 return (void *)((wxWindow
*) ((wxSplitterWindow
*) x
));
2964 static void *_p_wxSashWindowTo_p_wxWindow(void *x
) {
2965 return (void *)((wxWindow
*) ((wxSashWindow
*) x
));
2967 static void *_p_wxControlTo_p_wxWindow(void *x
) {
2968 return (void *)((wxWindow
*) ((wxControl
*) x
));
2970 static void *_p_wxPreviewFrameTo_p_wxWindow(void *x
) {
2971 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
2973 static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x
) {
2974 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2976 static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x
) {
2977 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
2979 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) {
2980 return (void *)((wxWindow
*) (wxControl
*) ((wxControlWithItems
*) x
));
2982 static void *_p_wxPyWindowTo_p_wxWindow(void *x
) {
2983 return (void *)((wxWindow
*) ((wxPyWindow
*) x
));
2985 static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x
) {
2986 return (void *)((wxWindow
*) (wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
2988 static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x
) {
2989 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
2991 static void *_p_wxPyVListBoxTo_p_wxWindow(void *x
) {
2992 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
2994 static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x
) {
2995 return (void *)((wxWindow
*) (wxPanel
*) ((wxPreviewControlBar
*) x
));
2997 static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x
) {
2998 return (void *)((wxWindow
*) (wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3000 static void *_p_wxWizardTo_p_wxWindow(void *x
) {
3001 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
3003 static void *_p_wxWizardPageSimpleTo_p_wxWindow(void *x
) {
3004 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3006 static void *_p_wxFrameTo_p_wxWindow(void *x
) {
3007 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxFrame
*) x
));
3009 static void *_p_wxFontDialogTo_p_wxWindow(void *x
) {
3010 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
3012 static void *_p_wxDirDialogTo_p_wxWindow(void *x
) {
3013 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
3015 static void *_p_wxColourDialogTo_p_wxWindow(void *x
) {
3016 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
3018 static void *_p_wxDialogTo_p_wxWindow(void *x
) {
3019 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxDialog
*) x
));
3021 static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x
) {
3022 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
3024 static void *_p_wxPrintDialogTo_p_wxWindow(void *x
) {
3025 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
3027 static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x
) {
3028 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3030 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x
) {
3031 return (void *)((wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3033 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x
) {
3034 return (void *)((wxCommandEvent
*) ((wxScrollEvent
*) x
));
3036 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x
) {
3037 return (void *)((wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3039 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x
) {
3040 return (void *)((wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3042 static void *_p_wxFindDialogEventTo_p_wxCommandEvent(void *x
) {
3043 return (void *)((wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3045 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x
) {
3046 return (void *)((wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3048 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x
) {
3049 return (void *)((wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3051 static void *_p_wxSplitterEventTo_p_wxCommandEvent(void *x
) {
3052 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3054 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x
) {
3055 return (void *)((wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3057 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x
) {
3058 return (void *)((wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3060 static void *_p_wxSashEventTo_p_wxCommandEvent(void *x
) {
3061 return (void *)((wxCommandEvent
*) ((wxSashEvent
*) x
));
3063 static void *_p_wxWizardEventTo_p_wxCommandEvent(void *x
) {
3064 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3066 static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x
) {
3067 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
3069 static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x
) {
3070 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
3072 static void *_p_wxWizardPageTo_p_wxEvtHandler(void *x
) {
3073 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
3075 static void *_p_wxPyWizardPageTo_p_wxEvtHandler(void *x
) {
3076 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
3078 static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x
) {
3079 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
3081 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) {
3082 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMenuBar
*) x
));
3084 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) {
3085 return (void *)((wxEvtHandler
*) ((wxValidator
*) x
));
3087 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) {
3088 return (void *)((wxEvtHandler
*) (wxValidator
*) ((wxPyValidator
*) x
));
3090 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) {
3091 return (void *)((wxEvtHandler
*) ((wxMenu
*) x
));
3093 static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x
) {
3094 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
3096 static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x
) {
3097 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
3099 static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x
) {
3100 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
3102 static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x
) {
3103 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
3105 static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x
) {
3106 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
3108 static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x
) {
3109 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
3111 static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x
) {
3112 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
3114 static void *_p_wxPanelTo_p_wxEvtHandler(void *x
) {
3115 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPanel
*) x
));
3117 static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x
) {
3118 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxStatusBar
*) x
));
3120 static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x
) {
3121 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3123 static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x
) {
3124 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
3126 static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x
) {
3127 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
3129 static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x
) {
3130 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPopupWindow
*) x
));
3132 static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x
) {
3133 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
3135 static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x
) {
3136 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSashWindow
*) x
));
3138 static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x
) {
3139 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplitterWindow
*) x
));
3141 static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x
) {
3142 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplashScreenWindow
*) x
));
3144 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) {
3145 return (void *)((wxEvtHandler
*) ((wxWindow
*) x
));
3147 static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x
) {
3148 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
3150 static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x
) {
3151 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxTopLevelWindow
*) x
));
3153 static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x
) {
3154 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMDIClientWindow
*) x
));
3156 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) {
3157 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxControl
*) x
));
3159 static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x
) {
3160 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
3162 static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x
) {
3163 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
3165 static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x
) {
3166 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
3168 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) {
3169 return (void *)((wxEvtHandler
*) ((wxPyApp
*) x
));
3171 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) {
3172 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
3174 static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x
) {
3175 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPyWindow
*) x
));
3177 static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x
) {
3178 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3180 static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x
) {
3181 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3183 static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x
) {
3184 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3186 static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3187 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
3189 static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3190 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3192 static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x
) {
3193 return (void *)((wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
3195 static void *_p_wxWizardTo_p_wxEvtHandler(void *x
) {
3196 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
3198 static void *_p_wxWizardPageSimpleTo_p_wxEvtHandler(void *x
) {
3199 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3201 static void *_p_wxFrameTo_p_wxEvtHandler(void *x
) {
3202 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
3204 static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x
) {
3205 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
3207 static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x
) {
3208 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
3210 static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x
) {
3211 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
3213 static void *_p_wxDialogTo_p_wxEvtHandler(void *x
) {
3214 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
3216 static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x
) {
3217 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
3219 static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x
) {
3220 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
3222 static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x
) {
3223 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3225 static void *_p_wxSplitterEventTo_p_wxNotifyEvent(void *x
) {
3226 return (void *)((wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3228 static void *_p_wxWizardEventTo_p_wxNotifyEvent(void *x
) {
3229 return (void *)((wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3231 static void *_p_wxScrolledWindowTo_p_wxPanel(void *x
) {
3232 return (void *)((wxPanel
*) ((wxScrolledWindow
*) x
));
3234 static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x
) {
3235 return (void *)((wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3237 static void *_p_wxWizardPageSimpleTo_p_wxPanel(void *x
) {
3238 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3240 static void *_p_wxPyVListBoxTo_p_wxPanel(void *x
) {
3241 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3243 static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x
) {
3244 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3246 static void *_p_wxPyPanelTo_p_wxPanel(void *x
) {
3247 return (void *)((wxPanel
*) ((wxPyPanel
*) x
));
3249 static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x
) {
3250 return (void *)((wxPanel
*) (wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3252 static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x
) {
3253 return (void *)((wxPanel
*) ((wxPreviewControlBar
*) x
));
3255 static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x
) {
3256 return (void *)((wxPanel
*) (wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3258 static void *_p_wxWizardPageTo_p_wxPanel(void *x
) {
3259 return (void *)((wxPanel
*) ((wxWizardPage
*) x
));
3261 static void *_p_wxPyWizardPageTo_p_wxPanel(void *x
) {
3262 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxPyWizardPage
*) x
));
3264 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x
) {
3265 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3267 static void *_p_wxMenuEventTo_p_wxEvent(void *x
) {
3268 return (void *)((wxEvent
*) ((wxMenuEvent
*) x
));
3270 static void *_p_wxCloseEventTo_p_wxEvent(void *x
) {
3271 return (void *)((wxEvent
*) ((wxCloseEvent
*) x
));
3273 static void *_p_wxMouseEventTo_p_wxEvent(void *x
) {
3274 return (void *)((wxEvent
*) ((wxMouseEvent
*) x
));
3276 static void *_p_wxEraseEventTo_p_wxEvent(void *x
) {
3277 return (void *)((wxEvent
*) ((wxEraseEvent
*) x
));
3279 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x
) {
3280 return (void *)((wxEvent
*) ((wxSetCursorEvent
*) x
));
3282 static void *_p_wxSplitterEventTo_p_wxEvent(void *x
) {
3283 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3285 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x
) {
3286 return (void *)((wxEvent
*) ((wxInitDialogEvent
*) x
));
3288 static void *_p_wxScrollEventTo_p_wxEvent(void *x
) {
3289 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxScrollEvent
*) x
));
3291 static void *_p_wxFindDialogEventTo_p_wxEvent(void *x
) {
3292 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3294 static void *_p_wxPyEventTo_p_wxEvent(void *x
) {
3295 return (void *)((wxEvent
*) ((wxPyEvent
*) x
));
3297 static void *_p_wxNotifyEventTo_p_wxEvent(void *x
) {
3298 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3300 static void *_p_wxCalculateLayoutEventTo_p_wxEvent(void *x
) {
3301 return (void *)((wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
3303 static void *_p_wxIdleEventTo_p_wxEvent(void *x
) {
3304 return (void *)((wxEvent
*) ((wxIdleEvent
*) x
));
3306 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x
) {
3307 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3309 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x
) {
3310 return (void *)((wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
3312 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x
) {
3313 return (void *)((wxEvent
*) ((wxMaximizeEvent
*) x
));
3315 static void *_p_wxIconizeEventTo_p_wxEvent(void *x
) {
3316 return (void *)((wxEvent
*) ((wxIconizeEvent
*) x
));
3318 static void *_p_wxActivateEventTo_p_wxEvent(void *x
) {
3319 return (void *)((wxEvent
*) ((wxActivateEvent
*) x
));
3321 static void *_p_wxSizeEventTo_p_wxEvent(void *x
) {
3322 return (void *)((wxEvent
*) ((wxSizeEvent
*) x
));
3324 static void *_p_wxMoveEventTo_p_wxEvent(void *x
) {
3325 return (void *)((wxEvent
*) ((wxMoveEvent
*) x
));
3327 static void *_p_wxPaintEventTo_p_wxEvent(void *x
) {
3328 return (void *)((wxEvent
*) ((wxPaintEvent
*) x
));
3330 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x
) {
3331 return (void *)((wxEvent
*) ((wxNcPaintEvent
*) x
));
3333 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x
) {
3334 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3336 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x
) {
3337 return (void *)((wxEvent
*) ((wxPaletteChangedEvent
*) x
));
3339 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x
) {
3340 return (void *)((wxEvent
*) ((wxDisplayChangedEvent
*) x
));
3342 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x
) {
3343 return (void *)((wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
3345 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x
) {
3346 return (void *)((wxEvent
*) ((wxSysColourChangedEvent
*) x
));
3348 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x
) {
3349 return (void *)((wxEvent
*) ((wxDropFilesEvent
*) x
));
3351 static void *_p_wxFocusEventTo_p_wxEvent(void *x
) {
3352 return (void *)((wxEvent
*) ((wxFocusEvent
*) x
));
3354 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x
) {
3355 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3357 static void *_p_wxSashEventTo_p_wxEvent(void *x
) {
3358 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxSashEvent
*) x
));
3360 static void *_p_wxQueryLayoutInfoEventTo_p_wxEvent(void *x
) {
3361 return (void *)((wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
3363 static void *_p_wxShowEventTo_p_wxEvent(void *x
) {
3364 return (void *)((wxEvent
*) ((wxShowEvent
*) x
));
3366 static void *_p_wxCommandEventTo_p_wxEvent(void *x
) {
3367 return (void *)((wxEvent
*) ((wxCommandEvent
*) x
));
3369 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x
) {
3370 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3372 static void *_p_wxWizardEventTo_p_wxEvent(void *x
) {
3373 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3375 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x
) {
3376 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3378 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x
) {
3379 return (void *)((wxEvent
*) ((wxNavigationKeyEvent
*) x
));
3381 static void *_p_wxKeyEventTo_p_wxEvent(void *x
) {
3382 return (void *)((wxEvent
*) ((wxKeyEvent
*) x
));
3384 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x
) {
3385 return (void *)((wxEvent
*) ((wxScrollWinEvent
*) x
));
3387 static void *_p_wxTaskBarIconEventTo_p_wxEvent(void *x
) {
3388 return (void *)((wxEvent
*) ((wxTaskBarIconEvent
*) x
));
3390 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_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}};
3391 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}};
3392 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}};
3393 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}};
3394 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}};
3395 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_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_wxDirDialog", _p_wxDirDialogTo_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_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}};
3396 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}};
3397 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}};
3398 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}};
3399 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}};
3400 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}};
3401 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}};
3402 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_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_wxDirDialog", _p_wxDirDialogTo_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_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}};
3403 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}};
3404 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}};
3405 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_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}};
3406 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}};
3407 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}};
3408 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}};
3409 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}};
3411 static swig_type_info
*swig_types_initial
[] = {
3414 _swigt__p_wxWizardPageSimple
,
3415 _swigt__p_wxWizardPage
,
3416 _swigt__p_wxTopLevelWindow
,
3418 _swigt__p_wxPyWizardPage
,
3419 _swigt__p_wxWizardEvent
,
3420 _swigt__p_wxCommandEvent
,
3424 _swigt__p_wxEvtHandler
,
3426 _swigt__p_wxNotifyEvent
,
3436 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
3438 static swig_const_info swig_const_table
[] = {
3448 SWIGEXPORT(void) SWIG_init(void) {
3449 static PyObject
*SWIG_globals
= 0;
3450 static int typeinit
= 0;
3453 if (!SWIG_globals
) SWIG_globals
= SWIG_newvarlink();
3454 m
= Py_InitModule((char *) SWIG_name
, SwigMethods
);
3455 d
= PyModule_GetDict(m
);
3458 for (i
= 0; swig_types_initial
[i
]; i
++) {
3459 swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]);
3463 SWIG_InstallConstants(d
,swig_const_table
);
3465 PyDict_SetItemString(d
,"WIZARD_EX_HELPBUTTON", SWIG_FromInt((int)wxWIZARD_EX_HELPBUTTON
));
3466 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGED", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGED
));
3467 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGING", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGING
));
3468 PyDict_SetItemString(d
, "wxEVT_WIZARD_CANCEL", PyInt_FromLong(wxEVT_WIZARD_CANCEL
));
3469 PyDict_SetItemString(d
, "wxEVT_WIZARD_HELP", PyInt_FromLong(wxEVT_WIZARD_HELP
));
3470 PyDict_SetItemString(d
, "wxEVT_WIZARD_FINISHED", PyInt_FromLong(wxEVT_WIZARD_FINISHED
));