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_TypePrettyName SWIG_Python_TypePrettyName
47 #define SWIG_TypeQuery SWIG_Python_TypeQuery
48 #define SWIG_TypeClientData SWIG_Python_TypeClientData
49 #define SWIG_PackData SWIG_Python_PackData
50 #define SWIG_UnpackData SWIG_Python_UnpackData
53 /***********************************************************************
54 * common.swg for wxPython
56 * Include only the function prototypes and such from SWIG's common.swg,
57 * but not the runtime functions themselves. This helps keep the
58 * wrapper files clean of unnecessary stuff that is in the libpy.c file
61 ************************************************************************/
65 #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
66 # if defined(_MSC_VER) || defined(__GNUC__)
67 # if defined(STATIC_LINKED)
68 # define SWIGEXPORT(a) a
69 # define SWIGIMPORT(a) extern a
71 # define SWIGEXPORT(a) __declspec(dllexport) a
72 # define SWIGIMPORT(a) extern a
75 # if defined(__BORLANDC__)
76 # define SWIGEXPORT(a) a _export
77 # define SWIGIMPORT(a) a _export
79 # define SWIGEXPORT(a) a
80 # define SWIGIMPORT(a) a
84 # define SWIGEXPORT(a) a
85 # define SWIGIMPORT(a) a
89 # define SWIGRUNTIME(a) SWIGEXPORT(a)
91 # define SWIGRUNTIME(a) static a
98 typedef void *(*swig_converter_func
)(void *);
99 typedef struct swig_type_info
*(*swig_dycast_func
)(void **);
101 typedef struct swig_type_info
{
103 swig_converter_func converter
;
106 swig_dycast_func dcast
;
107 struct swig_type_info
*next
;
108 struct swig_type_info
*prev
;
112 SWIGIMPORT(swig_type_info
*) SWIG_TypeRegister(swig_type_info
*);
113 SWIGIMPORT(swig_type_info
*) SWIG_TypeCheck(char *c
, swig_type_info
*);
114 SWIGIMPORT(void *) SWIG_TypeCast(swig_type_info
*, void *);
115 SWIGIMPORT(swig_type_info
*) SWIG_TypeDynamicCast(swig_type_info
*, void **);
116 SWIGIMPORT(const char *) SWIG_TypeName(const swig_type_info
*);
117 SWIGIMPORT(const char *) SWIG_TypePrettyName(const swig_type_info
*);
118 SWIGIMPORT(swig_type_info
*) SWIG_TypeQuery(const char *);
119 SWIGIMPORT(void) SWIG_TypeClientData(swig_type_info
*, void *);
120 SWIGIMPORT(char *) SWIG_PackData(char *, void *, int);
121 SWIGIMPORT(char *) SWIG_UnpackData(char *, void *, int);
129 /***********************************************************************
130 * pyrun.swg for wxPython
132 * Include only the function prototypes and such from SWIG's pyrun.swg,
133 * but not the runtime functions themselves. This helps keep the
134 * wrapper files clean of unnecessary stuff that is in the libpy.c file
137 ************************************************************************/
143 #define SWIG_PY_INT 1
144 #define SWIG_PY_FLOAT 2
145 #define SWIG_PY_STRING 3
146 #define SWIG_PY_POINTER 4
147 #define SWIG_PY_BINARY 5
149 /* Flags for pointer conversion */
151 #define SWIG_POINTER_EXCEPTION 0x1
152 #define SWIG_POINTER_DISOWN 0x2
154 /* Exception handling in wrappers */
155 #define SWIG_fail goto fail
157 /* Constant information structure */
158 typedef struct swig_const_info
{
164 swig_type_info
**ptype
;
167 /* Common SWIG API */
168 #define SWIG_ConvertPtr(obj, pp, type, flags) \
169 SWIG_Python_ConvertPtr(obj, pp, type, flags)
170 #define SWIG_NewPointerObj(p, type, flags) \
171 SWIG_Python_NewPointerObj(p, type, flags)
172 #define SWIG_MustGetPtr(p, type, argnum, flags) \
173 SWIG_Python_MustGetPtr(p, type, argnum, flags)
175 /* Python-specific SWIG API */
176 #define SWIG_newvarlink() \
177 SWIG_Python_newvarlink()
178 #define SWIG_addvarlink(p, name, get_attr, set_attr) \
179 SWIG_Python_addvarlink(p, name, get_attr, set_attr)
180 #define SWIG_ConvertPacked(obj, ptr, sz, ty, flags) \
181 SWIG_Python_ConvertPacked(obj, ptr, sz, ty, flags)
182 #define SWIG_NewPackedObj(ptr, sz, type) \
183 SWIG_Python_NewPackedObj(ptr, sz, type)
184 #define SWIG_InstallConstants(d, constants) \
185 SWIG_Python_InstallConstants(d, constants)
187 typedef double (*py_objasdbl_conv
)(PyObject
*obj
);
189 SWIGIMPORT(int) SWIG_Python_ConvertPtr(PyObject
*, void **, swig_type_info
*, int);
190 SWIGIMPORT(PyObject
*) SWIG_Python_NewPointerObj(void *, swig_type_info
*,int own
);
191 SWIGIMPORT(void *) SWIG_Python_MustGetPtr(PyObject
*, swig_type_info
*, int, int);
192 SWIGIMPORT(PyObject
*) SWIG_Python_newvarlink(void);
193 SWIGIMPORT(void) SWIG_Python_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
194 SWIGIMPORT(int) SWIG_Python_ConvertPacked(PyObject
*, void *, int sz
, swig_type_info
*, int);
195 SWIGIMPORT(PyObject
*) SWIG_Python_NewPackedObj(void *, int sz
, swig_type_info
*);
196 SWIGIMPORT(void) SWIG_Python_InstallConstants(PyObject
*d
, swig_const_info constants
[]);
199 /* Contract support */
201 #define SWIG_contract_assert(expr, msg) if (!(expr)) { PyErr_SetString(PyExc_RuntimeError, (char *) msg ); goto fail; } else
209 /* -------- TYPES TABLE (BEGIN) -------- */
211 #define SWIGTYPE_p_wxObject swig_types[0]
212 #define SWIGTYPE_p_wxDialog swig_types[1]
213 #define SWIGTYPE_p_wxWizardPageSimple swig_types[2]
214 #define SWIGTYPE_p_wxWizardPage swig_types[3]
215 #define SWIGTYPE_p_wxTopLevelWindow swig_types[4]
216 #define SWIGTYPE_p_wxWindow swig_types[5]
217 #define SWIGTYPE_p_wxPyWizardPage swig_types[6]
218 #define SWIGTYPE_p_wxWizardEvent swig_types[7]
219 #define SWIGTYPE_p_wxCommandEvent swig_types[8]
220 #define SWIGTYPE_p_wxBitmap swig_types[9]
221 #define SWIGTYPE_p_wxWizard swig_types[10]
222 #define SWIGTYPE_p_char swig_types[11]
223 #define SWIGTYPE_p_wxEvtHandler swig_types[12]
224 #define SWIGTYPE_p_wxString swig_types[13]
225 #define SWIGTYPE_p_wxNotifyEvent swig_types[14]
226 #define SWIGTYPE_p_wxPanel swig_types[15]
227 #define SWIGTYPE_p_wxEvent swig_types[16]
228 #define SWIGTYPE_p_wxSize swig_types[17]
229 #define SWIGTYPE_p_wxChar swig_types[18]
230 #define SWIGTYPE_p_int swig_types[19]
231 static swig_type_info
*swig_types
[21];
233 /* -------- TYPES TABLE (END) -------- */
236 /*-----------------------------------------------
237 @(target):= _wizard.so
238 ------------------------------------------------*/
239 #define SWIG_init init_wizard
241 #define SWIG_name "_wizard"
243 /* Auxiliar swig macros that appear in the header */
245 #define SWIG_OLDOBJ 1
246 #define SWIG_NEWOBJ SWIG_OLDOBJ + 1
247 #define SWIG_PYSTR SWIG_NEWOBJ + 1
250 #define SWIGSTATICINLINE(a) static inline a
251 #define SWIGSTATIC(a) static a
252 #define swig_new_array(size,Type) (new Type[(size)])
253 #define swig_delete(cptr) delete cptr
254 #define swig_delete_array(cptr) delete[] cptr
255 #define swig_const_cast(a,Type) const_cast<Type >(a)
256 #define swig_static_cast(a,Type) static_cast<Type >(a)
257 #define swig_reinterpret_cast(a,Type) reinterpret_cast<Type >(a)
258 #define swig_new_copy(ptr,Type) (new Type(*ptr))
259 #define swig_numeric_cast(a,Type) static_cast<Type >(a)
263 #define SWIGSTATICINLINE(a) static a
264 #define SWIGSTATIC(a) static a
265 #define swig_new_array(size,Type) ((Type*) malloc((size)*sizeof(Type)))
266 #define swig_delete(cptr) free((char*)cptr)
267 #define swig_delete_array(cptr) free((char*)cptr)
268 #define swig_const_cast(a,Type) (Type)(a)
269 #define swig_static_cast(a,Type) (Type)(a)
270 #define swig_reinterpret_cast(a,Type) (Type)(a)
271 #define swig_numeric_cast(a,Type) (Type)(a)
272 #define swig_new_copy(ptr,Type) ((Type*)memcpy(malloc(sizeof(Type)),ptr,sizeof(Type)))
274 #endif /* __cplusplus */
277 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
278 #define SWIG_From_signed_SS_char PyInt_FromLong
280 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
281 #define SWIG_From_unsigned_SS_char PyInt_FromLong
283 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
284 #define SWIG_From_short PyInt_FromLong
286 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
287 #define SWIG_From_unsigned_SS_short PyInt_FromLong
289 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
290 #define SWIG_From_int PyInt_FromLong
292 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
293 #define SWIG_From_long PyInt_FromLong
295 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
296 #define SWIG_From_float PyFloat_FromDouble
298 /*@c:\\PROJECTS\\SWIG-cvs\\Lib\\python\\pymacros.swg,63,SWIG_define@*/
299 #define SWIG_From_double PyFloat_FromDouble
303 #include "wx/wxPython/wxPython.h"
304 #include "wx/wxPython/pyclasses.h"
305 #include "wx/wxPython/printfw.h"
307 #include <wx/wizard.h>
310 static const wxString
wxPyEmptyString(wxEmptyString
);
315 SWIGSTATICINLINE(int)
316 SWIG_CheckLongInRange(long value
, long min_value
, long max_value
,
319 if (value
< min_value
) {
321 PyErr_Format(PyExc_OverflowError
,
322 "value %ld is less than '%s' minimum %ld",
323 value
, errmsg
, min_value
);
326 } else if (value
> max_value
) {
328 PyErr_Format(PyExc_OverflowError
,
329 "value %ld is greater than '%s' maximum %ld",
330 value
, errmsg
, max_value
);
338 // See my_fragments.i
339 SWIGSTATICINLINE(int)
340 SWIG_AsVal_long(PyObject
* obj
, long* val
)
342 if (PyNumber_Check(obj
)) {
343 if (val
) *val
= PyInt_AsLong(obj
);
347 PyObject
* errmsg
= PyString_FromFormat("Expected number, got %s",
348 obj
->ob_type
->tp_name
);
349 PyErr_SetObject(PyExc_TypeError
, errmsg
);
356 #if INT_MAX != LONG_MAX
357 SWIGSTATICINLINE(int)
358 SWIG_AsVal_int(PyObject
*obj
, int *val
)
360 const char* errmsg
= val
? "int" : 0;
362 if (SWIG_AsVal_long(obj
, &v
)) {
363 if (SWIG_CheckLongInRange(v
, INT_MIN
,INT_MAX
, errmsg
)) {
364 if (val
) *val
= swig_numeric_cast(v
, int);
373 PyErr_SetString(PyExc_TypeError
, "an int is expected");
378 SWIGSTATICINLINE(int)
379 SWIG_AsVal_int(PyObject
*obj
, int *val
)
381 return SWIG_AsVal_long(obj
,(long*)val
);
386 SWIGSTATICINLINE(int)
387 SWIG_As_int(PyObject
* obj
)
390 if (!SWIG_AsVal_int(obj
, &v
)) {
392 this is needed to make valgrind/purify happier. the other
393 solution is throw an exception, but since this code should work
396 memset((void*)&v
, 0, sizeof(int));
402 SWIGSTATICINLINE(int)
403 SWIG_AsVal_bool(PyObject
*obj
, bool *val
)
405 /* if (val) *val = PyObject_IsTrue(obj); return 1; */
406 if (obj
== Py_True
) {
407 if (val
) *val
= true;
410 if (obj
== Py_False
) {
411 if (val
) *val
= false;
415 if (SWIG_AsVal_int(obj
, &res
)) {
416 if (val
) *val
= (bool)res
;
420 PyErr_SetString(PyExc_TypeError
, "a bool is expected");
426 SWIGSTATICINLINE(bool)
427 SWIG_As_bool(PyObject
* obj
)
430 if (!SWIG_AsVal_bool(obj
, &v
)) {
432 this is needed to make valgrind/purify happier. the other
433 solution is throw an exception, but since this code should work
436 memset((void*)&v
, 0, sizeof(bool));
442 SWIGSTATICINLINE(int)
443 SWIG_Check_int(PyObject
* obj
)
445 return SWIG_AsVal_int(obj
, (int*)0);
449 SWIGSTATICINLINE(int)
450 SWIG_Check_bool(PyObject
* obj
)
452 return SWIG_AsVal_bool(obj
, (bool*)0);
455 bool wxWizardPage_Create(wxWizardPage
*self
,wxWizard
*parent
,wxBitmap
const &bitmap
,wxString
const &resource
){
457 if (resource
.Length())
458 res
= (wxChar
*)resource
.c_str();
459 return self
->Create(parent
, bitmap
, res
);
461 // C++ Version of a Python aware class
462 class wxPyWizardPage
: public wxWizardPage
{
463 DECLARE_ABSTRACT_CLASS(wxPyWizardPage
);
465 wxPyWizardPage() : wxWizardPage() {}
466 wxPyWizardPage(wxWizard
*parent
,
467 const wxBitmap
& bitmap
= wxNullBitmap
,
468 const wxChar
* resource
= NULL
)
469 : wxWizardPage(parent
, bitmap
, resource
) {}
471 DEC_PYCALLBACK_WIZPG__pure(GetPrev
);
472 DEC_PYCALLBACK_WIZPG__pure(GetNext
);
473 DEC_PYCALLBACK_BITMAP__pure(GetBitmap
);
475 DEC_PYCALLBACK_VOID_INT4(DoMoveWindow
);
476 DEC_PYCALLBACK_VOID_INT5(DoSetSize
);
477 DEC_PYCALLBACK_VOID_INTINT(DoSetClientSize
);
478 DEC_PYCALLBACK_VOID_INTINT(DoSetVirtualSize
);
480 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetSize
);
481 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetClientSize
);
482 DEC_PYCALLBACK_VOID_INTPINTP_const(DoGetPosition
);
484 DEC_PYCALLBACK_SIZE_const(DoGetVirtualSize
);
485 DEC_PYCALLBACK_SIZE_const(DoGetBestSize
);
487 DEC_PYCALLBACK__(InitDialog
);
488 DEC_PYCALLBACK_BOOL_(TransferDataFromWindow
);
489 DEC_PYCALLBACK_BOOL_(TransferDataToWindow
);
490 DEC_PYCALLBACK_BOOL_(Validate
);
492 DEC_PYCALLBACK_BOOL_const(AcceptsFocus
);
493 DEC_PYCALLBACK_BOOL_const(AcceptsFocusFromKeyboard
);
494 DEC_PYCALLBACK_SIZE_const(GetMaxSize
);
496 DEC_PYCALLBACK_VOID_WXWINBASE(AddChild
);
497 DEC_PYCALLBACK_VOID_WXWINBASE(RemoveChild
);
503 IMPLEMENT_ABSTRACT_CLASS(wxPyWizardPage
, wxWizardPage
);
505 IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage
, wxWizardPage
, GetPrev
);
506 IMP_PYCALLBACK_WIZPG__pure(wxPyWizardPage
, wxWizardPage
, GetNext
);
507 IMP_PYCALLBACK_BITMAP__pure(wxPyWizardPage
, wxWizardPage
, GetBitmap
);
509 IMP_PYCALLBACK_VOID_INT4(wxPyWizardPage
, wxWizardPage
, DoMoveWindow
);
510 IMP_PYCALLBACK_VOID_INT5(wxPyWizardPage
, wxWizardPage
, DoSetSize
);
511 IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage
, wxWizardPage
, DoSetClientSize
);
512 IMP_PYCALLBACK_VOID_INTINT(wxPyWizardPage
, wxWizardPage
, DoSetVirtualSize
);
514 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetSize
);
515 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetClientSize
);
516 IMP_PYCALLBACK_VOID_INTPINTP_const(wxPyWizardPage
, wxWizardPage
, DoGetPosition
);
518 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, DoGetVirtualSize
);
519 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, DoGetBestSize
);
521 IMP_PYCALLBACK__(wxPyWizardPage
, wxWizardPage
, InitDialog
);
522 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, TransferDataFromWindow
);
523 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, TransferDataToWindow
);
524 IMP_PYCALLBACK_BOOL_(wxPyWizardPage
, wxWizardPage
, Validate
);
526 IMP_PYCALLBACK_BOOL_const(wxPyWizardPage
, wxWizardPage
, AcceptsFocus
);
527 IMP_PYCALLBACK_BOOL_const(wxPyWizardPage
, wxWizardPage
, AcceptsFocusFromKeyboard
);
528 IMP_PYCALLBACK_SIZE_const(wxPyWizardPage
, wxWizardPage
, GetMaxSize
);
530 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage
, wxWizardPage
, AddChild
);
531 IMP_PYCALLBACK_VOID_WXWINBASE(wxPyWizardPage
, wxWizardPage
, RemoveChild
);
534 wxPyWizardPage
*new_wxPyWizardPage(wxWizard
*parent
,wxBitmap
const *bitmap
,wxString
const *resource
){
536 if (resource
->Length())
537 res
= (wxChar
*)resource
->c_str();
538 return new wxPyWizardPage(parent
, *bitmap
, res
);
540 bool wxPyWizardPage_Create(wxPyWizardPage
*self
,wxWizard
*parent
,wxBitmap
const &bitmap
,wxString
const &resource
){
542 if (resource
.Length())
543 res
= (wxChar
*)resource
.c_str();
544 return self
->Create(parent
, bitmap
, res
);
547 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
553 } else if (target
== Py_None
) {
558 target
= PyTuple_New(1);
559 PyTuple_SetItem(target
, 0, o2
);
562 PyTuple_SetItem(o3
, 0, o
);
565 target
= PySequence_Concat(o2
, o3
);
574 SWIGSTATICINLINE(long)
575 SWIG_As_long(PyObject
* obj
)
578 if (!SWIG_AsVal_long(obj
, &v
)) {
580 this is needed to make valgrind/purify happier. the other
581 solution is throw an exception, but since this code should work
584 memset((void*)&v
, 0, sizeof(long));
590 SWIGSTATICINLINE(int)
591 SWIG_Check_long(PyObject
* obj
)
593 return SWIG_AsVal_long(obj
, (long*)0);
599 static PyObject
*_wrap_new_WizardEvent(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
601 wxEventType arg1
= (wxEventType
) wxEVT_NULL
;
602 int arg2
= (int) -1 ;
603 bool arg3
= (bool) True
;
604 wxWizardPage
*arg4
= (wxWizardPage
*) NULL
;
605 wxWizardEvent
*result
;
606 PyObject
* obj0
= 0 ;
607 PyObject
* obj1
= 0 ;
608 PyObject
* obj2
= 0 ;
609 PyObject
* obj3
= 0 ;
611 (char *) "type",(char *) "id",(char *) "direction",(char *) "page", NULL
614 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_WizardEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
616 arg1
= (wxEventType
)SWIG_As_int(obj0
);
617 if (PyErr_Occurred()) SWIG_fail
;
620 arg2
= (int)SWIG_As_int(obj1
);
621 if (PyErr_Occurred()) SWIG_fail
;
624 arg3
= (bool)SWIG_As_bool(obj2
);
625 if (PyErr_Occurred()) SWIG_fail
;
628 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
,
629 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
632 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
633 result
= (wxWizardEvent
*)new wxWizardEvent(arg1
,arg2
,arg3
,arg4
);
635 wxPyEndAllowThreads(__tstate
);
636 if (PyErr_Occurred()) SWIG_fail
;
638 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardEvent
, 1);
645 static PyObject
*_wrap_WizardEvent_GetDirection(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
647 wxWizardEvent
*arg1
= (wxWizardEvent
*) 0 ;
649 PyObject
* obj0
= 0 ;
651 (char *) "self", NULL
654 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetDirection",kwnames
,&obj0
)) goto fail
;
655 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
,
656 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
658 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
659 result
= (bool)((wxWizardEvent
const *)arg1
)->GetDirection();
661 wxPyEndAllowThreads(__tstate
);
662 if (PyErr_Occurred()) SWIG_fail
;
665 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
673 static PyObject
*_wrap_WizardEvent_GetPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
675 wxWizardEvent
*arg1
= (wxWizardEvent
*) 0 ;
676 wxWizardPage
*result
;
677 PyObject
* obj0
= 0 ;
679 (char *) "self", NULL
682 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetPage",kwnames
,&obj0
)) goto fail
;
683 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
,
684 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
686 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
687 result
= (wxWizardPage
*)((wxWizardEvent
const *)arg1
)->GetPage();
689 wxPyEndAllowThreads(__tstate
);
690 if (PyErr_Occurred()) SWIG_fail
;
693 resultobj
= wxPyMake_wxObject(result
, 0);
701 static PyObject
* WizardEvent_swigregister(PyObject
*, PyObject
*args
) {
703 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
704 SWIG_TypeClientData(SWIGTYPE_p_wxWizardEvent
, obj
);
706 return Py_BuildValue((char *)"");
708 static PyObject
*_wrap_WizardPage_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
710 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
711 wxWizard
*arg2
= (wxWizard
*) 0 ;
712 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
713 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
714 wxString
const &arg4_defvalue
= wxPyEmptyString
;
715 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
718 PyObject
* obj0
= 0 ;
719 PyObject
* obj1
= 0 ;
720 PyObject
* obj2
= 0 ;
721 PyObject
* obj3
= 0 ;
723 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
726 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:WizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
727 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
728 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
729 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
730 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
732 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
733 SWIG_POINTER_EXCEPTION
| 0)) == -1)
736 PyErr_SetString(PyExc_TypeError
,"null reference");
742 arg4
= wxString_in_helper(obj3
);
743 if (arg4
== NULL
) SWIG_fail
;
748 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
749 result
= (bool)wxWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
751 wxPyEndAllowThreads(__tstate
);
752 if (PyErr_Occurred()) SWIG_fail
;
755 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
771 static PyObject
*_wrap_WizardPage_GetPrev(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
773 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
774 wxWizardPage
*result
;
775 PyObject
* obj0
= 0 ;
777 (char *) "self", NULL
780 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetPrev",kwnames
,&obj0
)) goto fail
;
781 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
782 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
784 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
785 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetPrev();
787 wxPyEndAllowThreads(__tstate
);
788 if (PyErr_Occurred()) SWIG_fail
;
791 resultobj
= wxPyMake_wxObject(result
, 0);
799 static PyObject
*_wrap_WizardPage_GetNext(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
801 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
802 wxWizardPage
*result
;
803 PyObject
* obj0
= 0 ;
805 (char *) "self", NULL
808 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetNext",kwnames
,&obj0
)) goto fail
;
809 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
810 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
812 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
813 result
= (wxWizardPage
*)((wxWizardPage
const *)arg1
)->GetNext();
815 wxPyEndAllowThreads(__tstate
);
816 if (PyErr_Occurred()) SWIG_fail
;
819 resultobj
= wxPyMake_wxObject(result
, 0);
827 static PyObject
*_wrap_WizardPage_GetBitmap(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
829 wxWizardPage
*arg1
= (wxWizardPage
*) 0 ;
831 PyObject
* obj0
= 0 ;
833 (char *) "self", NULL
836 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetBitmap",kwnames
,&obj0
)) goto fail
;
837 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
,
838 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
840 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
841 result
= ((wxWizardPage
const *)arg1
)->GetBitmap();
843 wxPyEndAllowThreads(__tstate
);
844 if (PyErr_Occurred()) SWIG_fail
;
847 wxBitmap
* resultptr
;
848 resultptr
= new wxBitmap((wxBitmap
&) result
);
849 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1);
857 static PyObject
* WizardPage_swigregister(PyObject
*, PyObject
*args
) {
859 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
860 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPage
, obj
);
862 return Py_BuildValue((char *)"");
864 static PyObject
*_wrap_new_PyWizardPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
866 wxWizard
*arg1
= (wxWizard
*) 0 ;
867 wxBitmap
*arg2
= (wxBitmap
*) &wxNullBitmap
;
868 wxString
*arg3
= (wxString
*) &wxPyEmptyString
;
869 wxPyWizardPage
*result
;
871 PyObject
* obj0
= 0 ;
872 PyObject
* obj1
= 0 ;
873 PyObject
* obj2
= 0 ;
875 (char *) "parent",(char *) "bitmap",(char *) "resource", NULL
878 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OO:new_PyWizardPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
879 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
880 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
882 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
,
883 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
887 arg3
= wxString_in_helper(obj2
);
888 if (arg3
== NULL
) SWIG_fail
;
893 if (!wxPyCheckForApp()) SWIG_fail
;
894 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
895 result
= (wxPyWizardPage
*)new_wxPyWizardPage(arg1
,(wxBitmap
const *)arg2
,(wxString
const *)arg3
);
897 wxPyEndAllowThreads(__tstate
);
898 if (PyErr_Occurred()) SWIG_fail
;
900 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
915 static PyObject
*_wrap_new_PrePyWizardPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
917 wxPyWizardPage
*result
;
922 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PrePyWizardPage",kwnames
)) goto fail
;
924 if (!wxPyCheckForApp()) SWIG_fail
;
925 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
926 result
= (wxPyWizardPage
*)new wxPyWizardPage();
928 wxPyEndAllowThreads(__tstate
);
929 if (PyErr_Occurred()) SWIG_fail
;
931 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1);
938 static PyObject
*_wrap_PyWizardPage_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
940 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
941 wxWizard
*arg2
= (wxWizard
*) 0 ;
942 wxBitmap
const &arg3_defvalue
= wxNullBitmap
;
943 wxBitmap
*arg3
= (wxBitmap
*) &arg3_defvalue
;
944 wxString
const &arg4_defvalue
= wxPyEmptyString
;
945 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
948 PyObject
* obj0
= 0 ;
949 PyObject
* obj1
= 0 ;
950 PyObject
* obj2
= 0 ;
951 PyObject
* obj3
= 0 ;
953 (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL
956 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:PyWizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
;
957 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
958 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
959 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
960 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
962 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
,
963 SWIG_POINTER_EXCEPTION
| 0)) == -1)
966 PyErr_SetString(PyExc_TypeError
,"null reference");
972 arg4
= wxString_in_helper(obj3
);
973 if (arg4
== NULL
) SWIG_fail
;
978 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
979 result
= (bool)wxPyWizardPage_Create(arg1
,arg2
,(wxBitmap
const &)*arg3
,(wxString
const &)*arg4
);
981 wxPyEndAllowThreads(__tstate
);
982 if (PyErr_Occurred()) SWIG_fail
;
985 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1001 static PyObject
*_wrap_PyWizardPage__setCallbackInfo(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1002 PyObject
*resultobj
;
1003 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1004 PyObject
*arg2
= (PyObject
*) 0 ;
1005 PyObject
*arg3
= (PyObject
*) 0 ;
1006 PyObject
* obj0
= 0 ;
1007 PyObject
* obj1
= 0 ;
1008 PyObject
* obj2
= 0 ;
1010 (char *) "self",(char *) "self",(char *) "_class", NULL
1013 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1014 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1015 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1019 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1020 (arg1
)->_setCallbackInfo(arg2
,arg3
);
1022 wxPyEndAllowThreads(__tstate
);
1023 if (PyErr_Occurred()) SWIG_fail
;
1025 Py_INCREF(Py_None
); resultobj
= Py_None
;
1032 static PyObject
*_wrap_PyWizardPage_base_DoMoveWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1033 PyObject
*resultobj
;
1034 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1039 PyObject
* obj0
= 0 ;
1040 PyObject
* obj1
= 0 ;
1041 PyObject
* obj2
= 0 ;
1042 PyObject
* obj3
= 0 ;
1043 PyObject
* obj4
= 0 ;
1045 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL
1048 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:PyWizardPage_base_DoMoveWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
1049 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1050 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1051 arg2
= (int)SWIG_As_int(obj1
);
1052 if (PyErr_Occurred()) SWIG_fail
;
1053 arg3
= (int)SWIG_As_int(obj2
);
1054 if (PyErr_Occurred()) SWIG_fail
;
1055 arg4
= (int)SWIG_As_int(obj3
);
1056 if (PyErr_Occurred()) SWIG_fail
;
1057 arg5
= (int)SWIG_As_int(obj4
);
1058 if (PyErr_Occurred()) SWIG_fail
;
1060 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1061 (arg1
)->base_DoMoveWindow(arg2
,arg3
,arg4
,arg5
);
1063 wxPyEndAllowThreads(__tstate
);
1064 if (PyErr_Occurred()) SWIG_fail
;
1066 Py_INCREF(Py_None
); resultobj
= Py_None
;
1073 static PyObject
*_wrap_PyWizardPage_base_DoSetSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1074 PyObject
*resultobj
;
1075 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1080 int arg6
= (int) wxSIZE_AUTO
;
1081 PyObject
* obj0
= 0 ;
1082 PyObject
* obj1
= 0 ;
1083 PyObject
* obj2
= 0 ;
1084 PyObject
* obj3
= 0 ;
1085 PyObject
* obj4
= 0 ;
1086 PyObject
* obj5
= 0 ;
1088 (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL
1091 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:PyWizardPage_base_DoSetSize",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1092 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1093 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1094 arg2
= (int)SWIG_As_int(obj1
);
1095 if (PyErr_Occurred()) SWIG_fail
;
1096 arg3
= (int)SWIG_As_int(obj2
);
1097 if (PyErr_Occurred()) SWIG_fail
;
1098 arg4
= (int)SWIG_As_int(obj3
);
1099 if (PyErr_Occurred()) SWIG_fail
;
1100 arg5
= (int)SWIG_As_int(obj4
);
1101 if (PyErr_Occurred()) SWIG_fail
;
1103 arg6
= (int)SWIG_As_int(obj5
);
1104 if (PyErr_Occurred()) SWIG_fail
;
1107 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1108 (arg1
)->base_DoSetSize(arg2
,arg3
,arg4
,arg5
,arg6
);
1110 wxPyEndAllowThreads(__tstate
);
1111 if (PyErr_Occurred()) SWIG_fail
;
1113 Py_INCREF(Py_None
); resultobj
= Py_None
;
1120 static PyObject
*_wrap_PyWizardPage_base_DoSetClientSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1121 PyObject
*resultobj
;
1122 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1125 PyObject
* obj0
= 0 ;
1126 PyObject
* obj1
= 0 ;
1127 PyObject
* obj2
= 0 ;
1129 (char *) "self",(char *) "width",(char *) "height", NULL
1132 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetClientSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1133 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1134 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1135 arg2
= (int)SWIG_As_int(obj1
);
1136 if (PyErr_Occurred()) SWIG_fail
;
1137 arg3
= (int)SWIG_As_int(obj2
);
1138 if (PyErr_Occurred()) SWIG_fail
;
1140 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1141 (arg1
)->base_DoSetClientSize(arg2
,arg3
);
1143 wxPyEndAllowThreads(__tstate
);
1144 if (PyErr_Occurred()) SWIG_fail
;
1146 Py_INCREF(Py_None
); resultobj
= Py_None
;
1153 static PyObject
*_wrap_PyWizardPage_base_DoSetVirtualSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1154 PyObject
*resultobj
;
1155 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1158 PyObject
* obj0
= 0 ;
1159 PyObject
* obj1
= 0 ;
1160 PyObject
* obj2
= 0 ;
1162 (char *) "self",(char *) "x",(char *) "y", NULL
1165 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetVirtualSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
1166 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1167 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1168 arg2
= (int)SWIG_As_int(obj1
);
1169 if (PyErr_Occurred()) SWIG_fail
;
1170 arg3
= (int)SWIG_As_int(obj2
);
1171 if (PyErr_Occurred()) SWIG_fail
;
1173 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1174 (arg1
)->base_DoSetVirtualSize(arg2
,arg3
);
1176 wxPyEndAllowThreads(__tstate
);
1177 if (PyErr_Occurred()) SWIG_fail
;
1179 Py_INCREF(Py_None
); resultobj
= Py_None
;
1186 static PyObject
*_wrap_PyWizardPage_base_DoGetSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1187 PyObject
*resultobj
;
1188 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1189 int *arg2
= (int *) 0 ;
1190 int *arg3
= (int *) 0 ;
1195 PyObject
* obj0
= 0 ;
1197 (char *) "self", NULL
1200 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
1201 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
1202 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetSize",kwnames
,&obj0
)) goto fail
;
1203 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1204 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1206 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1207 ((wxPyWizardPage
const *)arg1
)->base_DoGetSize(arg2
,arg3
);
1209 wxPyEndAllowThreads(__tstate
);
1210 if (PyErr_Occurred()) SWIG_fail
;
1212 Py_INCREF(Py_None
); resultobj
= Py_None
;
1213 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
1214 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
1215 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
1216 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
1223 static PyObject
*_wrap_PyWizardPage_base_DoGetClientSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1224 PyObject
*resultobj
;
1225 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1226 int *arg2
= (int *) 0 ;
1227 int *arg3
= (int *) 0 ;
1232 PyObject
* obj0
= 0 ;
1234 (char *) "self", NULL
1237 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
1238 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
1239 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetClientSize",kwnames
,&obj0
)) goto fail
;
1240 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1241 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1243 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1244 ((wxPyWizardPage
const *)arg1
)->base_DoGetClientSize(arg2
,arg3
);
1246 wxPyEndAllowThreads(__tstate
);
1247 if (PyErr_Occurred()) SWIG_fail
;
1249 Py_INCREF(Py_None
); resultobj
= Py_None
;
1250 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
1251 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
1252 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
1253 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
1260 static PyObject
*_wrap_PyWizardPage_base_DoGetPosition(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1261 PyObject
*resultobj
;
1262 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1263 int *arg2
= (int *) 0 ;
1264 int *arg3
= (int *) 0 ;
1269 PyObject
* obj0
= 0 ;
1271 (char *) "self", NULL
1274 arg2
= &temp2
; res2
= SWIG_NEWOBJ
;
1275 arg3
= &temp3
; res3
= SWIG_NEWOBJ
;
1276 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetPosition",kwnames
,&obj0
)) goto fail
;
1277 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1278 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1280 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1281 ((wxPyWizardPage
const *)arg1
)->base_DoGetPosition(arg2
,arg3
);
1283 wxPyEndAllowThreads(__tstate
);
1284 if (PyErr_Occurred()) SWIG_fail
;
1286 Py_INCREF(Py_None
); resultobj
= Py_None
;
1287 resultobj
= t_output_helper(resultobj
, ((res2
== SWIG_NEWOBJ
) ?
1288 SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0)));
1289 resultobj
= t_output_helper(resultobj
, ((res3
== SWIG_NEWOBJ
) ?
1290 SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0)));
1297 static PyObject
*_wrap_PyWizardPage_base_DoGetVirtualSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1298 PyObject
*resultobj
;
1299 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1301 PyObject
* obj0
= 0 ;
1303 (char *) "self", NULL
1306 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetVirtualSize",kwnames
,&obj0
)) goto fail
;
1307 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1308 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1310 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1311 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetVirtualSize();
1313 wxPyEndAllowThreads(__tstate
);
1314 if (PyErr_Occurred()) SWIG_fail
;
1318 resultptr
= new wxSize((wxSize
&) result
);
1319 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1327 static PyObject
*_wrap_PyWizardPage_base_DoGetBestSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1328 PyObject
*resultobj
;
1329 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1331 PyObject
* obj0
= 0 ;
1333 (char *) "self", NULL
1336 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetBestSize",kwnames
,&obj0
)) goto fail
;
1337 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1338 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1340 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1341 result
= ((wxPyWizardPage
const *)arg1
)->base_DoGetBestSize();
1343 wxPyEndAllowThreads(__tstate
);
1344 if (PyErr_Occurred()) SWIG_fail
;
1348 resultptr
= new wxSize((wxSize
&) result
);
1349 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1357 static PyObject
*_wrap_PyWizardPage_base_InitDialog(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1358 PyObject
*resultobj
;
1359 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1360 PyObject
* obj0
= 0 ;
1362 (char *) "self", NULL
1365 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_InitDialog",kwnames
,&obj0
)) goto fail
;
1366 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1367 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1369 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1370 (arg1
)->base_InitDialog();
1372 wxPyEndAllowThreads(__tstate
);
1373 if (PyErr_Occurred()) SWIG_fail
;
1375 Py_INCREF(Py_None
); resultobj
= Py_None
;
1382 static PyObject
*_wrap_PyWizardPage_base_TransferDataToWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1383 PyObject
*resultobj
;
1384 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1386 PyObject
* obj0
= 0 ;
1388 (char *) "self", NULL
1391 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataToWindow",kwnames
,&obj0
)) goto fail
;
1392 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1393 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1395 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1396 result
= (bool)(arg1
)->base_TransferDataToWindow();
1398 wxPyEndAllowThreads(__tstate
);
1399 if (PyErr_Occurred()) SWIG_fail
;
1402 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1410 static PyObject
*_wrap_PyWizardPage_base_TransferDataFromWindow(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1411 PyObject
*resultobj
;
1412 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1414 PyObject
* obj0
= 0 ;
1416 (char *) "self", NULL
1419 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataFromWindow",kwnames
,&obj0
)) goto fail
;
1420 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1421 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1423 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1424 result
= (bool)(arg1
)->base_TransferDataFromWindow();
1426 wxPyEndAllowThreads(__tstate
);
1427 if (PyErr_Occurred()) SWIG_fail
;
1430 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1438 static PyObject
*_wrap_PyWizardPage_base_Validate(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1439 PyObject
*resultobj
;
1440 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1442 PyObject
* obj0
= 0 ;
1444 (char *) "self", NULL
1447 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_Validate",kwnames
,&obj0
)) goto fail
;
1448 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1449 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1451 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1452 result
= (bool)(arg1
)->base_Validate();
1454 wxPyEndAllowThreads(__tstate
);
1455 if (PyErr_Occurred()) SWIG_fail
;
1458 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1466 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocus(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1467 PyObject
*resultobj
;
1468 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1470 PyObject
* obj0
= 0 ;
1472 (char *) "self", NULL
1475 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocus",kwnames
,&obj0
)) goto fail
;
1476 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1477 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1479 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1480 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocus();
1482 wxPyEndAllowThreads(__tstate
);
1483 if (PyErr_Occurred()) SWIG_fail
;
1486 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1494 static PyObject
*_wrap_PyWizardPage_base_AcceptsFocusFromKeyboard(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1495 PyObject
*resultobj
;
1496 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1498 PyObject
* obj0
= 0 ;
1500 (char *) "self", NULL
1503 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocusFromKeyboard",kwnames
,&obj0
)) goto fail
;
1504 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1505 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1507 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1508 result
= (bool)((wxPyWizardPage
const *)arg1
)->base_AcceptsFocusFromKeyboard();
1510 wxPyEndAllowThreads(__tstate
);
1511 if (PyErr_Occurred()) SWIG_fail
;
1514 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1522 static PyObject
*_wrap_PyWizardPage_base_GetMaxSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1523 PyObject
*resultobj
;
1524 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1526 PyObject
* obj0
= 0 ;
1528 (char *) "self", NULL
1531 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_GetMaxSize",kwnames
,&obj0
)) goto fail
;
1532 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1533 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1535 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1536 result
= ((wxPyWizardPage
const *)arg1
)->base_GetMaxSize();
1538 wxPyEndAllowThreads(__tstate
);
1539 if (PyErr_Occurred()) SWIG_fail
;
1543 resultptr
= new wxSize((wxSize
&) result
);
1544 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
1552 static PyObject
*_wrap_PyWizardPage_base_AddChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1553 PyObject
*resultobj
;
1554 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1555 wxWindow
*arg2
= (wxWindow
*) 0 ;
1556 PyObject
* obj0
= 0 ;
1557 PyObject
* obj1
= 0 ;
1559 (char *) "self",(char *) "child", NULL
1562 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_AddChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1563 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1564 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1565 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1566 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1568 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1569 (arg1
)->base_AddChild(arg2
);
1571 wxPyEndAllowThreads(__tstate
);
1572 if (PyErr_Occurred()) SWIG_fail
;
1574 Py_INCREF(Py_None
); resultobj
= Py_None
;
1581 static PyObject
*_wrap_PyWizardPage_base_RemoveChild(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1582 PyObject
*resultobj
;
1583 wxPyWizardPage
*arg1
= (wxPyWizardPage
*) 0 ;
1584 wxWindow
*arg2
= (wxWindow
*) 0 ;
1585 PyObject
* obj0
= 0 ;
1586 PyObject
* obj1
= 0 ;
1588 (char *) "self",(char *) "child", NULL
1591 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_RemoveChild",kwnames
,&obj0
,&obj1
)) goto fail
;
1592 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
,
1593 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1594 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1595 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1597 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1598 (arg1
)->base_RemoveChild(arg2
);
1600 wxPyEndAllowThreads(__tstate
);
1601 if (PyErr_Occurred()) SWIG_fail
;
1603 Py_INCREF(Py_None
); resultobj
= Py_None
;
1610 static PyObject
* PyWizardPage_swigregister(PyObject
*, PyObject
*args
) {
1612 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1613 SWIG_TypeClientData(SWIGTYPE_p_wxPyWizardPage
, obj
);
1615 return Py_BuildValue((char *)"");
1617 static PyObject
*_wrap_new_WizardPageSimple(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1618 PyObject
*resultobj
;
1619 wxWizard
*arg1
= (wxWizard
*) 0 ;
1620 wxWizardPage
*arg2
= (wxWizardPage
*) NULL
;
1621 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1622 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1623 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1624 wxChar
*arg5
= (wxChar
*) NULL
;
1625 wxWizardPageSimple
*result
;
1626 PyObject
* obj0
= 0 ;
1627 PyObject
* obj1
= 0 ;
1628 PyObject
* obj2
= 0 ;
1629 PyObject
* obj3
= 0 ;
1630 PyObject
* obj4
= 0 ;
1632 (char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1635 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_WizardPageSimple",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
;
1636 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1637 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1639 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1640 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1643 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1644 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1647 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1648 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1651 PyErr_SetString(PyExc_TypeError
,"null reference");
1656 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxChar
,
1657 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1660 if (!wxPyCheckForApp()) SWIG_fail
;
1661 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1662 result
= (wxWizardPageSimple
*)new wxWizardPageSimple(arg1
,arg2
,arg3
,(wxBitmap
const &)*arg4
,(wxChar
const *)arg5
);
1664 wxPyEndAllowThreads(__tstate
);
1665 if (PyErr_Occurred()) SWIG_fail
;
1667 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1674 static PyObject
*_wrap_new_PreWizardPageSimple(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1675 PyObject
*resultobj
;
1676 wxWizardPageSimple
*result
;
1681 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizardPageSimple",kwnames
)) goto fail
;
1683 if (!wxPyCheckForApp()) SWIG_fail
;
1684 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1685 result
= (wxWizardPageSimple
*)new wxWizardPageSimple();
1687 wxPyEndAllowThreads(__tstate
);
1688 if (PyErr_Occurred()) SWIG_fail
;
1690 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1);
1697 static PyObject
*_wrap_WizardPageSimple_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1698 PyObject
*resultobj
;
1699 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1700 wxWizard
*arg2
= (wxWizard
*) NULL
;
1701 wxWizardPage
*arg3
= (wxWizardPage
*) NULL
;
1702 wxWizardPage
*arg4
= (wxWizardPage
*) NULL
;
1703 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1704 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1705 wxChar
*arg6
= (wxChar
*) NULL
;
1707 PyObject
* obj0
= 0 ;
1708 PyObject
* obj1
= 0 ;
1709 PyObject
* obj2
= 0 ;
1710 PyObject
* obj3
= 0 ;
1711 PyObject
* obj4
= 0 ;
1712 PyObject
* obj5
= 0 ;
1714 (char *) "self",(char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL
1717 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:WizardPageSimple_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1718 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1719 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1721 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
,
1722 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1725 if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
,
1726 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1729 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
,
1730 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1733 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
1734 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1737 PyErr_SetString(PyExc_TypeError
,"null reference");
1742 if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxChar
,
1743 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1746 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1747 result
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,(wxBitmap
const &)*arg5
,(wxChar
const *)arg6
);
1749 wxPyEndAllowThreads(__tstate
);
1750 if (PyErr_Occurred()) SWIG_fail
;
1753 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
1761 static PyObject
*_wrap_WizardPageSimple_SetPrev(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1762 PyObject
*resultobj
;
1763 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1764 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1765 PyObject
* obj0
= 0 ;
1766 PyObject
* obj1
= 0 ;
1768 (char *) "self",(char *) "prev", NULL
1771 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetPrev",kwnames
,&obj0
,&obj1
)) goto fail
;
1772 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1773 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1774 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1775 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1777 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1778 (arg1
)->SetPrev(arg2
);
1780 wxPyEndAllowThreads(__tstate
);
1781 if (PyErr_Occurred()) SWIG_fail
;
1783 Py_INCREF(Py_None
); resultobj
= Py_None
;
1790 static PyObject
*_wrap_WizardPageSimple_SetNext(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1791 PyObject
*resultobj
;
1792 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1793 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
1794 PyObject
* obj0
= 0 ;
1795 PyObject
* obj1
= 0 ;
1797 (char *) "self",(char *) "next", NULL
1800 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetNext",kwnames
,&obj0
,&obj1
)) goto fail
;
1801 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1802 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1803 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
1804 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1806 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1807 (arg1
)->SetNext(arg2
);
1809 wxPyEndAllowThreads(__tstate
);
1810 if (PyErr_Occurred()) SWIG_fail
;
1812 Py_INCREF(Py_None
); resultobj
= Py_None
;
1819 static PyObject
*_wrap_WizardPageSimple_Chain(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1820 PyObject
*resultobj
;
1821 wxWizardPageSimple
*arg1
= (wxWizardPageSimple
*) 0 ;
1822 wxWizardPageSimple
*arg2
= (wxWizardPageSimple
*) 0 ;
1823 PyObject
* obj0
= 0 ;
1824 PyObject
* obj1
= 0 ;
1826 (char *) "first",(char *) "second", NULL
1829 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_Chain",kwnames
,&obj0
,&obj1
)) goto fail
;
1830 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
,
1831 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1832 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPageSimple
,
1833 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1835 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1836 wxWizardPageSimple::Chain(arg1
,arg2
);
1838 wxPyEndAllowThreads(__tstate
);
1839 if (PyErr_Occurred()) SWIG_fail
;
1841 Py_INCREF(Py_None
); resultobj
= Py_None
;
1848 static PyObject
* WizardPageSimple_swigregister(PyObject
*, PyObject
*args
) {
1850 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
1851 SWIG_TypeClientData(SWIGTYPE_p_wxWizardPageSimple
, obj
);
1853 return Py_BuildValue((char *)"");
1855 static PyObject
*_wrap_new_Wizard(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1856 PyObject
*resultobj
;
1857 wxWindow
*arg1
= (wxWindow
*) 0 ;
1858 int arg2
= (int) -1 ;
1859 wxString
const &arg3_defvalue
= wxPyEmptyString
;
1860 wxString
*arg3
= (wxString
*) &arg3_defvalue
;
1861 wxBitmap
const &arg4_defvalue
= wxNullBitmap
;
1862 wxBitmap
*arg4
= (wxBitmap
*) &arg4_defvalue
;
1863 wxPoint
const &arg5_defvalue
= wxDefaultPosition
;
1864 wxPoint
*arg5
= (wxPoint
*) &arg5_defvalue
;
1865 long arg6
= (long) wxDEFAULT_DIALOG_STYLE
;
1867 bool temp3
= False
;
1869 PyObject
* obj0
= 0 ;
1870 PyObject
* obj1
= 0 ;
1871 PyObject
* obj2
= 0 ;
1872 PyObject
* obj3
= 0 ;
1873 PyObject
* obj4
= 0 ;
1874 PyObject
* obj5
= 0 ;
1876 (char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos",(char *) "style", NULL
1879 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Wizard",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1880 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
,
1881 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1883 arg2
= (int)SWIG_As_int(obj1
);
1884 if (PyErr_Occurred()) SWIG_fail
;
1888 arg3
= wxString_in_helper(obj2
);
1889 if (arg3
== NULL
) SWIG_fail
;
1894 if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
,
1895 SWIG_POINTER_EXCEPTION
| 0)) == -1)
1898 PyErr_SetString(PyExc_TypeError
,"null reference");
1905 if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
;
1909 arg6
= (long)SWIG_As_long(obj5
);
1910 if (PyErr_Occurred()) SWIG_fail
;
1913 if (!wxPyCheckForApp()) SWIG_fail
;
1914 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1915 result
= (wxWizard
*)new wxWizard(arg1
,arg2
,(wxString
const &)*arg3
,(wxBitmap
const &)*arg4
,(wxPoint
const &)*arg5
,arg6
);
1917 wxPyEndAllowThreads(__tstate
);
1918 if (PyErr_Occurred()) SWIG_fail
;
1920 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1935 static PyObject
*_wrap_new_PreWizard(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1936 PyObject
*resultobj
;
1942 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizard",kwnames
)) goto fail
;
1944 if (!wxPyCheckForApp()) SWIG_fail
;
1945 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
1946 result
= (wxWizard
*)new wxWizard();
1948 wxPyEndAllowThreads(__tstate
);
1949 if (PyErr_Occurred()) SWIG_fail
;
1951 resultobj
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1);
1958 static PyObject
*_wrap_Wizard_Create(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
1959 PyObject
*resultobj
;
1960 wxWizard
*arg1
= (wxWizard
*) 0 ;
1961 wxWindow
*arg2
= (wxWindow
*) 0 ;
1962 int arg3
= (int) -1 ;
1963 wxString
const &arg4_defvalue
= wxPyEmptyString
;
1964 wxString
*arg4
= (wxString
*) &arg4_defvalue
;
1965 wxBitmap
const &arg5_defvalue
= wxNullBitmap
;
1966 wxBitmap
*arg5
= (wxBitmap
*) &arg5_defvalue
;
1967 wxPoint
const &arg6_defvalue
= wxDefaultPosition
;
1968 wxPoint
*arg6
= (wxPoint
*) &arg6_defvalue
;
1970 bool temp4
= False
;
1972 PyObject
* obj0
= 0 ;
1973 PyObject
* obj1
= 0 ;
1974 PyObject
* obj2
= 0 ;
1975 PyObject
* obj3
= 0 ;
1976 PyObject
* obj4
= 0 ;
1977 PyObject
* obj5
= 0 ;
1979 (char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos", NULL
1982 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOO:Wizard_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
;
1983 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
1984 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1985 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
,
1986 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
1988 arg3
= (int)SWIG_As_int(obj2
);
1989 if (PyErr_Occurred()) SWIG_fail
;
1993 arg4
= wxString_in_helper(obj3
);
1994 if (arg4
== NULL
) SWIG_fail
;
1999 if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
,
2000 SWIG_POINTER_EXCEPTION
| 0)) == -1)
2003 PyErr_SetString(PyExc_TypeError
,"null reference");
2010 if ( ! wxPoint_helper(obj5
, &arg6
)) SWIG_fail
;
2014 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2015 result
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString
const &)*arg4
,(wxBitmap
const &)*arg5
,(wxPoint
const &)*arg6
);
2017 wxPyEndAllowThreads(__tstate
);
2018 if (PyErr_Occurred()) SWIG_fail
;
2021 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2037 static PyObject
*_wrap_Wizard_Init(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2038 PyObject
*resultobj
;
2039 wxWizard
*arg1
= (wxWizard
*) 0 ;
2040 PyObject
* obj0
= 0 ;
2042 (char *) "self", NULL
2045 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_Init",kwnames
,&obj0
)) goto fail
;
2046 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2047 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2049 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2052 wxPyEndAllowThreads(__tstate
);
2053 if (PyErr_Occurred()) SWIG_fail
;
2055 Py_INCREF(Py_None
); resultobj
= Py_None
;
2062 static PyObject
*_wrap_Wizard_RunWizard(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2063 PyObject
*resultobj
;
2064 wxWizard
*arg1
= (wxWizard
*) 0 ;
2065 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2067 PyObject
* obj0
= 0 ;
2068 PyObject
* obj1
= 0 ;
2070 (char *) "self",(char *) "firstPage", NULL
2073 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_RunWizard",kwnames
,&obj0
,&obj1
)) goto fail
;
2074 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2075 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2076 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2077 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2079 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2080 result
= (bool)(arg1
)->RunWizard(arg2
);
2082 wxPyEndAllowThreads(__tstate
);
2083 if (PyErr_Occurred()) SWIG_fail
;
2086 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2094 static PyObject
*_wrap_Wizard_GetCurrentPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2095 PyObject
*resultobj
;
2096 wxWizard
*arg1
= (wxWizard
*) 0 ;
2097 wxWizardPage
*result
;
2098 PyObject
* obj0
= 0 ;
2100 (char *) "self", NULL
2103 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetCurrentPage",kwnames
,&obj0
)) goto fail
;
2104 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2105 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2107 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2108 result
= (wxWizardPage
*)((wxWizard
const *)arg1
)->GetCurrentPage();
2110 wxPyEndAllowThreads(__tstate
);
2111 if (PyErr_Occurred()) SWIG_fail
;
2114 resultobj
= wxPyMake_wxObject(result
, 0);
2122 static PyObject
*_wrap_Wizard_SetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2123 PyObject
*resultobj
;
2124 wxWizard
*arg1
= (wxWizard
*) 0 ;
2127 PyObject
* obj0
= 0 ;
2128 PyObject
* obj1
= 0 ;
2130 (char *) "self",(char *) "size", NULL
2133 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
;
2134 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2135 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2138 if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
;
2141 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2142 (arg1
)->SetPageSize((wxSize
const &)*arg2
);
2144 wxPyEndAllowThreads(__tstate
);
2145 if (PyErr_Occurred()) SWIG_fail
;
2147 Py_INCREF(Py_None
); resultobj
= Py_None
;
2154 static PyObject
*_wrap_Wizard_GetPageSize(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2155 PyObject
*resultobj
;
2156 wxWizard
*arg1
= (wxWizard
*) 0 ;
2158 PyObject
* obj0
= 0 ;
2160 (char *) "self", NULL
2163 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageSize",kwnames
,&obj0
)) goto fail
;
2164 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2165 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2167 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2168 result
= ((wxWizard
const *)arg1
)->GetPageSize();
2170 wxPyEndAllowThreads(__tstate
);
2171 if (PyErr_Occurred()) SWIG_fail
;
2175 resultptr
= new wxSize((wxSize
&) result
);
2176 resultobj
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1);
2184 static PyObject
*_wrap_Wizard_FitToPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2185 PyObject
*resultobj
;
2186 wxWizard
*arg1
= (wxWizard
*) 0 ;
2187 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2188 PyObject
* obj0
= 0 ;
2189 PyObject
* obj1
= 0 ;
2191 (char *) "self",(char *) "firstPage", NULL
2194 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_FitToPage",kwnames
,&obj0
,&obj1
)) 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 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2201 (arg1
)->FitToPage((wxWizardPage
const *)arg2
);
2203 wxPyEndAllowThreads(__tstate
);
2204 if (PyErr_Occurred()) SWIG_fail
;
2206 Py_INCREF(Py_None
); resultobj
= Py_None
;
2213 static PyObject
*_wrap_Wizard_GetPageAreaSizer(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2214 PyObject
*resultobj
;
2215 wxWizard
*arg1
= (wxWizard
*) 0 ;
2217 PyObject
* obj0
= 0 ;
2219 (char *) "self", NULL
2222 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageAreaSizer",kwnames
,&obj0
)) goto fail
;
2223 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2224 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2226 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2227 result
= (wxSizer
*)((wxWizard
const *)arg1
)->GetPageAreaSizer();
2229 wxPyEndAllowThreads(__tstate
);
2230 if (PyErr_Occurred()) SWIG_fail
;
2233 resultobj
= wxPyMake_wxSizer(result
, 0);
2241 static PyObject
*_wrap_Wizard_SetBorder(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2242 PyObject
*resultobj
;
2243 wxWizard
*arg1
= (wxWizard
*) 0 ;
2245 PyObject
* obj0
= 0 ;
2246 PyObject
* obj1
= 0 ;
2248 (char *) "self",(char *) "border", NULL
2251 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetBorder",kwnames
,&obj0
,&obj1
)) goto fail
;
2252 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2253 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2254 arg2
= (int)SWIG_As_int(obj1
);
2255 if (PyErr_Occurred()) SWIG_fail
;
2257 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2258 (arg1
)->SetBorder(arg2
);
2260 wxPyEndAllowThreads(__tstate
);
2261 if (PyErr_Occurred()) SWIG_fail
;
2263 Py_INCREF(Py_None
); resultobj
= Py_None
;
2270 static PyObject
*_wrap_Wizard_IsRunning(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2271 PyObject
*resultobj
;
2272 wxWizard
*arg1
= (wxWizard
*) 0 ;
2274 PyObject
* obj0
= 0 ;
2276 (char *) "self", NULL
2279 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_IsRunning",kwnames
,&obj0
)) goto fail
;
2280 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2281 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2283 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2284 result
= (bool)((wxWizard
const *)arg1
)->IsRunning();
2286 wxPyEndAllowThreads(__tstate
);
2287 if (PyErr_Occurred()) SWIG_fail
;
2290 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2298 static PyObject
*_wrap_Wizard_ShowPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2299 PyObject
*resultobj
;
2300 wxWizard
*arg1
= (wxWizard
*) 0 ;
2301 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2302 bool arg3
= (bool) True
;
2304 PyObject
* obj0
= 0 ;
2305 PyObject
* obj1
= 0 ;
2306 PyObject
* obj2
= 0 ;
2308 (char *) "self",(char *) "page",(char *) "goingForward", NULL
2311 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:Wizard_ShowPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
;
2312 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2313 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2314 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2315 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2317 arg3
= (bool)SWIG_As_bool(obj2
);
2318 if (PyErr_Occurred()) SWIG_fail
;
2321 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2322 result
= (bool)(arg1
)->ShowPage(arg2
,arg3
);
2324 wxPyEndAllowThreads(__tstate
);
2325 if (PyErr_Occurred()) SWIG_fail
;
2328 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2336 static PyObject
*_wrap_Wizard_HasNextPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2337 PyObject
*resultobj
;
2338 wxWizard
*arg1
= (wxWizard
*) 0 ;
2339 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2341 PyObject
* obj0
= 0 ;
2342 PyObject
* obj1
= 0 ;
2344 (char *) "self",(char *) "page", NULL
2347 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasNextPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2348 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2349 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2350 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2351 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2353 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2354 result
= (bool)(arg1
)->HasNextPage(arg2
);
2356 wxPyEndAllowThreads(__tstate
);
2357 if (PyErr_Occurred()) SWIG_fail
;
2360 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2368 static PyObject
*_wrap_Wizard_HasPrevPage(PyObject
*, PyObject
*args
, PyObject
*kwargs
) {
2369 PyObject
*resultobj
;
2370 wxWizard
*arg1
= (wxWizard
*) 0 ;
2371 wxWizardPage
*arg2
= (wxWizardPage
*) 0 ;
2373 PyObject
* obj0
= 0 ;
2374 PyObject
* obj1
= 0 ;
2376 (char *) "self",(char *) "page", NULL
2379 if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasPrevPage",kwnames
,&obj0
,&obj1
)) goto fail
;
2380 if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
,
2381 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2382 if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
,
2383 SWIG_POINTER_EXCEPTION
| 0)) == -1) SWIG_fail
;
2385 PyThreadState
* __tstate
= wxPyBeginAllowThreads();
2386 result
= (bool)(arg1
)->HasPrevPage(arg2
);
2388 wxPyEndAllowThreads(__tstate
);
2389 if (PyErr_Occurred()) SWIG_fail
;
2392 resultobj
= result
? Py_True
: Py_False
; Py_INCREF(resultobj
);
2400 static PyObject
* Wizard_swigregister(PyObject
*, PyObject
*args
) {
2402 if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
;
2403 SWIG_TypeClientData(SWIGTYPE_p_wxWizard
, obj
);
2405 return Py_BuildValue((char *)"");
2407 static PyMethodDef SwigMethods
[] = {
2408 { (char *)"new_WizardEvent", (PyCFunction
) _wrap_new_WizardEvent
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2409 { (char *)"WizardEvent_GetDirection", (PyCFunction
) _wrap_WizardEvent_GetDirection
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2410 { (char *)"WizardEvent_GetPage", (PyCFunction
) _wrap_WizardEvent_GetPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2411 { (char *)"WizardEvent_swigregister", WizardEvent_swigregister
, METH_VARARGS
, NULL
},
2412 { (char *)"WizardPage_Create", (PyCFunction
) _wrap_WizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2413 { (char *)"WizardPage_GetPrev", (PyCFunction
) _wrap_WizardPage_GetPrev
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2414 { (char *)"WizardPage_GetNext", (PyCFunction
) _wrap_WizardPage_GetNext
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2415 { (char *)"WizardPage_GetBitmap", (PyCFunction
) _wrap_WizardPage_GetBitmap
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2416 { (char *)"WizardPage_swigregister", WizardPage_swigregister
, METH_VARARGS
, NULL
},
2417 { (char *)"new_PyWizardPage", (PyCFunction
) _wrap_new_PyWizardPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2418 { (char *)"new_PrePyWizardPage", (PyCFunction
) _wrap_new_PrePyWizardPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2419 { (char *)"PyWizardPage_Create", (PyCFunction
) _wrap_PyWizardPage_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2420 { (char *)"PyWizardPage__setCallbackInfo", (PyCFunction
) _wrap_PyWizardPage__setCallbackInfo
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2421 { (char *)"PyWizardPage_base_DoMoveWindow", (PyCFunction
) _wrap_PyWizardPage_base_DoMoveWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2422 { (char *)"PyWizardPage_base_DoSetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2423 { (char *)"PyWizardPage_base_DoSetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetClientSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2424 { (char *)"PyWizardPage_base_DoSetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2425 { (char *)"PyWizardPage_base_DoGetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2426 { (char *)"PyWizardPage_base_DoGetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetClientSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2427 { (char *)"PyWizardPage_base_DoGetPosition", (PyCFunction
) _wrap_PyWizardPage_base_DoGetPosition
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2428 { (char *)"PyWizardPage_base_DoGetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetVirtualSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2429 { (char *)"PyWizardPage_base_DoGetBestSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetBestSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2430 { (char *)"PyWizardPage_base_InitDialog", (PyCFunction
) _wrap_PyWizardPage_base_InitDialog
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2431 { (char *)"PyWizardPage_base_TransferDataToWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataToWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2432 { (char *)"PyWizardPage_base_TransferDataFromWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataFromWindow
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2433 { (char *)"PyWizardPage_base_Validate", (PyCFunction
) _wrap_PyWizardPage_base_Validate
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2434 { (char *)"PyWizardPage_base_AcceptsFocus", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocus
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2435 { (char *)"PyWizardPage_base_AcceptsFocusFromKeyboard", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocusFromKeyboard
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2436 { (char *)"PyWizardPage_base_GetMaxSize", (PyCFunction
) _wrap_PyWizardPage_base_GetMaxSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2437 { (char *)"PyWizardPage_base_AddChild", (PyCFunction
) _wrap_PyWizardPage_base_AddChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2438 { (char *)"PyWizardPage_base_RemoveChild", (PyCFunction
) _wrap_PyWizardPage_base_RemoveChild
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2439 { (char *)"PyWizardPage_swigregister", PyWizardPage_swigregister
, METH_VARARGS
, NULL
},
2440 { (char *)"new_WizardPageSimple", (PyCFunction
) _wrap_new_WizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2441 { (char *)"new_PreWizardPageSimple", (PyCFunction
) _wrap_new_PreWizardPageSimple
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2442 { (char *)"WizardPageSimple_Create", (PyCFunction
) _wrap_WizardPageSimple_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2443 { (char *)"WizardPageSimple_SetPrev", (PyCFunction
) _wrap_WizardPageSimple_SetPrev
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2444 { (char *)"WizardPageSimple_SetNext", (PyCFunction
) _wrap_WizardPageSimple_SetNext
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2445 { (char *)"WizardPageSimple_Chain", (PyCFunction
) _wrap_WizardPageSimple_Chain
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2446 { (char *)"WizardPageSimple_swigregister", WizardPageSimple_swigregister
, METH_VARARGS
, NULL
},
2447 { (char *)"new_Wizard", (PyCFunction
) _wrap_new_Wizard
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2448 { (char *)"new_PreWizard", (PyCFunction
) _wrap_new_PreWizard
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2449 { (char *)"Wizard_Create", (PyCFunction
) _wrap_Wizard_Create
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2450 { (char *)"Wizard_Init", (PyCFunction
) _wrap_Wizard_Init
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2451 { (char *)"Wizard_RunWizard", (PyCFunction
) _wrap_Wizard_RunWizard
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2452 { (char *)"Wizard_GetCurrentPage", (PyCFunction
) _wrap_Wizard_GetCurrentPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2453 { (char *)"Wizard_SetPageSize", (PyCFunction
) _wrap_Wizard_SetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2454 { (char *)"Wizard_GetPageSize", (PyCFunction
) _wrap_Wizard_GetPageSize
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2455 { (char *)"Wizard_FitToPage", (PyCFunction
) _wrap_Wizard_FitToPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2456 { (char *)"Wizard_GetPageAreaSizer", (PyCFunction
) _wrap_Wizard_GetPageAreaSizer
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2457 { (char *)"Wizard_SetBorder", (PyCFunction
) _wrap_Wizard_SetBorder
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2458 { (char *)"Wizard_IsRunning", (PyCFunction
) _wrap_Wizard_IsRunning
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2459 { (char *)"Wizard_ShowPage", (PyCFunction
) _wrap_Wizard_ShowPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2460 { (char *)"Wizard_HasNextPage", (PyCFunction
) _wrap_Wizard_HasNextPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2461 { (char *)"Wizard_HasPrevPage", (PyCFunction
) _wrap_Wizard_HasPrevPage
, METH_VARARGS
| METH_KEYWORDS
, NULL
},
2462 { (char *)"Wizard_swigregister", Wizard_swigregister
, METH_VARARGS
, NULL
},
2463 { NULL
, NULL
, 0, NULL
}
2467 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */
2469 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) {
2470 return (void *)((wxObject
*) ((wxLayoutConstraints
*) x
));
2472 static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x
) {
2473 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
2475 static void *_p_wxPreviewFrameTo_p_wxObject(void *x
) {
2476 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
2478 static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x
) {
2479 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2481 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) {
2482 return (void *)((wxObject
*) (wxSizerItem
*) ((wxGBSizerItem
*) x
));
2484 static void *_p_wxSizerItemTo_p_wxObject(void *x
) {
2485 return (void *)((wxObject
*) ((wxSizerItem
*) x
));
2487 static void *_p_wxScrollEventTo_p_wxObject(void *x
) {
2488 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxScrollEvent
*) x
));
2490 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) {
2491 return (void *)((wxObject
*) ((wxIndividualLayoutConstraint
*) x
));
2493 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) {
2494 return (void *)((wxObject
*) (wxSizer
*)(wxBoxSizer
*) ((wxStaticBoxSizer
*) x
));
2496 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) {
2497 return (void *)((wxObject
*) (wxSizer
*) ((wxBoxSizer
*) x
));
2499 static void *_p_wxSizerTo_p_wxObject(void *x
) {
2500 return (void *)((wxObject
*) ((wxSizer
*) x
));
2502 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) {
2503 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*)(wxFlexGridSizer
*) ((wxGridBagSizer
*) x
));
2505 static void *_p_wxWizardPageTo_p_wxObject(void *x
) {
2506 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
2508 static void *_p_wxPyWizardPageTo_p_wxObject(void *x
) {
2509 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2511 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) {
2512 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
2514 static void *_p_wxPyPanelTo_p_wxObject(void *x
) {
2515 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
2517 static void *_p_wxEventTo_p_wxObject(void *x
) {
2518 return (void *)((wxObject
*) ((wxEvent
*) x
));
2520 static void *_p_wxFontDataTo_p_wxObject(void *x
) {
2521 return (void *)((wxObject
*) ((wxFontData
*) x
));
2523 static void *_p_wxPrintDataTo_p_wxObject(void *x
) {
2524 return (void *)((wxObject
*) ((wxPrintData
*) x
));
2526 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) {
2527 return (void *)((wxObject
*) (wxSizer
*)(wxGridSizer
*) ((wxFlexGridSizer
*) x
));
2529 static void *_p_wxGridSizerTo_p_wxObject(void *x
) {
2530 return (void *)((wxObject
*) (wxSizer
*) ((wxGridSizer
*) x
));
2532 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) {
2533 return (void *)((wxObject
*) (wxEvent
*) ((wxInitDialogEvent
*) x
));
2535 static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x
) {
2536 return (void *)((wxObject
*) ((wxLayoutAlgorithm
*) x
));
2538 static void *_p_wxTaskBarIconTo_p_wxObject(void *x
) {
2539 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
2541 static void *_p_wxFindDialogEventTo_p_wxObject(void *x
) {
2542 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
2544 static void *_p_wxWizardPageSimpleTo_p_wxObject(void *x
) {
2545 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2547 static void *_p_wxPaintEventTo_p_wxObject(void *x
) {
2548 return (void *)((wxObject
*) (wxEvent
*) ((wxPaintEvent
*) x
));
2550 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) {
2551 return (void *)((wxObject
*) (wxEvent
*) ((wxNcPaintEvent
*) x
));
2553 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) {
2554 return (void *)((wxObject
*) (wxEvent
*) ((wxPaletteChangedEvent
*) x
));
2556 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) {
2557 return (void *)((wxObject
*) (wxEvent
*) ((wxDisplayChangedEvent
*) x
));
2559 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) {
2560 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
2562 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) {
2563 return (void *)((wxObject
*) (wxEvent
*) ((wxSysColourChangedEvent
*) x
));
2565 static void *_p_wxPreviewCanvasTo_p_wxObject(void *x
) {
2566 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
2568 static void *_p_wxControlTo_p_wxObject(void *x
) {
2569 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxControl
*) x
));
2571 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) {
2572 return (void *)((wxObject
*) (wxEvent
*) ((wxSetCursorEvent
*) x
));
2574 static void *_p_wxSplitterEventTo_p_wxObject(void *x
) {
2575 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
2577 static void *_p_wxFSFileTo_p_wxObject(void *x
) {
2578 return (void *)((wxObject
*) ((wxFSFile
*) x
));
2580 static void *_p_wxWizardTo_p_wxObject(void *x
) {
2581 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
2583 static void *_p_wxFindReplaceDataTo_p_wxObject(void *x
) {
2584 return (void *)((wxObject
*) ((wxFindReplaceData
*) x
));
2586 static void *_p_wxPySizerTo_p_wxObject(void *x
) {
2587 return (void *)((wxObject
*) (wxSizer
*) ((wxPySizer
*) x
));
2589 static void *_p_wxMDIChildFrameTo_p_wxObject(void *x
) {
2590 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
2592 static void *_p_wxColourDataTo_p_wxObject(void *x
) {
2593 return (void *)((wxObject
*) ((wxColourData
*) x
));
2595 static void *_p_wxPyEventTo_p_wxObject(void *x
) {
2596 return (void *)((wxObject
*) (wxEvent
*) ((wxPyEvent
*) x
));
2598 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) {
2599 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxNotifyEvent
*) x
));
2601 static void *_p_wxPyWindowTo_p_wxObject(void *x
) {
2602 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPyWindow
*) x
));
2604 static void *_p_wxSplashScreenTo_p_wxObject(void *x
) {
2605 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2607 static void *_p_wxFileDialogTo_p_wxObject(void *x
) {
2608 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
2610 static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x
) {
2611 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2613 static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x
) {
2614 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2616 static void *_p_wxTextEntryDialogTo_p_wxObject(void *x
) {
2617 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
2619 static void *_p_wxMessageDialogTo_p_wxObject(void *x
) {
2620 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
2622 static void *_p_wxProgressDialogTo_p_wxObject(void *x
) {
2623 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
2625 static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x
) {
2626 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
2628 static void *_p_wxShowEventTo_p_wxObject(void *x
) {
2629 return (void *)((wxObject
*) (wxEvent
*) ((wxShowEvent
*) x
));
2631 static void *_p_wxPrinterTo_p_wxObject(void *x
) {
2632 return (void *)((wxObject
*) ((wxPrinter
*) x
));
2634 static void *_p_wxMenuItemTo_p_wxObject(void *x
) {
2635 return (void *)((wxObject
*) ((wxMenuItem
*) x
));
2637 static void *_p_wxIdleEventTo_p_wxObject(void *x
) {
2638 return (void *)((wxObject
*) (wxEvent
*) ((wxIdleEvent
*) x
));
2640 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) {
2641 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
2643 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) {
2644 return (void *)((wxObject
*) (wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
2646 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) {
2647 return (void *)((wxObject
*) (wxEvent
*) ((wxMaximizeEvent
*) x
));
2649 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) {
2650 return (void *)((wxObject
*) (wxEvent
*) ((wxIconizeEvent
*) x
));
2652 static void *_p_wxSizeEventTo_p_wxObject(void *x
) {
2653 return (void *)((wxObject
*) (wxEvent
*) ((wxSizeEvent
*) x
));
2655 static void *_p_wxMoveEventTo_p_wxObject(void *x
) {
2656 return (void *)((wxObject
*) (wxEvent
*) ((wxMoveEvent
*) x
));
2658 static void *_p_wxActivateEventTo_p_wxObject(void *x
) {
2659 return (void *)((wxObject
*) (wxEvent
*) ((wxActivateEvent
*) x
));
2661 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) {
2662 return (void *)((wxObject
*) (wxImageHandler
*) ((wxXPMHandler
*) x
));
2664 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) {
2665 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNMHandler
*) x
));
2667 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) {
2668 return (void *)((wxObject
*) (wxImageHandler
*) ((wxJPEGHandler
*) x
));
2670 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) {
2671 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPCXHandler
*) x
));
2673 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) {
2674 return (void *)((wxObject
*) (wxImageHandler
*) ((wxGIFHandler
*) x
));
2676 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) {
2677 return (void *)((wxObject
*) (wxImageHandler
*) ((wxPNGHandler
*) x
));
2679 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) {
2680 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*)(wxCURHandler
*) ((wxANIHandler
*) x
));
2682 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) {
2683 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*)(wxICOHandler
*) ((wxCURHandler
*) x
));
2685 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) {
2686 return (void *)((wxObject
*) (wxImageHandler
*)(wxBMPHandler
*) ((wxICOHandler
*) x
));
2688 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) {
2689 return (void *)((wxObject
*) (wxImageHandler
*) ((wxBMPHandler
*) x
));
2691 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) {
2692 return (void *)((wxObject
*) ((wxImageHandler
*) x
));
2694 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) {
2695 return (void *)((wxObject
*) (wxImageHandler
*) ((wxTIFFHandler
*) x
));
2697 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) {
2698 return (void *)((wxObject
*) ((wxEvtHandler
*) x
));
2700 static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x
) {
2701 return (void *)((wxObject
*) (wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
2703 static void *_p_wxPyVListBoxTo_p_wxObject(void *x
) {
2704 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
2706 static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x
) {
2707 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
2709 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) {
2710 return (void *)((wxObject
*) ((wxAcceleratorTable
*) x
));
2712 static void *_p_wxMiniFrameTo_p_wxObject(void *x
) {
2713 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2715 static void *_p_wxImageTo_p_wxObject(void *x
) {
2716 return (void *)((wxObject
*) ((wxImage
*) x
));
2718 static void *_p_wxFrameTo_p_wxObject(void *x
) {
2719 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
2721 static void *_p_wxPyPrintoutTo_p_wxObject(void *x
) {
2722 return (void *)((wxObject
*) ((wxPyPrintout
*) x
));
2724 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) {
2725 return (void *)((wxObject
*) (wxEvent
*) ((wxScrollWinEvent
*) x
));
2727 static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x
) {
2728 return (void *)((wxObject
*) (wxEvent
*) ((wxTaskBarIconEvent
*) x
));
2730 static void *_p_wxStatusBarTo_p_wxObject(void *x
) {
2731 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxStatusBar
*) x
));
2733 static void *_p_wxMDIParentFrameTo_p_wxObject(void *x
) {
2734 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
2736 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) {
2737 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
2739 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) {
2740 return (void *)((wxObject
*) (wxEvent
*) ((wxNavigationKeyEvent
*) x
));
2742 static void *_p_wxKeyEventTo_p_wxObject(void *x
) {
2743 return (void *)((wxObject
*) (wxEvent
*) ((wxKeyEvent
*) x
));
2745 static void *_p_wxWindowTo_p_wxObject(void *x
) {
2746 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxWindow
*) x
));
2748 static void *_p_wxMenuTo_p_wxObject(void *x
) {
2749 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxMenu
*) x
));
2751 static void *_p_wxMenuBarTo_p_wxObject(void *x
) {
2752 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMenuBar
*) x
));
2754 static void *_p_wxScrolledWindowTo_p_wxObject(void *x
) {
2755 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
2757 static void *_p_wxTopLevelWindowTo_p_wxObject(void *x
) {
2758 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxTopLevelWindow
*) x
));
2760 static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x
) {
2761 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplashScreenWindow
*) x
));
2763 static void *_p_wxSplitterWindowTo_p_wxObject(void *x
) {
2764 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSplitterWindow
*) x
));
2766 static void *_p_wxSashWindowTo_p_wxObject(void *x
) {
2767 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxSashWindow
*) x
));
2769 static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x
) {
2770 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
2772 static void *_p_wxPopupWindowTo_p_wxObject(void *x
) {
2773 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPopupWindow
*) x
));
2775 static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x
) {
2776 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
2778 static void *_p_wxTipWindowTo_p_wxObject(void *x
) {
2779 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
2781 static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x
) {
2782 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
2784 static void *_p_wxMDIClientWindowTo_p_wxObject(void *x
) {
2785 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxMDIClientWindow
*) x
));
2787 static void *_p_wxPyScrolledWindowTo_p_wxObject(void *x
) {
2788 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPyScrolledWindow
*) x
));
2790 static void *_p_wxSashEventTo_p_wxObject(void *x
) {
2791 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxSashEvent
*) x
));
2793 static void *_p_wxPrintPreviewTo_p_wxObject(void *x
) {
2794 return (void *)((wxObject
*) ((wxPrintPreview
*) x
));
2796 static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x
) {
2797 return (void *)((wxObject
*) (wxPrintPreview
*) ((wxPyPrintPreview
*) x
));
2799 static void *_p_wxPanelTo_p_wxObject(void *x
) {
2800 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*) ((wxPanel
*) x
));
2802 static void *_p_wxDialogTo_p_wxObject(void *x
) {
2803 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
2805 static void *_p_wxColourDialogTo_p_wxObject(void *x
) {
2806 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
2808 static void *_p_wxDirDialogTo_p_wxObject(void *x
) {
2809 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
2811 static void *_p_wxFontDialogTo_p_wxObject(void *x
) {
2812 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
2814 static void *_p_wxPageSetupDialogTo_p_wxObject(void *x
) {
2815 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
2817 static void *_p_wxPrintDialogTo_p_wxObject(void *x
) {
2818 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
2820 static void *_p_wxFileSystemTo_p_wxObject(void *x
) {
2821 return (void *)((wxObject
*) ((wxFileSystem
*) x
));
2823 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) {
2824 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
2826 static void *_p_wxMenuEventTo_p_wxObject(void *x
) {
2827 return (void *)((wxObject
*) (wxEvent
*) ((wxMenuEvent
*) x
));
2829 static void *_p_wxPyAppTo_p_wxObject(void *x
) {
2830 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxPyApp
*) x
));
2832 static void *_p_wxCloseEventTo_p_wxObject(void *x
) {
2833 return (void *)((wxObject
*) (wxEvent
*) ((wxCloseEvent
*) x
));
2835 static void *_p_wxMouseEventTo_p_wxObject(void *x
) {
2836 return (void *)((wxObject
*) (wxEvent
*) ((wxMouseEvent
*) x
));
2838 static void *_p_wxEraseEventTo_p_wxObject(void *x
) {
2839 return (void *)((wxObject
*) (wxEvent
*) ((wxEraseEvent
*) x
));
2841 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) {
2842 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
2844 static void *_p_wxCommandEventTo_p_wxObject(void *x
) {
2845 return (void *)((wxObject
*) (wxEvent
*) ((wxCommandEvent
*) x
));
2847 static void *_p_wxWizardEventTo_p_wxObject(void *x
) {
2848 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
2850 static void *_p_wxPreviewControlBarTo_p_wxObject(void *x
) {
2851 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
2853 static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x
) {
2854 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
2856 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) {
2857 return (void *)((wxObject
*) (wxEvent
*) ((wxDropFilesEvent
*) x
));
2859 static void *_p_wxFocusEventTo_p_wxObject(void *x
) {
2860 return (void *)((wxObject
*) (wxEvent
*) ((wxFocusEvent
*) x
));
2862 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) {
2863 return (void *)((wxObject
*) (wxEvent
*)(wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
2865 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) {
2866 return (void *)((wxObject
*) (wxEvtHandler
*)(wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
2868 static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x
) {
2869 return (void *)((wxObject
*) ((wxPageSetupDialogData
*) x
));
2871 static void *_p_wxPrintDialogDataTo_p_wxObject(void *x
) {
2872 return (void *)((wxObject
*) ((wxPrintDialogData
*) x
));
2874 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) {
2875 return (void *)((wxObject
*) (wxEvtHandler
*)(wxValidator
*) ((wxPyValidator
*) x
));
2877 static void *_p_wxValidatorTo_p_wxObject(void *x
) {
2878 return (void *)((wxObject
*) (wxEvtHandler
*) ((wxValidator
*) x
));
2880 static void *_p_wxColourDialogTo_p_wxDialog(void *x
) {
2881 return (void *)((wxDialog
*) ((wxColourDialog
*) x
));
2883 static void *_p_wxDirDialogTo_p_wxDialog(void *x
) {
2884 return (void *)((wxDialog
*) ((wxDirDialog
*) x
));
2886 static void *_p_wxFontDialogTo_p_wxDialog(void *x
) {
2887 return (void *)((wxDialog
*) ((wxFontDialog
*) x
));
2889 static void *_p_wxPageSetupDialogTo_p_wxDialog(void *x
) {
2890 return (void *)((wxDialog
*) ((wxPageSetupDialog
*) x
));
2892 static void *_p_wxPrintDialogTo_p_wxDialog(void *x
) {
2893 return (void *)((wxDialog
*) ((wxPrintDialog
*) x
));
2895 static void *_p_wxFileDialogTo_p_wxDialog(void *x
) {
2896 return (void *)((wxDialog
*) ((wxFileDialog
*) x
));
2898 static void *_p_wxMultiChoiceDialogTo_p_wxDialog(void *x
) {
2899 return (void *)((wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2901 static void *_p_wxSingleChoiceDialogTo_p_wxDialog(void *x
) {
2902 return (void *)((wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2904 static void *_p_wxTextEntryDialogTo_p_wxDialog(void *x
) {
2905 return (void *)((wxDialog
*) ((wxTextEntryDialog
*) x
));
2907 static void *_p_wxMessageDialogTo_p_wxDialog(void *x
) {
2908 return (void *)((wxDialog
*) ((wxMessageDialog
*) x
));
2910 static void *_p_wxFindReplaceDialogTo_p_wxDialog(void *x
) {
2911 return (void *)((wxDialog
*) ((wxFindReplaceDialog
*) x
));
2913 static void *_p_wxWizardTo_p_wxDialog(void *x
) {
2914 return (void *)((wxDialog
*) ((wxWizard
*) x
));
2916 static void *_p_wxWizardPageSimpleTo_p_wxWizardPage(void *x
) {
2917 return (void *)((wxWizardPage
*) ((wxWizardPageSimple
*) x
));
2919 static void *_p_wxPyWizardPageTo_p_wxWizardPage(void *x
) {
2920 return (void *)((wxWizardPage
*) ((wxPyWizardPage
*) x
));
2922 static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x
) {
2923 return (void *)((wxTopLevelWindow
*) ((wxFrame
*) x
));
2925 static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x
) {
2926 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMiniFrame
*) x
));
2928 static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x
) {
2929 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFontDialog
*) x
));
2931 static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x
) {
2932 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxDirDialog
*) x
));
2934 static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x
) {
2935 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxColourDialog
*) x
));
2937 static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x
) {
2938 return (void *)((wxTopLevelWindow
*) ((wxDialog
*) x
));
2940 static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x
) {
2941 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPageSetupDialog
*) x
));
2943 static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x
) {
2944 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxPrintDialog
*) x
));
2946 static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x
) {
2947 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxSplashScreen
*) x
));
2949 static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x
) {
2950 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIParentFrame
*) x
));
2952 static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x
) {
2953 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxMDIChildFrame
*) x
));
2955 static void *_p_wxWizardTo_p_wxTopLevelWindow(void *x
) {
2956 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxWizard
*) x
));
2958 static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x
) {
2959 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFindReplaceDialog
*) x
));
2961 static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x
) {
2962 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxProgressDialog
*) x
));
2964 static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x
) {
2965 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMessageDialog
*) x
));
2967 static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x
) {
2968 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxTextEntryDialog
*) x
));
2970 static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2971 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxSingleChoiceDialog
*) x
));
2973 static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x
) {
2974 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxMultiChoiceDialog
*) x
));
2976 static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x
) {
2977 return (void *)((wxTopLevelWindow
*) (wxDialog
*) ((wxFileDialog
*) x
));
2979 static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2980 return (void *)((wxTopLevelWindow
*) (wxFrame
*) ((wxPreviewFrame
*) x
));
2982 static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x
) {
2983 return (void *)((wxTopLevelWindow
*) (wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
2985 static void *_p_wxSplashScreenTo_p_wxWindow(void *x
) {
2986 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
2988 static void *_p_wxMiniFrameTo_p_wxWindow(void *x
) {
2989 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
2991 static void *_p_wxWizardPageTo_p_wxWindow(void *x
) {
2992 return (void *)((wxWindow
*) (wxPanel
*) ((wxWizardPage
*) x
));
2994 static void *_p_wxPyWizardPageTo_p_wxWindow(void *x
) {
2995 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
2997 static void *_p_wxPyPanelTo_p_wxWindow(void *x
) {
2998 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyPanel
*) x
));
3000 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) {
3001 return (void *)((wxWindow
*) ((wxMenuBar
*) x
));
3003 static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x
) {
3004 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
3006 static void *_p_wxProgressDialogTo_p_wxWindow(void *x
) {
3007 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
3009 static void *_p_wxMessageDialogTo_p_wxWindow(void *x
) {
3010 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
3012 static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x
) {
3013 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
3015 static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x
) {
3016 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
3018 static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x
) {
3019 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
3021 static void *_p_wxFileDialogTo_p_wxWindow(void *x
) {
3022 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
3024 static void *_p_wxPanelTo_p_wxWindow(void *x
) {
3025 return (void *)((wxWindow
*) ((wxPanel
*) x
));
3027 static void *_p_wxStatusBarTo_p_wxWindow(void *x
) {
3028 return (void *)((wxWindow
*) ((wxStatusBar
*) x
));
3030 static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x
) {
3031 return (void *)((wxWindow
*) ((wxMDIClientWindow
*) x
));
3033 static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x
) {
3034 return (void *)((wxWindow
*) (wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3036 static void *_p_wxTipWindowTo_p_wxWindow(void *x
) {
3037 return (void *)((wxWindow
*) (wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
3039 static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x
) {
3040 return (void *)((wxWindow
*) (wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
3042 static void *_p_wxPopupWindowTo_p_wxWindow(void *x
) {
3043 return (void *)((wxWindow
*) ((wxPopupWindow
*) x
));
3045 static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x
) {
3046 return (void *)((wxWindow
*) (wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
3048 static void *_p_wxScrolledWindowTo_p_wxWindow(void *x
) {
3049 return (void *)((wxWindow
*) (wxPanel
*) ((wxScrolledWindow
*) x
));
3051 static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x
) {
3052 return (void *)((wxWindow
*) ((wxTopLevelWindow
*) x
));
3054 static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x
) {
3055 return (void *)((wxWindow
*) ((wxSplashScreenWindow
*) x
));
3057 static void *_p_wxSplitterWindowTo_p_wxWindow(void *x
) {
3058 return (void *)((wxWindow
*) ((wxSplitterWindow
*) x
));
3060 static void *_p_wxSashWindowTo_p_wxWindow(void *x
) {
3061 return (void *)((wxWindow
*) ((wxSashWindow
*) x
));
3063 static void *_p_wxPyScrolledWindowTo_p_wxWindow(void *x
) {
3064 return (void *)((wxWindow
*) (wxPanel
*)(wxScrolledWindow
*) ((wxPyScrolledWindow
*) x
));
3066 static void *_p_wxControlTo_p_wxWindow(void *x
) {
3067 return (void *)((wxWindow
*) ((wxControl
*) x
));
3069 static void *_p_wxPreviewFrameTo_p_wxWindow(void *x
) {
3070 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
3072 static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x
) {
3073 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
3075 static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x
) {
3076 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
3078 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) {
3079 return (void *)((wxWindow
*) (wxControl
*) ((wxControlWithItems
*) x
));
3081 static void *_p_wxPyWindowTo_p_wxWindow(void *x
) {
3082 return (void *)((wxWindow
*) ((wxPyWindow
*) x
));
3084 static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x
) {
3085 return (void *)((wxWindow
*) (wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3087 static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x
) {
3088 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3090 static void *_p_wxPyVListBoxTo_p_wxWindow(void *x
) {
3091 return (void *)((wxWindow
*) (wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3093 static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x
) {
3094 return (void *)((wxWindow
*) (wxPanel
*) ((wxPreviewControlBar
*) x
));
3096 static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x
) {
3097 return (void *)((wxWindow
*) (wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3099 static void *_p_wxWizardTo_p_wxWindow(void *x
) {
3100 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
3102 static void *_p_wxWizardPageSimpleTo_p_wxWindow(void *x
) {
3103 return (void *)((wxWindow
*) (wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3105 static void *_p_wxFrameTo_p_wxWindow(void *x
) {
3106 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxFrame
*) x
));
3108 static void *_p_wxFontDialogTo_p_wxWindow(void *x
) {
3109 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
3111 static void *_p_wxDirDialogTo_p_wxWindow(void *x
) {
3112 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
3114 static void *_p_wxColourDialogTo_p_wxWindow(void *x
) {
3115 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
3117 static void *_p_wxDialogTo_p_wxWindow(void *x
) {
3118 return (void *)((wxWindow
*) (wxTopLevelWindow
*) ((wxDialog
*) x
));
3120 static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x
) {
3121 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
3123 static void *_p_wxPrintDialogTo_p_wxWindow(void *x
) {
3124 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
3126 static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x
) {
3127 return (void *)((wxWindow
*) (wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3129 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x
) {
3130 return (void *)((wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3132 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x
) {
3133 return (void *)((wxCommandEvent
*) ((wxScrollEvent
*) x
));
3135 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x
) {
3136 return (void *)((wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3138 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x
) {
3139 return (void *)((wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3141 static void *_p_wxFindDialogEventTo_p_wxCommandEvent(void *x
) {
3142 return (void *)((wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3144 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x
) {
3145 return (void *)((wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3147 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x
) {
3148 return (void *)((wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3150 static void *_p_wxSplitterEventTo_p_wxCommandEvent(void *x
) {
3151 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3153 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x
) {
3154 return (void *)((wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3156 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x
) {
3157 return (void *)((wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3159 static void *_p_wxSashEventTo_p_wxCommandEvent(void *x
) {
3160 return (void *)((wxCommandEvent
*) ((wxSashEvent
*) x
));
3162 static void *_p_wxWizardEventTo_p_wxCommandEvent(void *x
) {
3163 return (void *)((wxCommandEvent
*) (wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3165 static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x
) {
3166 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxSplashScreen
*) x
));
3168 static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x
) {
3169 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMiniFrame
*) x
));
3171 static void *_p_wxWizardPageTo_p_wxEvtHandler(void *x
) {
3172 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxWizardPage
*) x
));
3174 static void *_p_wxPyWizardPageTo_p_wxEvtHandler(void *x
) {
3175 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxPyWizardPage
*) x
));
3177 static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x
) {
3178 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyPanel
*) x
));
3180 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) {
3181 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMenuBar
*) x
));
3183 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) {
3184 return (void *)((wxEvtHandler
*) ((wxValidator
*) x
));
3186 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) {
3187 return (void *)((wxEvtHandler
*) (wxValidator
*) ((wxPyValidator
*) x
));
3189 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) {
3190 return (void *)((wxEvtHandler
*) ((wxMenu
*) x
));
3192 static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x
) {
3193 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxTextEntryDialog
*) x
));
3195 static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x
) {
3196 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxSingleChoiceDialog
*) x
));
3198 static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x
) {
3199 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMultiChoiceDialog
*) x
));
3201 static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x
) {
3202 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFileDialog
*) x
));
3204 static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x
) {
3205 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxMessageDialog
*) x
));
3207 static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x
) {
3208 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxProgressDialog
*) x
));
3210 static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x
) {
3211 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFindReplaceDialog
*) x
));
3213 static void *_p_wxPanelTo_p_wxEvtHandler(void *x
) {
3214 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPanel
*) x
));
3216 static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x
) {
3217 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxStatusBar
*) x
));
3219 static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x
) {
3220 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3222 static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x
) {
3223 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*)(wxPyPopupTransientWindow
*) ((wxTipWindow
*) x
));
3225 static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x
) {
3226 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPopupWindow
*) ((wxPyPopupTransientWindow
*) x
));
3228 static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x
) {
3229 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPopupWindow
*) x
));
3231 static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x
) {
3232 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxSashWindow
*) ((wxSashLayoutWindow
*) x
));
3234 static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x
) {
3235 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSashWindow
*) x
));
3237 static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x
) {
3238 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplitterWindow
*) x
));
3240 static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x
) {
3241 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxSplashScreenWindow
*) x
));
3243 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) {
3244 return (void *)((wxEvtHandler
*) ((wxWindow
*) x
));
3246 static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x
) {
3247 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxScrolledWindow
*) x
));
3249 static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x
) {
3250 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxTopLevelWindow
*) x
));
3252 static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x
) {
3253 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxMDIClientWindow
*) x
));
3255 static void *_p_wxPyScrolledWindowTo_p_wxEvtHandler(void *x
) {
3256 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPyScrolledWindow
*) x
));
3258 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) {
3259 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxControl
*) x
));
3261 static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x
) {
3262 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxPreviewFrame
*) x
));
3264 static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x
) {
3265 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*)(wxPreviewFrame
*) ((wxPyPreviewFrame
*) x
));
3267 static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x
) {
3268 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIChildFrame
*) x
));
3270 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) {
3271 return (void *)((wxEvtHandler
*) ((wxPyApp
*) x
));
3273 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) {
3274 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxControl
*) ((wxControlWithItems
*) x
));
3276 static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x
) {
3277 return (void *)((wxEvtHandler
*) (wxWindow
*) ((wxPyWindow
*) x
));
3279 static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x
) {
3280 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3282 static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x
) {
3283 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3285 static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x
) {
3286 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3288 static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3289 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*) ((wxPreviewControlBar
*) x
));
3291 static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x
) {
3292 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3294 static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x
) {
3295 return (void *)((wxEvtHandler
*) ((wxTaskBarIcon
*) x
));
3297 static void *_p_wxWizardTo_p_wxEvtHandler(void *x
) {
3298 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxWizard
*) x
));
3300 static void *_p_wxWizardPageSimpleTo_p_wxEvtHandler(void *x
) {
3301 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxPanel
*)(wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3303 static void *_p_wxFrameTo_p_wxEvtHandler(void *x
) {
3304 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxFrame
*) x
));
3306 static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x
) {
3307 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxFontDialog
*) x
));
3309 static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x
) {
3310 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxDirDialog
*) x
));
3312 static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x
) {
3313 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxColourDialog
*) x
));
3315 static void *_p_wxDialogTo_p_wxEvtHandler(void *x
) {
3316 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*) ((wxDialog
*) x
));
3318 static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x
) {
3319 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPageSetupDialog
*) x
));
3321 static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x
) {
3322 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxDialog
*) ((wxPrintDialog
*) x
));
3324 static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x
) {
3325 return (void *)((wxEvtHandler
*) (wxWindow
*)(wxTopLevelWindow
*)(wxFrame
*) ((wxMDIParentFrame
*) x
));
3327 static void *_p_wxSplitterEventTo_p_wxNotifyEvent(void *x
) {
3328 return (void *)((wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3330 static void *_p_wxWizardEventTo_p_wxNotifyEvent(void *x
) {
3331 return (void *)((wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3333 static void *_p_wxScrolledWindowTo_p_wxPanel(void *x
) {
3334 return (void *)((wxPanel
*) ((wxScrolledWindow
*) x
));
3336 static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x
) {
3337 return (void *)((wxPanel
*) ((wxPyVScrolledWindow
*) x
));
3339 static void *_p_wxPyScrolledWindowTo_p_wxPanel(void *x
) {
3340 return (void *)((wxPanel
*) (wxScrolledWindow
*) ((wxPyScrolledWindow
*) x
));
3342 static void *_p_wxWizardPageSimpleTo_p_wxPanel(void *x
) {
3343 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxWizardPageSimple
*) x
));
3345 static void *_p_wxPyVListBoxTo_p_wxPanel(void *x
) {
3346 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*) ((wxPyVListBox
*) x
));
3348 static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x
) {
3349 return (void *)((wxPanel
*) (wxPyVScrolledWindow
*)(wxPyVListBox
*) ((wxPyHtmlListBox
*) x
));
3351 static void *_p_wxPyPanelTo_p_wxPanel(void *x
) {
3352 return (void *)((wxPanel
*) ((wxPyPanel
*) x
));
3354 static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x
) {
3355 return (void *)((wxPanel
*) (wxScrolledWindow
*) ((wxPreviewCanvas
*) x
));
3357 static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x
) {
3358 return (void *)((wxPanel
*) ((wxPreviewControlBar
*) x
));
3360 static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x
) {
3361 return (void *)((wxPanel
*) (wxPreviewControlBar
*) ((wxPyPreviewControlBar
*) x
));
3363 static void *_p_wxWizardPageTo_p_wxPanel(void *x
) {
3364 return (void *)((wxPanel
*) ((wxWizardPage
*) x
));
3366 static void *_p_wxPyWizardPageTo_p_wxPanel(void *x
) {
3367 return (void *)((wxPanel
*) (wxWizardPage
*) ((wxPyWizardPage
*) x
));
3369 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x
) {
3370 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxContextMenuEvent
*) x
));
3372 static void *_p_wxMenuEventTo_p_wxEvent(void *x
) {
3373 return (void *)((wxEvent
*) ((wxMenuEvent
*) x
));
3375 static void *_p_wxCloseEventTo_p_wxEvent(void *x
) {
3376 return (void *)((wxEvent
*) ((wxCloseEvent
*) x
));
3378 static void *_p_wxMouseEventTo_p_wxEvent(void *x
) {
3379 return (void *)((wxEvent
*) ((wxMouseEvent
*) x
));
3381 static void *_p_wxEraseEventTo_p_wxEvent(void *x
) {
3382 return (void *)((wxEvent
*) ((wxEraseEvent
*) x
));
3384 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x
) {
3385 return (void *)((wxEvent
*) ((wxSetCursorEvent
*) x
));
3387 static void *_p_wxSplitterEventTo_p_wxEvent(void *x
) {
3388 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxSplitterEvent
*) x
));
3390 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x
) {
3391 return (void *)((wxEvent
*) ((wxInitDialogEvent
*) x
));
3393 static void *_p_wxScrollEventTo_p_wxEvent(void *x
) {
3394 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxScrollEvent
*) x
));
3396 static void *_p_wxFindDialogEventTo_p_wxEvent(void *x
) {
3397 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxFindDialogEvent
*) x
));
3399 static void *_p_wxPyEventTo_p_wxEvent(void *x
) {
3400 return (void *)((wxEvent
*) ((wxPyEvent
*) x
));
3402 static void *_p_wxNotifyEventTo_p_wxEvent(void *x
) {
3403 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxNotifyEvent
*) x
));
3405 static void *_p_wxCalculateLayoutEventTo_p_wxEvent(void *x
) {
3406 return (void *)((wxEvent
*) ((wxCalculateLayoutEvent
*) x
));
3408 static void *_p_wxIdleEventTo_p_wxEvent(void *x
) {
3409 return (void *)((wxEvent
*) ((wxIdleEvent
*) x
));
3411 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x
) {
3412 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowCreateEvent
*) x
));
3414 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x
) {
3415 return (void *)((wxEvent
*) ((wxQueryNewPaletteEvent
*) x
));
3417 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x
) {
3418 return (void *)((wxEvent
*) ((wxMaximizeEvent
*) x
));
3420 static void *_p_wxIconizeEventTo_p_wxEvent(void *x
) {
3421 return (void *)((wxEvent
*) ((wxIconizeEvent
*) x
));
3423 static void *_p_wxActivateEventTo_p_wxEvent(void *x
) {
3424 return (void *)((wxEvent
*) ((wxActivateEvent
*) x
));
3426 static void *_p_wxSizeEventTo_p_wxEvent(void *x
) {
3427 return (void *)((wxEvent
*) ((wxSizeEvent
*) x
));
3429 static void *_p_wxMoveEventTo_p_wxEvent(void *x
) {
3430 return (void *)((wxEvent
*) ((wxMoveEvent
*) x
));
3432 static void *_p_wxPaintEventTo_p_wxEvent(void *x
) {
3433 return (void *)((wxEvent
*) ((wxPaintEvent
*) x
));
3435 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x
) {
3436 return (void *)((wxEvent
*) ((wxNcPaintEvent
*) x
));
3438 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x
) {
3439 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxUpdateUIEvent
*) x
));
3441 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x
) {
3442 return (void *)((wxEvent
*) ((wxPaletteChangedEvent
*) x
));
3444 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x
) {
3445 return (void *)((wxEvent
*) ((wxDisplayChangedEvent
*) x
));
3447 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x
) {
3448 return (void *)((wxEvent
*) ((wxMouseCaptureChangedEvent
*) x
));
3450 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x
) {
3451 return (void *)((wxEvent
*) ((wxSysColourChangedEvent
*) x
));
3453 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x
) {
3454 return (void *)((wxEvent
*) ((wxDropFilesEvent
*) x
));
3456 static void *_p_wxFocusEventTo_p_wxEvent(void *x
) {
3457 return (void *)((wxEvent
*) ((wxFocusEvent
*) x
));
3459 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x
) {
3460 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxChildFocusEvent
*) x
));
3462 static void *_p_wxSashEventTo_p_wxEvent(void *x
) {
3463 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxSashEvent
*) x
));
3465 static void *_p_wxQueryLayoutInfoEventTo_p_wxEvent(void *x
) {
3466 return (void *)((wxEvent
*) ((wxQueryLayoutInfoEvent
*) x
));
3468 static void *_p_wxShowEventTo_p_wxEvent(void *x
) {
3469 return (void *)((wxEvent
*) ((wxShowEvent
*) x
));
3471 static void *_p_wxCommandEventTo_p_wxEvent(void *x
) {
3472 return (void *)((wxEvent
*) ((wxCommandEvent
*) x
));
3474 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x
) {
3475 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxPyCommandEvent
*) x
));
3477 static void *_p_wxWizardEventTo_p_wxEvent(void *x
) {
3478 return (void *)((wxEvent
*) (wxCommandEvent
*)(wxNotifyEvent
*) ((wxWizardEvent
*) x
));
3480 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x
) {
3481 return (void *)((wxEvent
*) (wxCommandEvent
*) ((wxWindowDestroyEvent
*) x
));
3483 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x
) {
3484 return (void *)((wxEvent
*) ((wxNavigationKeyEvent
*) x
));
3486 static void *_p_wxKeyEventTo_p_wxEvent(void *x
) {
3487 return (void *)((wxEvent
*) ((wxKeyEvent
*) x
));
3489 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x
) {
3490 return (void *)((wxEvent
*) ((wxScrollWinEvent
*) x
));
3492 static void *_p_wxTaskBarIconEventTo_p_wxEvent(void *x
) {
3493 return (void *)((wxEvent
*) ((wxTaskBarIconEvent
*) x
));
3495 static swig_type_info _swigt__p_wxObject
[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxQueryLayoutInfoEvent", _p_wxQueryLayoutInfoEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFontData", _p_wxFontDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintData", _p_wxPrintDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxLayoutAlgorithm", _p_wxLayoutAlgorithmTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceData", _p_wxFindReplaceDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxColourData", _p_wxColourDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrinter", _p_wxPrinterTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCalculateLayoutEvent", _p_wxCalculateLayoutEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPrintout", _p_wxPyPrintoutTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIconEvent", _p_wxTaskBarIconEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintPreview", _p_wxPrintPreviewTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPrintPreview", _p_wxPyPrintPreviewTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialogData", _p_wxPageSetupDialogDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintDialogData", _p_wxPrintDialogDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
3496 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}};
3497 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}};
3498 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}};
3499 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}};
3500 static swig_type_info _swigt__p_wxWindow
[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
3501 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}};
3502 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}};
3503 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}};
3504 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}};
3505 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}};
3506 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}};
3507 static swig_type_info _swigt__p_wxEvtHandler
[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
3508 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}};
3509 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}};
3510 static swig_type_info _swigt__p_wxPanel
[] = {{"_p_wxPanel", 0, "wxPanel *", 0, 0, 0, 0},{"_p_wxPanel", 0, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxPanel
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxPanel
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}};
3511 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}};
3512 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}};
3513 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}};
3514 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}};
3516 static swig_type_info
*swig_types_initial
[] = {
3519 _swigt__p_wxWizardPageSimple
,
3520 _swigt__p_wxWizardPage
,
3521 _swigt__p_wxTopLevelWindow
,
3523 _swigt__p_wxPyWizardPage
,
3524 _swigt__p_wxWizardEvent
,
3525 _swigt__p_wxCommandEvent
,
3529 _swigt__p_wxEvtHandler
,
3531 _swigt__p_wxNotifyEvent
,
3541 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */
3543 static swig_const_info swig_const_table
[] = {
3544 {0, 0, 0, 0.0, 0, 0}};
3553 SWIGEXPORT(void) SWIG_init(void) {
3554 static PyObject
*SWIG_globals
= 0;
3555 static int typeinit
= 0;
3558 if (!SWIG_globals
) SWIG_globals
= SWIG_newvarlink();
3559 m
= Py_InitModule((char *) SWIG_name
, SwigMethods
);
3560 d
= PyModule_GetDict(m
);
3563 for (i
= 0; swig_types_initial
[i
]; i
++) {
3564 swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]);
3568 SWIG_InstallConstants(d
,swig_const_table
);
3570 PyDict_SetItemString(d
,"WIZARD_EX_HELPBUTTON", SWIG_From_int((int)wxWIZARD_EX_HELPBUTTON
));
3571 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGED", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGED
));
3572 PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGING", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGING
));
3573 PyDict_SetItemString(d
, "wxEVT_WIZARD_CANCEL", PyInt_FromLong(wxEVT_WIZARD_CANCEL
));
3574 PyDict_SetItemString(d
, "wxEVT_WIZARD_HELP", PyInt_FromLong(wxEVT_WIZARD_HELP
));
3575 PyDict_SetItemString(d
, "wxEVT_WIZARD_FINISHED", PyInt_FromLong(wxEVT_WIZARD_FINISHED
));