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
;
571 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
578 static PyObject
*_wrap_WizardEvent_GetPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
580 wxWizardEvent
*arg1
= (wxWizardEvent
*) 0 ;
581 wxWizardPage
*result
;
582 PyObject
* obj0
= 0 ;
584 (char *) "self", NULL
587 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetPage",kwnames
,&obj0
)) goto fail
;
588 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
,
589 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
591 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
592 result
= (wxWizardPage
*)((wxWizardEvent
const *)arg1
)->GetPage();
594 wxPyEndAllowThreads(__tstate
);
595 if (PyErr_Occurred()) SWIG_fail
;
598 resultobj
= wxPyMake_wxObject(result
);
606 static PyObject
* WizardEvent_swigregister(PyObject
*self
, PyObject
*args
) {
608 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
609 SWIG_TypeClientData(SWIGTYPE_p_wxWizardEvent
, obj
);
611 return Py_BuildValue((char *)"");
613 static PyObject
*_wrap_WizardPage_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
615 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
616 wxWizard
*arg2
= (wxWizard
*) 0 ;
617 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
618 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
619 wxString
const &arg4_defvalue
= wxPyEmptyString
;
620 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
623 PyObject
* obj0
= 0 ;
624 PyObject
* obj1
= 0 ;
625 PyObject
* obj2
= 0 ;
626 PyObject
* obj3
= 0 ;
628 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
631 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:WizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
632 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
633 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
634 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
635 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
637 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
638 SWIG_POINTER_EXCEPTION
| 0)) == -1)
641 PyErr_SetString(PyExc_TypeError
,"null reference");
647 arg4
= wxString_in_helper(obj3
);
648 if (arg4
== NULL
) SWIG_fail
;
653 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
654 result
= (bool)wxWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
656 wxPyEndAllowThreads(__tstate
);
657 if (PyErr_Occurred()) SWIG_fail
;
659 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
674 static PyObject
*_wrap_WizardPage_GetPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
676 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
677 wxWizardPage
*result
;
678 PyObject
* obj0
= 0 ;
680 (char *) "self", NULL
683 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetPrev",kwnames
,&obj0
)) goto fail
;
684 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
685 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
687 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
688 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetPrev();
690 wxPyEndAllowThreads(__tstate
);
691 if (PyErr_Occurred()) SWIG_fail
;
694 resultobj
= wxPyMake_wxObject(result
);
702 static PyObject
*_wrap_WizardPage_GetNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
704 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
705 wxWizardPage
*result
;
706 PyObject
* obj0
= 0 ;
708 (char *) "self", NULL
711 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetNext",kwnames
,&obj0
)) goto fail
;
712 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
713 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
715 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
716 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetNext();
718 wxPyEndAllowThreads(__tstate
);
719 if (PyErr_Occurred()) SWIG_fail
;
722 resultobj
= wxPyMake_wxObject(result
);
730 static PyObject
*_wrap_WizardPage_GetBitmap(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
732 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
734 PyObject
* obj0
= 0 ;
736 (char *) "self", NULL
739 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetBitmap",kwnames
,&obj0
)) goto fail
;
740 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
741 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
743 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
744 result
= ((wxWizardPage
const *)arg1
)->GetBitmap();
746 wxPyEndAllowThreads(__tstate
);
747 if (PyErr_Occurred()) SWIG_fail
;
750 wxBitmap
* resultptr
;
751 resultptr
= new wxBitmap((wxBitmap
&) result
);
752 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
760 static PyObject
* WizardPage_swigregister(PyObject
*self
, PyObject
*args
) {
762 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
763 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPage
, obj
);
765 return Py_BuildValue((char *)"");
767 static PyObject
*_wrap_new_PyWizardPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
769 wxWizard
*arg1
= (wxWizard
*) 0 ;
770 wxBitmap
*arg2
= (wxBitmap
*) &wxNullBitmap
;
771 wxString
*arg3
= (wxString
*) &wxPyEmptyString
;
772 wxPyWizardPage
*result
;
774 PyObject
* obj0
= 0 ;
775 PyObject
* obj1
= 0 ;
776 PyObject
* obj2
= 0 ;
778 (char *) "parent",(char *) "bitmap",(char *) "resource", NULL
781 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OO:new_PyWizardPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
782 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
783 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
785 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
786 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
790 arg3
= wxString_in_helper(obj2
);
791 if (arg3
== NULL
) SWIG_fail
;
796 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
797 result
= (wxPyWizardPage
*)new_wxPyWizardPage(arg1
,(wxBitmap
const *)arg2
,(wxString
const *)arg3
);
799 wxPyEndAllowThreads(__tstate
);
800 if (PyErr_Occurred()) SWIG_fail
;
802 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
817 static PyObject
*_wrap_new_PrePyWizardPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
819 wxPyWizardPage
*result
;
824 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PrePyWizardPage",kwnames
)) goto fail
;
826 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
827 result
= (wxPyWizardPage
*)new wxPyWizardPage();
829 wxPyEndAllowThreads(__tstate
);
830 if (PyErr_Occurred()) SWIG_fail
;
832 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
839 static PyObject
*_wrap_PyWizardPage_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
841 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
842 wxWizard
*arg2
= (wxWizard
*) 0 ;
843 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
844 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
845 wxString
const &arg4_defvalue
= wxPyEmptyString
;
846 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
849 PyObject
* obj0
= 0 ;
850 PyObject
* obj1
= 0 ;
851 PyObject
* obj2
= 0 ;
852 PyObject
* obj3
= 0 ;
854 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
857 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:PyWizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
858 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
859 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
860 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
861 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
863 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
864 SWIG_POINTER_EXCEPTION
| 0)) == -1)
867 PyErr_SetString(PyExc_TypeError
,"null reference");
873 arg4
= wxString_in_helper(obj3
);
874 if (arg4
== NULL
) SWIG_fail
;
879 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
880 result
= (bool)wxPyWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
882 wxPyEndAllowThreads(__tstate
);
883 if (PyErr_Occurred()) SWIG_fail
;
885 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
900 static PyObject
*_wrap_PyWizardPage__setCallbackInfo(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
902 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
903 PyObject
*arg2
= (PyObject
*) 0 ;
904 PyObject
*arg3
= (PyObject
*) 0 ;
905 PyObject
* obj0
= 0 ;
906 PyObject
* obj1
= 0 ;
907 PyObject
* obj2
= 0 ;
909 (char *) "self",(char *) "self",(char *) "_class", NULL
912 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
913 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
914 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
918 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
919 (arg1
)->_setCallbackInfo(arg2
,arg3
);
921 wxPyEndAllowThreads(__tstate
);
922 if (PyErr_Occurred()) SWIG_fail
;
924 Py_INCREF(Py_None
); resultobj
= Py_None
;
931 static PyObject
*_wrap_PyWizardPage_base_DoMoveWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
933 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
938 PyObject
* obj0
= 0 ;
939 PyObject
* obj1
= 0 ;
940 PyObject
* obj2
= 0 ;
941 PyObject
* obj3
= 0 ;
942 PyObject
* obj4
= 0 ;
944 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
947 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:PyWizardPage_base_DoMoveWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
948 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
949 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
950 arg2
= (int) SWIG_AsInt(obj1
);
951 if (PyErr_Occurred()) SWIG_fail
;
952 arg3
= (int) SWIG_AsInt(obj2
);
953 if (PyErr_Occurred()) SWIG_fail
;
954 arg4
= (int) SWIG_AsInt(obj3
);
955 if (PyErr_Occurred()) SWIG_fail
;
956 arg5
= (int) SWIG_AsInt(obj4
);
957 if (PyErr_Occurred()) SWIG_fail
;
959 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
960 (arg1
)->base_DoMoveWindow(arg2
,arg3
,arg4
,arg5
);
962 wxPyEndAllowThreads(__tstate
);
963 if (PyErr_Occurred()) SWIG_fail
;
965 Py_INCREF(Py_None
); resultobj
= Py_None
;
972 static PyObject
*_wrap_PyWizardPage_base_DoSetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
974 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
979 int arg6
= (int) wxSIZE_AUTO
;
980 PyObject
* obj0
= 0 ;
981 PyObject
* obj1
= 0 ;
982 PyObject
* obj2
= 0 ;
983 PyObject
* obj3
= 0 ;
984 PyObject
* obj4
= 0 ;
985 PyObject
* obj5
= 0 ;
987 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
990 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:PyWizardPage_base_DoSetSize",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
991 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
992 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
993 arg2
= (int) SWIG_AsInt(obj1
);
994 if (PyErr_Occurred()) SWIG_fail
;
995 arg3
= (int) SWIG_AsInt(obj2
);
996 if (PyErr_Occurred()) SWIG_fail
;
997 arg4
= (int) SWIG_AsInt(obj3
);
998 if (PyErr_Occurred()) SWIG_fail
;
999 arg5
= (int) SWIG_AsInt(obj4
);
1000 if (PyErr_Occurred()) SWIG_fail
;
1002 arg6
= (int) SWIG_AsInt(obj5
);
1003 if (PyErr_Occurred()) SWIG_fail
;
1006 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1007 (arg1
)->base_DoSetSize(arg2
,arg3
,arg4
,arg5
,arg6
);
1009 wxPyEndAllowThreads(__tstate
);
1010 if (PyErr_Occurred()) SWIG_fail
;
1012 Py_INCREF(Py_None
); resultobj
= Py_None
;
1019 static PyObject
*_wrap_PyWizardPage_base_DoSetClientSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1020 PyObject
*resultobj
;
1021 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1024 PyObject
* obj0
= 0 ;
1025 PyObject
* obj1
= 0 ;
1026 PyObject
* obj2
= 0 ;
1028 (char *) "self",(char *) "width",(char *) "height", NULL
1031 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetClientSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1032 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1033 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1034 arg2
= (int) SWIG_AsInt(obj1
);
1035 if (PyErr_Occurred()) SWIG_fail
;
1036 arg3
= (int) SWIG_AsInt(obj2
);
1037 if (PyErr_Occurred()) SWIG_fail
;
1039 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1040 (arg1
)->base_DoSetClientSize(arg2
,arg3
);
1042 wxPyEndAllowThreads(__tstate
);
1043 if (PyErr_Occurred()) SWIG_fail
;
1045 Py_INCREF(Py_None
); resultobj
= Py_None
;
1052 static PyObject
*_wrap_PyWizardPage_base_DoSetVirtualSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1053 PyObject
*resultobj
;
1054 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1057 PyObject
* obj0
= 0 ;
1058 PyObject
* obj1
= 0 ;
1059 PyObject
* obj2
= 0 ;
1061 (char *) "self",(char *) "x",(char *) "y", NULL
1064 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetVirtualSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1065 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1066 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1067 arg2
= (int) SWIG_AsInt(obj1
);
1068 if (PyErr_Occurred()) SWIG_fail
;
1069 arg3
= (int) SWIG_AsInt(obj2
);
1070 if (PyErr_Occurred()) SWIG_fail
;
1072 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1073 (arg1
)->base_DoSetVirtualSize(arg2
,arg3
);
1075 wxPyEndAllowThreads(__tstate
);
1076 if (PyErr_Occurred()) SWIG_fail
;
1078 Py_INCREF(Py_None
); resultobj
= Py_None
;
1085 static PyObject
*_wrap_PyWizardPage_base_DoGetSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1086 PyObject
*resultobj
;
1087 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1088 int *arg2
= (int *) 0 ;
1089 int *arg3
= (int *) 0 ;
1092 PyObject
* obj0
= 0 ;
1094 (char *) "self", NULL
1099 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetSize",kwnames
,&obj0
)) goto fail
;
1100 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1101 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1103 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1104 ((wxPyWizardPage
const *)arg1
)->base_DoGetSize(arg2
,arg3
);
1106 wxPyEndAllowThreads(__tstate
);
1107 if (PyErr_Occurred()) SWIG_fail
;
1109 Py_INCREF(Py_None
); resultobj
= Py_None
;
1111 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1112 resultobj
= t_output_helper(resultobj
,o
);
1115 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1116 resultobj
= t_output_helper(resultobj
,o
);
1124 static PyObject
*_wrap_PyWizardPage_base_DoGetClientSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1125 PyObject
*resultobj
;
1126 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1127 int *arg2
= (int *) 0 ;
1128 int *arg3
= (int *) 0 ;
1131 PyObject
* obj0
= 0 ;
1133 (char *) "self", NULL
1138 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetClientSize",kwnames
,&obj0
)) goto fail
;
1139 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1140 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1142 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1143 ((wxPyWizardPage
const *)arg1
)->base_DoGetClientSize(arg2
,arg3
);
1145 wxPyEndAllowThreads(__tstate
);
1146 if (PyErr_Occurred()) SWIG_fail
;
1148 Py_INCREF(Py_None
); resultobj
= Py_None
;
1150 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1151 resultobj
= t_output_helper(resultobj
,o
);
1154 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1155 resultobj
= t_output_helper(resultobj
,o
);
1163 static PyObject
*_wrap_PyWizardPage_base_DoGetPosition(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1164 PyObject
*resultobj
;
1165 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1166 int *arg2
= (int *) 0 ;
1167 int *arg3
= (int *) 0 ;
1170 PyObject
* obj0
= 0 ;
1172 (char *) "self", NULL
1177 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetPosition",kwnames
,&obj0
)) goto fail
;
1178 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1179 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1181 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1182 ((wxPyWizardPage
const *)arg1
)->base_DoGetPosition(arg2
,arg3
);
1184 wxPyEndAllowThreads(__tstate
);
1185 if (PyErr_Occurred()) SWIG_fail
;
1187 Py_INCREF(Py_None
); resultobj
= Py_None
;
1189 PyObject
*o
= PyInt_FromLong((long) (*arg2
));
1190 resultobj
= t_output_helper(resultobj
,o
);
1193 PyObject
*o
= PyInt_FromLong((long) (*arg3
));
1194 resultobj
= t_output_helper(resultobj
,o
);
1202 static PyObject
*_wrap_PyWizardPage_base_DoGetVirtualSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1203 PyObject
*resultobj
;
1204 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1206 PyObject
* obj0
= 0 ;
1208 (char *) "self", NULL
1211 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetVirtualSize",kwnames
,&obj0
)) goto fail
;
1212 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1213 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1215 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1216 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetVirtualSize();
1218 wxPyEndAllowThreads(__tstate
);
1219 if (PyErr_Occurred()) SWIG_fail
;
1223 resultptr
= new wxSize((wxSize
&) result
);
1224 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1232 static PyObject
*_wrap_PyWizardPage_base_DoGetBestSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1233 PyObject
*resultobj
;
1234 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1236 PyObject
* obj0
= 0 ;
1238 (char *) "self", NULL
1241 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetBestSize",kwnames
,&obj0
)) goto fail
;
1242 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1243 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1245 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1246 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetBestSize();
1248 wxPyEndAllowThreads(__tstate
);
1249 if (PyErr_Occurred()) SWIG_fail
;
1253 resultptr
= new wxSize((wxSize
&) result
);
1254 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1262 static PyObject
*_wrap_PyWizardPage_base_InitDialog(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1263 PyObject
*resultobj
;
1264 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1265 PyObject
* obj0
= 0 ;
1267 (char *) "self", NULL
1270 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_InitDialog",kwnames
,&obj0
)) goto fail
;
1271 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1272 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1274 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1275 (arg1
)->base_InitDialog();
1277 wxPyEndAllowThreads(__tstate
);
1278 if (PyErr_Occurred()) SWIG_fail
;
1280 Py_INCREF(Py_None
); resultobj
= Py_None
;
1287 static PyObject
*_wrap_PyWizardPage_base_TransferDataToWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1288 PyObject
*resultobj
;
1289 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1291 PyObject
* obj0
= 0 ;
1293 (char *) "self", NULL
1296 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataToWindow",kwnames
,&obj0
)) goto fail
;
1297 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1298 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1300 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1301 result
= (bool)(arg1
)->base_TransferDataToWindow();
1303 wxPyEndAllowThreads(__tstate
);
1304 if (PyErr_Occurred()) SWIG_fail
;
1306 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1313 static PyObject
*_wrap_PyWizardPage_base_TransferDataFromWindow(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1314 PyObject
*resultobj
;
1315 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1317 PyObject
* obj0
= 0 ;
1319 (char *) "self", NULL
1322 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataFromWindow",kwnames
,&obj0
)) goto fail
;
1323 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1324 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1326 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1327 result
= (bool)(arg1
)->base_TransferDataFromWindow();
1329 wxPyEndAllowThreads(__tstate
);
1330 if (PyErr_Occurred()) SWIG_fail
;
1332 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1339 static PyObject
*_wrap_PyWizardPage_base_Validate(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1340 PyObject
*resultobj
;
1341 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1343 PyObject
* obj0
= 0 ;
1345 (char *) "self", NULL
1348 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_Validate",kwnames
,&obj0
)) goto fail
;
1349 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1350 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1352 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1353 result
= (bool)(arg1
)->base_Validate();
1355 wxPyEndAllowThreads(__tstate
);
1356 if (PyErr_Occurred()) SWIG_fail
;
1358 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1365 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocus(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1366 PyObject
*resultobj
;
1367 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1369 PyObject
* obj0
= 0 ;
1371 (char *) "self", NULL
1374 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocus",kwnames
,&obj0
)) goto fail
;
1375 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1376 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1378 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1379 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocus();
1381 wxPyEndAllowThreads(__tstate
);
1382 if (PyErr_Occurred()) SWIG_fail
;
1384 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1391 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocusFromKeyboard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1392 PyObject
*resultobj
;
1393 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1395 PyObject
* obj0
= 0 ;
1397 (char *) "self", NULL
1400 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocusFromKeyboard",kwnames
,&obj0
)) goto fail
;
1401 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1402 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1404 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1405 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocusFromKeyboard();
1407 wxPyEndAllowThreads(__tstate
);
1408 if (PyErr_Occurred()) SWIG_fail
;
1410 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1417 static PyObject
*_wrap_PyWizardPage_base_GetMaxSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1418 PyObject
*resultobj
;
1419 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1421 PyObject
* obj0
= 0 ;
1423 (char *) "self", NULL
1426 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_GetMaxSize",kwnames
,&obj0
)) goto fail
;
1427 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1428 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1430 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1431 result
= ((wxPyWizardPage
const *)arg1
)->base_GetMaxSize();
1433 wxPyEndAllowThreads(__tstate
);
1434 if (PyErr_Occurred()) SWIG_fail
;
1438 resultptr
= new wxSize((wxSize
&) result
);
1439 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1447 static PyObject
*_wrap_PyWizardPage_base_AddChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1448 PyObject
*resultobj
;
1449 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1450 wxWindow
*arg2
= (wxWindow
*) 0 ;
1451 PyObject
* obj0
= 0 ;
1452 PyObject
* obj1
= 0 ;
1454 (char *) "self",(char *) "child", NULL
1457 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_AddChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1458 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1459 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1460 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1461 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1463 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1464 (arg1
)->base_AddChild(arg2
);
1466 wxPyEndAllowThreads(__tstate
);
1467 if (PyErr_Occurred()) SWIG_fail
;
1469 Py_INCREF(Py_None
); resultobj
= Py_None
;
1476 static PyObject
*_wrap_PyWizardPage_base_RemoveChild(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1477 PyObject
*resultobj
;
1478 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1479 wxWindow
*arg2
= (wxWindow
*) 0 ;
1480 PyObject
* obj0
= 0 ;
1481 PyObject
* obj1
= 0 ;
1483 (char *) "self",(char *) "child", NULL
1486 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_RemoveChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1487 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1488 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1489 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1490 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1492 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1493 (arg1
)->base_RemoveChild(arg2
);
1495 wxPyEndAllowThreads(__tstate
);
1496 if (PyErr_Occurred()) SWIG_fail
;
1498 Py_INCREF(Py_None
); resultobj
= Py_None
;
1505 static PyObject
* PyWizardPage_swigregister(PyObject
*self
, PyObject
*args
) {
1507 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1508 SWIG_TypeClientData(SWIGTYPE_p_wxPyWizardPage
, obj
);
1510 return Py_BuildValue((char *)"");
1512 static PyObject
*_wrap_new_WizardPageSimple(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1513 PyObject
*resultobj
;
1514 wxWizard
*arg1
= (wxWizard
*) 0 ;
1515 wxWizardPage
*arg2
= (wxWizardPage
*) NULL
;
1516 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1517 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1518 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1519 wxChar
*arg5
= (wxChar
*) NULL
;
1520 wxWizardPageSimple
*result
;
1521 PyObject
* obj0
= 0 ;
1522 PyObject
* obj1
= 0 ;
1523 PyObject
* obj2
= 0 ;
1524 PyObject
* obj3
= 0 ;
1525 PyObject
* obj4
= 0 ;
1527 (char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1530 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_WizardPageSimple",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
1531 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1532 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1534 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1535 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1538 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1539 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1542 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1543 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1546 PyErr_SetString(PyExc_TypeError
,"null reference");
1551 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxChar
,
1552 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1555 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1556 result
= (wxWizardPageSimple
*)new wxWizardPageSimple(arg1
,arg2
,arg3
,(wxBitmap
const &)*arg4
,(wxChar
const *)arg5
);
1558 wxPyEndAllowThreads(__tstate
);
1559 if (PyErr_Occurred()) SWIG_fail
;
1561 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1568 static PyObject
*_wrap_new_PreWizardPageSimple(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1569 PyObject
*resultobj
;
1570 wxWizardPageSimple
*result
;
1575 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizardPageSimple",kwnames
)) goto fail
;
1577 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1578 result
= (wxWizardPageSimple
*)new wxWizardPageSimple();
1580 wxPyEndAllowThreads(__tstate
);
1581 if (PyErr_Occurred()) SWIG_fail
;
1583 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1590 static PyObject
*_wrap_WizardPageSimple_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1591 PyObject
*resultobj
;
1592 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1593 wxWizard
*arg2
= (wxWizard
*) NULL
;
1594 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1595 wxWizardPage
*arg4
= (wxWizardPage
*) NULL
;
1596 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1597 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1598 wxChar
*arg6
= (wxChar
*) NULL
;
1600 PyObject
* obj0
= 0 ;
1601 PyObject
* obj1
= 0 ;
1602 PyObject
* obj2
= 0 ;
1603 PyObject
* obj3
= 0 ;
1604 PyObject
* obj4
= 0 ;
1605 PyObject
* obj5
= 0 ;
1607 (char *) "self",(char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1610 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:WizardPageSimple_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1611 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1612 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1614 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
1615 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1618 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1619 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1622 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
,
1623 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1626 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
1627 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1630 PyErr_SetString(PyExc_TypeError
,"null reference");
1635 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxChar
,
1636 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1639 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1640 result
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,(wxBitmap
const &)*arg5
,(wxChar
const *)arg6
);
1642 wxPyEndAllowThreads(__tstate
);
1643 if (PyErr_Occurred()) SWIG_fail
;
1645 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1652 static PyObject
*_wrap_WizardPageSimple_SetPrev(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1653 PyObject
*resultobj
;
1654 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1655 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1656 PyObject
* obj0
= 0 ;
1657 PyObject
* obj1
= 0 ;
1659 (char *) "self",(char *) "prev", NULL
1662 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetPrev",kwnames
,&obj0
,&obj1
)) goto fail
;
1663 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1664 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1665 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1666 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1668 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1669 (arg1
)->SetPrev(arg2
);
1671 wxPyEndAllowThreads(__tstate
);
1672 if (PyErr_Occurred()) SWIG_fail
;
1674 Py_INCREF(Py_None
); resultobj
= Py_None
;
1681 static PyObject
*_wrap_WizardPageSimple_SetNext(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1682 PyObject
*resultobj
;
1683 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1684 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1685 PyObject
* obj0
= 0 ;
1686 PyObject
* obj1
= 0 ;
1688 (char *) "self",(char *) "next", NULL
1691 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetNext",kwnames
,&obj0
,&obj1
)) goto fail
;
1692 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1693 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1694 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1695 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1697 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1698 (arg1
)->SetNext(arg2
);
1700 wxPyEndAllowThreads(__tstate
);
1701 if (PyErr_Occurred()) SWIG_fail
;
1703 Py_INCREF(Py_None
); resultobj
= Py_None
;
1710 static PyObject
*_wrap_WizardPageSimple_Chain(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1711 PyObject
*resultobj
;
1712 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1713 wxWizardPageSimple
*arg2
= (wxWizardPageSimple
*) 0 ;
1714 PyObject
* obj0
= 0 ;
1715 PyObject
* obj1
= 0 ;
1717 (char *) "first",(char *) "second", NULL
1720 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_Chain",kwnames
,&obj0
,&obj1
)) goto fail
;
1721 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1722 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1723 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPageSimple
,
1724 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1726 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1727 wxWizardPageSimple::Chain(arg1
,arg2
);
1729 wxPyEndAllowThreads(__tstate
);
1730 if (PyErr_Occurred()) SWIG_fail
;
1732 Py_INCREF(Py_None
); resultobj
= Py_None
;
1739 static PyObject
* WizardPageSimple_swigregister(PyObject
*self
, PyObject
*args
) {
1741 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1742 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPageSimple
, obj
);
1744 return Py_BuildValue((char *)"");
1746 static PyObject
*_wrap_new_Wizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1747 PyObject
*resultobj
;
1748 wxWindow
*arg1
= (wxWindow
*) 0 ;
1749 int arg2
= (int) -1 ;
1750 wxString
const &arg3_defvalue
= wxPyEmptyString
;
1751 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
1752 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1753 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1754 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
1755 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
1756 long arg6
= (long) wxDEFAULT_DIALOG_STYLE
;
1758 bool temp3
= False
;
1760 PyObject
* obj0
= 0 ;
1761 PyObject
* obj1
= 0 ;
1762 PyObject
* obj2
= 0 ;
1763 PyObject
* obj3
= 0 ;
1764 PyObject
* obj4
= 0 ;
1765 PyObject
* obj5
= 0 ;
1767 (char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos",(char *) "style", NULL
1770 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Wizard",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1771 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
1772 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1774 arg2
= (int) SWIG_AsInt(obj1
);
1775 if (PyErr_Occurred()) SWIG_fail
;
1779 arg3
= wxString_in_helper(obj2
);
1780 if (arg3
== NULL
) SWIG_fail
;
1785 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1786 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1789 PyErr_SetString(PyExc_TypeError
,"null reference");
1796 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
1800 arg6
= (long) SWIG_AsLong(obj5
);
1801 if (PyErr_Occurred()) SWIG_fail
;
1804 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1805 result
= (wxWizard
*)new wxWizard(arg1
,arg2
,(wxString
const &)*arg3
,(wxBitmap
const &)*arg4
,(wxPoint
const &)*arg5
,arg6
);
1807 wxPyEndAllowThreads(__tstate
);
1808 if (PyErr_Occurred()) SWIG_fail
;
1810 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1825 static PyObject
*_wrap_new_PreWizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1826 PyObject
*resultobj
;
1832 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizard",kwnames
)) goto fail
;
1834 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1835 result
= (wxWizard
*)new wxWizard();
1837 wxPyEndAllowThreads(__tstate
);
1838 if (PyErr_Occurred()) SWIG_fail
;
1840 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1847 static PyObject
*_wrap_Wizard_Create(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1848 PyObject
*resultobj
;
1849 wxWizard
*arg1
= (wxWizard
*) 0 ;
1850 wxWindow
*arg2
= (wxWindow
*) 0 ;
1851 int arg3
= (int) -1 ;
1852 wxString
const &arg4_defvalue
= wxPyEmptyString
;
1853 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
1854 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1855 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1856 wxPoint
const &arg6_defvalue
= wxDefaultPosition
;
1857 wxPoint
*arg6
= (wxPoint
*) &arg6_defvalue
;
1859 bool temp4
= False
;
1861 PyObject
* obj0
= 0 ;
1862 PyObject
* obj1
= 0 ;
1863 PyObject
* obj2
= 0 ;
1864 PyObject
* obj3
= 0 ;
1865 PyObject
* obj4
= 0 ;
1866 PyObject
* obj5
= 0 ;
1868 (char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos", NULL
1871 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOO:Wizard_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1872 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1873 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1874 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1875 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1877 arg3
= (int) SWIG_AsInt(obj2
);
1878 if (PyErr_Occurred()) SWIG_fail
;
1882 arg4
= wxString_in_helper(obj3
);
1883 if (arg4
== NULL
) SWIG_fail
;
1888 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
1889 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1892 PyErr_SetString(PyExc_TypeError
,"null reference");
1899 if ( ! wxPoint_helper(obj5
, &arg6
)) SWIG_fail
;
1903 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1904 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxBitmap
const &)*arg5
,(wxPoint
const &)*arg6
);
1906 wxPyEndAllowThreads(__tstate
);
1907 if (PyErr_Occurred()) SWIG_fail
;
1909 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1924 static PyObject
*_wrap_Wizard_Init(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1925 PyObject
*resultobj
;
1926 wxWizard
*arg1
= (wxWizard
*) 0 ;
1927 PyObject
* obj0
= 0 ;
1929 (char *) "self", NULL
1932 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_Init",kwnames
,&obj0
)) goto fail
;
1933 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1934 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1936 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1939 wxPyEndAllowThreads(__tstate
);
1940 if (PyErr_Occurred()) SWIG_fail
;
1942 Py_INCREF(Py_None
); resultobj
= Py_None
;
1949 static PyObject
*_wrap_Wizard_RunWizard(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1950 PyObject
*resultobj
;
1951 wxWizard
*arg1
= (wxWizard
*) 0 ;
1952 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1954 PyObject
* obj0
= 0 ;
1955 PyObject
* obj1
= 0 ;
1957 (char *) "self",(char *) "firstPage", NULL
1960 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_RunWizard",kwnames
,&obj0
,&obj1
)) goto fail
;
1961 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1962 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1963 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1964 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1966 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1967 result
= (bool)(arg1
)->RunWizard(arg2
);
1969 wxPyEndAllowThreads(__tstate
);
1970 if (PyErr_Occurred()) SWIG_fail
;
1972 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1979 static PyObject
*_wrap_Wizard_GetCurrentPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
1980 PyObject
*resultobj
;
1981 wxWizard
*arg1
= (wxWizard
*) 0 ;
1982 wxWizardPage
*result
;
1983 PyObject
* obj0
= 0 ;
1985 (char *) "self", NULL
1988 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetCurrentPage",kwnames
,&obj0
)) goto fail
;
1989 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1990 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1992 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1993 result
= (wxWizardPage
*)((wxWizard
const *)arg1
)->GetCurrentPage();
1995 wxPyEndAllowThreads(__tstate
);
1996 if (PyErr_Occurred()) SWIG_fail
;
1999 resultobj
= wxPyMake_wxObject(result
);
2007 static PyObject
*_wrap_Wizard_SetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2008 PyObject
*resultobj
;
2009 wxWizard
*arg1
= (wxWizard
*) 0 ;
2012 PyObject
* obj0
= 0 ;
2013 PyObject
* obj1
= 0 ;
2015 (char *) "self",(char *) "size", NULL
2018 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
;
2019 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2020 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2023 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
2026 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2027 (arg1
)->SetPageSize((wxSize
const &)*arg2
);
2029 wxPyEndAllowThreads(__tstate
);
2030 if (PyErr_Occurred()) SWIG_fail
;
2032 Py_INCREF(Py_None
); resultobj
= Py_None
;
2039 static PyObject
*_wrap_Wizard_GetPageSize(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2040 PyObject
*resultobj
;
2041 wxWizard
*arg1
= (wxWizard
*) 0 ;
2043 PyObject
* obj0
= 0 ;
2045 (char *) "self", NULL
2048 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageSize",kwnames
,&obj0
)) goto fail
;
2049 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2050 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2052 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2053 result
= ((wxWizard
const *)arg1
)->GetPageSize();
2055 wxPyEndAllowThreads(__tstate
);
2056 if (PyErr_Occurred()) SWIG_fail
;
2060 resultptr
= new wxSize((wxSize
&) result
);
2061 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
2069 static PyObject
*_wrap_Wizard_FitToPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2070 PyObject
*resultobj
;
2071 wxWizard
*arg1
= (wxWizard
*) 0 ;
2072 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2073 PyObject
* obj0
= 0 ;
2074 PyObject
* obj1
= 0 ;
2076 (char *) "self",(char *) "firstPage", NULL
2079 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_FitToPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2080 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2081 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2082 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2083 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2085 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2086 (arg1
)->FitToPage((wxWizardPage
const *)arg2
);
2088 wxPyEndAllowThreads(__tstate
);
2089 if (PyErr_Occurred()) SWIG_fail
;
2091 Py_INCREF(Py_None
); resultobj
= Py_None
;
2098 static PyObject
*_wrap_Wizard_GetPageAreaSizer(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2099 PyObject
*resultobj
;
2100 wxWizard
*arg1
= (wxWizard
*) 0 ;
2102 PyObject
* obj0
= 0 ;
2104 (char *) "self", NULL
2107 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageAreaSizer",kwnames
,&obj0
)) goto fail
;
2108 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2109 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2111 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2112 result
= (wxSizer
*)((wxWizard
const *)arg1
)->GetPageAreaSizer();
2114 wxPyEndAllowThreads(__tstate
);
2115 if (PyErr_Occurred()) SWIG_fail
;
2118 resultobj
= wxPyMake_wxSizer(result
);
2126 static PyObject
*_wrap_Wizard_SetBorder(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2127 PyObject
*resultobj
;
2128 wxWizard
*arg1
= (wxWizard
*) 0 ;
2130 PyObject
* obj0
= 0 ;
2131 PyObject
* obj1
= 0 ;
2133 (char *) "self",(char *) "border", NULL
2136 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetBorder",kwnames
,&obj0
,&obj1
)) goto fail
;
2137 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2138 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2139 arg2
= (int) SWIG_AsInt(obj1
);
2140 if (PyErr_Occurred()) SWIG_fail
;
2142 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2143 (arg1
)->SetBorder(arg2
);
2145 wxPyEndAllowThreads(__tstate
);
2146 if (PyErr_Occurred()) SWIG_fail
;
2148 Py_INCREF(Py_None
); resultobj
= Py_None
;
2155 static PyObject
*_wrap_Wizard_IsRunning(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2156 PyObject
*resultobj
;
2157 wxWizard
*arg1
= (wxWizard
*) 0 ;
2159 PyObject
* obj0
= 0 ;
2161 (char *) "self", NULL
2164 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_IsRunning",kwnames
,&obj0
)) goto fail
;
2165 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2166 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2168 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2169 result
= (bool)((wxWizard
const *)arg1
)->IsRunning();
2171 wxPyEndAllowThreads(__tstate
);
2172 if (PyErr_Occurred()) SWIG_fail
;
2174 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2181 static PyObject
*_wrap_Wizard_ShowPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2182 PyObject
*resultobj
;
2183 wxWizard
*arg1
= (wxWizard
*) 0 ;
2184 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2185 bool arg3
= (bool) True
;
2187 PyObject
* obj0
= 0 ;
2188 PyObject
* obj1
= 0 ;
2189 PyObject
* obj2
= 0 ;
2191 (char *) "self",(char *) "page",(char *) "goingForward", NULL
2194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:Wizard_ShowPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
2195 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2196 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2197 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2198 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2200 arg3
= (bool) SWIG_AsBool(obj2
);
2201 if (PyErr_Occurred()) SWIG_fail
;
2204 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2205 result
= (bool)(arg1
)->ShowPage(arg2
,arg3
);
2207 wxPyEndAllowThreads(__tstate
);
2208 if (PyErr_Occurred()) SWIG_fail
;
2210 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2217 static PyObject
*_wrap_Wizard_HasNextPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2218 PyObject
*resultobj
;
2219 wxWizard
*arg1
= (wxWizard
*) 0 ;
2220 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2222 PyObject
* obj0
= 0 ;
2223 PyObject
* obj1
= 0 ;
2225 (char *) "self",(char *) "page", NULL
2228 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasNextPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2229 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2230 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2231 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2232 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2234 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2235 result
= (bool)(arg1
)->HasNextPage(arg2
);
2237 wxPyEndAllowThreads(__tstate
);
2238 if (PyErr_Occurred()) SWIG_fail
;
2240 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2247 static PyObject
*_wrap_Wizard_HasPrevPage(PyObject
*self
, PyObject
*args
, PyObject
*kwargs
) {
2248 PyObject
*resultobj
;
2249 wxWizard
*arg1
= (wxWizard
*) 0 ;
2250 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2252 PyObject
* obj0
= 0 ;
2253 PyObject
* obj1
= 0 ;
2255 (char *) "self",(char *) "page", NULL
2258 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasPrevPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2259 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2260 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2261 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2262 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2264 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2265 result
= (bool)(arg1
)->HasPrevPage(arg2
);
2267 wxPyEndAllowThreads(__tstate
);
2268 if (PyErr_Occurred()) SWIG_fail
;
2270 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2277 static PyObject
* Wizard_swigregister(PyObject
*self
, PyObject
*args
) {
2279 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
2280 SWIG_TypeClientData(SWIGTYPE_p_wxWizard
, obj
);
2282 return Py_BuildValue((char *)"");
2284 static PyMethodDef SwigMethods
[] = {
2285 { (char *)"new_WizardEvent", (PyCFunction
) _wrap_new_WizardEvent
, METH_VARARGS
| METH_KEYWORDS
},
2286 { (char *)"WizardEvent_GetDirection", (PyCFunction
) _wrap_WizardEvent_GetDirection
, METH_VARARGS
| METH_KEYWORDS
},
2287 { (char *)"WizardEvent_GetPage", (PyCFunction
) _wrap_WizardEvent_GetPage
, METH_VARARGS
| METH_KEYWORDS
},
2288 { (char *)"WizardEvent_swigregister", WizardEvent_swigregister
, METH_VARARGS
},
2289 { (char *)"WizardPage_Create", (PyCFunction
) _wrap_WizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
},
2290 { (char *)"WizardPage_GetPrev", (PyCFunction
) _wrap_WizardPage_GetPrev
, METH_VARARGS
| METH_KEYWORDS
},
2291 { (char *)"WizardPage_GetNext", (PyCFunction
) _wrap_WizardPage_GetNext
, METH_VARARGS
| METH_KEYWORDS
},
2292 { (char *)"WizardPage_GetBitmap", (PyCFunction
) _wrap_WizardPage_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
},
2293 { (char *)"WizardPage_swigregister", WizardPage_swigregister
, METH_VARARGS
},
2294 { (char *)"new_PyWizardPage", (PyCFunction
) _wrap_new_PyWizardPage
, METH_VARARGS
| METH_KEYWORDS
},
2295 { (char *)"new_PrePyWizardPage", (PyCFunction
) _wrap_new_PrePyWizardPage
, METH_VARARGS
| METH_KEYWORDS
},
2296 { (char *)"PyWizardPage_Create", (PyCFunction
) _wrap_PyWizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
},
2297 { (char *)"PyWizardPage__setCallbackInfo", (PyCFunction
) _wrap_PyWizardPage__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
},
2298 { (char *)"PyWizardPage_base_DoMoveWindow", (PyCFunction
) _wrap_PyWizardPage_base_DoMoveWindow
, METH_VARARGS
| METH_KEYWORDS
},
2299 { (char *)"PyWizardPage_base_DoSetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetSize
, METH_VARARGS
| METH_KEYWORDS
},
2300 { (char *)"PyWizardPage_base_DoSetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetClientSize
, METH_VARARGS
| METH_KEYWORDS
},
2301 { (char *)"PyWizardPage_base_DoSetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
},
2302 { (char *)"PyWizardPage_base_DoGetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetSize
, METH_VARARGS
| METH_KEYWORDS
},
2303 { (char *)"PyWizardPage_base_DoGetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetClientSize
, METH_VARARGS
| METH_KEYWORDS
},
2304 { (char *)"PyWizardPage_base_DoGetPosition", (PyCFunction
) _wrap_PyWizardPage_base_DoGetPosition
, METH_VARARGS
| METH_KEYWORDS
},
2305 { (char *)"PyWizardPage_base_DoGetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
},
2306 { (char *)"PyWizardPage_base_DoGetBestSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetBestSize
, METH_VARARGS
| METH_KEYWORDS
},
2307 { (char *)"PyWizardPage_base_InitDialog", (PyCFunction
) _wrap_PyWizardPage_base_InitDialog
, METH_VARARGS
| METH_KEYWORDS
},
2308 { (char *)"PyWizardPage_base_TransferDataToWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataToWindow
, METH_VARARGS
| METH_KEYWORDS
},
2309 { (char *)"PyWizardPage_base_TransferDataFromWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataFromWindow
, METH_VARARGS
| METH_KEYWORDS
},
2310 { (char *)"PyWizardPage_base_Validate", (PyCFunction
) _wrap_PyWizardPage_base_Validate
, METH_VARARGS
| METH_KEYWORDS
},
2311 { (char *)"PyWizardPage_base_AcceptsFocus", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocus
, METH_VARARGS
| METH_KEYWORDS
},
2312 { (char *)"PyWizardPage_base_AcceptsFocusFromKeyboard", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocusFromKeyboard
, METH_VARARGS
| METH_KEYWORDS
},
2313 { (char *)"PyWizardPage_base_GetMaxSize", (PyCFunction
) _wrap_PyWizardPage_base_GetMaxSize
, METH_VARARGS
| METH_KEYWORDS
},
2314 { (char *)"PyWizardPage_base_AddChild", (PyCFunction
) _wrap_PyWizardPage_base_AddChild
, METH_VARARGS
| METH_KEYWORDS
},
2315 { (char *)"PyWizardPage_base_RemoveChild", (PyCFunction
) _wrap_PyWizardPage_base_RemoveChild
, METH_VARARGS
| METH_KEYWORDS
},
2316 { (char *)"PyWizardPage_swigregister", PyWizardPage_swigregister
, METH_VARARGS
},
2317 { (char *)"new_WizardPageSimple", (PyCFunction
) _wrap_new_WizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
},
2318 { (char *)"new_PreWizardPageSimple", (PyCFunction
) _wrap_new_PreWizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
},
2319 { (char *)"WizardPageSimple_Create", (PyCFunction
) _wrap_WizardPageSimple_Create
, METH_VARARGS
| METH_KEYWORDS
},
2320 { (char *)"WizardPageSimple_SetPrev", (PyCFunction
) _wrap_WizardPageSimple_SetPrev
, METH_VARARGS
| METH_KEYWORDS
},
2321 { (char *)"WizardPageSimple_SetNext", (PyCFunction
) _wrap_WizardPageSimple_SetNext
, METH_VARARGS
| METH_KEYWORDS
},
2322 { (char *)"WizardPageSimple_Chain", (PyCFunction
) _wrap_WizardPageSimple_Chain
, METH_VARARGS
| METH_KEYWORDS
},
2323 { (char *)"WizardPageSimple_swigregister", WizardPageSimple_swigregister
, METH_VARARGS
},
2324 { (char *)"new_Wizard", (PyCFunction
) _wrap_new_Wizard
, METH_VARARGS
| METH_KEYWORDS
},
2325 { (char *)"new_PreWizard", (PyCFunction
) _wrap_new_PreWizard
, METH_VARARGS
| METH_KEYWORDS
},
2326 { (char *)"Wizard_Create", (PyCFunction
) _wrap_Wizard_Create
, METH_VARARGS
| METH_KEYWORDS
},
2327 { (char *)"Wizard_Init", (PyCFunction
) _wrap_Wizard_Init
, METH_VARARGS
| METH_KEYWORDS
},
2328 { (char *)"Wizard_RunWizard", (PyCFunction
) _wrap_Wizard_RunWizard
, METH_VARARGS
| METH_KEYWORDS
},
2329 { (char *)"Wizard_GetCurrentPage", (PyCFunction
) _wrap_Wizard_GetCurrentPage
, METH_VARARGS
| METH_KEYWORDS
},
2330 { (char *)"Wizard_SetPageSize", (PyCFunction
) _wrap_Wizard_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
2331 { (char *)"Wizard_GetPageSize", (PyCFunction
) _wrap_Wizard_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
},
2332 { (char *)"Wizard_FitToPage", (PyCFunction
) _wrap_Wizard_FitToPage
, METH_VARARGS
| METH_KEYWORDS
},
2333 { (char *)"Wizard_GetPageAreaSizer", (PyCFunction
) _wrap_Wizard_GetPageAreaSizer
, METH_VARARGS
| METH_KEYWORDS
},
2334 { (char *)"Wizard_SetBorder", (PyCFunction
) _wrap_Wizard_SetBorder
, METH_VARARGS
| METH_KEYWORDS
},
2335 { (char *)"Wizard_IsRunning", (PyCFunction
) _wrap_Wizard_IsRunning
, METH_VARARGS
| METH_KEYWORDS
},
2336 { (char *)"Wizard_ShowPage", (PyCFunction
) _wrap_Wizard_ShowPage
, METH_VARARGS
| METH_KEYWORDS
},
2337 { (char *)"Wizard_HasNextPage", (PyCFunction
) _wrap_Wizard_HasNextPage
, METH_VARARGS
| METH_KEYWORDS
},
2338 { (char *)"Wizard_HasPrevPage", (PyCFunction
) _wrap_Wizard_HasPrevPage
, METH_VARARGS
| METH_KEYWORDS
},
2339 { (char *)"Wizard_swigregister", Wizard_swigregister
, METH_VARARGS
},
2344 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2346 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) {
2347 return (void *)((wxObject
*) ((wxLayoutConstraints
*) x
));
2349 static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x
) {
2350 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
2352 static void *_p_wxPreviewFrameTo_p_wxObject(void *x
) {
2353 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
2355 static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x
) {
2356 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2358 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) {
2359 return (void *)((wxObject
*) (wxSizerItem
*) ((wxGBSizerItem
*) x
));
2361 static void *_p_wxSizerItemTo_p_wxObject(void *x
) {
2362 return (void *)((wxObject
*) ((wxSizerItem
*) x
));
2364 static void *_p_wxScrollEventTo_p_wxObject(void *x
) {
2365 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxScrollEvent
*) x
));
2367 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) {
2368 return (void *)((wxObject
*) ((wxIndividualLayoutConstraint
*) x
));
2370 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) {
2371 return (void *)((wxObject
*) (wxSizer
*)(wxBoxSizer
*) ((wxStaticBoxSizer
*) x
));
2373 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) {
2374 return (void *)((wxObject
*) (wxSizer
*) ((wxBoxSizer
*) x
));
2376 static void *_p_wxSizerTo_p_wxObject(void *x
) {
2377 return (void *)((wxObject
*) ((wxSizer
*) x
));
2379 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) {
2380 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*)(wxFlexGridSizer
*) ((wxGridBagSizer
*) x
));
2382 static void *_p_wxWizardPageTo_p_wxObject(void *x
) {
2383 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
2385 static void *_p_wxPyWizardPageTo_p_wxObject(void *x
) {
2386 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2388 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) {
2389 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
2391 static void *_p_wxPyPanelTo_p_wxObject(void *x
) {
2392 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
2394 static void *_p_wxEventTo_p_wxObject(void *x
) {
2395 return (void *)((wxObject
*) ((wxEvent
*) x
));
2397 static void *_p_wxFontDataTo_p_wxObject(void *x
) {
2398 return (void *)((wxObject
*) ((wxFontData
*) x
));
2400 static void *_p_wxPrintDataTo_p_wxObject(void *x
) {
2401 return (void *)((wxObject
*) ((wxPrintData
*) x
));
2403 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) {
2404 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*) ((wxFlexGridSizer
*) x
));
2406 static void *_p_wxGridSizerTo_p_wxObject(void *x
) {
2407 return (void *)((wxObject
*) (wxSizer
*) ((wxGridSizer
*) x
));
2409 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) {
2410 return (void *)((wxObject
*) (wxEvent
*) ((wxInitDialogEvent
*) x
));
2412 static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x
) {
2413 return (void *)((wxObject
*) ((wxLayoutAlgorithm
*) x
));
2415 static void *_p_wxTaskBarIconTo_p_wxObject(void *x
) {
2416 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
2418 static void *_p_wxFindDialogEventTo_p_wxObject(void *x
) {
2419 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
2421 static void *_p_wxWizardPageSimpleTo_p_wxObject(void *x
) {
2422 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2424 static void *_p_wxPaintEventTo_p_wxObject(void *x
) {
2425 return (void *)((wxObject
*) (wxEvent
*) ((wxPaintEvent
*) x
));
2427 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) {
2428 return (void *)((wxObject
*) (wxEvent
*) ((wxNcPaintEvent
*) x
));
2430 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) {
2431 return (void *)((wxObject
*) (wxEvent
*) ((wxPaletteChangedEvent
*) x
));
2433 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) {
2434 return (void *)((wxObject
*) (wxEvent
*) ((wxDisplayChangedEvent
*) x
));
2436 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) {
2437 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
2439 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) {
2440 return (void *)((wxObject
*) (wxEvent
*) ((wxSysColourChangedEvent
*) x
));
2442 static void *_p_wxPreviewCanvasTo_p_wxObject(void *x
) {
2443 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
2445 static void *_p_wxControlTo_p_wxObject(void *x
) {
2446 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxControl
*) x
));
2448 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) {
2449 return (void *)((wxObject
*) (wxEvent
*) ((wxSetCursorEvent
*) x
));
2451 static void *_p_wxSplitterEventTo_p_wxObject(void *x
) {
2452 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
2454 static void *_p_wxFSFileTo_p_wxObject(void *x
) {
2455 return (void *)((wxObject
*) ((wxFSFile
*) x
));
2457 static void *_p_wxWizardTo_p_wxObject(void *x
) {
2458 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
2460 static void *_p_wxFindReplaceDataTo_p_wxObject(void *x
) {
2461 return (void *)((wxObject
*) ((wxFindReplaceData
*) x
));
2463 static void *_p_wxPySizerTo_p_wxObject(void *x
) {
2464 return (void *)((wxObject
*) (wxSizer
*) ((wxPySizer
*) x
));
2466 static void *_p_wxMDIChildFrameTo_p_wxObject(void *x
) {
2467 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
2469 static void *_p_wxColourDataTo_p_wxObject(void *x
) {
2470 return (void *)((wxObject
*) ((wxColourData
*) x
));
2472 static void *_p_wxPyEventTo_p_wxObject(void *x
) {
2473 return (void *)((wxObject
*) (wxEvent
*) ((wxPyEvent
*) x
));
2475 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) {
2476 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxNotifyEvent
*) x
));
2478 static void *_p_wxPyWindowTo_p_wxObject(void *x
) {
2479 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPyWindow
*) x
));
2481 static void *_p_wxSplashScreenTo_p_wxObject(void *x
) {
2482 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2484 static void *_p_wxFileDialogTo_p_wxObject(void *x
) {
2485 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
2487 static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x
) {
2488 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2490 static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x
) {
2491 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2493 static void *_p_wxTextEntryDialogTo_p_wxObject(void *x
) {
2494 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
2496 static void *_p_wxMessageDialogTo_p_wxObject(void *x
) {
2497 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
2499 static void *_p_wxProgressDialogTo_p_wxObject(void *x
) {
2500 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
2502 static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x
) {
2503 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
2505 static void *_p_wxShowEventTo_p_wxObject(void *x
) {
2506 return (void *)((wxObject
*) (wxEvent
*) ((wxShowEvent
*) x
));
2508 static void *_p_wxPrinterTo_p_wxObject(void *x
) {
2509 return (void *)((wxObject
*) ((wxPrinter
*) x
));
2511 static void *_p_wxMenuItemTo_p_wxObject(void *x
) {
2512 return (void *)((wxObject
*) ((wxMenuItem
*) x
));
2514 static void *_p_wxIdleEventTo_p_wxObject(void *x
) {
2515 return (void *)((wxObject
*) (wxEvent
*) ((wxIdleEvent
*) x
));
2517 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) {
2518 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
2520 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) {
2521 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
2523 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) {
2524 return (void *)((wxObject
*) (wxEvent
*) ((wxMaximizeEvent
*) x
));
2526 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) {
2527 return (void *)((wxObject
*) (wxEvent
*) ((wxIconizeEvent
*) x
));
2529 static void *_p_wxSizeEventTo_p_wxObject(void *x
) {
2530 return (void *)((wxObject
*) (wxEvent
*) ((wxSizeEvent
*) x
));
2532 static void *_p_wxMoveEventTo_p_wxObject(void *x
) {
2533 return (void *)((wxObject
*) (wxEvent
*) ((wxMoveEvent
*) x
));
2535 static void *_p_wxActivateEventTo_p_wxObject(void *x
) {
2536 return (void *)((wxObject
*) (wxEvent
*) ((wxActivateEvent
*) x
));
2538 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) {
2539 return (void *)((wxObject
*) (wxImageHandler
*) ((wxXPMHandler
*) x
));
2541 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) {
2542 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNMHandler
*) x
));
2544 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) {
2545 return (void *)((wxObject
*) (wxImageHandler
*) ((wxJPEGHandler
*) x
));
2547 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) {
2548 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPCXHandler
*) x
));
2550 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) {
2551 return (void *)((wxObject
*) (wxImageHandler
*) ((wxGIFHandler
*) x
));
2553 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) {
2554 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNGHandler
*) x
));
2556 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) {
2557 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*)(wxCURHandler
*) ((wxANIHandler
*) x
));
2559 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) {
2560 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*) ((wxCURHandler
*) x
));
2562 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) {
2563 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*) ((wxICOHandler
*) x
));
2565 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) {
2566 return (void *)((wxObject
*) (wxImageHandler
*) ((wxBMPHandler
*) x
));
2568 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) {
2569 return (void *)((wxObject
*) ((wxImageHandler
*) x
));
2571 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) {
2572 return (void *)((wxObject
*) (wxImageHandler
*) ((wxTIFFHandler
*) x
));
2574 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) {
2575 return (void *)((wxObject
*) ((wxEvtHandler
*) x
));
2577 static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x
) {
2578 return (void *)((wxObject
*) (wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
2580 static void *_p_wxPyVListBoxTo_p_wxObject(void *x
) {
2581 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
2583 static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x
) {
2584 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
2586 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) {
2587 return (void *)((wxObject
*) ((wxAcceleratorTable
*) x
));
2589 static void *_p_wxMiniFrameTo_p_wxObject(void *x
) {
2590 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2592 static void *_p_wxImageTo_p_wxObject(void *x
) {
2593 return (void *)((wxObject
*) ((wxImage
*) x
));
2595 static void *_p_wxFrameTo_p_wxObject(void *x
) {
2596 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
2598 static void *_p_wxPyPrintoutTo_p_wxObject(void *x
) {
2599 return (void *)((wxObject
*) ((wxPyPrintout
*) x
));
2601 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) {
2602 return (void *)((wxObject
*) (wxEvent
*) ((wxScrollWinEvent
*) x
));
2604 static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x
) {
2605 return (void *)((wxObject
*) (wxEvent
*) ((wxTaskBarIconEvent
*) x
));
2607 static void *_p_wxStatusBarTo_p_wxObject(void *x
) {
2608 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxStatusBar
*) x
));
2610 static void *_p_wxMDIParentFrameTo_p_wxObject(void *x
) {
2611 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
2613 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) {
2614 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
2616 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) {
2617 return (void *)((wxObject
*) (wxEvent
*) ((wxNavigationKeyEvent
*) x
));
2619 static void *_p_wxKeyEventTo_p_wxObject(void *x
) {
2620 return (void *)((wxObject
*) (wxEvent
*) ((wxKeyEvent
*) x
));
2622 static void *_p_wxWindowTo_p_wxObject(void *x
) {
2623 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxWindow
*) x
));
2625 static void *_p_wxMenuTo_p_wxObject(void *x
) {
2626 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxMenu
*) x
));
2628 static void *_p_wxMenuBarTo_p_wxObject(void *x
) {
2629 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMenuBar
*) x
));
2631 static void *_p_wxScrolledWindowTo_p_wxObject(void *x
) {
2632 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
2634 static void *_p_wxTopLevelWindowTo_p_wxObject(void *x
) {
2635 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxTopLevelWindow
*) x
));
2637 static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x
) {
2638 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplashScreenWindow
*) x
));
2640 static void *_p_wxSplitterWindowTo_p_wxObject(void *x
) {
2641 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplitterWindow
*) x
));
2643 static void *_p_wxSashWindowTo_p_wxObject(void *x
) {
2644 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSashWindow
*) x
));
2646 static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x
) {
2647 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
2649 static void *_p_wxPopupWindowTo_p_wxObject(void *x
) {
2650 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPopupWindow
*) x
));
2652 static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x
) {
2653 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
2655 static void *_p_wxTipWindowTo_p_wxObject(void *x
) {
2656 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
2658 static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x
) {
2659 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
2661 static void *_p_wxMDIClientWindowTo_p_wxObject(void *x
) {
2662 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMDIClientWindow
*) x
));
2664 static void *_p_wxSashEventTo_p_wxObject(void *x
) {
2665 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxSashEvent
*) x
));
2667 static void *_p_wxPrintPreviewTo_p_wxObject(void *x
) {
2668 return (void *)((wxObject
*) ((wxPrintPreview
*) x
));
2670 static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x
) {
2671 return (void *)((wxObject
*) (wxPrintPreview
*) ((wxPyPrintPreview
*) x
));
2673 static void *_p_wxPanelTo_p_wxObject(void *x
) {
2674 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPanel
*) x
));
2676 static void *_p_wxDialogTo_p_wxObject(void *x
) {
2677 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
2679 static void *_p_wxColourDialogTo_p_wxObject(void *x
) {
2680 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
2682 static void *_p_wxDirDialogTo_p_wxObject(void *x
) {
2683 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
2685 static void *_p_wxFontDialogTo_p_wxObject(void *x
) {
2686 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
2688 static void *_p_wxPageSetupDialogTo_p_wxObject(void *x
) {
2689 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
2691 static void *_p_wxPrintDialogTo_p_wxObject(void *x
) {
2692 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
2694 static void *_p_wxFileSystemTo_p_wxObject(void *x
) {
2695 return (void *)((wxObject
*) ((wxFileSystem
*) x
));
2697 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) {
2698 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
2700 static void *_p_wxMenuEventTo_p_wxObject(void *x
) {
2701 return (void *)((wxObject
*) (wxEvent
*) ((wxMenuEvent
*) x
));
2703 static void *_p_wxPyAppTo_p_wxObject(void *x
) {
2704 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxPyApp
*) x
));
2706 static void *_p_wxCloseEventTo_p_wxObject(void *x
) {
2707 return (void *)((wxObject
*) (wxEvent
*) ((wxCloseEvent
*) x
));
2709 static void *_p_wxMouseEventTo_p_wxObject(void *x
) {
2710 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseEvent
*) x
));
2712 static void *_p_wxEraseEventTo_p_wxObject(void *x
) {
2713 return (void *)((wxObject
*) (wxEvent
*) ((wxEraseEvent
*) x
));
2715 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) {
2716 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
2718 static void *_p_wxCommandEventTo_p_wxObject(void *x
) {
2719 return (void *)((wxObject
*) (wxEvent
*) ((wxCommandEvent
*) x
));
2721 static void *_p_wxWizardEventTo_p_wxObject(void *x
) {
2722 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
2724 static void *_p_wxPreviewControlBarTo_p_wxObject(void *x
) {
2725 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
2727 static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x
) {
2728 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
2730 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) {
2731 return (void *)((wxObject
*) (wxEvent
*) ((wxDropFilesEvent
*) x
));
2733 static void *_p_wxFocusEventTo_p_wxObject(void *x
) {
2734 return (void *)((wxObject
*) (wxEvent
*) ((wxFocusEvent
*) x
));
2736 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) {
2737 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
2739 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) {
2740 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
2742 static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x
) {
2743 return (void *)((wxObject
*) ((wxPageSetupDialogData
*) x
));
2745 static void *_p_wxPrintDialogDataTo_p_wxObject(void *x
) {
2746 return (void *)((wxObject
*) ((wxPrintDialogData
*) x
));
2748 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) {
2749 return (void *)((wxObject
*) (wxEvtHandler
*)(wxValidator
*) ((wxPyValidator
*) x
));
2751 static void *_p_wxValidatorTo_p_wxObject(void *x
) {
2752 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxValidator
*) x
));
2754 static void *_p_wxColourDialogTo_p_wxDialog(void *x
) {
2755 return (void *)((wxDialog
*) ((wxColourDialog
*) x
));
2757 static void *_p_wxDirDialogTo_p_wxDialog(void *x
) {
2758 return (void *)((wxDialog
*) ((wxDirDialog
*) x
));
2760 static void *_p_wxFontDialogTo_p_wxDialog(void *x
) {
2761 return (void *)((wxDialog
*) ((wxFontDialog
*) x
));
2763 static void *_p_wxPageSetupDialogTo_p_wxDialog(void *x
) {
2764 return (void *)((wxDialog
*) ((wxPageSetupDialog
*) x
));
2766 static void *_p_wxPrintDialogTo_p_wxDialog(void *x
) {
2767 return (void *)((wxDialog
*) ((wxPrintDialog
*) x
));
2769 static void *_p_wxFileDialogTo_p_wxDialog(void *x
) {
2770 return (void *)((wxDialog
*) ((wxFileDialog
*) x
));
2772 static void *_p_wxMultiChoiceDialogTo_p_wxDialog(void *x
) {
2773 return (void *)((wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2775 static void *_p_wxSingleChoiceDialogTo_p_wxDialog(void *x
) {
2776 return (void *)((wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2778 static void *_p_wxTextEntryDialogTo_p_wxDialog(void *x
) {
2779 return (void *)((wxDialog
*) ((wxTextEntryDialog
*) x
));
2781 static void *_p_wxMessageDialogTo_p_wxDialog(void *x
) {
2782 return (void *)((wxDialog
*) ((wxMessageDialog
*) x
));
2784 static void *_p_wxFindReplaceDialogTo_p_wxDialog(void *x
) {
2785 return (void *)((wxDialog
*) ((wxFindReplaceDialog
*) x
));
2787 static void *_p_wxWizardTo_p_wxDialog(void *x
) {
2788 return (void *)((wxDialog
*) ((wxWizard
*) x
));
2790 static void *_p_wxWizardPageSimpleTo_p_wxWizardPage(void *x
) {
2791 return (void *)((wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2793 static void *_p_wxPyWizardPageTo_p_wxWizardPage(void *x
) {
2794 return (void *)((wxWizardPage
*) ((wxPyWizardPage
*) x
));
2796 static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x
) {
2797 return (void *)((wxTopLevelWindow
*) ((wxFrame
*) x
));
2799 static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x
) {
2800 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMiniFrame
*) x
));
2802 static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x
) {
2803 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFontDialog
*) x
));
2805 static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x
) {
2806 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxDirDialog
*) x
));
2808 static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x
) {
2809 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxColourDialog
*) x
));
2811 static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x
) {
2812 return (void *)((wxTopLevelWindow
*) ((wxDialog
*) x
));
2814 static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x
) {
2815 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPageSetupDialog
*) x
));
2817 static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x
) {
2818 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPrintDialog
*) x
));
2820 static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x
) {
2821 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxSplashScreen
*) x
));
2823 static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x
) {
2824 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIParentFrame
*) x
));
2826 static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x
) {
2827 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIChildFrame
*) x
));
2829 static void *_p_wxWizardTo_p_wxTopLevelWindow(void *x
) {
2830 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxWizard
*) x
));
2832 static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x
) {
2833 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFindReplaceDialog
*) x
));
2835 static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x
) {
2836 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxProgressDialog
*) x
));
2838 static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x
) {
2839 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMessageDialog
*) x
));
2841 static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x
) {
2842 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxTextEntryDialog
*) x
));
2844 static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2845 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2847 static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2848 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2850 static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x
) {
2851 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFileDialog
*) x
));
2853 static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2854 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxPreviewFrame
*) x
));
2856 static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2857 return (void *)((wxTopLevelWindow
*) (wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2859 static void *_p_wxSplashScreenTo_p_wxWindow(void *x
) {
2860 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2862 static void *_p_wxMiniFrameTo_p_wxWindow(void *x
) {
2863 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2865 static void *_p_wxWizardPageTo_p_wxWindow(void *x
) {
2866 return (void *)((wxWindow
*) (wxPanel
*) ((wxWizardPage
*) x
));
2868 static void *_p_wxPyWizardPageTo_p_wxWindow(void *x
) {
2869 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2871 static void *_p_wxPyPanelTo_p_wxWindow(void *x
) {
2872 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyPanel
*) x
));
2874 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) {
2875 return (void *)((wxWindow
*) ((wxMenuBar
*) x
));
2877 static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x
) {
2878 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
2880 static void *_p_wxProgressDialogTo_p_wxWindow(void *x
) {
2881 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
2883 static void *_p_wxMessageDialogTo_p_wxWindow(void *x
) {
2884 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
2886 static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x
) {
2887 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
2889 static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x
) {
2890 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2892 static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x
) {
2893 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2895 static void *_p_wxFileDialogTo_p_wxWindow(void *x
) {
2896 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
2898 static void *_p_wxPanelTo_p_wxWindow(void *x
) {
2899 return (void *)((wxWindow
*) ((wxPanel
*) x
));
2901 static void *_p_wxStatusBarTo_p_wxWindow(void *x
) {
2902 return (void *)((wxWindow
*) ((wxStatusBar
*) x
));
2904 static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x
) {
2905 return (void *)((wxWindow
*) ((wxMDIClientWindow
*) x
));
2907 static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x
) {
2908 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyVScrolledWindow
*) x
));
2910 static void *_p_wxTipWindowTo_p_wxWindow(void *x
) {
2911 return (void *)((wxWindow
*) (wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
2913 static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x
) {
2914 return (void *)((wxWindow
*) (wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
2916 static void *_p_wxPopupWindowTo_p_wxWindow(void *x
) {
2917 return (void *)((wxWindow
*) ((wxPopupWindow
*) x
));
2919 static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x
) {
2920 return (void *)((wxWindow
*) (wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
2922 static void *_p_wxScrolledWindowTo_p_wxWindow(void *x
) {
2923 return (void *)((wxWindow
*) (wxPanel
*) ((wxScrolledWindow
*) x
));
2925 static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x
) {
2926 return (void *)((wxWindow
*) ((wxTopLevelWindow
*) x
));
2928 static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x
) {
2929 return (void *)((wxWindow
*) ((wxSplashScreenWindow
*) x
));
2931 static void *_p_wxSplitterWindowTo_p_wxWindow(void *x
) {
2932 return (void *)((wxWindow
*) ((wxSplitterWindow
*) x
));
2934 static void *_p_wxSashWindowTo_p_wxWindow(void *x
) {
2935 return (void *)((wxWindow
*) ((wxSashWindow
*) x
));
2937 static void *_p_wxControlTo_p_wxWindow(void *x
) {
2938 return (void *)((wxWindow
*) ((wxControl
*) x
));
2940 static void *_p_wxPreviewFrameTo_p_wxWindow(void *x
) {
2941 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
2943 static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x
) {
2944 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2946 static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x
) {
2947 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
2949 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) {
2950 return (void *)((wxWindow
*) (wxControl
*) ((wxControlWithItems
*) x
));
2952 static void *_p_wxPyWindowTo_p_wxWindow(void *x
) {
2953 return (void *)((wxWindow
*) ((wxPyWindow
*) x
));
2955 static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x
) {
2956 return (void *)((wxWindow
*) (wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
2958 static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x
) {
2959 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
2961 static void *_p_wxPyVListBoxTo_p_wxWindow(void *x
) {
2962 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
2964 static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x
) {
2965 return (void *)((wxWindow
*) (wxPanel
*) ((wxPreviewControlBar
*) x
));
2967 static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x
) {
2968 return (void *)((wxWindow
*) (wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
2970 static void *_p_wxWizardTo_p_wxWindow(void *x
) {
2971 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
2973 static void *_p_wxWizardPageSimpleTo_p_wxWindow(void *x
) {
2974 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2976 static void *_p_wxFrameTo_p_wxWindow(void *x
) {
2977 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxFrame
*) x
));
2979 static void *_p_wxFontDialogTo_p_wxWindow(void *x
) {
2980 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
2982 static void *_p_wxDirDialogTo_p_wxWindow(void *x
) {
2983 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
2985 static void *_p_wxColourDialogTo_p_wxWindow(void *x
) {
2986 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
2988 static void *_p_wxDialogTo_p_wxWindow(void *x
) {
2989 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxDialog
*) x
));
2991 static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x
) {
2992 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
2994 static void *_p_wxPrintDialogTo_p_wxWindow(void *x
) {
2995 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
2997 static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x
) {
2998 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3000 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x
) {
3001 return (void *)((wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3003 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x
) {
3004 return (void *)((wxCommandEvent
*) ((wxScrollEvent
*) x
));
3006 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x
) {
3007 return (void *)((wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3009 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x
) {
3010 return (void *)((wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3012 static void *_p_wxFindDialogEventTo_p_wxCommandEvent(void *x
) {
3013 return (void *)((wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3015 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x
) {
3016 return (void *)((wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3018 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x
) {
3019 return (void *)((wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3021 static void *_p_wxSplitterEventTo_p_wxCommandEvent(void *x
) {
3022 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3024 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x
) {
3025 return (void *)((wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3027 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x
) {
3028 return (void *)((wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3030 static void *_p_wxSashEventTo_p_wxCommandEvent(void *x
) {
3031 return (void *)((wxCommandEvent
*) ((wxSashEvent
*) x
));
3033 static void *_p_wxWizardEventTo_p_wxCommandEvent(void *x
) {
3034 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3036 static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x
) {
3037 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
3039 static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x
) {
3040 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
3042 static void *_p_wxWizardPageTo_p_wxEvtHandler(void *x
) {
3043 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
3045 static void *_p_wxPyWizardPageTo_p_wxEvtHandler(void *x
) {
3046 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
3048 static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x
) {
3049 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
3051 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) {
3052 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMenuBar
*) x
));
3054 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) {
3055 return (void *)((wxEvtHandler
*) ((wxValidator
*) x
));
3057 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) {
3058 return (void *)((wxEvtHandler
*) (wxValidator
*) ((wxPyValidator
*) x
));
3060 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) {
3061 return (void *)((wxEvtHandler
*) ((wxMenu
*) x
));
3063 static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x
) {
3064 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
3066 static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x
) {
3067 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
3069 static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x
) {
3070 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
3072 static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x
) {
3073 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
3075 static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x
) {
3076 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
3078 static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x
) {
3079 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
3081 static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x
) {
3082 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
3084 static void *_p_wxPanelTo_p_wxEvtHandler(void *x
) {
3085 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPanel
*) x
));
3087 static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x
) {
3088 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxStatusBar
*) x
));
3090 static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x
) {
3091 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3093 static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x
) {
3094 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
3096 static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x
) {
3097 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
3099 static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x
) {
3100 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPopupWindow
*) x
));
3102 static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x
) {
3103 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
3105 static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x
) {
3106 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSashWindow
*) x
));
3108 static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x
) {
3109 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplitterWindow
*) x
));
3111 static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x
) {
3112 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplashScreenWindow
*) x
));
3114 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) {
3115 return (void *)((wxEvtHandler
*) ((wxWindow
*) x
));
3117 static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x
) {
3118 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
3120 static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x
) {
3121 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxTopLevelWindow
*) x
));
3123 static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x
) {
3124 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMDIClientWindow
*) x
));
3126 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) {
3127 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxControl
*) x
));
3129 static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x
) {
3130 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
3132 static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x
) {
3133 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
3135 static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x
) {
3136 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
3138 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) {
3139 return (void *)((wxEvtHandler
*) ((wxPyApp
*) x
));
3141 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) {
3142 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
3144 static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x
) {
3145 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPyWindow
*) x
));
3147 static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x
) {
3148 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3150 static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x
) {
3151 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3153 static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x
) {
3154 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3156 static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3157 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
3159 static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3160 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3162 static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x
) {
3163 return (void *)((wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
3165 static void *_p_wxWizardTo_p_wxEvtHandler(void *x
) {
3166 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
3168 static void *_p_wxWizardPageSimpleTo_p_wxEvtHandler(void *x
) {
3169 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3171 static void *_p_wxFrameTo_p_wxEvtHandler(void *x
) {
3172 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
3174 static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x
) {
3175 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
3177 static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x
) {
3178 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
3180 static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x
) {
3181 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
3183 static void *_p_wxDialogTo_p_wxEvtHandler(void *x
) {
3184 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
3186 static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x
) {
3187 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
3189 static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x
) {
3190 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
3192 static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x
) {
3193 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3195 static void *_p_wxSplitterEventTo_p_wxNotifyEvent(void *x
) {
3196 return (void *)((wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3198 static void *_p_wxWizardEventTo_p_wxNotifyEvent(void *x
) {
3199 return (void *)((wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3201 static void *_p_wxScrolledWindowTo_p_wxPanel(void *x
) {
3202 return (void *)((wxPanel
*) ((wxScrolledWindow
*) x
));
3204 static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x
) {
3205 return (void *)((wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3207 static void *_p_wxWizardPageSimpleTo_p_wxPanel(void *x
) {
3208 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3210 static void *_p_wxPyVListBoxTo_p_wxPanel(void *x
) {
3211 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3213 static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x
) {
3214 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3216 static void *_p_wxPyPanelTo_p_wxPanel(void *x
) {
3217 return (void *)((wxPanel
*) ((wxPyPanel
*) x
));
3219 static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x
) {
3220 return (void *)((wxPanel
*) (wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3222 static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x
) {
3223 return (void *)((wxPanel
*) ((wxPreviewControlBar
*) x
));
3225 static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x
) {
3226 return (void *)((wxPanel
*) (wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3228 static void *_p_wxWizardPageTo_p_wxPanel(void *x
) {
3229 return (void *)((wxPanel
*) ((wxWizardPage
*) x
));
3231 static void *_p_wxPyWizardPageTo_p_wxPanel(void *x
) {
3232 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxPyWizardPage
*) x
));
3234 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x
) {
3235 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3237 static void *_p_wxMenuEventTo_p_wxEvent(void *x
) {
3238 return (void *)((wxEvent
*) ((wxMenuEvent
*) x
));
3240 static void *_p_wxCloseEventTo_p_wxEvent(void *x
) {
3241 return (void *)((wxEvent
*) ((wxCloseEvent
*) x
));
3243 static void *_p_wxMouseEventTo_p_wxEvent(void *x
) {
3244 return (void *)((wxEvent
*) ((wxMouseEvent
*) x
));
3246 static void *_p_wxEraseEventTo_p_wxEvent(void *x
) {
3247 return (void *)((wxEvent
*) ((wxEraseEvent
*) x
));
3249 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x
) {
3250 return (void *)((wxEvent
*) ((wxSetCursorEvent
*) x
));
3252 static void *_p_wxSplitterEventTo_p_wxEvent(void *x
) {
3253 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3255 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x
) {
3256 return (void *)((wxEvent
*) ((wxInitDialogEvent
*) x
));
3258 static void *_p_wxScrollEventTo_p_wxEvent(void *x
) {
3259 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxScrollEvent
*) x
));
3261 static void *_p_wxFindDialogEventTo_p_wxEvent(void *x
) {
3262 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3264 static void *_p_wxPyEventTo_p_wxEvent(void *x
) {
3265 return (void *)((wxEvent
*) ((wxPyEvent
*) x
));
3267 static void *_p_wxNotifyEventTo_p_wxEvent(void *x
) {
3268 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3270 static void *_p_wxCalculateLayoutEventTo_p_wxEvent(void *x
) {
3271 return (void *)((wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
3273 static void *_p_wxIdleEventTo_p_wxEvent(void *x
) {
3274 return (void *)((wxEvent
*) ((wxIdleEvent
*) x
));
3276 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x
) {
3277 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3279 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x
) {
3280 return (void *)((wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
3282 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x
) {
3283 return (void *)((wxEvent
*) ((wxMaximizeEvent
*) x
));
3285 static void *_p_wxIconizeEventTo_p_wxEvent(void *x
) {
3286 return (void *)((wxEvent
*) ((wxIconizeEvent
*) x
));
3288 static void *_p_wxActivateEventTo_p_wxEvent(void *x
) {
3289 return (void *)((wxEvent
*) ((wxActivateEvent
*) x
));
3291 static void *_p_wxSizeEventTo_p_wxEvent(void *x
) {
3292 return (void *)((wxEvent
*) ((wxSizeEvent
*) x
));
3294 static void *_p_wxMoveEventTo_p_wxEvent(void *x
) {
3295 return (void *)((wxEvent
*) ((wxMoveEvent
*) x
));
3297 static void *_p_wxPaintEventTo_p_wxEvent(void *x
) {
3298 return (void *)((wxEvent
*) ((wxPaintEvent
*) x
));
3300 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x
) {
3301 return (void *)((wxEvent
*) ((wxNcPaintEvent
*) x
));
3303 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x
) {
3304 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3306 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x
) {
3307 return (void *)((wxEvent
*) ((wxPaletteChangedEvent
*) x
));
3309 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x
) {
3310 return (void *)((wxEvent
*) ((wxDisplayChangedEvent
*) x
));
3312 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x
) {
3313 return (void *)((wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
3315 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x
) {
3316 return (void *)((wxEvent
*) ((wxSysColourChangedEvent
*) x
));
3318 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x
) {
3319 return (void *)((wxEvent
*) ((wxDropFilesEvent
*) x
));
3321 static void *_p_wxFocusEventTo_p_wxEvent(void *x
) {
3322 return (void *)((wxEvent
*) ((wxFocusEvent
*) x
));
3324 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x
) {
3325 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3327 static void *_p_wxSashEventTo_p_wxEvent(void *x
) {
3328 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxSashEvent
*) x
));
3330 static void *_p_wxQueryLayoutInfoEventTo_p_wxEvent(void *x
) {
3331 return (void *)((wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
3333 static void *_p_wxShowEventTo_p_wxEvent(void *x
) {
3334 return (void *)((wxEvent
*) ((wxShowEvent
*) x
));
3336 static void *_p_wxCommandEventTo_p_wxEvent(void *x
) {
3337 return (void *)((wxEvent
*) ((wxCommandEvent
*) x
));
3339 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x
) {
3340 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3342 static void *_p_wxWizardEventTo_p_wxEvent(void *x
) {
3343 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3345 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x
) {
3346 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3348 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x
) {
3349 return (void *)((wxEvent
*) ((wxNavigationKeyEvent
*) x
));
3351 static void *_p_wxKeyEventTo_p_wxEvent(void *x
) {
3352 return (void *)((wxEvent
*) ((wxKeyEvent
*) x
));
3354 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x
) {
3355 return (void *)((wxEvent
*) ((wxScrollWinEvent
*) x
));
3357 static void *_p_wxTaskBarIconEventTo_p_wxEvent(void *x
) {
3358 return (void *)((wxEvent
*) ((wxTaskBarIconEvent
*) x
));
3360 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}};
3361 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}};
3362 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}};
3363 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}};
3364 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}};
3365 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}};
3366 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}};
3367 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}};
3368 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}};
3369 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}};
3370 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}};
3371 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}};
3372 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}};
3373 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}};
3374 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}};
3375 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}};
3376 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}};
3377 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}};
3378 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}};
3379 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}};
3381 static swig_type_info
*swig_types_initial
[] = {
3384 _swigt__p_wxWizardPageSimple
,
3385 _swigt__p_wxWizardPage
,
3386 _swigt__p_wxTopLevelWindow
,
3388 _swigt__p_wxPyWizardPage
,
3389 _swigt__p_wxWizardEvent
,
3390 _swigt__p_wxCommandEvent
,
3394 _swigt__p_wxEvtHandler
,
3396 _swigt__p_wxNotifyEvent
,
3406 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
3408 static swig_const_info swig_const_table
[] = {
3418 SWIGEXPORT(void) SWIG_init(void) {
3419 static PyObject
*SWIG_globals
= 0;
3420 static int typeinit
= 0;
3423 if (!SWIG_globals
) SWIG_globals
= SWIG_newvarlink();
3424 m
= Py_InitModule((char *) SWIG_name
, SwigMethods
);
3425 d
= PyModule_GetDict(m
);
3428 for (i
= 0; swig_types_initial
[i
]; i
++) {
3429 swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]);
3433 SWIG_InstallConstants(d
,swig_const_table
);
3435 PyDict_SetItemString(d
,"WIZARD_EX_HELPBUTTON", SWIG_FromInt((int)wxWIZARD_EX_HELPBUTTON
));
3436 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGED", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGED
));
3437 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGING", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGING
));
3438 PyDict_SetItemString(d
, "wxEVT_WIZARD_CANCEL", PyInt_FromLong(wxEVT_WIZARD_CANCEL
));
3439 PyDict_SetItemString(d
, "wxEVT_WIZARD_HELP", PyInt_FromLong(wxEVT_WIZARD_HELP
));
3440 PyDict_SetItemString(d
, "wxEVT_WIZARD_FINISHED", PyInt_FromLong(wxEVT_WIZARD_FINISHED
));