4 * This file was automatically generated by :
5 * Simplified Wrapper and Interface Generator (SWIG)
6 * Version 1.1 (Patch 5)
8 * Portions Copyright (c) 1995-1998
9 * The University of Utah and The Regents of the University of California.
10 * Permission is granted to distribute this file in any manner provided
11 * this notice remains intact.
13 * Do not make changes to this file--changes will be lost!
19 /* Implementation : PYTHON */
24 /* Definitions for Windows/Unix exporting */
25 #if defined(__WIN32__)
26 # if defined(_MSC_VER)
27 # define SWIGEXPORT(a,b) __declspec(dllexport) a b
29 # if defined(__BORLANDC__)
30 # define SWIGEXPORT(a,b) a _export b
32 # define SWIGEXPORT(a,b) a b
36 # define SWIGEXPORT(a,b) a b
43 extern void SWIG_MakePtr(char *, void *, char *);
44 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
45 extern char *SWIG_GetPtr(char *, void **, char *);
46 extern void SWIG_addvarlink(PyObject
*, char *, PyObject
*(*)(void), int (*)(PyObject
*));
47 extern PyObject
*SWIG_newvarlink(void);
52 #define SWIG_init initmdic
54 #define SWIG_name "mdic"
58 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
63 } else if (target
== Py_None
) {
67 if (!PyList_Check(target
)) {
69 target
= PyList_New(0);
70 PyList_Append(target
, o2
);
73 PyList_Append(target
,o
);
79 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
85 } else if (target
== Py_None
) {
89 if (!PyTuple_Check(target
)) {
91 target
= PyTuple_New(1);
92 PyTuple_SetItem(target
, 0, o2
);
95 PyTuple_SetItem(o3
, 0, o
);
98 target
= PySequence_Concat(o2
, o3
);
106 extern byte
* byte_LIST_helper(PyObject
* source
);
107 extern int* int_LIST_helper(PyObject
* source
);
108 extern long* long_LIST_helper(PyObject
* source
);
109 extern char** string_LIST_helper(PyObject
* source
);
110 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
111 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
112 extern wxString
* wxString_LIST_helper(PyObject
* source
);
113 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
116 static char* wxStringErrorMsg
= "string type is required for parameter";
117 static void *SwigwxMDIParentFrameTowxFrame(void *ptr
) {
118 wxMDIParentFrame
*src
;
120 src
= (wxMDIParentFrame
*) ptr
;
121 dest
= (wxFrame
*) src
;
122 return (void *) dest
;
125 static void *SwigwxMDIParentFrameTowxWindow(void *ptr
) {
126 wxMDIParentFrame
*src
;
128 src
= (wxMDIParentFrame
*) ptr
;
129 dest
= (wxWindow
*) src
;
130 return (void *) dest
;
133 static void *SwigwxMDIParentFrameTowxEvtHandler(void *ptr
) {
134 wxMDIParentFrame
*src
;
136 src
= (wxMDIParentFrame
*) ptr
;
137 dest
= (wxEvtHandler
*) src
;
138 return (void *) dest
;
141 #define new_wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIParentFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
142 static PyObject
*_wrap_new_wxMDIParentFrame(PyObject
*self
, PyObject
*args
) {
143 PyObject
* _resultobj
;
144 wxMDIParentFrame
* _result
;
148 wxPoint
* _arg3
= &wxPyDefaultPosition
;
149 wxSize
* _arg4
= &wxPyDefaultSize
;
150 long _arg5
= (wxDEFAULT_FRAME_STYLE
)|(wxVSCROLL
)|(wxHSCROLL
);
151 char * _arg6
= "frame";
153 PyObject
* _obj2
= 0;
159 if(!PyArg_ParseTuple(args
,"siO|ssls:new_wxMDIParentFrame",&_argc0
,&_arg1
,&_obj2
,&_argc3
,&_argc4
,&_arg5
,&_arg6
))
162 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxWindow_p")) {
163 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxMDIParentFrame. Expected _wxWindow_p.");
168 if (!PyString_Check(_obj2
)) {
169 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
172 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
175 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxPoint_p")) {
176 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxMDIParentFrame. Expected _wxPoint_p.");
181 if (SWIG_GetPtr(_argc4
,(void **) &_arg4
,"_wxSize_p")) {
182 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxMDIParentFrame. Expected _wxSize_p.");
187 wxPy_BEGIN_ALLOW_THREADS
;
188 _result
= (wxMDIParentFrame
*)new_wxMDIParentFrame(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
190 wxPy_END_ALLOW_THREADS
;
191 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMDIParentFrame_p");
192 _resultobj
= Py_BuildValue("s",_ptemp
);
200 #define wxMDIParentFrame_ActivateNext(_swigobj) (_swigobj->ActivateNext())
201 static PyObject
*_wrap_wxMDIParentFrame_ActivateNext(PyObject
*self
, PyObject
*args
) {
202 PyObject
* _resultobj
;
203 wxMDIParentFrame
* _arg0
;
207 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_ActivateNext",&_argc0
))
210 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_ActivateNext. Expected _wxMDIParentFrame_p.");
216 wxPy_BEGIN_ALLOW_THREADS
;
217 wxMDIParentFrame_ActivateNext(_arg0
);
219 wxPy_END_ALLOW_THREADS
;
220 } Py_INCREF(Py_None
);
221 _resultobj
= Py_None
;
225 #define wxMDIParentFrame_ActivatePrevious(_swigobj) (_swigobj->ActivatePrevious())
226 static PyObject
*_wrap_wxMDIParentFrame_ActivatePrevious(PyObject
*self
, PyObject
*args
) {
227 PyObject
* _resultobj
;
228 wxMDIParentFrame
* _arg0
;
232 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_ActivatePrevious",&_argc0
))
235 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
236 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_ActivatePrevious. Expected _wxMDIParentFrame_p.");
241 wxPy_BEGIN_ALLOW_THREADS
;
242 wxMDIParentFrame_ActivatePrevious(_arg0
);
244 wxPy_END_ALLOW_THREADS
;
245 } Py_INCREF(Py_None
);
246 _resultobj
= Py_None
;
250 #define wxMDIParentFrame_ArrangeIcons(_swigobj) (_swigobj->ArrangeIcons())
251 static PyObject
*_wrap_wxMDIParentFrame_ArrangeIcons(PyObject
*self
, PyObject
*args
) {
252 PyObject
* _resultobj
;
253 wxMDIParentFrame
* _arg0
;
257 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_ArrangeIcons",&_argc0
))
260 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
261 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_ArrangeIcons. Expected _wxMDIParentFrame_p.");
266 wxPy_BEGIN_ALLOW_THREADS
;
267 wxMDIParentFrame_ArrangeIcons(_arg0
);
269 wxPy_END_ALLOW_THREADS
;
270 } Py_INCREF(Py_None
);
271 _resultobj
= Py_None
;
275 #define wxMDIParentFrame_Cascade(_swigobj) (_swigobj->Cascade())
276 static PyObject
*_wrap_wxMDIParentFrame_Cascade(PyObject
*self
, PyObject
*args
) {
277 PyObject
* _resultobj
;
278 wxMDIParentFrame
* _arg0
;
282 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_Cascade",&_argc0
))
285 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
286 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_Cascade. Expected _wxMDIParentFrame_p.");
291 wxPy_BEGIN_ALLOW_THREADS
;
292 wxMDIParentFrame_Cascade(_arg0
);
294 wxPy_END_ALLOW_THREADS
;
295 } Py_INCREF(Py_None
);
296 _resultobj
= Py_None
;
300 #define wxMDIParentFrame_GetActiveChild(_swigobj) (_swigobj->GetActiveChild())
301 static PyObject
*_wrap_wxMDIParentFrame_GetActiveChild(PyObject
*self
, PyObject
*args
) {
302 PyObject
* _resultobj
;
303 wxMDIChildFrame
* _result
;
304 wxMDIParentFrame
* _arg0
;
309 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_GetActiveChild",&_argc0
))
312 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
313 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_GetActiveChild. Expected _wxMDIParentFrame_p.");
318 wxPy_BEGIN_ALLOW_THREADS
;
319 _result
= (wxMDIChildFrame
*)wxMDIParentFrame_GetActiveChild(_arg0
);
321 wxPy_END_ALLOW_THREADS
;
322 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMDIChildFrame_p");
323 _resultobj
= Py_BuildValue("s",_ptemp
);
327 #define wxMDIParentFrame_GetClientWindow(_swigobj) (_swigobj->GetClientWindow())
328 static PyObject
*_wrap_wxMDIParentFrame_GetClientWindow(PyObject
*self
, PyObject
*args
) {
329 PyObject
* _resultobj
;
330 wxMDIClientWindow
* _result
;
331 wxMDIParentFrame
* _arg0
;
336 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_GetClientWindow",&_argc0
))
339 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
340 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_GetClientWindow. Expected _wxMDIParentFrame_p.");
345 wxPy_BEGIN_ALLOW_THREADS
;
346 _result
= (wxMDIClientWindow
*)wxMDIParentFrame_GetClientWindow(_arg0
);
348 wxPy_END_ALLOW_THREADS
;
349 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMDIClientWindow_p");
350 _resultobj
= Py_BuildValue("s",_ptemp
);
354 #define wxMDIParentFrame_GetToolBar(_swigobj) (_swigobj->GetToolBar())
355 static PyObject
*_wrap_wxMDIParentFrame_GetToolBar(PyObject
*self
, PyObject
*args
) {
356 PyObject
* _resultobj
;
358 wxMDIParentFrame
* _arg0
;
363 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_GetToolBar",&_argc0
))
366 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
367 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_GetToolBar. Expected _wxMDIParentFrame_p.");
372 wxPy_BEGIN_ALLOW_THREADS
;
373 _result
= (wxWindow
*)wxMDIParentFrame_GetToolBar(_arg0
);
375 wxPy_END_ALLOW_THREADS
;
376 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxWindow_p");
377 _resultobj
= Py_BuildValue("s",_ptemp
);
381 #define wxMDIParentFrame_Tile(_swigobj) (_swigobj->Tile())
382 static PyObject
*_wrap_wxMDIParentFrame_Tile(PyObject
*self
, PyObject
*args
) {
383 PyObject
* _resultobj
;
384 wxMDIParentFrame
* _arg0
;
388 if(!PyArg_ParseTuple(args
,"s:wxMDIParentFrame_Tile",&_argc0
))
391 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
392 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIParentFrame_Tile. Expected _wxMDIParentFrame_p.");
397 wxPy_BEGIN_ALLOW_THREADS
;
398 wxMDIParentFrame_Tile(_arg0
);
400 wxPy_END_ALLOW_THREADS
;
401 } Py_INCREF(Py_None
);
402 _resultobj
= Py_None
;
406 static void *SwigwxMDIChildFrameTowxFrame(void *ptr
) {
407 wxMDIChildFrame
*src
;
409 src
= (wxMDIChildFrame
*) ptr
;
410 dest
= (wxFrame
*) src
;
411 return (void *) dest
;
414 static void *SwigwxMDIChildFrameTowxWindow(void *ptr
) {
415 wxMDIChildFrame
*src
;
417 src
= (wxMDIChildFrame
*) ptr
;
418 dest
= (wxWindow
*) src
;
419 return (void *) dest
;
422 static void *SwigwxMDIChildFrameTowxEvtHandler(void *ptr
) {
423 wxMDIChildFrame
*src
;
425 src
= (wxMDIChildFrame
*) ptr
;
426 dest
= (wxEvtHandler
*) src
;
427 return (void *) dest
;
430 #define new_wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6) (new wxMDIChildFrame(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5,_swigarg6))
431 static PyObject
*_wrap_new_wxMDIChildFrame(PyObject
*self
, PyObject
*args
) {
432 PyObject
* _resultobj
;
433 wxMDIChildFrame
* _result
;
434 wxMDIParentFrame
* _arg0
;
437 wxPoint
* _arg3
= &wxPyDefaultPosition
;
438 wxSize
* _arg4
= &wxPyDefaultSize
;
439 long _arg5
= (wxDEFAULT_FRAME_STYLE
);
440 char * _arg6
= "frame";
442 PyObject
* _obj2
= 0;
448 if(!PyArg_ParseTuple(args
,"siO|ssls:new_wxMDIChildFrame",&_argc0
,&_arg1
,&_obj2
,&_argc3
,&_argc4
,&_arg5
,&_arg6
))
451 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
452 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxMDIChildFrame. Expected _wxMDIParentFrame_p.");
457 if (!PyString_Check(_obj2
)) {
458 PyErr_SetString(PyExc_TypeError
, wxStringErrorMsg
);
461 _arg2
= new wxString(PyString_AsString(_obj2
), PyString_Size(_obj2
));
464 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxPoint_p")) {
465 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxMDIChildFrame. Expected _wxPoint_p.");
470 if (SWIG_GetPtr(_argc4
,(void **) &_arg4
,"_wxSize_p")) {
471 PyErr_SetString(PyExc_TypeError
,"Type error in argument 5 of new_wxMDIChildFrame. Expected _wxSize_p.");
476 wxPy_BEGIN_ALLOW_THREADS
;
477 _result
= (wxMDIChildFrame
*)new_wxMDIChildFrame(_arg0
,_arg1
,*_arg2
,*_arg3
,*_arg4
,_arg5
,_arg6
);
479 wxPy_END_ALLOW_THREADS
;
480 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMDIChildFrame_p");
481 _resultobj
= Py_BuildValue("s",_ptemp
);
489 #define wxMDIChildFrame_Activate(_swigobj) (_swigobj->Activate())
490 static PyObject
*_wrap_wxMDIChildFrame_Activate(PyObject
*self
, PyObject
*args
) {
491 PyObject
* _resultobj
;
492 wxMDIChildFrame
* _arg0
;
496 if(!PyArg_ParseTuple(args
,"s:wxMDIChildFrame_Activate",&_argc0
))
499 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIChildFrame_p")) {
500 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIChildFrame_Activate. Expected _wxMDIChildFrame_p.");
505 wxPy_BEGIN_ALLOW_THREADS
;
506 wxMDIChildFrame_Activate(_arg0
);
508 wxPy_END_ALLOW_THREADS
;
509 } Py_INCREF(Py_None
);
510 _resultobj
= Py_None
;
514 #define wxMDIChildFrame_Maximize(_swigobj,_swigarg0) (_swigobj->Maximize(_swigarg0))
515 static PyObject
*_wrap_wxMDIChildFrame_Maximize(PyObject
*self
, PyObject
*args
) {
516 PyObject
* _resultobj
;
517 wxMDIChildFrame
* _arg0
;
523 if(!PyArg_ParseTuple(args
,"si:wxMDIChildFrame_Maximize",&_argc0
,&tempbool1
))
526 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIChildFrame_p")) {
527 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIChildFrame_Maximize. Expected _wxMDIChildFrame_p.");
531 _arg1
= (bool ) tempbool1
;
533 wxPy_BEGIN_ALLOW_THREADS
;
534 wxMDIChildFrame_Maximize(_arg0
,_arg1
);
536 wxPy_END_ALLOW_THREADS
;
537 } Py_INCREF(Py_None
);
538 _resultobj
= Py_None
;
542 #define wxMDIChildFrame_Restore(_swigobj) (_swigobj->Restore())
543 static PyObject
*_wrap_wxMDIChildFrame_Restore(PyObject
*self
, PyObject
*args
) {
544 PyObject
* _resultobj
;
545 wxMDIChildFrame
* _arg0
;
549 if(!PyArg_ParseTuple(args
,"s:wxMDIChildFrame_Restore",&_argc0
))
552 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIChildFrame_p")) {
553 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxMDIChildFrame_Restore. Expected _wxMDIChildFrame_p.");
558 wxPy_BEGIN_ALLOW_THREADS
;
559 wxMDIChildFrame_Restore(_arg0
);
561 wxPy_END_ALLOW_THREADS
;
562 } Py_INCREF(Py_None
);
563 _resultobj
= Py_None
;
567 static void *SwigwxMDIClientWindowTowxWindow(void *ptr
) {
568 wxMDIClientWindow
*src
;
570 src
= (wxMDIClientWindow
*) ptr
;
571 dest
= (wxWindow
*) src
;
572 return (void *) dest
;
575 static void *SwigwxMDIClientWindowTowxEvtHandler(void *ptr
) {
576 wxMDIClientWindow
*src
;
578 src
= (wxMDIClientWindow
*) ptr
;
579 dest
= (wxEvtHandler
*) src
;
580 return (void *) dest
;
583 #define new_wxMDIClientWindow(_swigarg0,_swigarg1) (new wxMDIClientWindow(_swigarg0,_swigarg1))
584 static PyObject
*_wrap_new_wxMDIClientWindow(PyObject
*self
, PyObject
*args
) {
585 PyObject
* _resultobj
;
586 wxMDIClientWindow
* _result
;
587 wxMDIParentFrame
* _arg0
;
593 if(!PyArg_ParseTuple(args
,"s|l:new_wxMDIClientWindow",&_argc0
,&_arg1
))
596 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxMDIParentFrame_p")) {
597 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxMDIClientWindow. Expected _wxMDIParentFrame_p.");
602 wxPy_BEGIN_ALLOW_THREADS
;
603 _result
= (wxMDIClientWindow
*)new_wxMDIClientWindow(_arg0
,_arg1
);
605 wxPy_END_ALLOW_THREADS
;
606 } SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxMDIClientWindow_p");
607 _resultobj
= Py_BuildValue("s",_ptemp
);
611 static PyMethodDef mdicMethods
[] = {
612 { "new_wxMDIClientWindow", _wrap_new_wxMDIClientWindow
, 1 },
613 { "wxMDIChildFrame_Restore", _wrap_wxMDIChildFrame_Restore
, 1 },
614 { "wxMDIChildFrame_Maximize", _wrap_wxMDIChildFrame_Maximize
, 1 },
615 { "wxMDIChildFrame_Activate", _wrap_wxMDIChildFrame_Activate
, 1 },
616 { "new_wxMDIChildFrame", _wrap_new_wxMDIChildFrame
, 1 },
617 { "wxMDIParentFrame_Tile", _wrap_wxMDIParentFrame_Tile
, 1 },
618 { "wxMDIParentFrame_GetToolBar", _wrap_wxMDIParentFrame_GetToolBar
, 1 },
619 { "wxMDIParentFrame_GetClientWindow", _wrap_wxMDIParentFrame_GetClientWindow
, 1 },
620 { "wxMDIParentFrame_GetActiveChild", _wrap_wxMDIParentFrame_GetActiveChild
, 1 },
621 { "wxMDIParentFrame_Cascade", _wrap_wxMDIParentFrame_Cascade
, 1 },
622 { "wxMDIParentFrame_ArrangeIcons", _wrap_wxMDIParentFrame_ArrangeIcons
, 1 },
623 { "wxMDIParentFrame_ActivatePrevious", _wrap_wxMDIParentFrame_ActivatePrevious
, 1 },
624 { "wxMDIParentFrame_ActivateNext", _wrap_wxMDIParentFrame_ActivateNext
, 1 },
625 { "new_wxMDIParentFrame", _wrap_new_wxMDIParentFrame
, 1 },
628 static PyObject
*SWIG_globals
;
632 SWIGEXPORT(void,initmdic
)() {
634 SWIG_globals
= SWIG_newvarlink();
635 m
= Py_InitModule("mdic", mdicMethods
);
636 d
= PyModule_GetDict(m
);
638 * These are the pointer type-equivalency mappings.
639 * (Used by the SWIG pointer type-checker).
641 SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0);
642 SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0);
643 SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0);
644 SWIG_RegisterMapping("_signed_long","_long",0);
645 SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0);
646 SWIG_RegisterMapping("_wxPrintQuality","_int",0);
647 SWIG_RegisterMapping("_wxPrintQuality","_signed_int",0);
648 SWIG_RegisterMapping("_wxPrintQuality","_unsigned_int",0);
649 SWIG_RegisterMapping("_wxPrintQuality","_wxWindowID",0);
650 SWIG_RegisterMapping("_wxPrintQuality","_uint",0);
651 SWIG_RegisterMapping("_wxPrintQuality","_EBool",0);
652 SWIG_RegisterMapping("_wxPrintQuality","_size_t",0);
653 SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0);
654 SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0);
655 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler
);
656 SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler
);
657 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler
);
658 SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler
);
659 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler
);
660 SWIG_RegisterMapping("_class_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler
);
661 SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0);
662 SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0);
663 SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0);
664 SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0);
665 SWIG_RegisterMapping("_wxNotifyEvent","_class_wxNotifyEvent",0);
666 SWIG_RegisterMapping("_wxMask","_class_wxMask",0);
667 SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0);
668 SWIG_RegisterMapping("_wxPen","_class_wxPen",0);
669 SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0);
670 SWIG_RegisterMapping("_byte","_unsigned_char",0);
671 SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0);
672 SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0);
673 SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0);
674 SWIG_RegisterMapping("_long","_wxDash",0);
675 SWIG_RegisterMapping("_long","_unsigned_long",0);
676 SWIG_RegisterMapping("_long","_signed_long",0);
677 SWIG_RegisterMapping("_wxImageList","_class_wxImageList",0);
678 SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0);
679 SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0);
680 SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0);
681 SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0);
682 SWIG_RegisterMapping("_wxDC","_class_wxDC",0);
683 SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0);
684 SWIG_RegisterMapping("_size_t","_wxPrintQuality",0);
685 SWIG_RegisterMapping("_size_t","_unsigned_int",0);
686 SWIG_RegisterMapping("_size_t","_int",0);
687 SWIG_RegisterMapping("_size_t","_wxWindowID",0);
688 SWIG_RegisterMapping("_size_t","_uint",0);
689 SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0);
690 SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0);
691 SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0);
692 SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0);
693 SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0);
694 SWIG_RegisterMapping("_class_wxPostScriptDC","_wxPostScriptDC",0);
695 SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
696 SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
697 SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
698 SWIG_RegisterMapping("_wxPyEvent","_class_wxPyEvent",0);
699 SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
700 SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
701 SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0);
702 SWIG_RegisterMapping("_wxColour","_class_wxColour",0);
703 SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0);
704 SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0);
705 SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0);
706 SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0);
707 SWIG_RegisterMapping("_wxStaticLine","_class_wxStaticLine",0);
708 SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0);
709 SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0);
710 SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0);
711 SWIG_RegisterMapping("_uint","_wxPrintQuality",0);
712 SWIG_RegisterMapping("_uint","_size_t",0);
713 SWIG_RegisterMapping("_uint","_unsigned_int",0);
714 SWIG_RegisterMapping("_uint","_int",0);
715 SWIG_RegisterMapping("_uint","_wxWindowID",0);
716 SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0);
717 SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0);
718 SWIG_RegisterMapping("_wxRect","_class_wxRect",0);
719 SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0);
720 SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0);
721 SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0);
722 SWIG_RegisterMapping("_class_wxButton","_wxButton",0);
723 SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0);
724 SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0);
725 SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0);
726 SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0);
727 SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0);
728 SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
729 SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
730 SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
731 SWIG_RegisterMapping("_class_wxNotifyEvent","_wxNotifyEvent",0);
732 SWIG_RegisterMapping("_class_wxPyEvent","_wxPyEvent",0);
733 SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
734 SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
735 SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0);
736 SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0);
737 SWIG_RegisterMapping("_class_wxStaticLine","_wxStaticLine",0);
738 SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0);
739 SWIG_RegisterMapping("_EBool","_wxPrintQuality",0);
740 SWIG_RegisterMapping("_EBool","_signed_int",0);
741 SWIG_RegisterMapping("_EBool","_int",0);
742 SWIG_RegisterMapping("_EBool","_wxWindowID",0);
743 SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0);
744 SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0);
745 SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0);
746 SWIG_RegisterMapping("_wxFont","_class_wxFont",0);
747 SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0);
748 SWIG_RegisterMapping("_unsigned_long","_wxDash",0);
749 SWIG_RegisterMapping("_unsigned_long","_long",0);
750 SWIG_RegisterMapping("_class_wxRect","_wxRect",0);
751 SWIG_RegisterMapping("_class_wxDC","_wxDC",0);
752 SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0);
753 SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0);
754 SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0);
755 SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0);
756 SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0);
757 SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0);
758 SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0);
759 SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0);
760 SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0);
761 SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0);
762 SWIG_RegisterMapping("_signed_int","_wxPrintQuality",0);
763 SWIG_RegisterMapping("_signed_int","_EBool",0);
764 SWIG_RegisterMapping("_signed_int","_wxWindowID",0);
765 SWIG_RegisterMapping("_signed_int","_int",0);
766 SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0);
767 SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0);
768 SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0);
769 SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0);
770 SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0);
771 SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0);
772 SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0);
773 SWIG_RegisterMapping("_WXTYPE","_short",0);
774 SWIG_RegisterMapping("_WXTYPE","_signed_short",0);
775 SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0);
776 SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0);
777 SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0);
778 SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0);
779 SWIG_RegisterMapping("_unsigned_short","_short",0);
780 SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow
);
781 SWIG_RegisterMapping("_class_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow
);
782 SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow
);
783 SWIG_RegisterMapping("_class_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow
);
784 SWIG_RegisterMapping("_class_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow
);
785 SWIG_RegisterMapping("_class_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow
);
786 SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0);
787 SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0);
788 SWIG_RegisterMapping("_class_wxFont","_wxFont",0);
789 SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0);
790 SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0);
791 SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0);
792 SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0);
793 SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0);
794 SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0);
795 SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0);
796 SWIG_RegisterMapping("_signed_short","_WXTYPE",0);
797 SWIG_RegisterMapping("_signed_short","_short",0);
798 SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0);
799 SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0);
800 SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0);
801 SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0);
802 SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0);
803 SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0);
804 SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0);
805 SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0);
806 SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0);
807 SWIG_RegisterMapping("_wxPostScriptDC","_class_wxPostScriptDC",0);
808 SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0);
809 SWIG_RegisterMapping("_unsigned_char","_byte",0);
810 SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0);
811 SWIG_RegisterMapping("_wxControl","_class_wxControl",0);
812 SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0);
813 SWIG_RegisterMapping("_unsigned_int","_wxPrintQuality",0);
814 SWIG_RegisterMapping("_unsigned_int","_size_t",0);
815 SWIG_RegisterMapping("_unsigned_int","_uint",0);
816 SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0);
817 SWIG_RegisterMapping("_unsigned_int","_int",0);
818 SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0);
819 SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0);
820 SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0);
821 SWIG_RegisterMapping("_class_wxPen","_wxPen",0);
822 SWIG_RegisterMapping("_short","_WXTYPE",0);
823 SWIG_RegisterMapping("_short","_unsigned_short",0);
824 SWIG_RegisterMapping("_short","_signed_short",0);
825 SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0);
826 SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0);
827 SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0);
828 SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0);
829 SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0);
830 SWIG_RegisterMapping("_class_wxImageList","_wxImageList",0);
831 SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0);
832 SWIG_RegisterMapping("_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame
);
833 SWIG_RegisterMapping("_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame
);
834 SWIG_RegisterMapping("_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame
);
835 SWIG_RegisterMapping("_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame
);
836 SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0);
837 SWIG_RegisterMapping("_wxWindowID","_wxPrintQuality",0);
838 SWIG_RegisterMapping("_wxWindowID","_size_t",0);
839 SWIG_RegisterMapping("_wxWindowID","_EBool",0);
840 SWIG_RegisterMapping("_wxWindowID","_uint",0);
841 SWIG_RegisterMapping("_wxWindowID","_int",0);
842 SWIG_RegisterMapping("_wxWindowID","_signed_int",0);
843 SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0);
844 SWIG_RegisterMapping("_int","_wxPrintQuality",0);
845 SWIG_RegisterMapping("_int","_size_t",0);
846 SWIG_RegisterMapping("_int","_EBool",0);
847 SWIG_RegisterMapping("_int","_uint",0);
848 SWIG_RegisterMapping("_int","_wxWindowID",0);
849 SWIG_RegisterMapping("_int","_unsigned_int",0);
850 SWIG_RegisterMapping("_int","_signed_int",0);
851 SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0);
852 SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0);
853 SWIG_RegisterMapping("_wxButton","_class_wxButton",0);
854 SWIG_RegisterMapping("_wxSize","_class_wxSize",0);
855 SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0);
856 SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0);
857 SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0);
858 SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0);
859 SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0);
860 SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0);
861 SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0);
862 SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0);
863 SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0);
864 SWIG_RegisterMapping("_class_wxControl","_wxControl",0);
865 SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0);
866 SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0);
867 SWIG_RegisterMapping("_class_wxColour","_wxColour",0);
868 SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0);
869 SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0);
870 SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0);
871 SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0);
872 SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0);
873 SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0);
874 SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0);
875 SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0);
876 SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0);
877 SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0);
878 SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0);
879 SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0);
880 SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0);
881 SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0);
882 SWIG_RegisterMapping("_class_wxSize","_wxSize",0);
883 SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0);
884 SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0);
885 SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0);
886 SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler
);
887 SWIG_RegisterMapping("_wxEvtHandler","_wxMDIClientWindow",SwigwxMDIClientWindowTowxEvtHandler
);
888 SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler
);
889 SWIG_RegisterMapping("_wxEvtHandler","_wxMDIChildFrame",SwigwxMDIChildFrameTowxEvtHandler
);
890 SWIG_RegisterMapping("_wxEvtHandler","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler
);
891 SWIG_RegisterMapping("_wxEvtHandler","_wxMDIParentFrame",SwigwxMDIParentFrameTowxEvtHandler
);
892 SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0);
893 SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0);
894 SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0);
895 SWIG_RegisterMapping("_wxDash","_unsigned_long",0);
896 SWIG_RegisterMapping("_wxDash","_long",0);
897 SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0);
898 SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0);
899 SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0);
900 SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0);
901 SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0);
902 SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0);
903 SWIG_RegisterMapping("_wxWindow","_class_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow
);
904 SWIG_RegisterMapping("_wxWindow","_wxMDIClientWindow",SwigwxMDIClientWindowTowxWindow
);
905 SWIG_RegisterMapping("_wxWindow","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow
);
906 SWIG_RegisterMapping("_wxWindow","_wxMDIChildFrame",SwigwxMDIChildFrameTowxWindow
);
907 SWIG_RegisterMapping("_wxWindow","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow
);
908 SWIG_RegisterMapping("_wxWindow","_wxMDIParentFrame",SwigwxMDIParentFrameTowxWindow
);
909 SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0);
910 SWIG_RegisterMapping("_class_wxFrame","_class_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame
);
911 SWIG_RegisterMapping("_class_wxFrame","_wxMDIChildFrame",SwigwxMDIChildFrameTowxFrame
);
912 SWIG_RegisterMapping("_class_wxFrame","_class_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame
);
913 SWIG_RegisterMapping("_class_wxFrame","_wxMDIParentFrame",SwigwxMDIParentFrameTowxFrame
);
914 SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0);