2 * FILE : gtk/windows3.cpp
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 initwindows3c
54 #define SWIG_name "windows3c"
57 #include <wx/sashwin.h>
58 #include <wx/laywin.h>
60 static PyObject
* l_output_helper(PyObject
* target
, PyObject
* o
) {
65 } else if (target
== Py_None
) {
69 if (!PyList_Check(target
)) {
71 target
= PyList_New(0);
72 PyList_Append(target
, o2
);
75 PyList_Append(target
,o
);
81 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
87 } else if (target
== Py_None
) {
91 if (!PyTuple_Check(target
)) {
93 target
= PyTuple_New(1);
94 PyTuple_SetItem(target
, 0, o2
);
97 PyTuple_SetItem(o3
, 0, o
);
100 target
= PySequence_Concat(o2
, o3
);
108 extern byte
* byte_LIST_helper(PyObject
* source
);
109 extern int* int_LIST_helper(PyObject
* source
);
110 extern long* long_LIST_helper(PyObject
* source
);
111 extern char** string_LIST_helper(PyObject
* source
);
112 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
113 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
114 extern wxString
* wxString_LIST_helper(PyObject
* source
);
115 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
118 static char* wxStringErrorMsg
= "string type is required for parameter";
119 static void *SwigwxSashEventTowxCommandEvent(void *ptr
) {
121 wxCommandEvent
*dest
;
122 src
= (wxSashEvent
*) ptr
;
123 dest
= (wxCommandEvent
*) src
;
124 return (void *) dest
;
127 static void *SwigwxSashEventTowxEvent(void *ptr
) {
130 src
= (wxSashEvent
*) ptr
;
131 dest
= (wxEvent
*) src
;
132 return (void *) dest
;
135 #define wxSashEvent_SetEdge(_swigobj,_swigarg0) (_swigobj->SetEdge(_swigarg0))
136 static PyObject
*_wrap_wxSashEvent_SetEdge(PyObject
*self
, PyObject
*args
) {
137 PyObject
* _resultobj
;
139 wxSashEdgePosition _arg1
;
143 if(!PyArg_ParseTuple(args
,"si:wxSashEvent_SetEdge",&_argc0
,&_arg1
))
146 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
147 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetEdge. Expected _wxSashEvent_p.");
151 wxSashEvent_SetEdge(_arg0
,_arg1
);
153 _resultobj
= Py_None
;
157 #define wxSashEvent_GetEdge(_swigobj) (_swigobj->GetEdge())
158 static PyObject
*_wrap_wxSashEvent_GetEdge(PyObject
*self
, PyObject
*args
) {
159 PyObject
* _resultobj
;
160 wxSashEdgePosition _result
;
165 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetEdge",&_argc0
))
168 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
169 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetEdge. Expected _wxSashEvent_p.");
173 _result
= (wxSashEdgePosition
)wxSashEvent_GetEdge(_arg0
);
174 _resultobj
= Py_BuildValue("i",_result
);
178 #define wxSashEvent_SetDragRect(_swigobj,_swigarg0) (_swigobj->SetDragRect(_swigarg0))
179 static PyObject
*_wrap_wxSashEvent_SetDragRect(PyObject
*self
, PyObject
*args
) {
180 PyObject
* _resultobj
;
187 if(!PyArg_ParseTuple(args
,"ss:wxSashEvent_SetDragRect",&_argc0
,&_argc1
))
190 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
191 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetDragRect. Expected _wxSashEvent_p.");
196 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxRect_p")) {
197 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSashEvent_SetDragRect. Expected _wxRect_p.");
201 wxSashEvent_SetDragRect(_arg0
,*_arg1
);
203 _resultobj
= Py_None
;
207 #define wxSashEvent_GetDragRect(_swigobj) (_swigobj->GetDragRect())
208 static PyObject
*_wrap_wxSashEvent_GetDragRect(PyObject
*self
, PyObject
*args
) {
209 PyObject
* _resultobj
;
216 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetDragRect",&_argc0
))
219 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
220 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetDragRect. Expected _wxSashEvent_p.");
224 _result
= new wxRect (wxSashEvent_GetDragRect(_arg0
));
225 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
226 _resultobj
= Py_BuildValue("s",_ptemp
);
230 #define wxSashEvent_SetDragStatus(_swigobj,_swigarg0) (_swigobj->SetDragStatus(_swigarg0))
231 static PyObject
*_wrap_wxSashEvent_SetDragStatus(PyObject
*self
, PyObject
*args
) {
232 PyObject
* _resultobj
;
234 wxSashDragStatus _arg1
;
238 if(!PyArg_ParseTuple(args
,"si:wxSashEvent_SetDragStatus",&_argc0
,&_arg1
))
241 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
242 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetDragStatus. Expected _wxSashEvent_p.");
246 wxSashEvent_SetDragStatus(_arg0
,_arg1
);
248 _resultobj
= Py_None
;
252 #define wxSashEvent_GetDragStatus(_swigobj) (_swigobj->GetDragStatus())
253 static PyObject
*_wrap_wxSashEvent_GetDragStatus(PyObject
*self
, PyObject
*args
) {
254 PyObject
* _resultobj
;
255 wxSashDragStatus _result
;
260 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetDragStatus",&_argc0
))
263 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
264 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetDragStatus. Expected _wxSashEvent_p.");
268 _result
= (wxSashDragStatus
)wxSashEvent_GetDragStatus(_arg0
);
269 _resultobj
= Py_BuildValue("i",_result
);
273 static void *SwigwxSashWindowTowxWindow(void *ptr
) {
276 src
= (wxSashWindow
*) ptr
;
277 dest
= (wxWindow
*) src
;
278 return (void *) dest
;
281 static void *SwigwxSashWindowTowxEvtHandler(void *ptr
) {
284 src
= (wxSashWindow
*) ptr
;
285 dest
= (wxEvtHandler
*) src
;
286 return (void *) dest
;
289 #define new_wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
290 static PyObject
*_wrap_new_wxSashWindow(PyObject
*self
, PyObject
*args
) {
291 PyObject
* _resultobj
;
292 wxSashWindow
* _result
;
295 wxPoint
* _arg2
= &wxPyDefaultPosition
;
296 wxSize
* _arg3
= &wxPyDefaultSize
;
297 long _arg4
= (wxCLIP_CHILDREN
)|(wxSW_3D
);
298 char * _arg5
= "sashWindow";
305 if(!PyArg_ParseTuple(args
,"si|ssls:new_wxSashWindow",&_argc0
,&_arg1
,&_argc2
,&_argc3
,&_arg4
,&_arg5
))
308 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxWindow_p")) {
309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSashWindow. Expected _wxWindow_p.");
314 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxPoint_p")) {
315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxSashWindow. Expected _wxPoint_p.");
320 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxSize_p")) {
321 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxSashWindow. Expected _wxSize_p.");
325 _result
= (wxSashWindow
*)new_wxSashWindow(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
326 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSashWindow_p");
327 _resultobj
= Py_BuildValue("s",_ptemp
);
331 #define wxSashWindow_GetSashVisible(_swigobj,_swigarg0) (_swigobj->GetSashVisible(_swigarg0))
332 static PyObject
*_wrap_wxSashWindow_GetSashVisible(PyObject
*self
, PyObject
*args
) {
333 PyObject
* _resultobj
;
335 wxSashWindow
* _arg0
;
336 wxSashEdgePosition _arg1
;
340 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_GetSashVisible",&_argc0
,&_arg1
))
343 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
344 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetSashVisible. Expected _wxSashWindow_p.");
348 _result
= (bool )wxSashWindow_GetSashVisible(_arg0
,_arg1
);
349 _resultobj
= Py_BuildValue("i",_result
);
353 #define wxSashWindow_GetDefaultBorderSize(_swigobj) (_swigobj->GetDefaultBorderSize())
354 static PyObject
*_wrap_wxSashWindow_GetDefaultBorderSize(PyObject
*self
, PyObject
*args
) {
355 PyObject
* _resultobj
;
357 wxSashWindow
* _arg0
;
361 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetDefaultBorderSize",&_argc0
))
364 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
365 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetDefaultBorderSize. Expected _wxSashWindow_p.");
369 _result
= (int )wxSashWindow_GetDefaultBorderSize(_arg0
);
370 _resultobj
= Py_BuildValue("i",_result
);
374 #define wxSashWindow_GetEdgeMargin(_swigobj,_swigarg0) (_swigobj->GetEdgeMargin(_swigarg0))
375 static PyObject
*_wrap_wxSashWindow_GetEdgeMargin(PyObject
*self
, PyObject
*args
) {
376 PyObject
* _resultobj
;
378 wxSashWindow
* _arg0
;
379 wxSashEdgePosition _arg1
;
383 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_GetEdgeMargin",&_argc0
,&_arg1
))
386 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
387 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetEdgeMargin. Expected _wxSashWindow_p.");
391 _result
= (int )wxSashWindow_GetEdgeMargin(_arg0
,_arg1
);
392 _resultobj
= Py_BuildValue("i",_result
);
396 #define wxSashWindow_GetExtraBorderSize(_swigobj) (_swigobj->GetExtraBorderSize())
397 static PyObject
*_wrap_wxSashWindow_GetExtraBorderSize(PyObject
*self
, PyObject
*args
) {
398 PyObject
* _resultobj
;
400 wxSashWindow
* _arg0
;
404 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetExtraBorderSize",&_argc0
))
407 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
408 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetExtraBorderSize. Expected _wxSashWindow_p.");
412 _result
= (int )wxSashWindow_GetExtraBorderSize(_arg0
);
413 _resultobj
= Py_BuildValue("i",_result
);
417 #define wxSashWindow_GetMaximumSizeX(_swigobj) (_swigobj->GetMaximumSizeX())
418 static PyObject
*_wrap_wxSashWindow_GetMaximumSizeX(PyObject
*self
, PyObject
*args
) {
419 PyObject
* _resultobj
;
421 wxSashWindow
* _arg0
;
425 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMaximumSizeX",&_argc0
))
428 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
429 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMaximumSizeX. Expected _wxSashWindow_p.");
433 _result
= (int )wxSashWindow_GetMaximumSizeX(_arg0
);
434 _resultobj
= Py_BuildValue("i",_result
);
438 #define wxSashWindow_GetMaximumSizeY(_swigobj) (_swigobj->GetMaximumSizeY())
439 static PyObject
*_wrap_wxSashWindow_GetMaximumSizeY(PyObject
*self
, PyObject
*args
) {
440 PyObject
* _resultobj
;
442 wxSashWindow
* _arg0
;
446 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMaximumSizeY",&_argc0
))
449 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
450 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMaximumSizeY. Expected _wxSashWindow_p.");
454 _result
= (int )wxSashWindow_GetMaximumSizeY(_arg0
);
455 _resultobj
= Py_BuildValue("i",_result
);
459 #define wxSashWindow_GetMinimumSizeX(_swigobj) (_swigobj->GetMinimumSizeX())
460 static PyObject
*_wrap_wxSashWindow_GetMinimumSizeX(PyObject
*self
, PyObject
*args
) {
461 PyObject
* _resultobj
;
463 wxSashWindow
* _arg0
;
467 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMinimumSizeX",&_argc0
))
470 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
471 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMinimumSizeX. Expected _wxSashWindow_p.");
475 _result
= (int )wxSashWindow_GetMinimumSizeX(_arg0
);
476 _resultobj
= Py_BuildValue("i",_result
);
480 #define wxSashWindow_GetMinimumSizeY(_swigobj) (_swigobj->GetMinimumSizeY())
481 static PyObject
*_wrap_wxSashWindow_GetMinimumSizeY(PyObject
*self
, PyObject
*args
) {
482 PyObject
* _resultobj
;
484 wxSashWindow
* _arg0
;
488 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMinimumSizeY",&_argc0
))
491 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
492 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMinimumSizeY. Expected _wxSashWindow_p.");
496 _result
= (int )wxSashWindow_GetMinimumSizeY(_arg0
);
497 _resultobj
= Py_BuildValue("i",_result
);
501 #define wxSashWindow_HasBorder(_swigobj,_swigarg0) (_swigobj->HasBorder(_swigarg0))
502 static PyObject
*_wrap_wxSashWindow_HasBorder(PyObject
*self
, PyObject
*args
) {
503 PyObject
* _resultobj
;
505 wxSashWindow
* _arg0
;
506 wxSashEdgePosition _arg1
;
510 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_HasBorder",&_argc0
,&_arg1
))
513 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
514 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_HasBorder. Expected _wxSashWindow_p.");
518 _result
= (bool )wxSashWindow_HasBorder(_arg0
,_arg1
);
519 _resultobj
= Py_BuildValue("i",_result
);
523 #define wxSashWindow_SetDefaultBorderSize(_swigobj,_swigarg0) (_swigobj->SetDefaultBorderSize(_swigarg0))
524 static PyObject
*_wrap_wxSashWindow_SetDefaultBorderSize(PyObject
*self
, PyObject
*args
) {
525 PyObject
* _resultobj
;
526 wxSashWindow
* _arg0
;
531 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetDefaultBorderSize",&_argc0
,&_arg1
))
534 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
535 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetDefaultBorderSize. Expected _wxSashWindow_p.");
539 wxSashWindow_SetDefaultBorderSize(_arg0
,_arg1
);
541 _resultobj
= Py_None
;
545 #define wxSashWindow_SetExtraBorderSize(_swigobj,_swigarg0) (_swigobj->SetExtraBorderSize(_swigarg0))
546 static PyObject
*_wrap_wxSashWindow_SetExtraBorderSize(PyObject
*self
, PyObject
*args
) {
547 PyObject
* _resultobj
;
548 wxSashWindow
* _arg0
;
553 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetExtraBorderSize",&_argc0
,&_arg1
))
556 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
557 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetExtraBorderSize. Expected _wxSashWindow_p.");
561 wxSashWindow_SetExtraBorderSize(_arg0
,_arg1
);
563 _resultobj
= Py_None
;
567 #define wxSashWindow_SetMaximumSizeX(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeX(_swigarg0))
568 static PyObject
*_wrap_wxSashWindow_SetMaximumSizeX(PyObject
*self
, PyObject
*args
) {
569 PyObject
* _resultobj
;
570 wxSashWindow
* _arg0
;
575 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMaximumSizeX",&_argc0
,&_arg1
))
578 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
579 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMaximumSizeX. Expected _wxSashWindow_p.");
583 wxSashWindow_SetMaximumSizeX(_arg0
,_arg1
);
585 _resultobj
= Py_None
;
589 #define wxSashWindow_SetMaximumSizeY(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeY(_swigarg0))
590 static PyObject
*_wrap_wxSashWindow_SetMaximumSizeY(PyObject
*self
, PyObject
*args
) {
591 PyObject
* _resultobj
;
592 wxSashWindow
* _arg0
;
597 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMaximumSizeY",&_argc0
,&_arg1
))
600 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
601 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMaximumSizeY. Expected _wxSashWindow_p.");
605 wxSashWindow_SetMaximumSizeY(_arg0
,_arg1
);
607 _resultobj
= Py_None
;
611 #define wxSashWindow_SetMinimumSizeX(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeX(_swigarg0))
612 static PyObject
*_wrap_wxSashWindow_SetMinimumSizeX(PyObject
*self
, PyObject
*args
) {
613 PyObject
* _resultobj
;
614 wxSashWindow
* _arg0
;
619 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMinimumSizeX",&_argc0
,&_arg1
))
622 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
623 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMinimumSizeX. Expected _wxSashWindow_p.");
627 wxSashWindow_SetMinimumSizeX(_arg0
,_arg1
);
629 _resultobj
= Py_None
;
633 #define wxSashWindow_SetMinimumSizeY(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeY(_swigarg0))
634 static PyObject
*_wrap_wxSashWindow_SetMinimumSizeY(PyObject
*self
, PyObject
*args
) {
635 PyObject
* _resultobj
;
636 wxSashWindow
* _arg0
;
641 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMinimumSizeY",&_argc0
,&_arg1
))
644 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
645 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMinimumSizeY. Expected _wxSashWindow_p.");
649 wxSashWindow_SetMinimumSizeY(_arg0
,_arg1
);
651 _resultobj
= Py_None
;
655 #define wxSashWindow_SetSashVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashVisible(_swigarg0,_swigarg1))
656 static PyObject
*_wrap_wxSashWindow_SetSashVisible(PyObject
*self
, PyObject
*args
) {
657 PyObject
* _resultobj
;
658 wxSashWindow
* _arg0
;
659 wxSashEdgePosition _arg1
;
665 if(!PyArg_ParseTuple(args
,"sii:wxSashWindow_SetSashVisible",&_argc0
,&_arg1
,&tempbool2
))
668 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
669 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetSashVisible. Expected _wxSashWindow_p.");
673 _arg2
= (bool ) tempbool2
;
674 wxSashWindow_SetSashVisible(_arg0
,_arg1
,_arg2
);
676 _resultobj
= Py_None
;
680 #define wxSashWindow_SetSashBorder(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashBorder(_swigarg0,_swigarg1))
681 static PyObject
*_wrap_wxSashWindow_SetSashBorder(PyObject
*self
, PyObject
*args
) {
682 PyObject
* _resultobj
;
683 wxSashWindow
* _arg0
;
684 wxSashEdgePosition _arg1
;
690 if(!PyArg_ParseTuple(args
,"sii:wxSashWindow_SetSashBorder",&_argc0
,&_arg1
,&tempbool2
))
693 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
694 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetSashBorder. Expected _wxSashWindow_p.");
698 _arg2
= (bool ) tempbool2
;
699 wxSashWindow_SetSashBorder(_arg0
,_arg1
,_arg2
);
701 _resultobj
= Py_None
;
705 static void *SwigwxQueryLayoutInfoEventTowxEvent(void *ptr
) {
706 wxQueryLayoutInfoEvent
*src
;
708 src
= (wxQueryLayoutInfoEvent
*) ptr
;
709 dest
= (wxEvent
*) src
;
710 return (void *) dest
;
713 #define wxQueryLayoutInfoEvent_SetRequestedLength(_swigobj,_swigarg0) (_swigobj->SetRequestedLength(_swigarg0))
714 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetRequestedLength(PyObject
*self
, PyObject
*args
) {
715 PyObject
* _resultobj
;
716 wxQueryLayoutInfoEvent
* _arg0
;
721 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetRequestedLength",&_argc0
,&_arg1
))
724 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
725 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetRequestedLength. Expected _wxQueryLayoutInfoEvent_p.");
729 wxQueryLayoutInfoEvent_SetRequestedLength(_arg0
,_arg1
);
731 _resultobj
= Py_None
;
735 #define wxQueryLayoutInfoEvent_GetRequestedLength(_swigobj) (_swigobj->GetRequestedLength())
736 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetRequestedLength(PyObject
*self
, PyObject
*args
) {
737 PyObject
* _resultobj
;
739 wxQueryLayoutInfoEvent
* _arg0
;
743 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetRequestedLength",&_argc0
))
746 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
747 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetRequestedLength. Expected _wxQueryLayoutInfoEvent_p.");
751 _result
= (int )wxQueryLayoutInfoEvent_GetRequestedLength(_arg0
);
752 _resultobj
= Py_BuildValue("i",_result
);
756 #define wxQueryLayoutInfoEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
757 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetFlags(PyObject
*self
, PyObject
*args
) {
758 PyObject
* _resultobj
;
759 wxQueryLayoutInfoEvent
* _arg0
;
764 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetFlags",&_argc0
,&_arg1
))
767 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
768 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetFlags. Expected _wxQueryLayoutInfoEvent_p.");
772 wxQueryLayoutInfoEvent_SetFlags(_arg0
,_arg1
);
774 _resultobj
= Py_None
;
778 #define wxQueryLayoutInfoEvent_GetFlags(_swigobj) (_swigobj->GetFlags())
779 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetFlags(PyObject
*self
, PyObject
*args
) {
780 PyObject
* _resultobj
;
782 wxQueryLayoutInfoEvent
* _arg0
;
786 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetFlags",&_argc0
))
789 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
790 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetFlags. Expected _wxQueryLayoutInfoEvent_p.");
794 _result
= (int )wxQueryLayoutInfoEvent_GetFlags(_arg0
);
795 _resultobj
= Py_BuildValue("i",_result
);
799 #define wxQueryLayoutInfoEvent_SetSize(_swigobj,_swigarg0) (_swigobj->SetSize(_swigarg0))
800 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetSize(PyObject
*self
, PyObject
*args
) {
801 PyObject
* _resultobj
;
802 wxQueryLayoutInfoEvent
* _arg0
;
808 if(!PyArg_ParseTuple(args
,"ss:wxQueryLayoutInfoEvent_SetSize",&_argc0
,&_argc1
))
811 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
812 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetSize. Expected _wxQueryLayoutInfoEvent_p.");
817 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxSize_p")) {
818 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxQueryLayoutInfoEvent_SetSize. Expected _wxSize_p.");
822 wxQueryLayoutInfoEvent_SetSize(_arg0
,*_arg1
);
824 _resultobj
= Py_None
;
828 #define wxQueryLayoutInfoEvent_GetSize(_swigobj) (_swigobj->GetSize())
829 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetSize(PyObject
*self
, PyObject
*args
) {
830 PyObject
* _resultobj
;
832 wxQueryLayoutInfoEvent
* _arg0
;
837 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetSize",&_argc0
))
840 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
841 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetSize. Expected _wxQueryLayoutInfoEvent_p.");
845 _result
= new wxSize (wxQueryLayoutInfoEvent_GetSize(_arg0
));
846 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
847 _resultobj
= Py_BuildValue("s",_ptemp
);
851 #define wxQueryLayoutInfoEvent_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0))
852 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetOrientation(PyObject
*self
, PyObject
*args
) {
853 PyObject
* _resultobj
;
854 wxQueryLayoutInfoEvent
* _arg0
;
855 wxLayoutOrientation _arg1
;
859 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetOrientation",&_argc0
,&_arg1
))
862 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
863 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetOrientation. Expected _wxQueryLayoutInfoEvent_p.");
867 wxQueryLayoutInfoEvent_SetOrientation(_arg0
,_arg1
);
869 _resultobj
= Py_None
;
873 #define wxQueryLayoutInfoEvent_GetOrientation(_swigobj) (_swigobj->GetOrientation())
874 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetOrientation(PyObject
*self
, PyObject
*args
) {
875 PyObject
* _resultobj
;
876 wxLayoutOrientation _result
;
877 wxQueryLayoutInfoEvent
* _arg0
;
881 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetOrientation",&_argc0
))
884 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
885 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetOrientation. Expected _wxQueryLayoutInfoEvent_p.");
889 _result
= (wxLayoutOrientation
)wxQueryLayoutInfoEvent_GetOrientation(_arg0
);
890 _resultobj
= Py_BuildValue("i",_result
);
894 #define wxQueryLayoutInfoEvent_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
895 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetAlignment(PyObject
*self
, PyObject
*args
) {
896 PyObject
* _resultobj
;
897 wxQueryLayoutInfoEvent
* _arg0
;
898 wxLayoutAlignment _arg1
;
902 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetAlignment",&_argc0
,&_arg1
))
905 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
906 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetAlignment. Expected _wxQueryLayoutInfoEvent_p.");
910 wxQueryLayoutInfoEvent_SetAlignment(_arg0
,_arg1
);
912 _resultobj
= Py_None
;
916 #define wxQueryLayoutInfoEvent_GetAlignment(_swigobj) (_swigobj->GetAlignment())
917 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetAlignment(PyObject
*self
, PyObject
*args
) {
918 PyObject
* _resultobj
;
919 wxLayoutAlignment _result
;
920 wxQueryLayoutInfoEvent
* _arg0
;
924 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetAlignment",&_argc0
))
927 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
928 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetAlignment. Expected _wxQueryLayoutInfoEvent_p.");
932 _result
= (wxLayoutAlignment
)wxQueryLayoutInfoEvent_GetAlignment(_arg0
);
933 _resultobj
= Py_BuildValue("i",_result
);
937 static void *SwigwxCalculateLayoutEventTowxEvent(void *ptr
) {
938 wxCalculateLayoutEvent
*src
;
940 src
= (wxCalculateLayoutEvent
*) ptr
;
941 dest
= (wxEvent
*) src
;
942 return (void *) dest
;
945 #define wxCalculateLayoutEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
946 static PyObject
*_wrap_wxCalculateLayoutEvent_SetFlags(PyObject
*self
, PyObject
*args
) {
947 PyObject
* _resultobj
;
948 wxCalculateLayoutEvent
* _arg0
;
953 if(!PyArg_ParseTuple(args
,"si:wxCalculateLayoutEvent_SetFlags",&_argc0
,&_arg1
))
956 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
957 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_SetFlags. Expected _wxCalculateLayoutEvent_p.");
961 wxCalculateLayoutEvent_SetFlags(_arg0
,_arg1
);
963 _resultobj
= Py_None
;
967 #define wxCalculateLayoutEvent_GetFlags(_swigobj) (_swigobj->GetFlags())
968 static PyObject
*_wrap_wxCalculateLayoutEvent_GetFlags(PyObject
*self
, PyObject
*args
) {
969 PyObject
* _resultobj
;
971 wxCalculateLayoutEvent
* _arg0
;
975 if(!PyArg_ParseTuple(args
,"s:wxCalculateLayoutEvent_GetFlags",&_argc0
))
978 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
979 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_GetFlags. Expected _wxCalculateLayoutEvent_p.");
983 _result
= (int )wxCalculateLayoutEvent_GetFlags(_arg0
);
984 _resultobj
= Py_BuildValue("i",_result
);
988 #define wxCalculateLayoutEvent_SetRect(_swigobj,_swigarg0) (_swigobj->SetRect(_swigarg0))
989 static PyObject
*_wrap_wxCalculateLayoutEvent_SetRect(PyObject
*self
, PyObject
*args
) {
990 PyObject
* _resultobj
;
991 wxCalculateLayoutEvent
* _arg0
;
997 if(!PyArg_ParseTuple(args
,"ss:wxCalculateLayoutEvent_SetRect",&_argc0
,&_argc1
))
1000 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
1001 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_SetRect. Expected _wxCalculateLayoutEvent_p.");
1006 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxRect_p")) {
1007 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCalculateLayoutEvent_SetRect. Expected _wxRect_p.");
1011 wxCalculateLayoutEvent_SetRect(_arg0
,*_arg1
);
1013 _resultobj
= Py_None
;
1017 #define wxCalculateLayoutEvent_GetRect(_swigobj) (_swigobj->GetRect())
1018 static PyObject
*_wrap_wxCalculateLayoutEvent_GetRect(PyObject
*self
, PyObject
*args
) {
1019 PyObject
* _resultobj
;
1021 wxCalculateLayoutEvent
* _arg0
;
1026 if(!PyArg_ParseTuple(args
,"s:wxCalculateLayoutEvent_GetRect",&_argc0
))
1029 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
1030 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_GetRect. Expected _wxCalculateLayoutEvent_p.");
1034 _result
= new wxRect (wxCalculateLayoutEvent_GetRect(_arg0
));
1035 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
1036 _resultobj
= Py_BuildValue("s",_ptemp
);
1040 static void *SwigwxSashLayoutWindowTowxSashWindow(void *ptr
) {
1041 wxSashLayoutWindow
*src
;
1043 src
= (wxSashLayoutWindow
*) ptr
;
1044 dest
= (wxSashWindow
*) src
;
1045 return (void *) dest
;
1048 static void *SwigwxSashLayoutWindowTowxWindow(void *ptr
) {
1049 wxSashLayoutWindow
*src
;
1051 src
= (wxSashLayoutWindow
*) ptr
;
1052 dest
= (wxWindow
*) src
;
1053 return (void *) dest
;
1056 static void *SwigwxSashLayoutWindowTowxEvtHandler(void *ptr
) {
1057 wxSashLayoutWindow
*src
;
1059 src
= (wxSashLayoutWindow
*) ptr
;
1060 dest
= (wxEvtHandler
*) src
;
1061 return (void *) dest
;
1064 #define new_wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
1065 static PyObject
*_wrap_new_wxSashLayoutWindow(PyObject
*self
, PyObject
*args
) {
1066 PyObject
* _resultobj
;
1067 wxSashLayoutWindow
* _result
;
1070 wxPoint
* _arg2
= &wxPyDefaultPosition
;
1071 wxSize
* _arg3
= &wxPyDefaultSize
;
1072 long _arg4
= (wxCLIP_CHILDREN
)|(wxSW_3D
);
1073 char * _arg5
= "layoutWindow";
1080 if(!PyArg_ParseTuple(args
,"si|ssls:new_wxSashLayoutWindow",&_argc0
,&_arg1
,&_argc2
,&_argc3
,&_arg4
,&_arg5
))
1083 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxWindow_p")) {
1084 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSashLayoutWindow. Expected _wxWindow_p.");
1089 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxPoint_p")) {
1090 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxSashLayoutWindow. Expected _wxPoint_p.");
1095 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxSize_p")) {
1096 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxSashLayoutWindow. Expected _wxSize_p.");
1100 _result
= (wxSashLayoutWindow
*)new_wxSashLayoutWindow(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
1101 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSashLayoutWindow_p");
1102 _resultobj
= Py_BuildValue("s",_ptemp
);
1106 #define wxSashLayoutWindow_GetAlignment(_swigobj) (_swigobj->GetAlignment())
1107 static PyObject
*_wrap_wxSashLayoutWindow_GetAlignment(PyObject
*self
, PyObject
*args
) {
1108 PyObject
* _resultobj
;
1109 wxLayoutAlignment _result
;
1110 wxSashLayoutWindow
* _arg0
;
1114 if(!PyArg_ParseTuple(args
,"s:wxSashLayoutWindow_GetAlignment",&_argc0
))
1117 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1118 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_GetAlignment. Expected _wxSashLayoutWindow_p.");
1122 _result
= (wxLayoutAlignment
)wxSashLayoutWindow_GetAlignment(_arg0
);
1123 _resultobj
= Py_BuildValue("i",_result
);
1127 #define wxSashLayoutWindow_GetOrientation(_swigobj) (_swigobj->GetOrientation())
1128 static PyObject
*_wrap_wxSashLayoutWindow_GetOrientation(PyObject
*self
, PyObject
*args
) {
1129 PyObject
* _resultobj
;
1130 wxLayoutOrientation _result
;
1131 wxSashLayoutWindow
* _arg0
;
1135 if(!PyArg_ParseTuple(args
,"s:wxSashLayoutWindow_GetOrientation",&_argc0
))
1138 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1139 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_GetOrientation. Expected _wxSashLayoutWindow_p.");
1143 _result
= (wxLayoutOrientation
)wxSashLayoutWindow_GetOrientation(_arg0
);
1144 _resultobj
= Py_BuildValue("i",_result
);
1148 #define wxSashLayoutWindow_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
1149 static PyObject
*_wrap_wxSashLayoutWindow_SetAlignment(PyObject
*self
, PyObject
*args
) {
1150 PyObject
* _resultobj
;
1151 wxSashLayoutWindow
* _arg0
;
1152 wxLayoutAlignment _arg1
;
1156 if(!PyArg_ParseTuple(args
,"si:wxSashLayoutWindow_SetAlignment",&_argc0
,&_arg1
))
1159 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1160 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetAlignment. Expected _wxSashLayoutWindow_p.");
1164 wxSashLayoutWindow_SetAlignment(_arg0
,_arg1
);
1166 _resultobj
= Py_None
;
1170 #define wxSashLayoutWindow_SetDefaultSize(_swigobj,_swigarg0) (_swigobj->SetDefaultSize(_swigarg0))
1171 static PyObject
*_wrap_wxSashLayoutWindow_SetDefaultSize(PyObject
*self
, PyObject
*args
) {
1172 PyObject
* _resultobj
;
1173 wxSashLayoutWindow
* _arg0
;
1179 if(!PyArg_ParseTuple(args
,"ss:wxSashLayoutWindow_SetDefaultSize",&_argc0
,&_argc1
))
1182 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1183 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSashLayoutWindow_p.");
1188 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxSize_p")) {
1189 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSize_p.");
1193 wxSashLayoutWindow_SetDefaultSize(_arg0
,*_arg1
);
1195 _resultobj
= Py_None
;
1199 #define wxSashLayoutWindow_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0))
1200 static PyObject
*_wrap_wxSashLayoutWindow_SetOrientation(PyObject
*self
, PyObject
*args
) {
1201 PyObject
* _resultobj
;
1202 wxSashLayoutWindow
* _arg0
;
1203 wxLayoutOrientation _arg1
;
1207 if(!PyArg_ParseTuple(args
,"si:wxSashLayoutWindow_SetOrientation",&_argc0
,&_arg1
))
1210 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1211 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetOrientation. Expected _wxSashLayoutWindow_p.");
1215 wxSashLayoutWindow_SetOrientation(_arg0
,_arg1
);
1217 _resultobj
= Py_None
;
1221 #define new_wxLayoutAlgorithm() (new wxLayoutAlgorithm())
1222 static PyObject
*_wrap_new_wxLayoutAlgorithm(PyObject
*self
, PyObject
*args
) {
1223 PyObject
* _resultobj
;
1224 wxLayoutAlgorithm
* _result
;
1228 if(!PyArg_ParseTuple(args
,":new_wxLayoutAlgorithm"))
1230 _result
= (wxLayoutAlgorithm
*)new_wxLayoutAlgorithm();
1231 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxLayoutAlgorithm_p");
1232 _resultobj
= Py_BuildValue("s",_ptemp
);
1236 #define delete_wxLayoutAlgorithm(_swigobj) (delete _swigobj)
1237 static PyObject
*_wrap_delete_wxLayoutAlgorithm(PyObject
*self
, PyObject
*args
) {
1238 PyObject
* _resultobj
;
1239 wxLayoutAlgorithm
* _arg0
;
1243 if(!PyArg_ParseTuple(args
,"s:delete_wxLayoutAlgorithm",&_argc0
))
1246 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1247 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxLayoutAlgorithm. Expected _wxLayoutAlgorithm_p.");
1251 delete_wxLayoutAlgorithm(_arg0
);
1253 _resultobj
= Py_None
;
1257 #define wxLayoutAlgorithm_LayoutMDIFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutMDIFrame(_swigarg0,_swigarg1))
1258 static PyObject
*_wrap_wxLayoutAlgorithm_LayoutMDIFrame(PyObject
*self
, PyObject
*args
) {
1259 PyObject
* _resultobj
;
1261 wxLayoutAlgorithm
* _arg0
;
1262 wxMDIParentFrame
* _arg1
;
1263 wxRect
* _arg2
= NULL
;
1269 if(!PyArg_ParseTuple(args
,"ss|s:wxLayoutAlgorithm_LayoutMDIFrame",&_argc0
,&_argc1
,&_argc2
))
1272 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1273 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxLayoutAlgorithm_p.");
1278 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxMDIParentFrame_p")) {
1279 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxMDIParentFrame_p.");
1284 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxRect_p")) {
1285 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxRect_p.");
1289 _result
= (bool )wxLayoutAlgorithm_LayoutMDIFrame(_arg0
,_arg1
,_arg2
);
1290 _resultobj
= Py_BuildValue("i",_result
);
1294 #define wxLayoutAlgorithm_LayoutFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutFrame(_swigarg0,_swigarg1))
1295 static PyObject
*_wrap_wxLayoutAlgorithm_LayoutFrame(PyObject
*self
, PyObject
*args
) {
1296 PyObject
* _resultobj
;
1298 wxLayoutAlgorithm
* _arg0
;
1300 wxWindow
* _arg2
= NULL
;
1306 if(!PyArg_ParseTuple(args
,"ss|s:wxLayoutAlgorithm_LayoutFrame",&_argc0
,&_argc1
,&_argc2
))
1309 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1310 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutAlgorithm_LayoutFrame. Expected _wxLayoutAlgorithm_p.");
1315 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxFrame_p")) {
1316 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxLayoutAlgorithm_LayoutFrame. Expected _wxFrame_p.");
1321 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxWindow_p")) {
1322 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxLayoutAlgorithm_LayoutFrame. Expected _wxWindow_p.");
1326 _result
= (bool )wxLayoutAlgorithm_LayoutFrame(_arg0
,_arg1
,_arg2
);
1327 _resultobj
= Py_BuildValue("i",_result
);
1331 static PyMethodDef windows3cMethods
[] = {
1332 { "wxLayoutAlgorithm_LayoutFrame", _wrap_wxLayoutAlgorithm_LayoutFrame
, 1 },
1333 { "wxLayoutAlgorithm_LayoutMDIFrame", _wrap_wxLayoutAlgorithm_LayoutMDIFrame
, 1 },
1334 { "delete_wxLayoutAlgorithm", _wrap_delete_wxLayoutAlgorithm
, 1 },
1335 { "new_wxLayoutAlgorithm", _wrap_new_wxLayoutAlgorithm
, 1 },
1336 { "wxSashLayoutWindow_SetOrientation", _wrap_wxSashLayoutWindow_SetOrientation
, 1 },
1337 { "wxSashLayoutWindow_SetDefaultSize", _wrap_wxSashLayoutWindow_SetDefaultSize
, 1 },
1338 { "wxSashLayoutWindow_SetAlignment", _wrap_wxSashLayoutWindow_SetAlignment
, 1 },
1339 { "wxSashLayoutWindow_GetOrientation", _wrap_wxSashLayoutWindow_GetOrientation
, 1 },
1340 { "wxSashLayoutWindow_GetAlignment", _wrap_wxSashLayoutWindow_GetAlignment
, 1 },
1341 { "new_wxSashLayoutWindow", _wrap_new_wxSashLayoutWindow
, 1 },
1342 { "wxCalculateLayoutEvent_GetRect", _wrap_wxCalculateLayoutEvent_GetRect
, 1 },
1343 { "wxCalculateLayoutEvent_SetRect", _wrap_wxCalculateLayoutEvent_SetRect
, 1 },
1344 { "wxCalculateLayoutEvent_GetFlags", _wrap_wxCalculateLayoutEvent_GetFlags
, 1 },
1345 { "wxCalculateLayoutEvent_SetFlags", _wrap_wxCalculateLayoutEvent_SetFlags
, 1 },
1346 { "wxQueryLayoutInfoEvent_GetAlignment", _wrap_wxQueryLayoutInfoEvent_GetAlignment
, 1 },
1347 { "wxQueryLayoutInfoEvent_SetAlignment", _wrap_wxQueryLayoutInfoEvent_SetAlignment
, 1 },
1348 { "wxQueryLayoutInfoEvent_GetOrientation", _wrap_wxQueryLayoutInfoEvent_GetOrientation
, 1 },
1349 { "wxQueryLayoutInfoEvent_SetOrientation", _wrap_wxQueryLayoutInfoEvent_SetOrientation
, 1 },
1350 { "wxQueryLayoutInfoEvent_GetSize", _wrap_wxQueryLayoutInfoEvent_GetSize
, 1 },
1351 { "wxQueryLayoutInfoEvent_SetSize", _wrap_wxQueryLayoutInfoEvent_SetSize
, 1 },
1352 { "wxQueryLayoutInfoEvent_GetFlags", _wrap_wxQueryLayoutInfoEvent_GetFlags
, 1 },
1353 { "wxQueryLayoutInfoEvent_SetFlags", _wrap_wxQueryLayoutInfoEvent_SetFlags
, 1 },
1354 { "wxQueryLayoutInfoEvent_GetRequestedLength", _wrap_wxQueryLayoutInfoEvent_GetRequestedLength
, 1 },
1355 { "wxQueryLayoutInfoEvent_SetRequestedLength", _wrap_wxQueryLayoutInfoEvent_SetRequestedLength
, 1 },
1356 { "wxSashWindow_SetSashBorder", _wrap_wxSashWindow_SetSashBorder
, 1 },
1357 { "wxSashWindow_SetSashVisible", _wrap_wxSashWindow_SetSashVisible
, 1 },
1358 { "wxSashWindow_SetMinimumSizeY", _wrap_wxSashWindow_SetMinimumSizeY
, 1 },
1359 { "wxSashWindow_SetMinimumSizeX", _wrap_wxSashWindow_SetMinimumSizeX
, 1 },
1360 { "wxSashWindow_SetMaximumSizeY", _wrap_wxSashWindow_SetMaximumSizeY
, 1 },
1361 { "wxSashWindow_SetMaximumSizeX", _wrap_wxSashWindow_SetMaximumSizeX
, 1 },
1362 { "wxSashWindow_SetExtraBorderSize", _wrap_wxSashWindow_SetExtraBorderSize
, 1 },
1363 { "wxSashWindow_SetDefaultBorderSize", _wrap_wxSashWindow_SetDefaultBorderSize
, 1 },
1364 { "wxSashWindow_HasBorder", _wrap_wxSashWindow_HasBorder
, 1 },
1365 { "wxSashWindow_GetMinimumSizeY", _wrap_wxSashWindow_GetMinimumSizeY
, 1 },
1366 { "wxSashWindow_GetMinimumSizeX", _wrap_wxSashWindow_GetMinimumSizeX
, 1 },
1367 { "wxSashWindow_GetMaximumSizeY", _wrap_wxSashWindow_GetMaximumSizeY
, 1 },
1368 { "wxSashWindow_GetMaximumSizeX", _wrap_wxSashWindow_GetMaximumSizeX
, 1 },
1369 { "wxSashWindow_GetExtraBorderSize", _wrap_wxSashWindow_GetExtraBorderSize
, 1 },
1370 { "wxSashWindow_GetEdgeMargin", _wrap_wxSashWindow_GetEdgeMargin
, 1 },
1371 { "wxSashWindow_GetDefaultBorderSize", _wrap_wxSashWindow_GetDefaultBorderSize
, 1 },
1372 { "wxSashWindow_GetSashVisible", _wrap_wxSashWindow_GetSashVisible
, 1 },
1373 { "new_wxSashWindow", _wrap_new_wxSashWindow
, 1 },
1374 { "wxSashEvent_GetDragStatus", _wrap_wxSashEvent_GetDragStatus
, 1 },
1375 { "wxSashEvent_SetDragStatus", _wrap_wxSashEvent_SetDragStatus
, 1 },
1376 { "wxSashEvent_GetDragRect", _wrap_wxSashEvent_GetDragRect
, 1 },
1377 { "wxSashEvent_SetDragRect", _wrap_wxSashEvent_SetDragRect
, 1 },
1378 { "wxSashEvent_GetEdge", _wrap_wxSashEvent_GetEdge
, 1 },
1379 { "wxSashEvent_SetEdge", _wrap_wxSashEvent_SetEdge
, 1 },
1382 static PyObject
*SWIG_globals
;
1386 SWIGEXPORT(void,initwindows3c
)() {
1388 SWIG_globals
= SWIG_newvarlink();
1389 m
= Py_InitModule("windows3c", windows3cMethods
);
1390 d
= PyModule_GetDict(m
);
1391 PyDict_SetItemString(d
,"wxSASH_TOP", PyInt_FromLong((long) wxSASH_TOP
));
1392 PyDict_SetItemString(d
,"wxSASH_RIGHT", PyInt_FromLong((long) wxSASH_RIGHT
));
1393 PyDict_SetItemString(d
,"wxSASH_BOTTOM", PyInt_FromLong((long) wxSASH_BOTTOM
));
1394 PyDict_SetItemString(d
,"wxSASH_LEFT", PyInt_FromLong((long) wxSASH_LEFT
));
1395 PyDict_SetItemString(d
,"wxSASH_NONE", PyInt_FromLong((long) wxSASH_NONE
));
1396 PyDict_SetItemString(d
,"wxEVT_SASH_DRAGGED", PyInt_FromLong((long) wxEVT_SASH_DRAGGED
));
1397 PyDict_SetItemString(d
,"wxSW_3D", PyInt_FromLong((long) wxSW_3D
));
1398 PyDict_SetItemString(d
,"wxSASH_STATUS_OK", PyInt_FromLong((long) wxSASH_STATUS_OK
));
1399 PyDict_SetItemString(d
,"wxSASH_STATUS_OUT_OF_RANGE", PyInt_FromLong((long) wxSASH_STATUS_OUT_OF_RANGE
));
1400 PyDict_SetItemString(d
,"wxLAYOUT_HORIZONTAL", PyInt_FromLong((long) wxLAYOUT_HORIZONTAL
));
1401 PyDict_SetItemString(d
,"wxLAYOUT_VERTICAL", PyInt_FromLong((long) wxLAYOUT_VERTICAL
));
1402 PyDict_SetItemString(d
,"wxLAYOUT_NONE", PyInt_FromLong((long) wxLAYOUT_NONE
));
1403 PyDict_SetItemString(d
,"wxLAYOUT_TOP", PyInt_FromLong((long) wxLAYOUT_TOP
));
1404 PyDict_SetItemString(d
,"wxLAYOUT_LEFT", PyInt_FromLong((long) wxLAYOUT_LEFT
));
1405 PyDict_SetItemString(d
,"wxLAYOUT_RIGHT", PyInt_FromLong((long) wxLAYOUT_RIGHT
));
1406 PyDict_SetItemString(d
,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM
));
1407 PyDict_SetItemString(d
,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO
));
1408 PyDict_SetItemString(d
,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT
));
1410 * These are the pointer type-equivalency mappings.
1411 * (Used by the SWIG pointer type-checker).
1413 SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0);
1414 SWIG_RegisterMapping("_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1415 SWIG_RegisterMapping("_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1416 SWIG_RegisterMapping("_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1417 SWIG_RegisterMapping("_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1418 SWIG_RegisterMapping("_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent
);
1419 SWIG_RegisterMapping("_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent
);
1420 SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0);
1421 SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0);
1422 SWIG_RegisterMapping("_signed_long","_long",0);
1423 SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0);
1424 SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0);
1425 SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0);
1426 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1427 SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1428 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1429 SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1430 SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0);
1431 SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0);
1432 SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0);
1433 SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0);
1434 SWIG_RegisterMapping("_wxMask","_class_wxMask",0);
1435 SWIG_RegisterMapping("_wxGrid","_class_wxGrid",0);
1436 SWIG_RegisterMapping("_wxPyMenu","_class_wxPyMenu",0);
1437 SWIG_RegisterMapping("_wxPen","_class_wxPen",0);
1438 SWIG_RegisterMapping("_wxUpdateUIEvent","_class_wxUpdateUIEvent",0);
1439 SWIG_RegisterMapping("_byte","_unsigned_char",0);
1440 SWIG_RegisterMapping("_wxStaticBox","_class_wxStaticBox",0);
1441 SWIG_RegisterMapping("_wxChoice","_class_wxChoice",0);
1442 SWIG_RegisterMapping("_wxSlider","_class_wxSlider",0);
1443 SWIG_RegisterMapping("_wxNotebookEvent","_class_wxNotebookEvent",0);
1444 SWIG_RegisterMapping("_long","_wxDash",0);
1445 SWIG_RegisterMapping("_long","_unsigned_long",0);
1446 SWIG_RegisterMapping("_long","_signed_long",0);
1447 SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0);
1448 SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0);
1449 SWIG_RegisterMapping("_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1450 SWIG_RegisterMapping("_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1451 SWIG_RegisterMapping("_wxSashWindow","_class_wxSashWindow",0);
1452 SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0);
1453 SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0);
1454 SWIG_RegisterMapping("_class_wxSashEvent","_wxSashEvent",0);
1455 SWIG_RegisterMapping("_wxDC","_class_wxDC",0);
1456 SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0);
1457 SWIG_RegisterMapping("_wxSashLayoutWindow","_class_wxSashLayoutWindow",0);
1458 SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0);
1459 SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0);
1460 SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0);
1461 SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0);
1462 SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0);
1463 SWIG_RegisterMapping("_class_wxPostScriptDC","_wxPostScriptDC",0);
1464 SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
1465 SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
1466 SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
1467 SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
1468 SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
1469 SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0);
1470 SWIG_RegisterMapping("_class_wxGrid","_wxGrid",0);
1471 SWIG_RegisterMapping("_wxColour","_class_wxColour",0);
1472 SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0);
1473 SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0);
1474 SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0);
1475 SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0);
1476 SWIG_RegisterMapping("_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0);
1477 SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0);
1478 SWIG_RegisterMapping("_class_wxNotebookEvent","_wxNotebookEvent",0);
1479 SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0);
1480 SWIG_RegisterMapping("_class_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1481 SWIG_RegisterMapping("_class_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1482 SWIG_RegisterMapping("_class_wxSashWindow","_wxSashWindow",0);
1483 SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0);
1484 SWIG_RegisterMapping("_uint","_unsigned_int",0);
1485 SWIG_RegisterMapping("_uint","_int",0);
1486 SWIG_RegisterMapping("_uint","_wxWindowID",0);
1487 SWIG_RegisterMapping("_class_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1488 SWIG_RegisterMapping("_class_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1489 SWIG_RegisterMapping("_class_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1490 SWIG_RegisterMapping("_class_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1491 SWIG_RegisterMapping("_class_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent
);
1492 SWIG_RegisterMapping("_class_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent
);
1493 SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0);
1494 SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0);
1495 SWIG_RegisterMapping("_wxGridEvent","_class_wxGridEvent",0);
1496 SWIG_RegisterMapping("_wxRect","_class_wxRect",0);
1497 SWIG_RegisterMapping("_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1498 SWIG_RegisterMapping("_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1499 SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0);
1500 SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0);
1501 SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0);
1502 SWIG_RegisterMapping("_class_wxSashLayoutWindow","_wxSashLayoutWindow",0);
1503 SWIG_RegisterMapping("_class_wxButton","_wxButton",0);
1504 SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0);
1505 SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0);
1506 SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0);
1507 SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0);
1508 SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0);
1509 SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
1510 SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
1511 SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
1512 SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
1513 SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
1514 SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0);
1515 SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0);
1516 SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0);
1517 SWIG_RegisterMapping("_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0);
1518 SWIG_RegisterMapping("_EBool","_signed_int",0);
1519 SWIG_RegisterMapping("_EBool","_int",0);
1520 SWIG_RegisterMapping("_EBool","_wxWindowID",0);
1521 SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0);
1522 SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0);
1523 SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0);
1524 SWIG_RegisterMapping("_wxFont","_class_wxFont",0);
1525 SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0);
1526 SWIG_RegisterMapping("_wxNotebook","_class_wxNotebook",0);
1527 SWIG_RegisterMapping("_unsigned_long","_wxDash",0);
1528 SWIG_RegisterMapping("_unsigned_long","_long",0);
1529 SWIG_RegisterMapping("_class_wxRect","_wxRect",0);
1530 SWIG_RegisterMapping("_class_wxDC","_wxDC",0);
1531 SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0);
1532 SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0);
1533 SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0);
1534 SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0);
1535 SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0);
1536 SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0);
1537 SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0);
1538 SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0);
1539 SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0);
1540 SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0);
1541 SWIG_RegisterMapping("_signed_int","_EBool",0);
1542 SWIG_RegisterMapping("_signed_int","_wxWindowID",0);
1543 SWIG_RegisterMapping("_signed_int","_int",0);
1544 SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0);
1545 SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0);
1546 SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0);
1547 SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0);
1548 SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0);
1549 SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0);
1550 SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0);
1551 SWIG_RegisterMapping("_WXTYPE","_short",0);
1552 SWIG_RegisterMapping("_WXTYPE","_signed_short",0);
1553 SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0);
1554 SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0);
1555 SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0);
1556 SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0);
1557 SWIG_RegisterMapping("_unsigned_short","_short",0);
1558 SWIG_RegisterMapping("_class_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1559 SWIG_RegisterMapping("_class_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1560 SWIG_RegisterMapping("_class_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow
);
1561 SWIG_RegisterMapping("_class_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow
);
1562 SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0);
1563 SWIG_RegisterMapping("_wxSplitterWindow","_class_wxSplitterWindow",0);
1564 SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0);
1565 SWIG_RegisterMapping("_class_wxFont","_wxFont",0);
1566 SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0);
1567 SWIG_RegisterMapping("_wxSashEvent","_class_wxSashEvent",0);
1568 SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0);
1569 SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0);
1570 SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0);
1571 SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0);
1572 SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0);
1573 SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0);
1574 SWIG_RegisterMapping("_wxGridCell","_class_wxGridCell",0);
1575 SWIG_RegisterMapping("_signed_short","_WXTYPE",0);
1576 SWIG_RegisterMapping("_signed_short","_short",0);
1577 SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0);
1578 SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0);
1579 SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0);
1580 SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0);
1581 SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0);
1582 SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0);
1583 SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0);
1584 SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0);
1585 SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0);
1586 SWIG_RegisterMapping("_wxPostScriptDC","_class_wxPostScriptDC",0);
1587 SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0);
1588 SWIG_RegisterMapping("_unsigned_char","_byte",0);
1589 SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0);
1590 SWIG_RegisterMapping("_wxControl","_class_wxControl",0);
1591 SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0);
1592 SWIG_RegisterMapping("_unsigned_int","_uint",0);
1593 SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0);
1594 SWIG_RegisterMapping("_unsigned_int","_int",0);
1595 SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0);
1596 SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0);
1597 SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0);
1598 SWIG_RegisterMapping("_class_wxPen","_wxPen",0);
1599 SWIG_RegisterMapping("_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0);
1600 SWIG_RegisterMapping("_short","_WXTYPE",0);
1601 SWIG_RegisterMapping("_short","_unsigned_short",0);
1602 SWIG_RegisterMapping("_short","_signed_short",0);
1603 SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0);
1604 SWIG_RegisterMapping("_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0);
1605 SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0);
1606 SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0);
1607 SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0);
1608 SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0);
1609 SWIG_RegisterMapping("_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0);
1610 SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0);
1611 SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0);
1612 SWIG_RegisterMapping("_class_wxNotebook","_wxNotebook",0);
1613 SWIG_RegisterMapping("_wxWindowID","_EBool",0);
1614 SWIG_RegisterMapping("_wxWindowID","_uint",0);
1615 SWIG_RegisterMapping("_wxWindowID","_int",0);
1616 SWIG_RegisterMapping("_wxWindowID","_signed_int",0);
1617 SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0);
1618 SWIG_RegisterMapping("_int","_EBool",0);
1619 SWIG_RegisterMapping("_int","_uint",0);
1620 SWIG_RegisterMapping("_int","_wxWindowID",0);
1621 SWIG_RegisterMapping("_int","_unsigned_int",0);
1622 SWIG_RegisterMapping("_int","_signed_int",0);
1623 SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0);
1624 SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0);
1625 SWIG_RegisterMapping("_wxButton","_class_wxButton",0);
1626 SWIG_RegisterMapping("_wxSize","_class_wxSize",0);
1627 SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0);
1628 SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0);
1629 SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0);
1630 SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0);
1631 SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0);
1632 SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0);
1633 SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0);
1634 SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0);
1635 SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0);
1636 SWIG_RegisterMapping("_class_wxControl","_wxControl",0);
1637 SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0);
1638 SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0);
1639 SWIG_RegisterMapping("_class_wxColour","_wxColour",0);
1640 SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0);
1641 SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0);
1642 SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0);
1643 SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0);
1644 SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0);
1645 SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0);
1646 SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0);
1647 SWIG_RegisterMapping("_class_wxSplitterWindow","_wxSplitterWindow",0);
1648 SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0);
1649 SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0);
1650 SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0);
1651 SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0);
1652 SWIG_RegisterMapping("_class_wxGridEvent","_wxGridEvent",0);
1653 SWIG_RegisterMapping("_class_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1654 SWIG_RegisterMapping("_class_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1655 SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0);
1656 SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0);
1657 SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0);
1658 SWIG_RegisterMapping("_class_wxGridCell","_wxGridCell",0);
1659 SWIG_RegisterMapping("_class_wxSize","_wxSize",0);
1660 SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0);
1661 SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0);
1662 SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0);
1663 SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1664 SWIG_RegisterMapping("_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1665 SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1666 SWIG_RegisterMapping("_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1667 SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0);
1668 SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0);
1669 SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0);
1670 SWIG_RegisterMapping("_wxDash","_unsigned_long",0);
1671 SWIG_RegisterMapping("_wxDash","_long",0);
1672 SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0);
1673 SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0);
1674 SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0);
1675 SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0);
1676 SWIG_RegisterMapping("_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0);
1677 SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0);
1678 SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0);
1679 SWIG_RegisterMapping("_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1680 SWIG_RegisterMapping("_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1681 SWIG_RegisterMapping("_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow
);
1682 SWIG_RegisterMapping("_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow
);
1683 SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0);
1684 SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0);