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 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 278 #define SWIG_From_signed_SS_char PyInt_FromLong 
 280 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 281 #define SWIG_From_unsigned_SS_char PyInt_FromLong 
 283 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 284 #define SWIG_From_short PyInt_FromLong 
 286 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 287 #define SWIG_From_unsigned_SS_short PyInt_FromLong 
 289 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 290 #define SWIG_From_int PyInt_FromLong 
 292 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 293 #define SWIG_From_long PyInt_FromLong 
 295 /*@/opt/swig/share/swig/1.3.22/python/pymacros.swg,63,SWIG_define@*/ 
 296 #define SWIG_From_float PyFloat_FromDouble 
 298 /*@/opt/swig/share/swig/1.3.22/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
) {   
 557         if (!PyTuple_Check(target
)) { 
 559             target 
= PyTuple_New(1); 
 560             PyTuple_SetItem(target
, 0, o2
); 
 563         PyTuple_SetItem(o3
, 0, o
);       
 566         target 
= PySequence_Concat(o2
, o3
);  
 575 SWIGSTATICINLINE(long) 
 576 SWIG_As_long(PyObject
* obj
) 
 579   if (!SWIG_AsVal_long(obj
, &v
)) { 
 581       this is needed to make valgrind/purify happier.  the other 
 582       solution is throw an exception, but since this code should work 
 585     memset((void*)&v
, 0, sizeof(long)); 
 591 SWIGSTATICINLINE(int) 
 592 SWIG_Check_long(PyObject
* obj
) 
 594   return SWIG_AsVal_long(obj
, (long*)0); 
 600 static PyObject 
*_wrap_new_WizardEvent(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 602     wxEventType arg1 
= (wxEventType
) wxEVT_NULL 
; 
 603     int arg2 
= (int) -1 ; 
 604     bool arg3 
= (bool) true ; 
 605     wxWizardPage 
*arg4 
= (wxWizardPage 
*) NULL 
; 
 606     wxWizardEvent 
*result
; 
 607     PyObject 
* obj0 
= 0 ; 
 608     PyObject 
* obj1 
= 0 ; 
 609     PyObject 
* obj2 
= 0 ; 
 610     PyObject 
* obj3 
= 0 ; 
 612         (char *) "type",(char *) "id",(char *) "direction",(char *) "page", NULL 
 
 615     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"|OOOO:new_WizardEvent",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
 617         arg1 
= (wxEventType
)SWIG_As_int(obj0
);  
 618         if (PyErr_Occurred()) SWIG_fail
; 
 621         arg2 
= (int)SWIG_As_int(obj1
);  
 622         if (PyErr_Occurred()) SWIG_fail
; 
 625         arg3 
= (bool)SWIG_As_bool(obj2
);  
 626         if (PyErr_Occurred()) SWIG_fail
; 
 629         if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
, 
 630         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 633         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 634         result 
= (wxWizardEvent 
*)new wxWizardEvent(arg1
,arg2
,arg3
,arg4
); 
 636         wxPyEndAllowThreads(__tstate
); 
 637         if (PyErr_Occurred()) SWIG_fail
; 
 639     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardEvent
, 1); 
 646 static PyObject 
*_wrap_WizardEvent_GetDirection(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 648     wxWizardEvent 
*arg1 
= (wxWizardEvent 
*) 0 ; 
 650     PyObject 
* obj0 
= 0 ; 
 652         (char *) "self", NULL 
 
 655     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetDirection",kwnames
,&obj0
)) goto fail
; 
 656     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
, 
 657     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 659         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 660         result 
= (bool)((wxWizardEvent 
const *)arg1
)->GetDirection(); 
 662         wxPyEndAllowThreads(__tstate
); 
 663         if (PyErr_Occurred()) SWIG_fail
; 
 666         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
 674 static PyObject 
*_wrap_WizardEvent_GetPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 676     wxWizardEvent 
*arg1 
= (wxWizardEvent 
*) 0 ; 
 677     wxWizardPage 
*result
; 
 678     PyObject 
* obj0 
= 0 ; 
 680         (char *) "self", NULL 
 
 683     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardEvent_GetPage",kwnames
,&obj0
)) goto fail
; 
 684     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardEvent
, 
 685     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 687         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 688         result 
= (wxWizardPage 
*)((wxWizardEvent 
const *)arg1
)->GetPage(); 
 690         wxPyEndAllowThreads(__tstate
); 
 691         if (PyErr_Occurred()) SWIG_fail
; 
 694         resultobj 
= wxPyMake_wxObject(result
, 0);  
 702 static PyObject 
* WizardEvent_swigregister(PyObject 
*, PyObject 
*args
) { 
 704     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
 705     SWIG_TypeClientData(SWIGTYPE_p_wxWizardEvent
, obj
); 
 707     return Py_BuildValue((char *)""); 
 709 static PyObject 
*_wrap_WizardPage_Create(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 711     wxWizardPage 
*arg1 
= (wxWizardPage 
*) 0 ; 
 712     wxWizard 
*arg2 
= (wxWizard 
*) 0 ; 
 713     wxBitmap 
const &arg3_defvalue 
= wxNullBitmap 
; 
 714     wxBitmap 
*arg3 
= (wxBitmap 
*) &arg3_defvalue 
; 
 715     wxString 
const &arg4_defvalue 
= wxPyEmptyString 
; 
 716     wxString 
*arg4 
= (wxString 
*) &arg4_defvalue 
; 
 719     PyObject 
* obj0 
= 0 ; 
 720     PyObject 
* obj1 
= 0 ; 
 721     PyObject 
* obj2 
= 0 ; 
 722     PyObject 
* obj3 
= 0 ; 
 724         (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL 
 
 727     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:WizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
 728     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
, 
 729     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 730     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
, 
 731     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 733         if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
, 
 734         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
 737             PyErr_SetString(PyExc_TypeError
,"null reference"); 
 743             arg4 
= wxString_in_helper(obj3
); 
 744             if (arg4 
== NULL
) SWIG_fail
; 
 749         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 750         result 
= (bool)wxWizardPage_Create(arg1
,arg2
,(wxBitmap 
const &)*arg3
,(wxString 
const &)*arg4
); 
 752         wxPyEndAllowThreads(__tstate
); 
 753         if (PyErr_Occurred()) SWIG_fail
; 
 756         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
 772 static PyObject 
*_wrap_WizardPage_GetPrev(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 774     wxWizardPage 
*arg1 
= (wxWizardPage 
*) 0 ; 
 775     wxWizardPage 
*result
; 
 776     PyObject 
* obj0 
= 0 ; 
 778         (char *) "self", NULL 
 
 781     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetPrev",kwnames
,&obj0
)) goto fail
; 
 782     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
, 
 783     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 785         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 786         result 
= (wxWizardPage 
*)((wxWizardPage 
const *)arg1
)->GetPrev(); 
 788         wxPyEndAllowThreads(__tstate
); 
 789         if (PyErr_Occurred()) SWIG_fail
; 
 792         resultobj 
= wxPyMake_wxObject(result
, 0);  
 800 static PyObject 
*_wrap_WizardPage_GetNext(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 802     wxWizardPage 
*arg1 
= (wxWizardPage 
*) 0 ; 
 803     wxWizardPage 
*result
; 
 804     PyObject 
* obj0 
= 0 ; 
 806         (char *) "self", NULL 
 
 809     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetNext",kwnames
,&obj0
)) goto fail
; 
 810     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
, 
 811     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 813         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 814         result 
= (wxWizardPage 
*)((wxWizardPage 
const *)arg1
)->GetNext(); 
 816         wxPyEndAllowThreads(__tstate
); 
 817         if (PyErr_Occurred()) SWIG_fail
; 
 820         resultobj 
= wxPyMake_wxObject(result
, 0);  
 828 static PyObject 
*_wrap_WizardPage_GetBitmap(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 830     wxWizardPage 
*arg1 
= (wxWizardPage 
*) 0 ; 
 832     PyObject 
* obj0 
= 0 ; 
 834         (char *) "self", NULL 
 
 837     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:WizardPage_GetBitmap",kwnames
,&obj0
)) goto fail
; 
 838     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPage
, 
 839     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 841         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 842         result 
= ((wxWizardPage 
const *)arg1
)->GetBitmap(); 
 844         wxPyEndAllowThreads(__tstate
); 
 845         if (PyErr_Occurred()) SWIG_fail
; 
 848         wxBitmap 
* resultptr
; 
 849         resultptr 
= new wxBitmap((wxBitmap 
&) result
); 
 850         resultobj 
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxBitmap
, 1); 
 858 static PyObject 
* WizardPage_swigregister(PyObject 
*, PyObject 
*args
) { 
 860     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
 861     SWIG_TypeClientData(SWIGTYPE_p_wxWizardPage
, obj
); 
 863     return Py_BuildValue((char *)""); 
 865 static PyObject 
*_wrap_new_PyWizardPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 867     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
 868     wxBitmap 
*arg2 
= (wxBitmap 
*) &wxNullBitmap 
; 
 869     wxString 
*arg3 
= (wxString 
*) &wxPyEmptyString 
; 
 870     wxPyWizardPage 
*result
; 
 872     PyObject 
* obj0 
= 0 ; 
 873     PyObject 
* obj1 
= 0 ; 
 874     PyObject 
* obj2 
= 0 ; 
 876         (char *) "parent",(char *) "bitmap",(char *) "resource", NULL 
 
 879     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OO:new_PyWizardPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
 880     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
 881     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 883         if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxBitmap
, 
 884         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 888             arg3 
= wxString_in_helper(obj2
); 
 889             if (arg3 
== NULL
) SWIG_fail
; 
 894         if (!wxPyCheckForApp()) SWIG_fail
; 
 895         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 896         result 
= (wxPyWizardPage 
*)new_wxPyWizardPage(arg1
,(wxBitmap 
const *)arg2
,(wxString 
const *)arg3
); 
 898         wxPyEndAllowThreads(__tstate
); 
 899         if (PyErr_Occurred()) SWIG_fail
; 
 901     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1); 
 916 static PyObject 
*_wrap_new_PrePyWizardPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 918     wxPyWizardPage 
*result
; 
 923     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PrePyWizardPage",kwnames
)) goto fail
; 
 925         if (!wxPyCheckForApp()) SWIG_fail
; 
 926         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 927         result 
= (wxPyWizardPage 
*)new wxPyWizardPage(); 
 929         wxPyEndAllowThreads(__tstate
); 
 930         if (PyErr_Occurred()) SWIG_fail
; 
 932     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxPyWizardPage
, 1); 
 939 static PyObject 
*_wrap_PyWizardPage_Create(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
 941     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
 942     wxWizard 
*arg2 
= (wxWizard 
*) 0 ; 
 943     wxBitmap 
const &arg3_defvalue 
= wxNullBitmap 
; 
 944     wxBitmap 
*arg3 
= (wxBitmap 
*) &arg3_defvalue 
; 
 945     wxString 
const &arg4_defvalue 
= wxPyEmptyString 
; 
 946     wxString 
*arg4 
= (wxString 
*) &arg4_defvalue 
; 
 949     PyObject 
* obj0 
= 0 ; 
 950     PyObject 
* obj1 
= 0 ; 
 951     PyObject 
* obj2 
= 0 ; 
 952     PyObject 
* obj3 
= 0 ; 
 954         (char *) "self",(char *) "parent",(char *) "bitmap",(char *) "resource", NULL 
 
 957     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OO:PyWizardPage_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
)) goto fail
; 
 958     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
 959     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 960     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
, 
 961     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
 963         if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxBitmap
, 
 964         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
 967             PyErr_SetString(PyExc_TypeError
,"null reference"); 
 973             arg4 
= wxString_in_helper(obj3
); 
 974             if (arg4 
== NULL
) SWIG_fail
; 
 979         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
 980         result 
= (bool)wxPyWizardPage_Create(arg1
,arg2
,(wxBitmap 
const &)*arg3
,(wxString 
const &)*arg4
); 
 982         wxPyEndAllowThreads(__tstate
); 
 983         if (PyErr_Occurred()) SWIG_fail
; 
 986         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1002 static PyObject 
*_wrap_PyWizardPage__setCallbackInfo(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1003     PyObject 
*resultobj
; 
1004     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1005     PyObject 
*arg2 
= (PyObject 
*) 0 ; 
1006     PyObject 
*arg3 
= (PyObject 
*) 0 ; 
1007     PyObject 
* obj0 
= 0 ; 
1008     PyObject 
* obj1 
= 0 ; 
1009     PyObject 
* obj2 
= 0 ; 
1011         (char *) "self",(char *) "self",(char *) "_class", NULL 
 
1014     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage__setCallbackInfo",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
1015     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1016     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1020         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1021         (arg1
)->_setCallbackInfo(arg2
,arg3
); 
1023         wxPyEndAllowThreads(__tstate
); 
1024         if (PyErr_Occurred()) SWIG_fail
; 
1026     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1033 static PyObject 
*_wrap_PyWizardPage_base_DoMoveWindow(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1034     PyObject 
*resultobj
; 
1035     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1040     PyObject 
* obj0 
= 0 ; 
1041     PyObject 
* obj1 
= 0 ; 
1042     PyObject 
* obj2 
= 0 ; 
1043     PyObject 
* obj3 
= 0 ; 
1044     PyObject 
* obj4 
= 0 ; 
1046         (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height", NULL 
 
1049     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO:PyWizardPage_base_DoMoveWindow",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
; 
1050     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1051     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1052     arg2 
= (int)SWIG_As_int(obj1
);  
1053     if (PyErr_Occurred()) SWIG_fail
; 
1054     arg3 
= (int)SWIG_As_int(obj2
);  
1055     if (PyErr_Occurred()) SWIG_fail
; 
1056     arg4 
= (int)SWIG_As_int(obj3
);  
1057     if (PyErr_Occurred()) SWIG_fail
; 
1058     arg5 
= (int)SWIG_As_int(obj4
);  
1059     if (PyErr_Occurred()) SWIG_fail
; 
1061         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1062         (arg1
)->base_DoMoveWindow(arg2
,arg3
,arg4
,arg5
); 
1064         wxPyEndAllowThreads(__tstate
); 
1065         if (PyErr_Occurred()) SWIG_fail
; 
1067     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1074 static PyObject 
*_wrap_PyWizardPage_base_DoSetSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1075     PyObject 
*resultobj
; 
1076     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1081     int arg6 
= (int) wxSIZE_AUTO 
; 
1082     PyObject 
* obj0 
= 0 ; 
1083     PyObject 
* obj1 
= 0 ; 
1084     PyObject 
* obj2 
= 0 ; 
1085     PyObject 
* obj3 
= 0 ; 
1086     PyObject 
* obj4 
= 0 ; 
1087     PyObject 
* obj5 
= 0 ; 
1089         (char *) "self",(char *) "x",(char *) "y",(char *) "width",(char *) "height",(char *) "sizeFlags", NULL 
 
1092     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOOOO|O:PyWizardPage_base_DoSetSize",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
; 
1093     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1094     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1095     arg2 
= (int)SWIG_As_int(obj1
);  
1096     if (PyErr_Occurred()) SWIG_fail
; 
1097     arg3 
= (int)SWIG_As_int(obj2
);  
1098     if (PyErr_Occurred()) SWIG_fail
; 
1099     arg4 
= (int)SWIG_As_int(obj3
);  
1100     if (PyErr_Occurred()) SWIG_fail
; 
1101     arg5 
= (int)SWIG_As_int(obj4
);  
1102     if (PyErr_Occurred()) SWIG_fail
; 
1104         arg6 
= (int)SWIG_As_int(obj5
);  
1105         if (PyErr_Occurred()) SWIG_fail
; 
1108         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1109         (arg1
)->base_DoSetSize(arg2
,arg3
,arg4
,arg5
,arg6
); 
1111         wxPyEndAllowThreads(__tstate
); 
1112         if (PyErr_Occurred()) SWIG_fail
; 
1114     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1121 static PyObject 
*_wrap_PyWizardPage_base_DoSetClientSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1122     PyObject 
*resultobj
; 
1123     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1126     PyObject 
* obj0 
= 0 ; 
1127     PyObject 
* obj1 
= 0 ; 
1128     PyObject 
* obj2 
= 0 ; 
1130         (char *) "self",(char *) "width",(char *) "height", NULL 
 
1133     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetClientSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
1134     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1135     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1136     arg2 
= (int)SWIG_As_int(obj1
);  
1137     if (PyErr_Occurred()) SWIG_fail
; 
1138     arg3 
= (int)SWIG_As_int(obj2
);  
1139     if (PyErr_Occurred()) SWIG_fail
; 
1141         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1142         (arg1
)->base_DoSetClientSize(arg2
,arg3
); 
1144         wxPyEndAllowThreads(__tstate
); 
1145         if (PyErr_Occurred()) SWIG_fail
; 
1147     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1154 static PyObject 
*_wrap_PyWizardPage_base_DoSetVirtualSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1155     PyObject 
*resultobj
; 
1156     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1159     PyObject 
* obj0 
= 0 ; 
1160     PyObject 
* obj1 
= 0 ; 
1161     PyObject 
* obj2 
= 0 ; 
1163         (char *) "self",(char *) "x",(char *) "y", NULL 
 
1166     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OOO:PyWizardPage_base_DoSetVirtualSize",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
1167     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1168     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1169     arg2 
= (int)SWIG_As_int(obj1
);  
1170     if (PyErr_Occurred()) SWIG_fail
; 
1171     arg3 
= (int)SWIG_As_int(obj2
);  
1172     if (PyErr_Occurred()) SWIG_fail
; 
1174         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1175         (arg1
)->base_DoSetVirtualSize(arg2
,arg3
); 
1177         wxPyEndAllowThreads(__tstate
); 
1178         if (PyErr_Occurred()) SWIG_fail
; 
1180     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1187 static PyObject 
*_wrap_PyWizardPage_base_DoGetSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1188     PyObject 
*resultobj
; 
1189     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1190     int *arg2 
= (int *) 0 ; 
1191     int *arg3 
= (int *) 0 ; 
1196     PyObject 
* obj0 
= 0 ; 
1198         (char *) "self", NULL 
 
1201     arg2 
= &temp2
; res2 
= SWIG_NEWOBJ
; 
1202     arg3 
= &temp3
; res3 
= SWIG_NEWOBJ
; 
1203     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetSize",kwnames
,&obj0
)) goto fail
; 
1204     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1205     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1207         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1208         ((wxPyWizardPage 
const *)arg1
)->base_DoGetSize(arg2
,arg3
); 
1210         wxPyEndAllowThreads(__tstate
); 
1211         if (PyErr_Occurred()) SWIG_fail
; 
1213     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1214     resultobj 
= t_output_helper(resultobj
, ((res2 
== SWIG_NEWOBJ
) ? 
1215     SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0))); 
1216     resultobj 
= t_output_helper(resultobj
, ((res3 
== SWIG_NEWOBJ
) ? 
1217     SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0))); 
1224 static PyObject 
*_wrap_PyWizardPage_base_DoGetClientSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1225     PyObject 
*resultobj
; 
1226     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1227     int *arg2 
= (int *) 0 ; 
1228     int *arg3 
= (int *) 0 ; 
1233     PyObject 
* obj0 
= 0 ; 
1235         (char *) "self", NULL 
 
1238     arg2 
= &temp2
; res2 
= SWIG_NEWOBJ
; 
1239     arg3 
= &temp3
; res3 
= SWIG_NEWOBJ
; 
1240     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetClientSize",kwnames
,&obj0
)) goto fail
; 
1241     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1242     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1244         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1245         ((wxPyWizardPage 
const *)arg1
)->base_DoGetClientSize(arg2
,arg3
); 
1247         wxPyEndAllowThreads(__tstate
); 
1248         if (PyErr_Occurred()) SWIG_fail
; 
1250     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1251     resultobj 
= t_output_helper(resultobj
, ((res2 
== SWIG_NEWOBJ
) ? 
1252     SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0))); 
1253     resultobj 
= t_output_helper(resultobj
, ((res3 
== SWIG_NEWOBJ
) ? 
1254     SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0))); 
1261 static PyObject 
*_wrap_PyWizardPage_base_DoGetPosition(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1262     PyObject 
*resultobj
; 
1263     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1264     int *arg2 
= (int *) 0 ; 
1265     int *arg3 
= (int *) 0 ; 
1270     PyObject 
* obj0 
= 0 ; 
1272         (char *) "self", NULL 
 
1275     arg2 
= &temp2
; res2 
= SWIG_NEWOBJ
; 
1276     arg3 
= &temp3
; res3 
= SWIG_NEWOBJ
; 
1277     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetPosition",kwnames
,&obj0
)) goto fail
; 
1278     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1279     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1281         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1282         ((wxPyWizardPage 
const *)arg1
)->base_DoGetPosition(arg2
,arg3
); 
1284         wxPyEndAllowThreads(__tstate
); 
1285         if (PyErr_Occurred()) SWIG_fail
; 
1287     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1288     resultobj 
= t_output_helper(resultobj
, ((res2 
== SWIG_NEWOBJ
) ? 
1289     SWIG_From_int((*arg2
)) : SWIG_NewPointerObj((void*)(arg2
), SWIGTYPE_p_int
, 0))); 
1290     resultobj 
= t_output_helper(resultobj
, ((res3 
== SWIG_NEWOBJ
) ? 
1291     SWIG_From_int((*arg3
)) : SWIG_NewPointerObj((void*)(arg3
), SWIGTYPE_p_int
, 0))); 
1298 static PyObject 
*_wrap_PyWizardPage_base_DoGetVirtualSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1299     PyObject 
*resultobj
; 
1300     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1302     PyObject 
* obj0 
= 0 ; 
1304         (char *) "self", NULL 
 
1307     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetVirtualSize",kwnames
,&obj0
)) goto fail
; 
1308     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1309     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1311         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1312         result 
= ((wxPyWizardPage 
const *)arg1
)->base_DoGetVirtualSize(); 
1314         wxPyEndAllowThreads(__tstate
); 
1315         if (PyErr_Occurred()) SWIG_fail
; 
1319         resultptr 
= new wxSize((wxSize 
&) result
); 
1320         resultobj 
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1); 
1328 static PyObject 
*_wrap_PyWizardPage_base_DoGetBestSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1329     PyObject 
*resultobj
; 
1330     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1332     PyObject 
* obj0 
= 0 ; 
1334         (char *) "self", NULL 
 
1337     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_DoGetBestSize",kwnames
,&obj0
)) goto fail
; 
1338     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1339     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1341         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1342         result 
= ((wxPyWizardPage 
const *)arg1
)->base_DoGetBestSize(); 
1344         wxPyEndAllowThreads(__tstate
); 
1345         if (PyErr_Occurred()) SWIG_fail
; 
1349         resultptr 
= new wxSize((wxSize 
&) result
); 
1350         resultobj 
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1); 
1358 static PyObject 
*_wrap_PyWizardPage_base_InitDialog(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1359     PyObject 
*resultobj
; 
1360     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1361     PyObject 
* obj0 
= 0 ; 
1363         (char *) "self", NULL 
 
1366     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_InitDialog",kwnames
,&obj0
)) goto fail
; 
1367     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1368     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1370         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1371         (arg1
)->base_InitDialog(); 
1373         wxPyEndAllowThreads(__tstate
); 
1374         if (PyErr_Occurred()) SWIG_fail
; 
1376     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1383 static PyObject 
*_wrap_PyWizardPage_base_TransferDataToWindow(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1384     PyObject 
*resultobj
; 
1385     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1387     PyObject 
* obj0 
= 0 ; 
1389         (char *) "self", NULL 
 
1392     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataToWindow",kwnames
,&obj0
)) goto fail
; 
1393     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1394     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1396         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1397         result 
= (bool)(arg1
)->base_TransferDataToWindow(); 
1399         wxPyEndAllowThreads(__tstate
); 
1400         if (PyErr_Occurred()) SWIG_fail
; 
1403         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1411 static PyObject 
*_wrap_PyWizardPage_base_TransferDataFromWindow(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1412     PyObject 
*resultobj
; 
1413     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1415     PyObject 
* obj0 
= 0 ; 
1417         (char *) "self", NULL 
 
1420     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_TransferDataFromWindow",kwnames
,&obj0
)) goto fail
; 
1421     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1422     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1424         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1425         result 
= (bool)(arg1
)->base_TransferDataFromWindow(); 
1427         wxPyEndAllowThreads(__tstate
); 
1428         if (PyErr_Occurred()) SWIG_fail
; 
1431         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1439 static PyObject 
*_wrap_PyWizardPage_base_Validate(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1440     PyObject 
*resultobj
; 
1441     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1443     PyObject 
* obj0 
= 0 ; 
1445         (char *) "self", NULL 
 
1448     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_Validate",kwnames
,&obj0
)) goto fail
; 
1449     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1450     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1452         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1453         result 
= (bool)(arg1
)->base_Validate(); 
1455         wxPyEndAllowThreads(__tstate
); 
1456         if (PyErr_Occurred()) SWIG_fail
; 
1459         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1467 static PyObject 
*_wrap_PyWizardPage_base_AcceptsFocus(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1468     PyObject 
*resultobj
; 
1469     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1471     PyObject 
* obj0 
= 0 ; 
1473         (char *) "self", NULL 
 
1476     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocus",kwnames
,&obj0
)) goto fail
; 
1477     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1478     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1480         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1481         result 
= (bool)((wxPyWizardPage 
const *)arg1
)->base_AcceptsFocus(); 
1483         wxPyEndAllowThreads(__tstate
); 
1484         if (PyErr_Occurred()) SWIG_fail
; 
1487         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1495 static PyObject 
*_wrap_PyWizardPage_base_AcceptsFocusFromKeyboard(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1496     PyObject 
*resultobj
; 
1497     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1499     PyObject 
* obj0 
= 0 ; 
1501         (char *) "self", NULL 
 
1504     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_AcceptsFocusFromKeyboard",kwnames
,&obj0
)) goto fail
; 
1505     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1506     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1508         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1509         result 
= (bool)((wxPyWizardPage 
const *)arg1
)->base_AcceptsFocusFromKeyboard(); 
1511         wxPyEndAllowThreads(__tstate
); 
1512         if (PyErr_Occurred()) SWIG_fail
; 
1515         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1523 static PyObject 
*_wrap_PyWizardPage_base_GetMaxSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1524     PyObject 
*resultobj
; 
1525     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1527     PyObject 
* obj0 
= 0 ; 
1529         (char *) "self", NULL 
 
1532     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:PyWizardPage_base_GetMaxSize",kwnames
,&obj0
)) goto fail
; 
1533     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1534     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1536         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1537         result 
= ((wxPyWizardPage 
const *)arg1
)->base_GetMaxSize(); 
1539         wxPyEndAllowThreads(__tstate
); 
1540         if (PyErr_Occurred()) SWIG_fail
; 
1544         resultptr 
= new wxSize((wxSize 
&) result
); 
1545         resultobj 
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1); 
1553 static PyObject 
*_wrap_PyWizardPage_base_AddChild(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1554     PyObject 
*resultobj
; 
1555     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1556     wxWindow 
*arg2 
= (wxWindow 
*) 0 ; 
1557     PyObject 
* obj0 
= 0 ; 
1558     PyObject 
* obj1 
= 0 ; 
1560         (char *) "self",(char *) "child", NULL 
 
1563     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_AddChild",kwnames
,&obj0
,&obj1
)) goto fail
; 
1564     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1565     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1566     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
, 
1567     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1569         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1570         (arg1
)->base_AddChild(arg2
); 
1572         wxPyEndAllowThreads(__tstate
); 
1573         if (PyErr_Occurred()) SWIG_fail
; 
1575     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1582 static PyObject 
*_wrap_PyWizardPage_base_RemoveChild(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1583     PyObject 
*resultobj
; 
1584     wxPyWizardPage 
*arg1 
= (wxPyWizardPage 
*) 0 ; 
1585     wxWindow 
*arg2 
= (wxWindow 
*) 0 ; 
1586     PyObject 
* obj0 
= 0 ; 
1587     PyObject 
* obj1 
= 0 ; 
1589         (char *) "self",(char *) "child", NULL 
 
1592     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:PyWizardPage_base_RemoveChild",kwnames
,&obj0
,&obj1
)) goto fail
; 
1593     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxPyWizardPage
, 
1594     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1595     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
, 
1596     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1598         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1599         (arg1
)->base_RemoveChild(arg2
); 
1601         wxPyEndAllowThreads(__tstate
); 
1602         if (PyErr_Occurred()) SWIG_fail
; 
1604     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1611 static PyObject 
* PyWizardPage_swigregister(PyObject 
*, PyObject 
*args
) { 
1613     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
1614     SWIG_TypeClientData(SWIGTYPE_p_wxPyWizardPage
, obj
); 
1616     return Py_BuildValue((char *)""); 
1618 static PyObject 
*_wrap_new_WizardPageSimple(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1619     PyObject 
*resultobj
; 
1620     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
1621     wxWizardPage 
*arg2 
= (wxWizardPage 
*) NULL 
; 
1622     wxWizardPage 
*arg3 
= (wxWizardPage 
*) NULL 
; 
1623     wxBitmap 
const &arg4_defvalue 
= wxNullBitmap 
; 
1624     wxBitmap 
*arg4 
= (wxBitmap 
*) &arg4_defvalue 
; 
1625     wxChar 
*arg5 
= (wxChar 
*) NULL 
; 
1626     wxWizardPageSimple 
*result
; 
1627     PyObject 
* obj0 
= 0 ; 
1628     PyObject 
* obj1 
= 0 ; 
1629     PyObject 
* obj2 
= 0 ; 
1630     PyObject 
* obj3 
= 0 ; 
1631     PyObject 
* obj4 
= 0 ; 
1633         (char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL 
 
1636     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOO:new_WizardPageSimple",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
)) goto fail
; 
1637     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
1638     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1640         if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
1641         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1644         if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
, 
1645         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1648         if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
, 
1649         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
1652             PyErr_SetString(PyExc_TypeError
,"null reference"); 
1657         if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxChar
, 
1658         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1661         if (!wxPyCheckForApp()) SWIG_fail
; 
1662         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1663         result 
= (wxWizardPageSimple 
*)new wxWizardPageSimple(arg1
,arg2
,arg3
,(wxBitmap 
const &)*arg4
,(wxChar 
const *)arg5
); 
1665         wxPyEndAllowThreads(__tstate
); 
1666         if (PyErr_Occurred()) SWIG_fail
; 
1668     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1); 
1675 static PyObject 
*_wrap_new_PreWizardPageSimple(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1676     PyObject 
*resultobj
; 
1677     wxWizardPageSimple 
*result
; 
1682     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizardPageSimple",kwnames
)) goto fail
; 
1684         if (!wxPyCheckForApp()) SWIG_fail
; 
1685         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1686         result 
= (wxWizardPageSimple 
*)new wxWizardPageSimple(); 
1688         wxPyEndAllowThreads(__tstate
); 
1689         if (PyErr_Occurred()) SWIG_fail
; 
1691     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizardPageSimple
, 1); 
1698 static PyObject 
*_wrap_WizardPageSimple_Create(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1699     PyObject 
*resultobj
; 
1700     wxWizardPageSimple 
*arg1 
= (wxWizardPageSimple 
*) 0 ; 
1701     wxWizard 
*arg2 
= (wxWizard 
*) NULL 
; 
1702     wxWizardPage 
*arg3 
= (wxWizardPage 
*) NULL 
; 
1703     wxWizardPage 
*arg4 
= (wxWizardPage 
*) NULL 
; 
1704     wxBitmap 
const &arg5_defvalue 
= wxNullBitmap 
; 
1705     wxBitmap 
*arg5 
= (wxBitmap 
*) &arg5_defvalue 
; 
1706     wxChar 
*arg6 
= (wxChar 
*) NULL 
; 
1708     PyObject 
* obj0 
= 0 ; 
1709     PyObject 
* obj1 
= 0 ; 
1710     PyObject 
* obj2 
= 0 ; 
1711     PyObject 
* obj3 
= 0 ; 
1712     PyObject 
* obj4 
= 0 ; 
1713     PyObject 
* obj5 
= 0 ; 
1715         (char *) "self",(char *) "parent",(char *) "prev",(char *) "next",(char *) "bitmap",(char *) "resource", NULL 
 
1718     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:WizardPageSimple_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
; 
1719     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
, 
1720     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1722         if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizard
, 
1723         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1726         if ((SWIG_ConvertPtr(obj2
,(void **)(&arg3
),SWIGTYPE_p_wxWizardPage
, 
1727         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1730         if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxWizardPage
, 
1731         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1734         if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
, 
1735         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
1738             PyErr_SetString(PyExc_TypeError
,"null reference"); 
1743         if ((SWIG_ConvertPtr(obj5
,(void **)(&arg6
),SWIGTYPE_p_wxChar
, 
1744         SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1747         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1748         result 
= (bool)(arg1
)->Create(arg2
,arg3
,arg4
,(wxBitmap 
const &)*arg5
,(wxChar 
const *)arg6
); 
1750         wxPyEndAllowThreads(__tstate
); 
1751         if (PyErr_Occurred()) SWIG_fail
; 
1754         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
1762 static PyObject 
*_wrap_WizardPageSimple_SetPrev(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1763     PyObject 
*resultobj
; 
1764     wxWizardPageSimple 
*arg1 
= (wxWizardPageSimple 
*) 0 ; 
1765     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
1766     PyObject 
* obj0 
= 0 ; 
1767     PyObject 
* obj1 
= 0 ; 
1769         (char *) "self",(char *) "prev", NULL 
 
1772     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetPrev",kwnames
,&obj0
,&obj1
)) goto fail
; 
1773     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
, 
1774     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1775     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
1776     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1778         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1779         (arg1
)->SetPrev(arg2
); 
1781         wxPyEndAllowThreads(__tstate
); 
1782         if (PyErr_Occurred()) SWIG_fail
; 
1784     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1791 static PyObject 
*_wrap_WizardPageSimple_SetNext(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1792     PyObject 
*resultobj
; 
1793     wxWizardPageSimple 
*arg1 
= (wxWizardPageSimple 
*) 0 ; 
1794     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
1795     PyObject 
* obj0 
= 0 ; 
1796     PyObject 
* obj1 
= 0 ; 
1798         (char *) "self",(char *) "next", NULL 
 
1801     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_SetNext",kwnames
,&obj0
,&obj1
)) goto fail
; 
1802     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
, 
1803     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1804     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
1805     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1807         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1808         (arg1
)->SetNext(arg2
); 
1810         wxPyEndAllowThreads(__tstate
); 
1811         if (PyErr_Occurred()) SWIG_fail
; 
1813     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1820 static PyObject 
*_wrap_WizardPageSimple_Chain(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1821     PyObject 
*resultobj
; 
1822     wxWizardPageSimple 
*arg1 
= (wxWizardPageSimple 
*) 0 ; 
1823     wxWizardPageSimple 
*arg2 
= (wxWizardPageSimple 
*) 0 ; 
1824     PyObject 
* obj0 
= 0 ; 
1825     PyObject 
* obj1 
= 0 ; 
1827         (char *) "first",(char *) "second", NULL 
 
1830     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:WizardPageSimple_Chain",kwnames
,&obj0
,&obj1
)) goto fail
; 
1831     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizardPageSimple
, 
1832     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1833     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPageSimple
, 
1834     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1836         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1837         wxWizardPageSimple::Chain(arg1
,arg2
); 
1839         wxPyEndAllowThreads(__tstate
); 
1840         if (PyErr_Occurred()) SWIG_fail
; 
1842     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
1849 static PyObject 
* WizardPageSimple_swigregister(PyObject 
*, PyObject 
*args
) { 
1851     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
1852     SWIG_TypeClientData(SWIGTYPE_p_wxWizardPageSimple
, obj
); 
1854     return Py_BuildValue((char *)""); 
1856 static PyObject 
*_wrap_new_Wizard(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1857     PyObject 
*resultobj
; 
1858     wxWindow 
*arg1 
= (wxWindow 
*) 0 ; 
1859     int arg2 
= (int) -1 ; 
1860     wxString 
const &arg3_defvalue 
= wxPyEmptyString 
; 
1861     wxString 
*arg3 
= (wxString 
*) &arg3_defvalue 
; 
1862     wxBitmap 
const &arg4_defvalue 
= wxNullBitmap 
; 
1863     wxBitmap 
*arg4 
= (wxBitmap 
*) &arg4_defvalue 
; 
1864     wxPoint 
const &arg5_defvalue 
= wxDefaultPosition 
; 
1865     wxPoint 
*arg5 
= (wxPoint 
*) &arg5_defvalue 
; 
1866     long arg6 
= (long) wxDEFAULT_DIALOG_STYLE 
; 
1868     bool temp3 
= false ; 
1870     PyObject 
* obj0 
= 0 ; 
1871     PyObject 
* obj1 
= 0 ; 
1872     PyObject 
* obj2 
= 0 ; 
1873     PyObject 
* obj3 
= 0 ; 
1874     PyObject 
* obj4 
= 0 ; 
1875     PyObject 
* obj5 
= 0 ; 
1877         (char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos",(char *) "style", NULL 
 
1880     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O|OOOOO:new_Wizard",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
; 
1881     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWindow
, 
1882     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1884         arg2 
= (int)SWIG_As_int(obj1
);  
1885         if (PyErr_Occurred()) SWIG_fail
; 
1889             arg3 
= wxString_in_helper(obj2
); 
1890             if (arg3 
== NULL
) SWIG_fail
; 
1895         if ((SWIG_ConvertPtr(obj3
,(void **)(&arg4
),SWIGTYPE_p_wxBitmap
, 
1896         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
1899             PyErr_SetString(PyExc_TypeError
,"null reference"); 
1906             if ( ! wxPoint_helper(obj4
, &arg5
)) SWIG_fail
; 
1910         arg6 
= (long)SWIG_As_long(obj5
);  
1911         if (PyErr_Occurred()) SWIG_fail
; 
1914         if (!wxPyCheckForApp()) SWIG_fail
; 
1915         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1916         result 
= (wxWizard 
*)new wxWizard(arg1
,arg2
,(wxString 
const &)*arg3
,(wxBitmap 
const &)*arg4
,(wxPoint 
const &)*arg5
,arg6
); 
1918         wxPyEndAllowThreads(__tstate
); 
1919         if (PyErr_Occurred()) SWIG_fail
; 
1921     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1); 
1936 static PyObject 
*_wrap_new_PreWizard(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1937     PyObject 
*resultobj
; 
1943     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)":new_PreWizard",kwnames
)) goto fail
; 
1945         if (!wxPyCheckForApp()) SWIG_fail
; 
1946         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
1947         result 
= (wxWizard 
*)new wxWizard(); 
1949         wxPyEndAllowThreads(__tstate
); 
1950         if (PyErr_Occurred()) SWIG_fail
; 
1952     resultobj 
= SWIG_NewPointerObj((void*)(result
), SWIGTYPE_p_wxWizard
, 1); 
1959 static PyObject 
*_wrap_Wizard_Create(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
1960     PyObject 
*resultobj
; 
1961     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
1962     wxWindow 
*arg2 
= (wxWindow 
*) 0 ; 
1963     int arg3 
= (int) -1 ; 
1964     wxString 
const &arg4_defvalue 
= wxPyEmptyString 
; 
1965     wxString 
*arg4 
= (wxString 
*) &arg4_defvalue 
; 
1966     wxBitmap 
const &arg5_defvalue 
= wxNullBitmap 
; 
1967     wxBitmap 
*arg5 
= (wxBitmap 
*) &arg5_defvalue 
; 
1968     wxPoint 
const &arg6_defvalue 
= wxDefaultPosition 
; 
1969     wxPoint 
*arg6 
= (wxPoint 
*) &arg6_defvalue 
; 
1971     bool temp4 
= false ; 
1973     PyObject 
* obj0 
= 0 ; 
1974     PyObject 
* obj1 
= 0 ; 
1975     PyObject 
* obj2 
= 0 ; 
1976     PyObject 
* obj3 
= 0 ; 
1977     PyObject 
* obj4 
= 0 ; 
1978     PyObject 
* obj5 
= 0 ; 
1980         (char *) "self",(char *) "parent",(char *) "id",(char *) "title",(char *) "bitmap",(char *) "pos", NULL 
 
1983     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|OOOO:Wizard_Create",kwnames
,&obj0
,&obj1
,&obj2
,&obj3
,&obj4
,&obj5
)) goto fail
; 
1984     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
1985     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1986     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWindow
, 
1987     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
1989         arg3 
= (int)SWIG_As_int(obj2
);  
1990         if (PyErr_Occurred()) SWIG_fail
; 
1994             arg4 
= wxString_in_helper(obj3
); 
1995             if (arg4 
== NULL
) SWIG_fail
; 
2000         if ((SWIG_ConvertPtr(obj4
,(void **)(&arg5
),SWIGTYPE_p_wxBitmap
, 
2001         SWIG_POINTER_EXCEPTION 
| 0)) == -1) 
2004             PyErr_SetString(PyExc_TypeError
,"null reference"); 
2011             if ( ! wxPoint_helper(obj5
, &arg6
)) SWIG_fail
; 
2015         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2016         result 
= (bool)(arg1
)->Create(arg2
,arg3
,(wxString 
const &)*arg4
,(wxBitmap 
const &)*arg5
,(wxPoint 
const &)*arg6
); 
2018         wxPyEndAllowThreads(__tstate
); 
2019         if (PyErr_Occurred()) SWIG_fail
; 
2022         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2038 static PyObject 
*_wrap_Wizard_Init(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2039     PyObject 
*resultobj
; 
2040     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2041     PyObject 
* obj0 
= 0 ; 
2043         (char *) "self", NULL 
 
2046     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_Init",kwnames
,&obj0
)) goto fail
; 
2047     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2048     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2050         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2053         wxPyEndAllowThreads(__tstate
); 
2054         if (PyErr_Occurred()) SWIG_fail
; 
2056     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2063 static PyObject 
*_wrap_Wizard_RunWizard(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2064     PyObject 
*resultobj
; 
2065     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2066     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
2068     PyObject 
* obj0 
= 0 ; 
2069     PyObject 
* obj1 
= 0 ; 
2071         (char *) "self",(char *) "firstPage", NULL 
 
2074     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_RunWizard",kwnames
,&obj0
,&obj1
)) goto fail
; 
2075     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2076     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2077     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
2078     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2080         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2081         result 
= (bool)(arg1
)->RunWizard(arg2
); 
2083         wxPyEndAllowThreads(__tstate
); 
2084         if (PyErr_Occurred()) SWIG_fail
; 
2087         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2095 static PyObject 
*_wrap_Wizard_GetCurrentPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2096     PyObject 
*resultobj
; 
2097     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2098     wxWizardPage 
*result
; 
2099     PyObject 
* obj0 
= 0 ; 
2101         (char *) "self", NULL 
 
2104     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetCurrentPage",kwnames
,&obj0
)) goto fail
; 
2105     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2106     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2108         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2109         result 
= (wxWizardPage 
*)((wxWizard 
const *)arg1
)->GetCurrentPage(); 
2111         wxPyEndAllowThreads(__tstate
); 
2112         if (PyErr_Occurred()) SWIG_fail
; 
2115         resultobj 
= wxPyMake_wxObject(result
, 0);  
2123 static PyObject 
*_wrap_Wizard_SetPageSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2124     PyObject 
*resultobj
; 
2125     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2128     PyObject 
* obj0 
= 0 ; 
2129     PyObject 
* obj1 
= 0 ; 
2131         (char *) "self",(char *) "size", NULL 
 
2134     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetPageSize",kwnames
,&obj0
,&obj1
)) goto fail
; 
2135     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2136     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2139         if ( ! wxSize_helper(obj1
, &arg2
)) SWIG_fail
; 
2142         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2143         (arg1
)->SetPageSize((wxSize 
const &)*arg2
); 
2145         wxPyEndAllowThreads(__tstate
); 
2146         if (PyErr_Occurred()) SWIG_fail
; 
2148     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2155 static PyObject 
*_wrap_Wizard_GetPageSize(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2156     PyObject 
*resultobj
; 
2157     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2159     PyObject 
* obj0 
= 0 ; 
2161         (char *) "self", NULL 
 
2164     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageSize",kwnames
,&obj0
)) goto fail
; 
2165     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2166     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2168         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2169         result 
= ((wxWizard 
const *)arg1
)->GetPageSize(); 
2171         wxPyEndAllowThreads(__tstate
); 
2172         if (PyErr_Occurred()) SWIG_fail
; 
2176         resultptr 
= new wxSize((wxSize 
&) result
); 
2177         resultobj 
= SWIG_NewPointerObj((void *)(resultptr
), SWIGTYPE_p_wxSize
, 1); 
2185 static PyObject 
*_wrap_Wizard_FitToPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2186     PyObject 
*resultobj
; 
2187     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2188     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
2189     PyObject 
* obj0 
= 0 ; 
2190     PyObject 
* obj1 
= 0 ; 
2192         (char *) "self",(char *) "firstPage", NULL 
 
2195     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_FitToPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
2196     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2197     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2198     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
2199     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2201         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2202         (arg1
)->FitToPage((wxWizardPage 
const *)arg2
); 
2204         wxPyEndAllowThreads(__tstate
); 
2205         if (PyErr_Occurred()) SWIG_fail
; 
2207     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2214 static PyObject 
*_wrap_Wizard_GetPageAreaSizer(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2215     PyObject 
*resultobj
; 
2216     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2218     PyObject 
* obj0 
= 0 ; 
2220         (char *) "self", NULL 
 
2223     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_GetPageAreaSizer",kwnames
,&obj0
)) goto fail
; 
2224     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2225     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2227         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2228         result 
= (wxSizer 
*)((wxWizard 
const *)arg1
)->GetPageAreaSizer(); 
2230         wxPyEndAllowThreads(__tstate
); 
2231         if (PyErr_Occurred()) SWIG_fail
; 
2234         resultobj 
= wxPyMake_wxSizer(result
, 0);  
2242 static PyObject 
*_wrap_Wizard_SetBorder(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2243     PyObject 
*resultobj
; 
2244     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2246     PyObject 
* obj0 
= 0 ; 
2247     PyObject 
* obj1 
= 0 ; 
2249         (char *) "self",(char *) "border", NULL 
 
2252     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_SetBorder",kwnames
,&obj0
,&obj1
)) goto fail
; 
2253     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2254     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2255     arg2 
= (int)SWIG_As_int(obj1
);  
2256     if (PyErr_Occurred()) SWIG_fail
; 
2258         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2259         (arg1
)->SetBorder(arg2
); 
2261         wxPyEndAllowThreads(__tstate
); 
2262         if (PyErr_Occurred()) SWIG_fail
; 
2264     Py_INCREF(Py_None
); resultobj 
= Py_None
; 
2271 static PyObject 
*_wrap_Wizard_IsRunning(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2272     PyObject 
*resultobj
; 
2273     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2275     PyObject 
* obj0 
= 0 ; 
2277         (char *) "self", NULL 
 
2280     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"O:Wizard_IsRunning",kwnames
,&obj0
)) goto fail
; 
2281     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2282     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2284         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2285         result 
= (bool)((wxWizard 
const *)arg1
)->IsRunning(); 
2287         wxPyEndAllowThreads(__tstate
); 
2288         if (PyErr_Occurred()) SWIG_fail
; 
2291         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2299 static PyObject 
*_wrap_Wizard_ShowPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2300     PyObject 
*resultobj
; 
2301     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2302     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
2303     bool arg3 
= (bool) true ; 
2305     PyObject 
* obj0 
= 0 ; 
2306     PyObject 
* obj1 
= 0 ; 
2307     PyObject 
* obj2 
= 0 ; 
2309         (char *) "self",(char *) "page",(char *) "goingForward", NULL 
 
2312     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO|O:Wizard_ShowPage",kwnames
,&obj0
,&obj1
,&obj2
)) goto fail
; 
2313     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2314     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2315     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
2316     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2318         arg3 
= (bool)SWIG_As_bool(obj2
);  
2319         if (PyErr_Occurred()) SWIG_fail
; 
2322         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2323         result 
= (bool)(arg1
)->ShowPage(arg2
,arg3
); 
2325         wxPyEndAllowThreads(__tstate
); 
2326         if (PyErr_Occurred()) SWIG_fail
; 
2329         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2337 static PyObject 
*_wrap_Wizard_HasNextPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2338     PyObject 
*resultobj
; 
2339     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2340     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
2342     PyObject 
* obj0 
= 0 ; 
2343     PyObject 
* obj1 
= 0 ; 
2345         (char *) "self",(char *) "page", NULL 
 
2348     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasNextPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
2349     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2350     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2351     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
2352     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2354         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2355         result 
= (bool)(arg1
)->HasNextPage(arg2
); 
2357         wxPyEndAllowThreads(__tstate
); 
2358         if (PyErr_Occurred()) SWIG_fail
; 
2361         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2369 static PyObject 
*_wrap_Wizard_HasPrevPage(PyObject 
*, PyObject 
*args
, PyObject 
*kwargs
) { 
2370     PyObject 
*resultobj
; 
2371     wxWizard 
*arg1 
= (wxWizard 
*) 0 ; 
2372     wxWizardPage 
*arg2 
= (wxWizardPage 
*) 0 ; 
2374     PyObject 
* obj0 
= 0 ; 
2375     PyObject 
* obj1 
= 0 ; 
2377         (char *) "self",(char *) "page", NULL 
 
2380     if(!PyArg_ParseTupleAndKeywords(args
,kwargs
,(char *)"OO:Wizard_HasPrevPage",kwnames
,&obj0
,&obj1
)) goto fail
; 
2381     if ((SWIG_ConvertPtr(obj0
,(void **)(&arg1
),SWIGTYPE_p_wxWizard
, 
2382     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2383     if ((SWIG_ConvertPtr(obj1
,(void **)(&arg2
),SWIGTYPE_p_wxWizardPage
, 
2384     SWIG_POINTER_EXCEPTION 
| 0)) == -1) SWIG_fail
; 
2386         PyThreadState
* __tstate 
= wxPyBeginAllowThreads(); 
2387         result 
= (bool)(arg1
)->HasPrevPage(arg2
); 
2389         wxPyEndAllowThreads(__tstate
); 
2390         if (PyErr_Occurred()) SWIG_fail
; 
2393         resultobj 
= result 
? Py_True 
: Py_False
; Py_INCREF(resultobj
); 
2401 static PyObject 
* Wizard_swigregister(PyObject 
*, PyObject 
*args
) { 
2403     if (!PyArg_ParseTuple(args
,(char*)"O", &obj
)) return NULL
; 
2404     SWIG_TypeClientData(SWIGTYPE_p_wxWizard
, obj
); 
2406     return Py_BuildValue((char *)""); 
2408 static PyMethodDef SwigMethods
[] = { 
2409          { (char *)"new_WizardEvent", (PyCFunction
) _wrap_new_WizardEvent
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2410          { (char *)"WizardEvent_GetDirection", (PyCFunction
) _wrap_WizardEvent_GetDirection
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2411          { (char *)"WizardEvent_GetPage", (PyCFunction
) _wrap_WizardEvent_GetPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2412          { (char *)"WizardEvent_swigregister", WizardEvent_swigregister
, METH_VARARGS
, NULL 
}, 
2413          { (char *)"WizardPage_Create", (PyCFunction
) _wrap_WizardPage_Create
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2414          { (char *)"WizardPage_GetPrev", (PyCFunction
) _wrap_WizardPage_GetPrev
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2415          { (char *)"WizardPage_GetNext", (PyCFunction
) _wrap_WizardPage_GetNext
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2416          { (char *)"WizardPage_GetBitmap", (PyCFunction
) _wrap_WizardPage_GetBitmap
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2417          { (char *)"WizardPage_swigregister", WizardPage_swigregister
, METH_VARARGS
, NULL 
}, 
2418          { (char *)"new_PyWizardPage", (PyCFunction
) _wrap_new_PyWizardPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2419          { (char *)"new_PrePyWizardPage", (PyCFunction
) _wrap_new_PrePyWizardPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2420          { (char *)"PyWizardPage_Create", (PyCFunction
) _wrap_PyWizardPage_Create
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2421          { (char *)"PyWizardPage__setCallbackInfo", (PyCFunction
) _wrap_PyWizardPage__setCallbackInfo
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2422          { (char *)"PyWizardPage_base_DoMoveWindow", (PyCFunction
) _wrap_PyWizardPage_base_DoMoveWindow
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2423          { (char *)"PyWizardPage_base_DoSetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2424          { (char *)"PyWizardPage_base_DoSetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetClientSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2425          { (char *)"PyWizardPage_base_DoSetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoSetVirtualSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2426          { (char *)"PyWizardPage_base_DoGetSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2427          { (char *)"PyWizardPage_base_DoGetClientSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetClientSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2428          { (char *)"PyWizardPage_base_DoGetPosition", (PyCFunction
) _wrap_PyWizardPage_base_DoGetPosition
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2429          { (char *)"PyWizardPage_base_DoGetVirtualSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetVirtualSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2430          { (char *)"PyWizardPage_base_DoGetBestSize", (PyCFunction
) _wrap_PyWizardPage_base_DoGetBestSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2431          { (char *)"PyWizardPage_base_InitDialog", (PyCFunction
) _wrap_PyWizardPage_base_InitDialog
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2432          { (char *)"PyWizardPage_base_TransferDataToWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataToWindow
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2433          { (char *)"PyWizardPage_base_TransferDataFromWindow", (PyCFunction
) _wrap_PyWizardPage_base_TransferDataFromWindow
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2434          { (char *)"PyWizardPage_base_Validate", (PyCFunction
) _wrap_PyWizardPage_base_Validate
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2435          { (char *)"PyWizardPage_base_AcceptsFocus", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocus
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2436          { (char *)"PyWizardPage_base_AcceptsFocusFromKeyboard", (PyCFunction
) _wrap_PyWizardPage_base_AcceptsFocusFromKeyboard
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2437          { (char *)"PyWizardPage_base_GetMaxSize", (PyCFunction
) _wrap_PyWizardPage_base_GetMaxSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2438          { (char *)"PyWizardPage_base_AddChild", (PyCFunction
) _wrap_PyWizardPage_base_AddChild
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2439          { (char *)"PyWizardPage_base_RemoveChild", (PyCFunction
) _wrap_PyWizardPage_base_RemoveChild
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2440          { (char *)"PyWizardPage_swigregister", PyWizardPage_swigregister
, METH_VARARGS
, NULL 
}, 
2441          { (char *)"new_WizardPageSimple", (PyCFunction
) _wrap_new_WizardPageSimple
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2442          { (char *)"new_PreWizardPageSimple", (PyCFunction
) _wrap_new_PreWizardPageSimple
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2443          { (char *)"WizardPageSimple_Create", (PyCFunction
) _wrap_WizardPageSimple_Create
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2444          { (char *)"WizardPageSimple_SetPrev", (PyCFunction
) _wrap_WizardPageSimple_SetPrev
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2445          { (char *)"WizardPageSimple_SetNext", (PyCFunction
) _wrap_WizardPageSimple_SetNext
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2446          { (char *)"WizardPageSimple_Chain", (PyCFunction
) _wrap_WizardPageSimple_Chain
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2447          { (char *)"WizardPageSimple_swigregister", WizardPageSimple_swigregister
, METH_VARARGS
, NULL 
}, 
2448          { (char *)"new_Wizard", (PyCFunction
) _wrap_new_Wizard
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2449          { (char *)"new_PreWizard", (PyCFunction
) _wrap_new_PreWizard
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2450          { (char *)"Wizard_Create", (PyCFunction
) _wrap_Wizard_Create
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2451          { (char *)"Wizard_Init", (PyCFunction
) _wrap_Wizard_Init
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2452          { (char *)"Wizard_RunWizard", (PyCFunction
) _wrap_Wizard_RunWizard
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2453          { (char *)"Wizard_GetCurrentPage", (PyCFunction
) _wrap_Wizard_GetCurrentPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2454          { (char *)"Wizard_SetPageSize", (PyCFunction
) _wrap_Wizard_SetPageSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2455          { (char *)"Wizard_GetPageSize", (PyCFunction
) _wrap_Wizard_GetPageSize
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2456          { (char *)"Wizard_FitToPage", (PyCFunction
) _wrap_Wizard_FitToPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2457          { (char *)"Wizard_GetPageAreaSizer", (PyCFunction
) _wrap_Wizard_GetPageAreaSizer
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2458          { (char *)"Wizard_SetBorder", (PyCFunction
) _wrap_Wizard_SetBorder
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2459          { (char *)"Wizard_IsRunning", (PyCFunction
) _wrap_Wizard_IsRunning
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2460          { (char *)"Wizard_ShowPage", (PyCFunction
) _wrap_Wizard_ShowPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2461          { (char *)"Wizard_HasNextPage", (PyCFunction
) _wrap_Wizard_HasNextPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2462          { (char *)"Wizard_HasPrevPage", (PyCFunction
) _wrap_Wizard_HasPrevPage
, METH_VARARGS 
| METH_KEYWORDS
, NULL 
}, 
2463          { (char *)"Wizard_swigregister", Wizard_swigregister
, METH_VARARGS
, NULL 
}, 
2464          { NULL
, NULL
, 0, NULL 
} 
2468 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (BEGIN) -------- */ 
2470 static void *_p_wxLayoutConstraintsTo_p_wxObject(void *x
) { 
2471     return (void *)((wxObject 
*)  ((wxLayoutConstraints 
*) x
)); 
2473 static void *_p_wxQueryLayoutInfoEventTo_p_wxObject(void *x
) { 
2474     return (void *)((wxObject 
*) (wxEvent 
*) ((wxQueryLayoutInfoEvent 
*) x
)); 
2476 static void *_p_wxPreviewFrameTo_p_wxObject(void *x
) { 
2477     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
2479 static void *_p_wxPyPreviewFrameTo_p_wxObject(void *x
) { 
2480     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
2482 static void *_p_wxGBSizerItemTo_p_wxObject(void *x
) { 
2483     return (void *)((wxObject 
*) (wxSizerItem 
*) ((wxGBSizerItem 
*) x
)); 
2485 static void *_p_wxSizerItemTo_p_wxObject(void *x
) { 
2486     return (void *)((wxObject 
*)  ((wxSizerItem 
*) x
)); 
2488 static void *_p_wxScrollEventTo_p_wxObject(void *x
) { 
2489     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxScrollEvent 
*) x
)); 
2491 static void *_p_wxIndividualLayoutConstraintTo_p_wxObject(void *x
) { 
2492     return (void *)((wxObject 
*)  ((wxIndividualLayoutConstraint 
*) x
)); 
2494 static void *_p_wxStaticBoxSizerTo_p_wxObject(void *x
) { 
2495     return (void *)((wxObject 
*) (wxSizer 
*)(wxBoxSizer 
*) ((wxStaticBoxSizer 
*) x
)); 
2497 static void *_p_wxBoxSizerTo_p_wxObject(void *x
) { 
2498     return (void *)((wxObject 
*) (wxSizer 
*) ((wxBoxSizer 
*) x
)); 
2500 static void *_p_wxSizerTo_p_wxObject(void *x
) { 
2501     return (void *)((wxObject 
*)  ((wxSizer 
*) x
)); 
2503 static void *_p_wxGridBagSizerTo_p_wxObject(void *x
) { 
2504     return (void *)((wxObject 
*) (wxSizer 
*)(wxGridSizer 
*)(wxFlexGridSizer 
*) ((wxGridBagSizer 
*) x
)); 
2506 static void *_p_wxWizardPageTo_p_wxObject(void *x
) { 
2507     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxWizardPage 
*) x
)); 
2509 static void *_p_wxPyWizardPageTo_p_wxObject(void *x
) { 
2510     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxWizardPage 
*) ((wxPyWizardPage 
*) x
)); 
2512 static void *_p_wxUpdateUIEventTo_p_wxObject(void *x
) { 
2513     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxUpdateUIEvent 
*) x
)); 
2515 static void *_p_wxPyPanelTo_p_wxObject(void *x
) { 
2516     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPyPanel 
*) x
)); 
2518 static void *_p_wxEventTo_p_wxObject(void *x
) { 
2519     return (void *)((wxObject 
*)  ((wxEvent 
*) x
)); 
2521 static void *_p_wxFontDataTo_p_wxObject(void *x
) { 
2522     return (void *)((wxObject 
*)  ((wxFontData 
*) x
)); 
2524 static void *_p_wxPrintDataTo_p_wxObject(void *x
) { 
2525     return (void *)((wxObject 
*)  ((wxPrintData 
*) x
)); 
2527 static void *_p_wxFlexGridSizerTo_p_wxObject(void *x
) { 
2528     return (void *)((wxObject 
*) (wxSizer 
*)(wxGridSizer 
*) ((wxFlexGridSizer 
*) x
)); 
2530 static void *_p_wxGridSizerTo_p_wxObject(void *x
) { 
2531     return (void *)((wxObject 
*) (wxSizer 
*) ((wxGridSizer 
*) x
)); 
2533 static void *_p_wxInitDialogEventTo_p_wxObject(void *x
) { 
2534     return (void *)((wxObject 
*) (wxEvent 
*) ((wxInitDialogEvent 
*) x
)); 
2536 static void *_p_wxLayoutAlgorithmTo_p_wxObject(void *x
) { 
2537     return (void *)((wxObject 
*)  ((wxLayoutAlgorithm 
*) x
)); 
2539 static void *_p_wxTaskBarIconTo_p_wxObject(void *x
) { 
2540     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxTaskBarIcon 
*) x
)); 
2542 static void *_p_wxFindDialogEventTo_p_wxObject(void *x
) { 
2543     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxFindDialogEvent 
*) x
)); 
2545 static void *_p_wxWizardPageSimpleTo_p_wxObject(void *x
) { 
2546     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxWizardPage 
*) ((wxWizardPageSimple 
*) x
)); 
2548 static void *_p_wxPaintEventTo_p_wxObject(void *x
) { 
2549     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPaintEvent 
*) x
)); 
2551 static void *_p_wxNcPaintEventTo_p_wxObject(void *x
) { 
2552     return (void *)((wxObject 
*) (wxEvent 
*) ((wxNcPaintEvent 
*) x
)); 
2554 static void *_p_wxPaletteChangedEventTo_p_wxObject(void *x
) { 
2555     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPaletteChangedEvent 
*) x
)); 
2557 static void *_p_wxDisplayChangedEventTo_p_wxObject(void *x
) { 
2558     return (void *)((wxObject 
*) (wxEvent 
*) ((wxDisplayChangedEvent 
*) x
)); 
2560 static void *_p_wxMouseCaptureChangedEventTo_p_wxObject(void *x
) { 
2561     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMouseCaptureChangedEvent 
*) x
)); 
2563 static void *_p_wxSysColourChangedEventTo_p_wxObject(void *x
) { 
2564     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSysColourChangedEvent 
*) x
)); 
2566 static void *_p_wxPreviewCanvasTo_p_wxObject(void *x
) { 
2567     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
2569 static void *_p_wxControlTo_p_wxObject(void *x
) { 
2570     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxControl 
*) x
)); 
2572 static void *_p_wxSetCursorEventTo_p_wxObject(void *x
) { 
2573     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSetCursorEvent 
*) x
)); 
2575 static void *_p_wxSplitterEventTo_p_wxObject(void *x
) { 
2576     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*)(wxNotifyEvent 
*) ((wxSplitterEvent 
*) x
)); 
2578 static void *_p_wxFSFileTo_p_wxObject(void *x
) { 
2579     return (void *)((wxObject 
*)  ((wxFSFile 
*) x
)); 
2581 static void *_p_wxWizardTo_p_wxObject(void *x
) { 
2582     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxWizard 
*) x
)); 
2584 static void *_p_wxFindReplaceDataTo_p_wxObject(void *x
) { 
2585     return (void *)((wxObject 
*)  ((wxFindReplaceData 
*) x
)); 
2587 static void *_p_wxPySizerTo_p_wxObject(void *x
) { 
2588     return (void *)((wxObject 
*) (wxSizer 
*) ((wxPySizer 
*) x
)); 
2590 static void *_p_wxMDIChildFrameTo_p_wxObject(void *x
) { 
2591     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
2593 static void *_p_wxColourDataTo_p_wxObject(void *x
) { 
2594     return (void *)((wxObject 
*)  ((wxColourData 
*) x
)); 
2596 static void *_p_wxPyEventTo_p_wxObject(void *x
) { 
2597     return (void *)((wxObject 
*) (wxEvent 
*) ((wxPyEvent 
*) x
)); 
2599 static void *_p_wxNotifyEventTo_p_wxObject(void *x
) { 
2600     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxNotifyEvent 
*) x
)); 
2602 static void *_p_wxPyWindowTo_p_wxObject(void *x
) { 
2603     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPyWindow 
*) x
)); 
2605 static void *_p_wxSplashScreenTo_p_wxObject(void *x
) { 
2606     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
2608 static void *_p_wxFileDialogTo_p_wxObject(void *x
) { 
2609     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
2611 static void *_p_wxMultiChoiceDialogTo_p_wxObject(void *x
) { 
2612     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
2614 static void *_p_wxSingleChoiceDialogTo_p_wxObject(void *x
) { 
2615     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
2617 static void *_p_wxTextEntryDialogTo_p_wxObject(void *x
) { 
2618     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
2620 static void *_p_wxMessageDialogTo_p_wxObject(void *x
) { 
2621     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
2623 static void *_p_wxProgressDialogTo_p_wxObject(void *x
) { 
2624     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
2626 static void *_p_wxFindReplaceDialogTo_p_wxObject(void *x
) { 
2627     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
2629 static void *_p_wxShowEventTo_p_wxObject(void *x
) { 
2630     return (void *)((wxObject 
*) (wxEvent 
*) ((wxShowEvent 
*) x
)); 
2632 static void *_p_wxPrinterTo_p_wxObject(void *x
) { 
2633     return (void *)((wxObject 
*)  ((wxPrinter 
*) x
)); 
2635 static void *_p_wxMenuItemTo_p_wxObject(void *x
) { 
2636     return (void *)((wxObject 
*)  ((wxMenuItem 
*) x
)); 
2638 static void *_p_wxIdleEventTo_p_wxObject(void *x
) { 
2639     return (void *)((wxObject 
*) (wxEvent 
*) ((wxIdleEvent 
*) x
)); 
2641 static void *_p_wxWindowCreateEventTo_p_wxObject(void *x
) { 
2642     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxWindowCreateEvent 
*) x
)); 
2644 static void *_p_wxQueryNewPaletteEventTo_p_wxObject(void *x
) { 
2645     return (void *)((wxObject 
*) (wxEvent 
*) ((wxQueryNewPaletteEvent 
*) x
)); 
2647 static void *_p_wxMaximizeEventTo_p_wxObject(void *x
) { 
2648     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMaximizeEvent 
*) x
)); 
2650 static void *_p_wxIconizeEventTo_p_wxObject(void *x
) { 
2651     return (void *)((wxObject 
*) (wxEvent 
*) ((wxIconizeEvent 
*) x
)); 
2653 static void *_p_wxSizeEventTo_p_wxObject(void *x
) { 
2654     return (void *)((wxObject 
*) (wxEvent 
*) ((wxSizeEvent 
*) x
)); 
2656 static void *_p_wxMoveEventTo_p_wxObject(void *x
) { 
2657     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMoveEvent 
*) x
)); 
2659 static void *_p_wxActivateEventTo_p_wxObject(void *x
) { 
2660     return (void *)((wxObject 
*) (wxEvent 
*) ((wxActivateEvent 
*) x
)); 
2662 static void *_p_wxXPMHandlerTo_p_wxObject(void *x
) { 
2663     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxXPMHandler 
*) x
)); 
2665 static void *_p_wxPNMHandlerTo_p_wxObject(void *x
) { 
2666     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPNMHandler 
*) x
)); 
2668 static void *_p_wxJPEGHandlerTo_p_wxObject(void *x
) { 
2669     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxJPEGHandler 
*) x
)); 
2671 static void *_p_wxPCXHandlerTo_p_wxObject(void *x
) { 
2672     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPCXHandler 
*) x
)); 
2674 static void *_p_wxGIFHandlerTo_p_wxObject(void *x
) { 
2675     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxGIFHandler 
*) x
)); 
2677 static void *_p_wxPNGHandlerTo_p_wxObject(void *x
) { 
2678     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxPNGHandler 
*) x
)); 
2680 static void *_p_wxANIHandlerTo_p_wxObject(void *x
) { 
2681     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*)(wxICOHandler 
*)(wxCURHandler 
*) ((wxANIHandler 
*) x
)); 
2683 static void *_p_wxCURHandlerTo_p_wxObject(void *x
) { 
2684     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*)(wxICOHandler 
*) ((wxCURHandler 
*) x
)); 
2686 static void *_p_wxICOHandlerTo_p_wxObject(void *x
) { 
2687     return (void *)((wxObject 
*) (wxImageHandler 
*)(wxBMPHandler 
*) ((wxICOHandler 
*) x
)); 
2689 static void *_p_wxBMPHandlerTo_p_wxObject(void *x
) { 
2690     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxBMPHandler 
*) x
)); 
2692 static void *_p_wxImageHandlerTo_p_wxObject(void *x
) { 
2693     return (void *)((wxObject 
*)  ((wxImageHandler 
*) x
)); 
2695 static void *_p_wxTIFFHandlerTo_p_wxObject(void *x
) { 
2696     return (void *)((wxObject 
*) (wxImageHandler 
*) ((wxTIFFHandler 
*) x
)); 
2698 static void *_p_wxEvtHandlerTo_p_wxObject(void *x
) { 
2699     return (void *)((wxObject 
*)  ((wxEvtHandler 
*) x
)); 
2701 static void *_p_wxCalculateLayoutEventTo_p_wxObject(void *x
) { 
2702     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCalculateLayoutEvent 
*) x
)); 
2704 static void *_p_wxPyVListBoxTo_p_wxObject(void *x
) { 
2705     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
2707 static void *_p_wxPyHtmlListBoxTo_p_wxObject(void *x
) { 
2708     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
2710 static void *_p_wxAcceleratorTableTo_p_wxObject(void *x
) { 
2711     return (void *)((wxObject 
*)  ((wxAcceleratorTable 
*) x
)); 
2713 static void *_p_wxMiniFrameTo_p_wxObject(void *x
) { 
2714     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
2716 static void *_p_wxImageTo_p_wxObject(void *x
) { 
2717     return (void *)((wxObject 
*)  ((wxImage 
*) x
)); 
2719 static void *_p_wxFrameTo_p_wxObject(void *x
) { 
2720     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
2722 static void *_p_wxPyPrintoutTo_p_wxObject(void *x
) { 
2723     return (void *)((wxObject 
*)  ((wxPyPrintout 
*) x
)); 
2725 static void *_p_wxScrollWinEventTo_p_wxObject(void *x
) { 
2726     return (void *)((wxObject 
*) (wxEvent 
*) ((wxScrollWinEvent 
*) x
)); 
2728 static void *_p_wxTaskBarIconEventTo_p_wxObject(void *x
) { 
2729     return (void *)((wxObject 
*) (wxEvent 
*) ((wxTaskBarIconEvent 
*) x
)); 
2731 static void *_p_wxStatusBarTo_p_wxObject(void *x
) { 
2732     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxStatusBar 
*) x
)); 
2734 static void *_p_wxMDIParentFrameTo_p_wxObject(void *x
) { 
2735     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
2737 static void *_p_wxWindowDestroyEventTo_p_wxObject(void *x
) { 
2738     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxWindowDestroyEvent 
*) x
)); 
2740 static void *_p_wxNavigationKeyEventTo_p_wxObject(void *x
) { 
2741     return (void *)((wxObject 
*) (wxEvent 
*) ((wxNavigationKeyEvent 
*) x
)); 
2743 static void *_p_wxKeyEventTo_p_wxObject(void *x
) { 
2744     return (void *)((wxObject 
*) (wxEvent 
*) ((wxKeyEvent 
*) x
)); 
2746 static void *_p_wxWindowTo_p_wxObject(void *x
) { 
2747     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxWindow 
*) x
)); 
2749 static void *_p_wxMenuTo_p_wxObject(void *x
) { 
2750     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxMenu 
*) x
)); 
2752 static void *_p_wxMenuBarTo_p_wxObject(void *x
) { 
2753     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxMenuBar 
*) x
)); 
2755 static void *_p_wxScrolledWindowTo_p_wxObject(void *x
) { 
2756     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
2758 static void *_p_wxTopLevelWindowTo_p_wxObject(void *x
) { 
2759     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxTopLevelWindow 
*) x
)); 
2761 static void *_p_wxSplashScreenWindowTo_p_wxObject(void *x
) { 
2762     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSplashScreenWindow 
*) x
)); 
2764 static void *_p_wxSplitterWindowTo_p_wxObject(void *x
) { 
2765     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSplitterWindow 
*) x
)); 
2767 static void *_p_wxSashWindowTo_p_wxObject(void *x
) { 
2768     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxSashWindow 
*) x
)); 
2770 static void *_p_wxSashLayoutWindowTo_p_wxObject(void *x
) { 
2771     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
2773 static void *_p_wxPopupWindowTo_p_wxObject(void *x
) { 
2774     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPopupWindow 
*) x
)); 
2776 static void *_p_wxPyPopupTransientWindowTo_p_wxObject(void *x
) { 
2777     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
2779 static void *_p_wxTipWindowTo_p_wxObject(void *x
) { 
2780     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxTipWindow 
*) x
)); 
2782 static void *_p_wxPyVScrolledWindowTo_p_wxObject(void *x
) { 
2783     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
2785 static void *_p_wxMDIClientWindowTo_p_wxObject(void *x
) { 
2786     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxMDIClientWindow 
*) x
)); 
2788 static void *_p_wxPyScrolledWindowTo_p_wxObject(void *x
) { 
2789     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPyScrolledWindow 
*) x
)); 
2791 static void *_p_wxSashEventTo_p_wxObject(void *x
) { 
2792     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxSashEvent 
*) x
)); 
2794 static void *_p_wxPrintPreviewTo_p_wxObject(void *x
) { 
2795     return (void *)((wxObject 
*)  ((wxPrintPreview 
*) x
)); 
2797 static void *_p_wxPyPrintPreviewTo_p_wxObject(void *x
) { 
2798     return (void *)((wxObject 
*) (wxPrintPreview 
*) ((wxPyPrintPreview 
*) x
)); 
2800 static void *_p_wxPanelTo_p_wxObject(void *x
) { 
2801     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*) ((wxPanel 
*) x
)); 
2803 static void *_p_wxDialogTo_p_wxObject(void *x
) { 
2804     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
2806 static void *_p_wxColourDialogTo_p_wxObject(void *x
) { 
2807     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
2809 static void *_p_wxDirDialogTo_p_wxObject(void *x
) { 
2810     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
2812 static void *_p_wxFontDialogTo_p_wxObject(void *x
) { 
2813     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
2815 static void *_p_wxPageSetupDialogTo_p_wxObject(void *x
) { 
2816     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
2818 static void *_p_wxPrintDialogTo_p_wxObject(void *x
) { 
2819     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
2821 static void *_p_wxFileSystemTo_p_wxObject(void *x
) { 
2822     return (void *)((wxObject 
*)  ((wxFileSystem 
*) x
)); 
2824 static void *_p_wxContextMenuEventTo_p_wxObject(void *x
) { 
2825     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxContextMenuEvent 
*) x
)); 
2827 static void *_p_wxMenuEventTo_p_wxObject(void *x
) { 
2828     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMenuEvent 
*) x
)); 
2830 static void *_p_wxPyAppTo_p_wxObject(void *x
) { 
2831     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxPyApp 
*) x
)); 
2833 static void *_p_wxCloseEventTo_p_wxObject(void *x
) { 
2834     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCloseEvent 
*) x
)); 
2836 static void *_p_wxMouseEventTo_p_wxObject(void *x
) { 
2837     return (void *)((wxObject 
*) (wxEvent 
*) ((wxMouseEvent 
*) x
)); 
2839 static void *_p_wxEraseEventTo_p_wxObject(void *x
) { 
2840     return (void *)((wxObject 
*) (wxEvent 
*) ((wxEraseEvent 
*) x
)); 
2842 static void *_p_wxPyCommandEventTo_p_wxObject(void *x
) { 
2843     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxPyCommandEvent 
*) x
)); 
2845 static void *_p_wxCommandEventTo_p_wxObject(void *x
) { 
2846     return (void *)((wxObject 
*) (wxEvent 
*) ((wxCommandEvent 
*) x
)); 
2848 static void *_p_wxWizardEventTo_p_wxObject(void *x
) { 
2849     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*)(wxNotifyEvent 
*) ((wxWizardEvent 
*) x
)); 
2851 static void *_p_wxPreviewControlBarTo_p_wxObject(void *x
) { 
2852     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
2854 static void *_p_wxPyPreviewControlBarTo_p_wxObject(void *x
) { 
2855     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
2857 static void *_p_wxDropFilesEventTo_p_wxObject(void *x
) { 
2858     return (void *)((wxObject 
*) (wxEvent 
*) ((wxDropFilesEvent 
*) x
)); 
2860 static void *_p_wxFocusEventTo_p_wxObject(void *x
) { 
2861     return (void *)((wxObject 
*) (wxEvent 
*) ((wxFocusEvent 
*) x
)); 
2863 static void *_p_wxChildFocusEventTo_p_wxObject(void *x
) { 
2864     return (void *)((wxObject 
*) (wxEvent 
*)(wxCommandEvent 
*) ((wxChildFocusEvent 
*) x
)); 
2866 static void *_p_wxControlWithItemsTo_p_wxObject(void *x
) { 
2867     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxWindow 
*)(wxControl 
*) ((wxControlWithItems 
*) x
)); 
2869 static void *_p_wxPageSetupDialogDataTo_p_wxObject(void *x
) { 
2870     return (void *)((wxObject 
*)  ((wxPageSetupDialogData 
*) x
)); 
2872 static void *_p_wxPrintDialogDataTo_p_wxObject(void *x
) { 
2873     return (void *)((wxObject 
*)  ((wxPrintDialogData 
*) x
)); 
2875 static void *_p_wxPyValidatorTo_p_wxObject(void *x
) { 
2876     return (void *)((wxObject 
*) (wxEvtHandler 
*)(wxValidator 
*) ((wxPyValidator 
*) x
)); 
2878 static void *_p_wxValidatorTo_p_wxObject(void *x
) { 
2879     return (void *)((wxObject 
*) (wxEvtHandler 
*) ((wxValidator 
*) x
)); 
2881 static void *_p_wxColourDialogTo_p_wxDialog(void *x
) { 
2882     return (void *)((wxDialog 
*)  ((wxColourDialog 
*) x
)); 
2884 static void *_p_wxDirDialogTo_p_wxDialog(void *x
) { 
2885     return (void *)((wxDialog 
*)  ((wxDirDialog 
*) x
)); 
2887 static void *_p_wxFontDialogTo_p_wxDialog(void *x
) { 
2888     return (void *)((wxDialog 
*)  ((wxFontDialog 
*) x
)); 
2890 static void *_p_wxPageSetupDialogTo_p_wxDialog(void *x
) { 
2891     return (void *)((wxDialog 
*)  ((wxPageSetupDialog 
*) x
)); 
2893 static void *_p_wxPrintDialogTo_p_wxDialog(void *x
) { 
2894     return (void *)((wxDialog 
*)  ((wxPrintDialog 
*) x
)); 
2896 static void *_p_wxFileDialogTo_p_wxDialog(void *x
) { 
2897     return (void *)((wxDialog 
*)  ((wxFileDialog 
*) x
)); 
2899 static void *_p_wxMultiChoiceDialogTo_p_wxDialog(void *x
) { 
2900     return (void *)((wxDialog 
*)  ((wxMultiChoiceDialog 
*) x
)); 
2902 static void *_p_wxSingleChoiceDialogTo_p_wxDialog(void *x
) { 
2903     return (void *)((wxDialog 
*)  ((wxSingleChoiceDialog 
*) x
)); 
2905 static void *_p_wxTextEntryDialogTo_p_wxDialog(void *x
) { 
2906     return (void *)((wxDialog 
*)  ((wxTextEntryDialog 
*) x
)); 
2908 static void *_p_wxMessageDialogTo_p_wxDialog(void *x
) { 
2909     return (void *)((wxDialog 
*)  ((wxMessageDialog 
*) x
)); 
2911 static void *_p_wxFindReplaceDialogTo_p_wxDialog(void *x
) { 
2912     return (void *)((wxDialog 
*)  ((wxFindReplaceDialog 
*) x
)); 
2914 static void *_p_wxWizardTo_p_wxDialog(void *x
) { 
2915     return (void *)((wxDialog 
*)  ((wxWizard 
*) x
)); 
2917 static void *_p_wxWizardPageSimpleTo_p_wxWizardPage(void *x
) { 
2918     return (void *)((wxWizardPage 
*)  ((wxWizardPageSimple 
*) x
)); 
2920 static void *_p_wxPyWizardPageTo_p_wxWizardPage(void *x
) { 
2921     return (void *)((wxWizardPage 
*)  ((wxPyWizardPage 
*) x
)); 
2923 static void *_p_wxFrameTo_p_wxTopLevelWindow(void *x
) { 
2924     return (void *)((wxTopLevelWindow 
*)  ((wxFrame 
*) x
)); 
2926 static void *_p_wxMiniFrameTo_p_wxTopLevelWindow(void *x
) { 
2927     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMiniFrame 
*) x
)); 
2929 static void *_p_wxFontDialogTo_p_wxTopLevelWindow(void *x
) { 
2930     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFontDialog 
*) x
)); 
2932 static void *_p_wxDirDialogTo_p_wxTopLevelWindow(void *x
) { 
2933     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxDirDialog 
*) x
)); 
2935 static void *_p_wxColourDialogTo_p_wxTopLevelWindow(void *x
) { 
2936     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxColourDialog 
*) x
)); 
2938 static void *_p_wxDialogTo_p_wxTopLevelWindow(void *x
) { 
2939     return (void *)((wxTopLevelWindow 
*)  ((wxDialog 
*) x
)); 
2941 static void *_p_wxPageSetupDialogTo_p_wxTopLevelWindow(void *x
) { 
2942     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
2944 static void *_p_wxPrintDialogTo_p_wxTopLevelWindow(void *x
) { 
2945     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxPrintDialog 
*) x
)); 
2947 static void *_p_wxSplashScreenTo_p_wxTopLevelWindow(void *x
) { 
2948     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxSplashScreen 
*) x
)); 
2950 static void *_p_wxTipWindowTo_p_wxTopLevelWindow(void *x
) { 
2951     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxTipWindow 
*) x
)); 
2953 static void *_p_wxMDIParentFrameTo_p_wxTopLevelWindow(void *x
) { 
2954     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
2956 static void *_p_wxMDIChildFrameTo_p_wxTopLevelWindow(void *x
) { 
2957     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
2959 static void *_p_wxWizardTo_p_wxTopLevelWindow(void *x
) { 
2960     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxWizard 
*) x
)); 
2962 static void *_p_wxProgressDialogTo_p_wxTopLevelWindow(void *x
) { 
2963     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxProgressDialog 
*) x
)); 
2965 static void *_p_wxMessageDialogTo_p_wxTopLevelWindow(void *x
) { 
2966     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxMessageDialog 
*) x
)); 
2968 static void *_p_wxTextEntryDialogTo_p_wxTopLevelWindow(void *x
) { 
2969     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
2971 static void *_p_wxSingleChoiceDialogTo_p_wxTopLevelWindow(void *x
) { 
2972     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
2974 static void *_p_wxMultiChoiceDialogTo_p_wxTopLevelWindow(void *x
) { 
2975     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
2977 static void *_p_wxFileDialogTo_p_wxTopLevelWindow(void *x
) { 
2978     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFileDialog 
*) x
)); 
2980 static void *_p_wxFindReplaceDialogTo_p_wxTopLevelWindow(void *x
) { 
2981     return (void *)((wxTopLevelWindow 
*) (wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
2983 static void *_p_wxPreviewFrameTo_p_wxTopLevelWindow(void *x
) { 
2984     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
2986 static void *_p_wxPyPreviewFrameTo_p_wxTopLevelWindow(void *x
) { 
2987     return (void *)((wxTopLevelWindow 
*) (wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
2989 static void *_p_wxSplashScreenTo_p_wxWindow(void *x
) { 
2990     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
2992 static void *_p_wxMiniFrameTo_p_wxWindow(void *x
) { 
2993     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
2995 static void *_p_wxWizardPageTo_p_wxWindow(void *x
) { 
2996     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxWizardPage 
*) x
)); 
2998 static void *_p_wxPyWizardPageTo_p_wxWindow(void *x
) { 
2999     return (void *)((wxWindow 
*) (wxPanel 
*)(wxWizardPage 
*) ((wxPyWizardPage 
*) x
)); 
3001 static void *_p_wxPyPanelTo_p_wxWindow(void *x
) { 
3002     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPyPanel 
*) x
)); 
3004 static void *_p_wxMenuBarTo_p_wxWindow(void *x
) { 
3005     return (void *)((wxWindow 
*)  ((wxMenuBar 
*) x
)); 
3007 static void *_p_wxFindReplaceDialogTo_p_wxWindow(void *x
) { 
3008     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
3010 static void *_p_wxProgressDialogTo_p_wxWindow(void *x
) { 
3011     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
3013 static void *_p_wxMessageDialogTo_p_wxWindow(void *x
) { 
3014     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
3016 static void *_p_wxTextEntryDialogTo_p_wxWindow(void *x
) { 
3017     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
3019 static void *_p_wxSingleChoiceDialogTo_p_wxWindow(void *x
) { 
3020     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
3022 static void *_p_wxMultiChoiceDialogTo_p_wxWindow(void *x
) { 
3023     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
3025 static void *_p_wxFileDialogTo_p_wxWindow(void *x
) { 
3026     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
3028 static void *_p_wxPanelTo_p_wxWindow(void *x
) { 
3029     return (void *)((wxWindow 
*)  ((wxPanel 
*) x
)); 
3031 static void *_p_wxStatusBarTo_p_wxWindow(void *x
) { 
3032     return (void *)((wxWindow 
*)  ((wxStatusBar 
*) x
)); 
3034 static void *_p_wxMDIClientWindowTo_p_wxWindow(void *x
) { 
3035     return (void *)((wxWindow 
*)  ((wxMDIClientWindow 
*) x
)); 
3037 static void *_p_wxPyVScrolledWindowTo_p_wxWindow(void *x
) { 
3038     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
3040 static void *_p_wxTipWindowTo_p_wxWindow(void *x
) { 
3041     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxTipWindow 
*) x
)); 
3043 static void *_p_wxPyPopupTransientWindowTo_p_wxWindow(void *x
) { 
3044     return (void *)((wxWindow 
*) (wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
3046 static void *_p_wxPopupWindowTo_p_wxWindow(void *x
) { 
3047     return (void *)((wxWindow 
*)  ((wxPopupWindow 
*) x
)); 
3049 static void *_p_wxSashLayoutWindowTo_p_wxWindow(void *x
) { 
3050     return (void *)((wxWindow 
*) (wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
3052 static void *_p_wxScrolledWindowTo_p_wxWindow(void *x
) { 
3053     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
3055 static void *_p_wxTopLevelWindowTo_p_wxWindow(void *x
) { 
3056     return (void *)((wxWindow 
*)  ((wxTopLevelWindow 
*) x
)); 
3058 static void *_p_wxSplashScreenWindowTo_p_wxWindow(void *x
) { 
3059     return (void *)((wxWindow 
*)  ((wxSplashScreenWindow 
*) x
)); 
3061 static void *_p_wxSplitterWindowTo_p_wxWindow(void *x
) { 
3062     return (void *)((wxWindow 
*)  ((wxSplitterWindow 
*) x
)); 
3064 static void *_p_wxSashWindowTo_p_wxWindow(void *x
) { 
3065     return (void *)((wxWindow 
*)  ((wxSashWindow 
*) x
)); 
3067 static void *_p_wxPyScrolledWindowTo_p_wxWindow(void *x
) { 
3068     return (void *)((wxWindow 
*) (wxPanel 
*)(wxScrolledWindow 
*) ((wxPyScrolledWindow 
*) x
)); 
3070 static void *_p_wxControlTo_p_wxWindow(void *x
) { 
3071     return (void *)((wxWindow 
*)  ((wxControl 
*) x
)); 
3073 static void *_p_wxPreviewFrameTo_p_wxWindow(void *x
) { 
3074     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
3076 static void *_p_wxPyPreviewFrameTo_p_wxWindow(void *x
) { 
3077     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
3079 static void *_p_wxMDIChildFrameTo_p_wxWindow(void *x
) { 
3080     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
3082 static void *_p_wxControlWithItemsTo_p_wxWindow(void *x
) { 
3083     return (void *)((wxWindow 
*) (wxControl 
*) ((wxControlWithItems 
*) x
)); 
3085 static void *_p_wxPyWindowTo_p_wxWindow(void *x
) { 
3086     return (void *)((wxWindow 
*)  ((wxPyWindow 
*) x
)); 
3088 static void *_p_wxPreviewCanvasTo_p_wxWindow(void *x
) { 
3089     return (void *)((wxWindow 
*) (wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
3091 static void *_p_wxPyHtmlListBoxTo_p_wxWindow(void *x
) { 
3092     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
3094 static void *_p_wxPyVListBoxTo_p_wxWindow(void *x
) { 
3095     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
3097 static void *_p_wxPreviewControlBarTo_p_wxWindow(void *x
) { 
3098     return (void *)((wxWindow 
*) (wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
3100 static void *_p_wxPyPreviewControlBarTo_p_wxWindow(void *x
) { 
3101     return (void *)((wxWindow 
*) (wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
3103 static void *_p_wxWizardTo_p_wxWindow(void *x
) { 
3104     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxWizard 
*) x
)); 
3106 static void *_p_wxWizardPageSimpleTo_p_wxWindow(void *x
) { 
3107     return (void *)((wxWindow 
*) (wxPanel 
*)(wxWizardPage 
*) ((wxWizardPageSimple 
*) x
)); 
3109 static void *_p_wxFrameTo_p_wxWindow(void *x
) { 
3110     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
3112 static void *_p_wxFontDialogTo_p_wxWindow(void *x
) { 
3113     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
3115 static void *_p_wxDirDialogTo_p_wxWindow(void *x
) { 
3116     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
3118 static void *_p_wxColourDialogTo_p_wxWindow(void *x
) { 
3119     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
3121 static void *_p_wxDialogTo_p_wxWindow(void *x
) { 
3122     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
3124 static void *_p_wxPageSetupDialogTo_p_wxWindow(void *x
) { 
3125     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
3127 static void *_p_wxPrintDialogTo_p_wxWindow(void *x
) { 
3128     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
3130 static void *_p_wxMDIParentFrameTo_p_wxWindow(void *x
) { 
3131     return (void *)((wxWindow 
*) (wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
3133 static void *_p_wxChildFocusEventTo_p_wxCommandEvent(void *x
) { 
3134     return (void *)((wxCommandEvent 
*)  ((wxChildFocusEvent 
*) x
)); 
3136 static void *_p_wxScrollEventTo_p_wxCommandEvent(void *x
) { 
3137     return (void *)((wxCommandEvent 
*)  ((wxScrollEvent 
*) x
)); 
3139 static void *_p_wxWindowCreateEventTo_p_wxCommandEvent(void *x
) { 
3140     return (void *)((wxCommandEvent 
*)  ((wxWindowCreateEvent 
*) x
)); 
3142 static void *_p_wxUpdateUIEventTo_p_wxCommandEvent(void *x
) { 
3143     return (void *)((wxCommandEvent 
*)  ((wxUpdateUIEvent 
*) x
)); 
3145 static void *_p_wxFindDialogEventTo_p_wxCommandEvent(void *x
) { 
3146     return (void *)((wxCommandEvent 
*)  ((wxFindDialogEvent 
*) x
)); 
3148 static void *_p_wxWindowDestroyEventTo_p_wxCommandEvent(void *x
) { 
3149     return (void *)((wxCommandEvent 
*)  ((wxWindowDestroyEvent 
*) x
)); 
3151 static void *_p_wxContextMenuEventTo_p_wxCommandEvent(void *x
) { 
3152     return (void *)((wxCommandEvent 
*)  ((wxContextMenuEvent 
*) x
)); 
3154 static void *_p_wxSplitterEventTo_p_wxCommandEvent(void *x
) { 
3155     return (void *)((wxCommandEvent 
*) (wxNotifyEvent 
*) ((wxSplitterEvent 
*) x
)); 
3157 static void *_p_wxNotifyEventTo_p_wxCommandEvent(void *x
) { 
3158     return (void *)((wxCommandEvent 
*)  ((wxNotifyEvent 
*) x
)); 
3160 static void *_p_wxPyCommandEventTo_p_wxCommandEvent(void *x
) { 
3161     return (void *)((wxCommandEvent 
*)  ((wxPyCommandEvent 
*) x
)); 
3163 static void *_p_wxSashEventTo_p_wxCommandEvent(void *x
) { 
3164     return (void *)((wxCommandEvent 
*)  ((wxSashEvent 
*) x
)); 
3166 static void *_p_wxWizardEventTo_p_wxCommandEvent(void *x
) { 
3167     return (void *)((wxCommandEvent 
*) (wxNotifyEvent 
*) ((wxWizardEvent 
*) x
)); 
3169 static void *_p_wxSplashScreenTo_p_wxEvtHandler(void *x
) { 
3170     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxSplashScreen 
*) x
)); 
3172 static void *_p_wxMiniFrameTo_p_wxEvtHandler(void *x
) { 
3173     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMiniFrame 
*) x
)); 
3175 static void *_p_wxWizardPageTo_p_wxEvtHandler(void *x
) { 
3176     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxWizardPage 
*) x
)); 
3178 static void *_p_wxPyWizardPageTo_p_wxEvtHandler(void *x
) { 
3179     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxWizardPage 
*) ((wxPyWizardPage 
*) x
)); 
3181 static void *_p_wxPyPanelTo_p_wxEvtHandler(void *x
) { 
3182     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPyPanel 
*) x
)); 
3184 static void *_p_wxMenuBarTo_p_wxEvtHandler(void *x
) { 
3185     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxMenuBar 
*) x
)); 
3187 static void *_p_wxValidatorTo_p_wxEvtHandler(void *x
) { 
3188     return (void *)((wxEvtHandler 
*)  ((wxValidator 
*) x
)); 
3190 static void *_p_wxPyValidatorTo_p_wxEvtHandler(void *x
) { 
3191     return (void *)((wxEvtHandler 
*) (wxValidator 
*) ((wxPyValidator 
*) x
)); 
3193 static void *_p_wxMenuTo_p_wxEvtHandler(void *x
) { 
3194     return (void *)((wxEvtHandler 
*)  ((wxMenu 
*) x
)); 
3196 static void *_p_wxTextEntryDialogTo_p_wxEvtHandler(void *x
) { 
3197     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxTextEntryDialog 
*) x
)); 
3199 static void *_p_wxSingleChoiceDialogTo_p_wxEvtHandler(void *x
) { 
3200     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxSingleChoiceDialog 
*) x
)); 
3202 static void *_p_wxMultiChoiceDialogTo_p_wxEvtHandler(void *x
) { 
3203     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMultiChoiceDialog 
*) x
)); 
3205 static void *_p_wxFileDialogTo_p_wxEvtHandler(void *x
) { 
3206     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFileDialog 
*) x
)); 
3208 static void *_p_wxMessageDialogTo_p_wxEvtHandler(void *x
) { 
3209     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxMessageDialog 
*) x
)); 
3211 static void *_p_wxProgressDialogTo_p_wxEvtHandler(void *x
) { 
3212     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxProgressDialog 
*) x
)); 
3214 static void *_p_wxFindReplaceDialogTo_p_wxEvtHandler(void *x
) { 
3215     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFindReplaceDialog 
*) x
)); 
3217 static void *_p_wxPanelTo_p_wxEvtHandler(void *x
) { 
3218     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPanel 
*) x
)); 
3220 static void *_p_wxStatusBarTo_p_wxEvtHandler(void *x
) { 
3221     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxStatusBar 
*) x
)); 
3223 static void *_p_wxPyVScrolledWindowTo_p_wxEvtHandler(void *x
) { 
3224     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPyVScrolledWindow 
*) x
)); 
3226 static void *_p_wxTipWindowTo_p_wxEvtHandler(void *x
) { 
3227     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxTipWindow 
*) x
)); 
3229 static void *_p_wxPyPopupTransientWindowTo_p_wxEvtHandler(void *x
) { 
3230     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPopupWindow 
*) ((wxPyPopupTransientWindow 
*) x
)); 
3232 static void *_p_wxPopupWindowTo_p_wxEvtHandler(void *x
) { 
3233     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPopupWindow 
*) x
)); 
3235 static void *_p_wxSashLayoutWindowTo_p_wxEvtHandler(void *x
) { 
3236     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxSashWindow 
*) ((wxSashLayoutWindow 
*) x
)); 
3238 static void *_p_wxSashWindowTo_p_wxEvtHandler(void *x
) { 
3239     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSashWindow 
*) x
)); 
3241 static void *_p_wxSplitterWindowTo_p_wxEvtHandler(void *x
) { 
3242     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSplitterWindow 
*) x
)); 
3244 static void *_p_wxSplashScreenWindowTo_p_wxEvtHandler(void *x
) { 
3245     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxSplashScreenWindow 
*) x
)); 
3247 static void *_p_wxWindowTo_p_wxEvtHandler(void *x
) { 
3248     return (void *)((wxEvtHandler 
*)  ((wxWindow 
*) x
)); 
3250 static void *_p_wxScrolledWindowTo_p_wxEvtHandler(void *x
) { 
3251     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxScrolledWindow 
*) x
)); 
3253 static void *_p_wxTopLevelWindowTo_p_wxEvtHandler(void *x
) { 
3254     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxTopLevelWindow 
*) x
)); 
3256 static void *_p_wxMDIClientWindowTo_p_wxEvtHandler(void *x
) { 
3257     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxMDIClientWindow 
*) x
)); 
3259 static void *_p_wxPyScrolledWindowTo_p_wxEvtHandler(void *x
) { 
3260     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPyScrolledWindow 
*) x
)); 
3262 static void *_p_wxControlTo_p_wxEvtHandler(void *x
) { 
3263     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxControl 
*) x
)); 
3265 static void *_p_wxPreviewFrameTo_p_wxEvtHandler(void *x
) { 
3266     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxPreviewFrame 
*) x
)); 
3268 static void *_p_wxPyPreviewFrameTo_p_wxEvtHandler(void *x
) { 
3269     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*)(wxPreviewFrame 
*) ((wxPyPreviewFrame 
*) x
)); 
3271 static void *_p_wxMDIChildFrameTo_p_wxEvtHandler(void *x
) { 
3272     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIChildFrame 
*) x
)); 
3274 static void *_p_wxPyAppTo_p_wxEvtHandler(void *x
) { 
3275     return (void *)((wxEvtHandler 
*)  ((wxPyApp 
*) x
)); 
3277 static void *_p_wxControlWithItemsTo_p_wxEvtHandler(void *x
) { 
3278     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxControl 
*) ((wxControlWithItems 
*) x
)); 
3280 static void *_p_wxPyWindowTo_p_wxEvtHandler(void *x
) { 
3281     return (void *)((wxEvtHandler 
*) (wxWindow 
*) ((wxPyWindow 
*) x
)); 
3283 static void *_p_wxPreviewCanvasTo_p_wxEvtHandler(void *x
) { 
3284     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
3286 static void *_p_wxPyHtmlListBoxTo_p_wxEvtHandler(void *x
) { 
3287     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
3289 static void *_p_wxPyVListBoxTo_p_wxEvtHandler(void *x
) { 
3290     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
3292 static void *_p_wxPreviewControlBarTo_p_wxEvtHandler(void *x
) { 
3293     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*) ((wxPreviewControlBar 
*) x
)); 
3295 static void *_p_wxPyPreviewControlBarTo_p_wxEvtHandler(void *x
) { 
3296     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
3298 static void *_p_wxTaskBarIconTo_p_wxEvtHandler(void *x
) { 
3299     return (void *)((wxEvtHandler 
*)  ((wxTaskBarIcon 
*) x
)); 
3301 static void *_p_wxWizardTo_p_wxEvtHandler(void *x
) { 
3302     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxWizard 
*) x
)); 
3304 static void *_p_wxWizardPageSimpleTo_p_wxEvtHandler(void *x
) { 
3305     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxPanel 
*)(wxWizardPage 
*) ((wxWizardPageSimple 
*) x
)); 
3307 static void *_p_wxFrameTo_p_wxEvtHandler(void *x
) { 
3308     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*) ((wxFrame 
*) x
)); 
3310 static void *_p_wxFontDialogTo_p_wxEvtHandler(void *x
) { 
3311     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxFontDialog 
*) x
)); 
3313 static void *_p_wxDirDialogTo_p_wxEvtHandler(void *x
) { 
3314     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxDirDialog 
*) x
)); 
3316 static void *_p_wxColourDialogTo_p_wxEvtHandler(void *x
) { 
3317     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxColourDialog 
*) x
)); 
3319 static void *_p_wxDialogTo_p_wxEvtHandler(void *x
) { 
3320     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*) ((wxDialog 
*) x
)); 
3322 static void *_p_wxPageSetupDialogTo_p_wxEvtHandler(void *x
) { 
3323     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPageSetupDialog 
*) x
)); 
3325 static void *_p_wxPrintDialogTo_p_wxEvtHandler(void *x
) { 
3326     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxDialog 
*) ((wxPrintDialog 
*) x
)); 
3328 static void *_p_wxMDIParentFrameTo_p_wxEvtHandler(void *x
) { 
3329     return (void *)((wxEvtHandler 
*) (wxWindow 
*)(wxTopLevelWindow 
*)(wxFrame 
*) ((wxMDIParentFrame 
*) x
)); 
3331 static void *_p_wxSplitterEventTo_p_wxNotifyEvent(void *x
) { 
3332     return (void *)((wxNotifyEvent 
*)  ((wxSplitterEvent 
*) x
)); 
3334 static void *_p_wxWizardEventTo_p_wxNotifyEvent(void *x
) { 
3335     return (void *)((wxNotifyEvent 
*)  ((wxWizardEvent 
*) x
)); 
3337 static void *_p_wxScrolledWindowTo_p_wxPanel(void *x
) { 
3338     return (void *)((wxPanel 
*)  ((wxScrolledWindow 
*) x
)); 
3340 static void *_p_wxPyVScrolledWindowTo_p_wxPanel(void *x
) { 
3341     return (void *)((wxPanel 
*)  ((wxPyVScrolledWindow 
*) x
)); 
3343 static void *_p_wxPyScrolledWindowTo_p_wxPanel(void *x
) { 
3344     return (void *)((wxPanel 
*) (wxScrolledWindow 
*) ((wxPyScrolledWindow 
*) x
)); 
3346 static void *_p_wxWizardPageSimpleTo_p_wxPanel(void *x
) { 
3347     return (void *)((wxPanel 
*) (wxWizardPage 
*) ((wxWizardPageSimple 
*) x
)); 
3349 static void *_p_wxPyVListBoxTo_p_wxPanel(void *x
) { 
3350     return (void *)((wxPanel 
*) (wxPyVScrolledWindow 
*) ((wxPyVListBox 
*) x
)); 
3352 static void *_p_wxPyHtmlListBoxTo_p_wxPanel(void *x
) { 
3353     return (void *)((wxPanel 
*) (wxPyVScrolledWindow 
*)(wxPyVListBox 
*) ((wxPyHtmlListBox 
*) x
)); 
3355 static void *_p_wxPyPanelTo_p_wxPanel(void *x
) { 
3356     return (void *)((wxPanel 
*)  ((wxPyPanel 
*) x
)); 
3358 static void *_p_wxPreviewCanvasTo_p_wxPanel(void *x
) { 
3359     return (void *)((wxPanel 
*) (wxScrolledWindow 
*) ((wxPreviewCanvas 
*) x
)); 
3361 static void *_p_wxPreviewControlBarTo_p_wxPanel(void *x
) { 
3362     return (void *)((wxPanel 
*)  ((wxPreviewControlBar 
*) x
)); 
3364 static void *_p_wxPyPreviewControlBarTo_p_wxPanel(void *x
) { 
3365     return (void *)((wxPanel 
*) (wxPreviewControlBar 
*) ((wxPyPreviewControlBar 
*) x
)); 
3367 static void *_p_wxWizardPageTo_p_wxPanel(void *x
) { 
3368     return (void *)((wxPanel 
*)  ((wxWizardPage 
*) x
)); 
3370 static void *_p_wxPyWizardPageTo_p_wxPanel(void *x
) { 
3371     return (void *)((wxPanel 
*) (wxWizardPage 
*) ((wxPyWizardPage 
*) x
)); 
3373 static void *_p_wxContextMenuEventTo_p_wxEvent(void *x
) { 
3374     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxContextMenuEvent 
*) x
)); 
3376 static void *_p_wxMenuEventTo_p_wxEvent(void *x
) { 
3377     return (void *)((wxEvent 
*)  ((wxMenuEvent 
*) x
)); 
3379 static void *_p_wxCloseEventTo_p_wxEvent(void *x
) { 
3380     return (void *)((wxEvent 
*)  ((wxCloseEvent 
*) x
)); 
3382 static void *_p_wxMouseEventTo_p_wxEvent(void *x
) { 
3383     return (void *)((wxEvent 
*)  ((wxMouseEvent 
*) x
)); 
3385 static void *_p_wxEraseEventTo_p_wxEvent(void *x
) { 
3386     return (void *)((wxEvent 
*)  ((wxEraseEvent 
*) x
)); 
3388 static void *_p_wxSetCursorEventTo_p_wxEvent(void *x
) { 
3389     return (void *)((wxEvent 
*)  ((wxSetCursorEvent 
*) x
)); 
3391 static void *_p_wxSplitterEventTo_p_wxEvent(void *x
) { 
3392     return (void *)((wxEvent 
*) (wxCommandEvent 
*)(wxNotifyEvent 
*) ((wxSplitterEvent 
*) x
)); 
3394 static void *_p_wxInitDialogEventTo_p_wxEvent(void *x
) { 
3395     return (void *)((wxEvent 
*)  ((wxInitDialogEvent 
*) x
)); 
3397 static void *_p_wxScrollEventTo_p_wxEvent(void *x
) { 
3398     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxScrollEvent 
*) x
)); 
3400 static void *_p_wxFindDialogEventTo_p_wxEvent(void *x
) { 
3401     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxFindDialogEvent 
*) x
)); 
3403 static void *_p_wxPyEventTo_p_wxEvent(void *x
) { 
3404     return (void *)((wxEvent 
*)  ((wxPyEvent 
*) x
)); 
3406 static void *_p_wxNotifyEventTo_p_wxEvent(void *x
) { 
3407     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxNotifyEvent 
*) x
)); 
3409 static void *_p_wxCalculateLayoutEventTo_p_wxEvent(void *x
) { 
3410     return (void *)((wxEvent 
*)  ((wxCalculateLayoutEvent 
*) x
)); 
3412 static void *_p_wxIdleEventTo_p_wxEvent(void *x
) { 
3413     return (void *)((wxEvent 
*)  ((wxIdleEvent 
*) x
)); 
3415 static void *_p_wxWindowCreateEventTo_p_wxEvent(void *x
) { 
3416     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxWindowCreateEvent 
*) x
)); 
3418 static void *_p_wxQueryNewPaletteEventTo_p_wxEvent(void *x
) { 
3419     return (void *)((wxEvent 
*)  ((wxQueryNewPaletteEvent 
*) x
)); 
3421 static void *_p_wxMaximizeEventTo_p_wxEvent(void *x
) { 
3422     return (void *)((wxEvent 
*)  ((wxMaximizeEvent 
*) x
)); 
3424 static void *_p_wxIconizeEventTo_p_wxEvent(void *x
) { 
3425     return (void *)((wxEvent 
*)  ((wxIconizeEvent 
*) x
)); 
3427 static void *_p_wxActivateEventTo_p_wxEvent(void *x
) { 
3428     return (void *)((wxEvent 
*)  ((wxActivateEvent 
*) x
)); 
3430 static void *_p_wxSizeEventTo_p_wxEvent(void *x
) { 
3431     return (void *)((wxEvent 
*)  ((wxSizeEvent 
*) x
)); 
3433 static void *_p_wxMoveEventTo_p_wxEvent(void *x
) { 
3434     return (void *)((wxEvent 
*)  ((wxMoveEvent 
*) x
)); 
3436 static void *_p_wxPaintEventTo_p_wxEvent(void *x
) { 
3437     return (void *)((wxEvent 
*)  ((wxPaintEvent 
*) x
)); 
3439 static void *_p_wxNcPaintEventTo_p_wxEvent(void *x
) { 
3440     return (void *)((wxEvent 
*)  ((wxNcPaintEvent 
*) x
)); 
3442 static void *_p_wxUpdateUIEventTo_p_wxEvent(void *x
) { 
3443     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxUpdateUIEvent 
*) x
)); 
3445 static void *_p_wxPaletteChangedEventTo_p_wxEvent(void *x
) { 
3446     return (void *)((wxEvent 
*)  ((wxPaletteChangedEvent 
*) x
)); 
3448 static void *_p_wxDisplayChangedEventTo_p_wxEvent(void *x
) { 
3449     return (void *)((wxEvent 
*)  ((wxDisplayChangedEvent 
*) x
)); 
3451 static void *_p_wxMouseCaptureChangedEventTo_p_wxEvent(void *x
) { 
3452     return (void *)((wxEvent 
*)  ((wxMouseCaptureChangedEvent 
*) x
)); 
3454 static void *_p_wxSysColourChangedEventTo_p_wxEvent(void *x
) { 
3455     return (void *)((wxEvent 
*)  ((wxSysColourChangedEvent 
*) x
)); 
3457 static void *_p_wxDropFilesEventTo_p_wxEvent(void *x
) { 
3458     return (void *)((wxEvent 
*)  ((wxDropFilesEvent 
*) x
)); 
3460 static void *_p_wxFocusEventTo_p_wxEvent(void *x
) { 
3461     return (void *)((wxEvent 
*)  ((wxFocusEvent 
*) x
)); 
3463 static void *_p_wxChildFocusEventTo_p_wxEvent(void *x
) { 
3464     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxChildFocusEvent 
*) x
)); 
3466 static void *_p_wxSashEventTo_p_wxEvent(void *x
) { 
3467     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxSashEvent 
*) x
)); 
3469 static void *_p_wxQueryLayoutInfoEventTo_p_wxEvent(void *x
) { 
3470     return (void *)((wxEvent 
*)  ((wxQueryLayoutInfoEvent 
*) x
)); 
3472 static void *_p_wxShowEventTo_p_wxEvent(void *x
) { 
3473     return (void *)((wxEvent 
*)  ((wxShowEvent 
*) x
)); 
3475 static void *_p_wxCommandEventTo_p_wxEvent(void *x
) { 
3476     return (void *)((wxEvent 
*)  ((wxCommandEvent 
*) x
)); 
3478 static void *_p_wxPyCommandEventTo_p_wxEvent(void *x
) { 
3479     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxPyCommandEvent 
*) x
)); 
3481 static void *_p_wxWizardEventTo_p_wxEvent(void *x
) { 
3482     return (void *)((wxEvent 
*) (wxCommandEvent 
*)(wxNotifyEvent 
*) ((wxWizardEvent 
*) x
)); 
3484 static void *_p_wxWindowDestroyEventTo_p_wxEvent(void *x
) { 
3485     return (void *)((wxEvent 
*) (wxCommandEvent 
*) ((wxWindowDestroyEvent 
*) x
)); 
3487 static void *_p_wxNavigationKeyEventTo_p_wxEvent(void *x
) { 
3488     return (void *)((wxEvent 
*)  ((wxNavigationKeyEvent 
*) x
)); 
3490 static void *_p_wxKeyEventTo_p_wxEvent(void *x
) { 
3491     return (void *)((wxEvent 
*)  ((wxKeyEvent 
*) x
)); 
3493 static void *_p_wxScrollWinEventTo_p_wxEvent(void *x
) { 
3494     return (void *)((wxEvent 
*)  ((wxScrollWinEvent 
*) x
)); 
3496 static void *_p_wxTaskBarIconEventTo_p_wxEvent(void *x
) { 
3497     return (void *)((wxEvent 
*)  ((wxTaskBarIconEvent 
*) x
)); 
3499 static swig_type_info _swigt__p_wxObject
[] = {{"_p_wxObject", 0, "wxObject *", 0, 0, 0, 0},{"_p_wxQueryLayoutInfoEvent", _p_wxQueryLayoutInfoEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxLayoutConstraints", _p_wxLayoutConstraintsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGBSizerItem", _p_wxGBSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizerItem", _p_wxSizerItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollEvent", _p_wxScrollEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIndividualLayoutConstraint", _p_wxIndividualLayoutConstraintTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStaticBoxSizer", _p_wxStaticBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBoxSizer", _p_wxBoxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizer", _p_wxSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridBagSizer", _p_wxGridBagSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxUpdateUIEvent", _p_wxUpdateUIEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFontData", _p_wxFontDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintData", _p_wxPrintDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvent", _p_wxEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGridSizer", _p_wxGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFlexGridSizer", _p_wxFlexGridSizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxLayoutAlgorithm", _p_wxLayoutAlgorithmTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxInitDialogEvent", _p_wxInitDialogEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindDialogEvent", _p_wxFindDialogEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaintEvent", _p_wxPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNcPaintEvent", _p_wxNcPaintEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPaletteChangedEvent", _p_wxPaletteChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDisplayChangedEvent", _p_wxDisplayChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseCaptureChangedEvent", _p_wxMouseCaptureChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSysColourChangedEvent", _p_wxSysColourChangedEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSetCursorEvent", _p_wxSetCursorEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplitterEvent", _p_wxSplitterEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFSFile", _p_wxFSFileTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceData", _p_wxFindReplaceDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPySizer", _p_wxPySizerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxColourData", _p_wxColourDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyEvent", _p_wxPyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNotifyEvent", _p_wxNotifyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxShowEvent", _p_wxShowEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrinter", _p_wxPrinterTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIdleEvent", _p_wxIdleEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowCreateEvent", _p_wxWindowCreateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxQueryNewPaletteEvent", _p_wxQueryNewPaletteEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMaximizeEvent", _p_wxMaximizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxIconizeEvent", _p_wxIconizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxActivateEvent", _p_wxActivateEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSizeEvent", _p_wxSizeEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMoveEvent", _p_wxMoveEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuItem", _p_wxMenuItemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCalculateLayoutEvent", _p_wxCalculateLayoutEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxICOHandler", _p_wxICOHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCURHandler", _p_wxCURHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxANIHandler", _p_wxANIHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNGHandler", _p_wxPNGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxGIFHandler", _p_wxGIFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPCXHandler", _p_wxPCXHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxJPEGHandler", _p_wxJPEGHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPNMHandler", _p_wxPNMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxXPMHandler", _p_wxXPMHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxBMPHandler", _p_wxBMPHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImageHandler", _p_wxImageHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTIFFHandler", _p_wxTIFFHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", _p_wxEvtHandlerTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxAcceleratorTable", _p_wxAcceleratorTableTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxImage", _p_wxImageTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPrintout", _p_wxPyPrintoutTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIconEvent", _p_wxTaskBarIconEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrollWinEvent", _p_wxScrollWinEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxObject", 0, 0, 0, 0, 0, 0},{"_p_wxKeyEvent", _p_wxKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxNavigationKeyEvent", _p_wxNavigationKeyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindowDestroyEvent", _p_wxWindowDestroyEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxSashEvent", _p_wxSashEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintPreview", _p_wxPrintPreviewTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPrintPreview", _p_wxPyPrintPreviewTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFileSystem", _p_wxFileSystemTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxContextMenuEvent", _p_wxContextMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMenuEvent", _p_wxMenuEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCloseEvent", _p_wxCloseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxMouseEvent", _p_wxMouseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxEraseEvent", _p_wxEraseEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyCommandEvent", _p_wxPyCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxCommandEvent", _p_wxCommandEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxWizardEvent", _p_wxWizardEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxDropFilesEvent", _p_wxDropFilesEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxFocusEvent", _p_wxFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxChildFocusEvent", _p_wxChildFocusEventTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialogData", _p_wxPageSetupDialogDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPrintDialogData", _p_wxPrintDialogDataTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxObject
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; 
3500 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}}; 
3501 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}}; 
3502 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}}; 
3503 static swig_type_info _swigt__p_wxTopLevelWindow
[] = {{"_p_wxTopLevelWindow", 0, "wxTopLevelWindow *", 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", 0, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxTopLevelWindow
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; 
3504 static swig_type_info _swigt__p_wxWindow
[] = {{"_p_wxWindow", 0, "wxWindow *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWindow", 0, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxWindow
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxWindow
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; 
3505 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}}; 
3506 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}}; 
3507 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}}; 
3508 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}}; 
3509 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}}; 
3510 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}}; 
3511 static swig_type_info _swigt__p_wxEvtHandler
[] = {{"_p_wxEvtHandler", 0, "wxEvtHandler *", 0, 0, 0, 0},{"_p_wxWizardPage", _p_wxWizardPageTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyWizardPage", _p_wxPyWizardPageTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplashScreen", _p_wxSplashScreenTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMiniFrame", _p_wxMiniFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPanel", _p_wxPyPanelTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenuBar", _p_wxMenuBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxValidator", _p_wxValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyValidator", _p_wxPyValidatorTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFileDialog", _p_wxFileDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMultiChoiceDialog", _p_wxMultiChoiceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSingleChoiceDialog", _p_wxSingleChoiceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFindReplaceDialog", _p_wxFindReplaceDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxProgressDialog", _p_wxProgressDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMessageDialog", _p_wxMessageDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTextEntryDialog", _p_wxTextEntryDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPanel", _p_wxPanelTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxStatusBar", _p_wxStatusBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTopLevelWindow", _p_wxTopLevelWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIClientWindow", _p_wxMDIClientWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyScrolledWindow", _p_wxPyScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyVScrolledWindow", _p_wxPyVScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxScrolledWindow", _p_wxScrolledWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTipWindow", _p_wxTipWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWindow", _p_wxWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSashWindow", _p_wxSashWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplitterWindow", _p_wxSplitterWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSplashScreenWindow", _p_wxSplashScreenWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxSashLayoutWindow", _p_wxSashLayoutWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPopupWindow", _p_wxPopupWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPopupTransientWindow", _p_wxPyPopupTransientWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPreviewFrame", _p_wxPreviewFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewFrame", _p_wxPyPreviewFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControl", _p_wxControlTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIChildFrame", _p_wxMDIChildFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyApp", _p_wxPyAppTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxControlWithItems", _p_wxControlWithItemsTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxEvtHandler", 0, 0, 0, 0, 0, 0},{"_p_wxPreviewCanvas", _p_wxPreviewCanvasTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyWindow", _p_wxPyWindowTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyHtmlListBox", _p_wxPyHtmlListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyVListBox", _p_wxPyVListBoxTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPyPreviewControlBar", _p_wxPyPreviewControlBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPreviewControlBar", _p_wxPreviewControlBarTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWizard", _p_wxWizardTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxTaskBarIcon", _p_wxTaskBarIconTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxWizardPageSimple", _p_wxWizardPageSimpleTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFrame", _p_wxFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxColourDialog", _p_wxColourDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxDialog", _p_wxDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPageSetupDialog", _p_wxPageSetupDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxPrintDialog", _p_wxPrintDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxDirDialog", _p_wxDirDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxFontDialog", _p_wxFontDialogTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMenu", _p_wxMenuTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{"_p_wxMDIParentFrame", _p_wxMDIParentFrameTo_p_wxEvtHandler
, 0, 0, 0, 0, 0},{0, 0, 0, 0, 0, 0, 0}}; 
3512 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}}; 
3513 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}}; 
3514 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}}; 
3515 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}}; 
3516 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}}; 
3517 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}}; 
3518 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}}; 
3520 static swig_type_info 
*swig_types_initial
[] = { 
3523 _swigt__p_wxWizardPageSimple
,  
3524 _swigt__p_wxWizardPage
,  
3525 _swigt__p_wxTopLevelWindow
,  
3527 _swigt__p_wxPyWizardPage
,  
3528 _swigt__p_wxWizardEvent
,  
3529 _swigt__p_wxCommandEvent
,  
3533 _swigt__p_wxEvtHandler
,  
3535 _swigt__p_wxNotifyEvent
,  
3545 /* -------- TYPE CONVERSION AND EQUIVALENCE RULES (END) -------- */ 
3547 static swig_const_info swig_const_table
[] = { 
3548 {0, 0, 0, 0.0, 0, 0}}; 
3557 SWIGEXPORT(void) SWIG_init(void) { 
3558     static PyObject 
*SWIG_globals 
= 0;  
3559     static int       typeinit 
= 0; 
3562     if (!SWIG_globals
) SWIG_globals 
= SWIG_newvarlink(); 
3563     m 
= Py_InitModule((char *) SWIG_name
, SwigMethods
); 
3564     d 
= PyModule_GetDict(m
); 
3567         for (i 
= 0; swig_types_initial
[i
]; i
++) { 
3568             swig_types
[i
] = SWIG_TypeRegister(swig_types_initial
[i
]); 
3572     SWIG_InstallConstants(d
,swig_const_table
); 
3574     PyDict_SetItemString(d
,"WIZARD_EX_HELPBUTTON", SWIG_From_int((int)wxWIZARD_EX_HELPBUTTON
)); 
3575     PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGED", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGED
)); 
3576     PyDict_SetItemString(d
, "wxEVT_WIZARD_PAGE_CHANGING", PyInt_FromLong(wxEVT_WIZARD_PAGE_CHANGING
)); 
3577     PyDict_SetItemString(d
, "wxEVT_WIZARD_CANCEL", PyInt_FromLong(wxEVT_WIZARD_CANCEL
)); 
3578     PyDict_SetItemString(d
, "wxEVT_WIZARD_HELP", PyInt_FromLong(wxEVT_WIZARD_HELP
)); 
3579     PyDict_SetItemString(d
, "wxEVT_WIZARD_FINISHED", PyInt_FromLong(wxEVT_WIZARD_FINISHED
));