2 * FILE : msw/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
) {
64 } else if (target
== Py_None
) {
68 if (!PyList_Check(target
)) {
70 target
= PyList_New(0);
71 PyList_Append(target
, o2
);
74 PyList_Append(target
,o
);
80 static PyObject
* t_output_helper(PyObject
* target
, PyObject
* o
) {
86 } else if (target
== Py_None
) {
90 if (!PyTuple_Check(target
)) {
92 target
= PyTuple_New(1);
93 PyTuple_SetItem(target
, 0, o2
);
96 PyTuple_SetItem(o3
, 0, o
);
99 target
= PySequence_Concat(o2
, o3
);
107 extern byte
* byte_LIST_helper(PyObject
* source
);
108 extern int* int_LIST_helper(PyObject
* source
);
109 extern long* long_LIST_helper(PyObject
* source
);
110 extern char** string_LIST_helper(PyObject
* source
);
111 extern wxPoint
* wxPoint_LIST_helper(PyObject
* source
);
112 extern wxBitmap
** wxBitmap_LIST_helper(PyObject
* source
);
113 extern wxString
* wxString_LIST_helper(PyObject
* source
);
114 extern wxAcceleratorEntry
* wxAcceleratorEntry_LIST_helper(PyObject
* source
);
117 static char* wxStringErrorMsg
= "string type is required for parameter";
118 static void *SwigwxSashEventTowxCommandEvent(void *ptr
) {
120 wxCommandEvent
*dest
;
121 src
= (wxSashEvent
*) ptr
;
122 dest
= (wxCommandEvent
*) src
;
123 return (void *) dest
;
126 static void *SwigwxSashEventTowxEvent(void *ptr
) {
129 src
= (wxSashEvent
*) ptr
;
130 dest
= (wxEvent
*) src
;
131 return (void *) dest
;
134 #define wxSashEvent_SetEdge(_swigobj,_swigarg0) (_swigobj->SetEdge(_swigarg0))
135 static PyObject
*_wrap_wxSashEvent_SetEdge(PyObject
*self
, PyObject
*args
) {
136 PyObject
* _resultobj
;
138 wxSashEdgePosition _arg1
;
142 if(!PyArg_ParseTuple(args
,"si:wxSashEvent_SetEdge",&_argc0
,&_arg1
))
145 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
146 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetEdge. Expected _wxSashEvent_p.");
150 wxSashEvent_SetEdge(_arg0
,_arg1
);
152 _resultobj
= Py_None
;
156 #define wxSashEvent_GetEdge(_swigobj) (_swigobj->GetEdge())
157 static PyObject
*_wrap_wxSashEvent_GetEdge(PyObject
*self
, PyObject
*args
) {
158 PyObject
* _resultobj
;
159 wxSashEdgePosition _result
;
164 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetEdge",&_argc0
))
167 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
168 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetEdge. Expected _wxSashEvent_p.");
172 _result
= (wxSashEdgePosition
)wxSashEvent_GetEdge(_arg0
);
173 _resultobj
= Py_BuildValue("i",_result
);
177 #define wxSashEvent_SetDragRect(_swigobj,_swigarg0) (_swigobj->SetDragRect(_swigarg0))
178 static PyObject
*_wrap_wxSashEvent_SetDragRect(PyObject
*self
, PyObject
*args
) {
179 PyObject
* _resultobj
;
186 if(!PyArg_ParseTuple(args
,"ss:wxSashEvent_SetDragRect",&_argc0
,&_argc1
))
189 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
190 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetDragRect. Expected _wxSashEvent_p.");
195 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxRect_p")) {
196 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSashEvent_SetDragRect. Expected _wxRect_p.");
200 wxSashEvent_SetDragRect(_arg0
,*_arg1
);
202 _resultobj
= Py_None
;
206 #define wxSashEvent_GetDragRect(_swigobj) (_swigobj->GetDragRect())
207 static PyObject
*_wrap_wxSashEvent_GetDragRect(PyObject
*self
, PyObject
*args
) {
208 PyObject
* _resultobj
;
215 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetDragRect",&_argc0
))
218 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
219 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetDragRect. Expected _wxSashEvent_p.");
223 _result
= new wxRect (wxSashEvent_GetDragRect(_arg0
));
224 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
225 _resultobj
= Py_BuildValue("s",_ptemp
);
229 #define wxSashEvent_SetDragStatus(_swigobj,_swigarg0) (_swigobj->SetDragStatus(_swigarg0))
230 static PyObject
*_wrap_wxSashEvent_SetDragStatus(PyObject
*self
, PyObject
*args
) {
231 PyObject
* _resultobj
;
233 wxSashDragStatus _arg1
;
237 if(!PyArg_ParseTuple(args
,"si:wxSashEvent_SetDragStatus",&_argc0
,&_arg1
))
240 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
241 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_SetDragStatus. Expected _wxSashEvent_p.");
245 wxSashEvent_SetDragStatus(_arg0
,_arg1
);
247 _resultobj
= Py_None
;
251 #define wxSashEvent_GetDragStatus(_swigobj) (_swigobj->GetDragStatus())
252 static PyObject
*_wrap_wxSashEvent_GetDragStatus(PyObject
*self
, PyObject
*args
) {
253 PyObject
* _resultobj
;
254 wxSashDragStatus _result
;
259 if(!PyArg_ParseTuple(args
,"s:wxSashEvent_GetDragStatus",&_argc0
))
262 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashEvent_p")) {
263 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashEvent_GetDragStatus. Expected _wxSashEvent_p.");
267 _result
= (wxSashDragStatus
)wxSashEvent_GetDragStatus(_arg0
);
268 _resultobj
= Py_BuildValue("i",_result
);
272 static void *SwigwxSashWindowTowxWindow(void *ptr
) {
275 src
= (wxSashWindow
*) ptr
;
276 dest
= (wxWindow
*) src
;
277 return (void *) dest
;
280 static void *SwigwxSashWindowTowxEvtHandler(void *ptr
) {
283 src
= (wxSashWindow
*) ptr
;
284 dest
= (wxEvtHandler
*) src
;
285 return (void *) dest
;
288 #define new_wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
289 static PyObject
*_wrap_new_wxSashWindow(PyObject
*self
, PyObject
*args
) {
290 PyObject
* _resultobj
;
291 wxSashWindow
* _result
;
294 wxPoint
* _arg2
= &wxPyDefaultPosition
;
295 wxSize
* _arg3
= &wxPyDefaultSize
;
296 long _arg4
= (wxCLIP_CHILDREN
)|(wxSW_3D
);
297 char * _arg5
= "sashWindow";
304 if(!PyArg_ParseTuple(args
,"si|ssls:new_wxSashWindow",&_argc0
,&_arg1
,&_argc2
,&_argc3
,&_arg4
,&_arg5
))
307 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxWindow_p")) {
308 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSashWindow. Expected _wxWindow_p.");
313 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxPoint_p")) {
314 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxSashWindow. Expected _wxPoint_p.");
319 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxSize_p")) {
320 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxSashWindow. Expected _wxSize_p.");
324 _result
= (wxSashWindow
*)new_wxSashWindow(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
325 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSashWindow_p");
326 _resultobj
= Py_BuildValue("s",_ptemp
);
330 #define wxSashWindow_GetSashVisible(_swigobj,_swigarg0) (_swigobj->GetSashVisible(_swigarg0))
331 static PyObject
*_wrap_wxSashWindow_GetSashVisible(PyObject
*self
, PyObject
*args
) {
332 PyObject
* _resultobj
;
334 wxSashWindow
* _arg0
;
335 wxSashEdgePosition _arg1
;
339 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_GetSashVisible",&_argc0
,&_arg1
))
342 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
343 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetSashVisible. Expected _wxSashWindow_p.");
347 _result
= (bool )wxSashWindow_GetSashVisible(_arg0
,_arg1
);
348 _resultobj
= Py_BuildValue("i",_result
);
352 #define wxSashWindow_GetDefaultBorderSize(_swigobj) (_swigobj->GetDefaultBorderSize())
353 static PyObject
*_wrap_wxSashWindow_GetDefaultBorderSize(PyObject
*self
, PyObject
*args
) {
354 PyObject
* _resultobj
;
356 wxSashWindow
* _arg0
;
360 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetDefaultBorderSize",&_argc0
))
363 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
364 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetDefaultBorderSize. Expected _wxSashWindow_p.");
368 _result
= (int )wxSashWindow_GetDefaultBorderSize(_arg0
);
369 _resultobj
= Py_BuildValue("i",_result
);
373 #define wxSashWindow_GetEdgeMargin(_swigobj,_swigarg0) (_swigobj->GetEdgeMargin(_swigarg0))
374 static PyObject
*_wrap_wxSashWindow_GetEdgeMargin(PyObject
*self
, PyObject
*args
) {
375 PyObject
* _resultobj
;
377 wxSashWindow
* _arg0
;
378 wxSashEdgePosition _arg1
;
382 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_GetEdgeMargin",&_argc0
,&_arg1
))
385 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
386 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetEdgeMargin. Expected _wxSashWindow_p.");
390 _result
= (int )wxSashWindow_GetEdgeMargin(_arg0
,_arg1
);
391 _resultobj
= Py_BuildValue("i",_result
);
395 #define wxSashWindow_GetExtraBorderSize(_swigobj) (_swigobj->GetExtraBorderSize())
396 static PyObject
*_wrap_wxSashWindow_GetExtraBorderSize(PyObject
*self
, PyObject
*args
) {
397 PyObject
* _resultobj
;
399 wxSashWindow
* _arg0
;
403 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetExtraBorderSize",&_argc0
))
406 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
407 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetExtraBorderSize. Expected _wxSashWindow_p.");
411 _result
= (int )wxSashWindow_GetExtraBorderSize(_arg0
);
412 _resultobj
= Py_BuildValue("i",_result
);
416 #define wxSashWindow_GetMaximumSizeX(_swigobj) (_swigobj->GetMaximumSizeX())
417 static PyObject
*_wrap_wxSashWindow_GetMaximumSizeX(PyObject
*self
, PyObject
*args
) {
418 PyObject
* _resultobj
;
420 wxSashWindow
* _arg0
;
424 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMaximumSizeX",&_argc0
))
427 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
428 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMaximumSizeX. Expected _wxSashWindow_p.");
432 _result
= (int )wxSashWindow_GetMaximumSizeX(_arg0
);
433 _resultobj
= Py_BuildValue("i",_result
);
437 #define wxSashWindow_GetMaximumSizeY(_swigobj) (_swigobj->GetMaximumSizeY())
438 static PyObject
*_wrap_wxSashWindow_GetMaximumSizeY(PyObject
*self
, PyObject
*args
) {
439 PyObject
* _resultobj
;
441 wxSashWindow
* _arg0
;
445 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMaximumSizeY",&_argc0
))
448 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
449 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMaximumSizeY. Expected _wxSashWindow_p.");
453 _result
= (int )wxSashWindow_GetMaximumSizeY(_arg0
);
454 _resultobj
= Py_BuildValue("i",_result
);
458 #define wxSashWindow_GetMinimumSizeX(_swigobj) (_swigobj->GetMinimumSizeX())
459 static PyObject
*_wrap_wxSashWindow_GetMinimumSizeX(PyObject
*self
, PyObject
*args
) {
460 PyObject
* _resultobj
;
462 wxSashWindow
* _arg0
;
466 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMinimumSizeX",&_argc0
))
469 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
470 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMinimumSizeX. Expected _wxSashWindow_p.");
474 _result
= (int )wxSashWindow_GetMinimumSizeX(_arg0
);
475 _resultobj
= Py_BuildValue("i",_result
);
479 #define wxSashWindow_GetMinimumSizeY(_swigobj) (_swigobj->GetMinimumSizeY())
480 static PyObject
*_wrap_wxSashWindow_GetMinimumSizeY(PyObject
*self
, PyObject
*args
) {
481 PyObject
* _resultobj
;
483 wxSashWindow
* _arg0
;
487 if(!PyArg_ParseTuple(args
,"s:wxSashWindow_GetMinimumSizeY",&_argc0
))
490 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
491 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_GetMinimumSizeY. Expected _wxSashWindow_p.");
495 _result
= (int )wxSashWindow_GetMinimumSizeY(_arg0
);
496 _resultobj
= Py_BuildValue("i",_result
);
500 #define wxSashWindow_HasBorder(_swigobj,_swigarg0) (_swigobj->HasBorder(_swigarg0))
501 static PyObject
*_wrap_wxSashWindow_HasBorder(PyObject
*self
, PyObject
*args
) {
502 PyObject
* _resultobj
;
504 wxSashWindow
* _arg0
;
505 wxSashEdgePosition _arg1
;
509 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_HasBorder",&_argc0
,&_arg1
))
512 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
513 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_HasBorder. Expected _wxSashWindow_p.");
517 _result
= (bool )wxSashWindow_HasBorder(_arg0
,_arg1
);
518 _resultobj
= Py_BuildValue("i",_result
);
522 #define wxSashWindow_SetDefaultBorderSize(_swigobj,_swigarg0) (_swigobj->SetDefaultBorderSize(_swigarg0))
523 static PyObject
*_wrap_wxSashWindow_SetDefaultBorderSize(PyObject
*self
, PyObject
*args
) {
524 PyObject
* _resultobj
;
525 wxSashWindow
* _arg0
;
530 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetDefaultBorderSize",&_argc0
,&_arg1
))
533 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
534 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetDefaultBorderSize. Expected _wxSashWindow_p.");
538 wxSashWindow_SetDefaultBorderSize(_arg0
,_arg1
);
540 _resultobj
= Py_None
;
544 #define wxSashWindow_SetExtraBorderSize(_swigobj,_swigarg0) (_swigobj->SetExtraBorderSize(_swigarg0))
545 static PyObject
*_wrap_wxSashWindow_SetExtraBorderSize(PyObject
*self
, PyObject
*args
) {
546 PyObject
* _resultobj
;
547 wxSashWindow
* _arg0
;
552 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetExtraBorderSize",&_argc0
,&_arg1
))
555 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
556 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetExtraBorderSize. Expected _wxSashWindow_p.");
560 wxSashWindow_SetExtraBorderSize(_arg0
,_arg1
);
562 _resultobj
= Py_None
;
566 #define wxSashWindow_SetMaximumSizeX(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeX(_swigarg0))
567 static PyObject
*_wrap_wxSashWindow_SetMaximumSizeX(PyObject
*self
, PyObject
*args
) {
568 PyObject
* _resultobj
;
569 wxSashWindow
* _arg0
;
574 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMaximumSizeX",&_argc0
,&_arg1
))
577 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
578 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMaximumSizeX. Expected _wxSashWindow_p.");
582 wxSashWindow_SetMaximumSizeX(_arg0
,_arg1
);
584 _resultobj
= Py_None
;
588 #define wxSashWindow_SetMaximumSizeY(_swigobj,_swigarg0) (_swigobj->SetMaximumSizeY(_swigarg0))
589 static PyObject
*_wrap_wxSashWindow_SetMaximumSizeY(PyObject
*self
, PyObject
*args
) {
590 PyObject
* _resultobj
;
591 wxSashWindow
* _arg0
;
596 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMaximumSizeY",&_argc0
,&_arg1
))
599 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
600 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMaximumSizeY. Expected _wxSashWindow_p.");
604 wxSashWindow_SetMaximumSizeY(_arg0
,_arg1
);
606 _resultobj
= Py_None
;
610 #define wxSashWindow_SetMinimumSizeX(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeX(_swigarg0))
611 static PyObject
*_wrap_wxSashWindow_SetMinimumSizeX(PyObject
*self
, PyObject
*args
) {
612 PyObject
* _resultobj
;
613 wxSashWindow
* _arg0
;
618 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMinimumSizeX",&_argc0
,&_arg1
))
621 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
622 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMinimumSizeX. Expected _wxSashWindow_p.");
626 wxSashWindow_SetMinimumSizeX(_arg0
,_arg1
);
628 _resultobj
= Py_None
;
632 #define wxSashWindow_SetMinimumSizeY(_swigobj,_swigarg0) (_swigobj->SetMinimumSizeY(_swigarg0))
633 static PyObject
*_wrap_wxSashWindow_SetMinimumSizeY(PyObject
*self
, PyObject
*args
) {
634 PyObject
* _resultobj
;
635 wxSashWindow
* _arg0
;
640 if(!PyArg_ParseTuple(args
,"si:wxSashWindow_SetMinimumSizeY",&_argc0
,&_arg1
))
643 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
644 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetMinimumSizeY. Expected _wxSashWindow_p.");
648 wxSashWindow_SetMinimumSizeY(_arg0
,_arg1
);
650 _resultobj
= Py_None
;
654 #define wxSashWindow_SetSashVisible(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashVisible(_swigarg0,_swigarg1))
655 static PyObject
*_wrap_wxSashWindow_SetSashVisible(PyObject
*self
, PyObject
*args
) {
656 PyObject
* _resultobj
;
657 wxSashWindow
* _arg0
;
658 wxSashEdgePosition _arg1
;
664 if(!PyArg_ParseTuple(args
,"sii:wxSashWindow_SetSashVisible",&_argc0
,&_arg1
,&tempbool2
))
667 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
668 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetSashVisible. Expected _wxSashWindow_p.");
672 _arg2
= (bool ) tempbool2
;
673 wxSashWindow_SetSashVisible(_arg0
,_arg1
,_arg2
);
675 _resultobj
= Py_None
;
679 #define wxSashWindow_SetSashBorder(_swigobj,_swigarg0,_swigarg1) (_swigobj->SetSashBorder(_swigarg0,_swigarg1))
680 static PyObject
*_wrap_wxSashWindow_SetSashBorder(PyObject
*self
, PyObject
*args
) {
681 PyObject
* _resultobj
;
682 wxSashWindow
* _arg0
;
683 wxSashEdgePosition _arg1
;
689 if(!PyArg_ParseTuple(args
,"sii:wxSashWindow_SetSashBorder",&_argc0
,&_arg1
,&tempbool2
))
692 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashWindow_p")) {
693 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashWindow_SetSashBorder. Expected _wxSashWindow_p.");
697 _arg2
= (bool ) tempbool2
;
698 wxSashWindow_SetSashBorder(_arg0
,_arg1
,_arg2
);
700 _resultobj
= Py_None
;
704 static void *SwigwxQueryLayoutInfoEventTowxEvent(void *ptr
) {
705 wxQueryLayoutInfoEvent
*src
;
707 src
= (wxQueryLayoutInfoEvent
*) ptr
;
708 dest
= (wxEvent
*) src
;
709 return (void *) dest
;
712 #define wxQueryLayoutInfoEvent_SetRequestedLength(_swigobj,_swigarg0) (_swigobj->SetRequestedLength(_swigarg0))
713 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetRequestedLength(PyObject
*self
, PyObject
*args
) {
714 PyObject
* _resultobj
;
715 wxQueryLayoutInfoEvent
* _arg0
;
720 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetRequestedLength",&_argc0
,&_arg1
))
723 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
724 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetRequestedLength. Expected _wxQueryLayoutInfoEvent_p.");
728 wxQueryLayoutInfoEvent_SetRequestedLength(_arg0
,_arg1
);
730 _resultobj
= Py_None
;
734 #define wxQueryLayoutInfoEvent_GetRequestedLength(_swigobj) (_swigobj->GetRequestedLength())
735 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetRequestedLength(PyObject
*self
, PyObject
*args
) {
736 PyObject
* _resultobj
;
738 wxQueryLayoutInfoEvent
* _arg0
;
742 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetRequestedLength",&_argc0
))
745 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
746 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetRequestedLength. Expected _wxQueryLayoutInfoEvent_p.");
750 _result
= (int )wxQueryLayoutInfoEvent_GetRequestedLength(_arg0
);
751 _resultobj
= Py_BuildValue("i",_result
);
755 #define wxQueryLayoutInfoEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
756 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetFlags(PyObject
*self
, PyObject
*args
) {
757 PyObject
* _resultobj
;
758 wxQueryLayoutInfoEvent
* _arg0
;
763 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetFlags",&_argc0
,&_arg1
))
766 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
767 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetFlags. Expected _wxQueryLayoutInfoEvent_p.");
771 wxQueryLayoutInfoEvent_SetFlags(_arg0
,_arg1
);
773 _resultobj
= Py_None
;
777 #define wxQueryLayoutInfoEvent_GetFlags(_swigobj) (_swigobj->GetFlags())
778 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetFlags(PyObject
*self
, PyObject
*args
) {
779 PyObject
* _resultobj
;
781 wxQueryLayoutInfoEvent
* _arg0
;
785 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetFlags",&_argc0
))
788 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
789 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetFlags. Expected _wxQueryLayoutInfoEvent_p.");
793 _result
= (int )wxQueryLayoutInfoEvent_GetFlags(_arg0
);
794 _resultobj
= Py_BuildValue("i",_result
);
798 #define wxQueryLayoutInfoEvent_SetSize(_swigobj,_swigarg0) (_swigobj->SetSize(_swigarg0))
799 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetSize(PyObject
*self
, PyObject
*args
) {
800 PyObject
* _resultobj
;
801 wxQueryLayoutInfoEvent
* _arg0
;
807 if(!PyArg_ParseTuple(args
,"ss:wxQueryLayoutInfoEvent_SetSize",&_argc0
,&_argc1
))
810 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
811 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetSize. Expected _wxQueryLayoutInfoEvent_p.");
816 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxSize_p")) {
817 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxQueryLayoutInfoEvent_SetSize. Expected _wxSize_p.");
821 wxQueryLayoutInfoEvent_SetSize(_arg0
,*_arg1
);
823 _resultobj
= Py_None
;
827 #define wxQueryLayoutInfoEvent_GetSize(_swigobj) (_swigobj->GetSize())
828 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetSize(PyObject
*self
, PyObject
*args
) {
829 PyObject
* _resultobj
;
831 wxQueryLayoutInfoEvent
* _arg0
;
836 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetSize",&_argc0
))
839 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
840 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetSize. Expected _wxQueryLayoutInfoEvent_p.");
844 _result
= new wxSize (wxQueryLayoutInfoEvent_GetSize(_arg0
));
845 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxSize_p");
846 _resultobj
= Py_BuildValue("s",_ptemp
);
850 #define wxQueryLayoutInfoEvent_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0))
851 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetOrientation(PyObject
*self
, PyObject
*args
) {
852 PyObject
* _resultobj
;
853 wxQueryLayoutInfoEvent
* _arg0
;
854 wxLayoutOrientation _arg1
;
858 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetOrientation",&_argc0
,&_arg1
))
861 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
862 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetOrientation. Expected _wxQueryLayoutInfoEvent_p.");
866 wxQueryLayoutInfoEvent_SetOrientation(_arg0
,_arg1
);
868 _resultobj
= Py_None
;
872 #define wxQueryLayoutInfoEvent_GetOrientation(_swigobj) (_swigobj->GetOrientation())
873 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetOrientation(PyObject
*self
, PyObject
*args
) {
874 PyObject
* _resultobj
;
875 wxLayoutOrientation _result
;
876 wxQueryLayoutInfoEvent
* _arg0
;
880 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetOrientation",&_argc0
))
883 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
884 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetOrientation. Expected _wxQueryLayoutInfoEvent_p.");
888 _result
= (wxLayoutOrientation
)wxQueryLayoutInfoEvent_GetOrientation(_arg0
);
889 _resultobj
= Py_BuildValue("i",_result
);
893 #define wxQueryLayoutInfoEvent_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
894 static PyObject
*_wrap_wxQueryLayoutInfoEvent_SetAlignment(PyObject
*self
, PyObject
*args
) {
895 PyObject
* _resultobj
;
896 wxQueryLayoutInfoEvent
* _arg0
;
897 wxLayoutAlignment _arg1
;
901 if(!PyArg_ParseTuple(args
,"si:wxQueryLayoutInfoEvent_SetAlignment",&_argc0
,&_arg1
))
904 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
905 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_SetAlignment. Expected _wxQueryLayoutInfoEvent_p.");
909 wxQueryLayoutInfoEvent_SetAlignment(_arg0
,_arg1
);
911 _resultobj
= Py_None
;
915 #define wxQueryLayoutInfoEvent_GetAlignment(_swigobj) (_swigobj->GetAlignment())
916 static PyObject
*_wrap_wxQueryLayoutInfoEvent_GetAlignment(PyObject
*self
, PyObject
*args
) {
917 PyObject
* _resultobj
;
918 wxLayoutAlignment _result
;
919 wxQueryLayoutInfoEvent
* _arg0
;
923 if(!PyArg_ParseTuple(args
,"s:wxQueryLayoutInfoEvent_GetAlignment",&_argc0
))
926 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxQueryLayoutInfoEvent_p")) {
927 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxQueryLayoutInfoEvent_GetAlignment. Expected _wxQueryLayoutInfoEvent_p.");
931 _result
= (wxLayoutAlignment
)wxQueryLayoutInfoEvent_GetAlignment(_arg0
);
932 _resultobj
= Py_BuildValue("i",_result
);
936 static void *SwigwxCalculateLayoutEventTowxEvent(void *ptr
) {
937 wxCalculateLayoutEvent
*src
;
939 src
= (wxCalculateLayoutEvent
*) ptr
;
940 dest
= (wxEvent
*) src
;
941 return (void *) dest
;
944 #define wxCalculateLayoutEvent_SetFlags(_swigobj,_swigarg0) (_swigobj->SetFlags(_swigarg0))
945 static PyObject
*_wrap_wxCalculateLayoutEvent_SetFlags(PyObject
*self
, PyObject
*args
) {
946 PyObject
* _resultobj
;
947 wxCalculateLayoutEvent
* _arg0
;
952 if(!PyArg_ParseTuple(args
,"si:wxCalculateLayoutEvent_SetFlags",&_argc0
,&_arg1
))
955 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
956 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_SetFlags. Expected _wxCalculateLayoutEvent_p.");
960 wxCalculateLayoutEvent_SetFlags(_arg0
,_arg1
);
962 _resultobj
= Py_None
;
966 #define wxCalculateLayoutEvent_GetFlags(_swigobj) (_swigobj->GetFlags())
967 static PyObject
*_wrap_wxCalculateLayoutEvent_GetFlags(PyObject
*self
, PyObject
*args
) {
968 PyObject
* _resultobj
;
970 wxCalculateLayoutEvent
* _arg0
;
974 if(!PyArg_ParseTuple(args
,"s:wxCalculateLayoutEvent_GetFlags",&_argc0
))
977 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
978 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_GetFlags. Expected _wxCalculateLayoutEvent_p.");
982 _result
= (int )wxCalculateLayoutEvent_GetFlags(_arg0
);
983 _resultobj
= Py_BuildValue("i",_result
);
987 #define wxCalculateLayoutEvent_SetRect(_swigobj,_swigarg0) (_swigobj->SetRect(_swigarg0))
988 static PyObject
*_wrap_wxCalculateLayoutEvent_SetRect(PyObject
*self
, PyObject
*args
) {
989 PyObject
* _resultobj
;
990 wxCalculateLayoutEvent
* _arg0
;
996 if(!PyArg_ParseTuple(args
,"ss:wxCalculateLayoutEvent_SetRect",&_argc0
,&_argc1
))
999 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
1000 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_SetRect. Expected _wxCalculateLayoutEvent_p.");
1005 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxRect_p")) {
1006 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxCalculateLayoutEvent_SetRect. Expected _wxRect_p.");
1010 wxCalculateLayoutEvent_SetRect(_arg0
,*_arg1
);
1012 _resultobj
= Py_None
;
1016 #define wxCalculateLayoutEvent_GetRect(_swigobj) (_swigobj->GetRect())
1017 static PyObject
*_wrap_wxCalculateLayoutEvent_GetRect(PyObject
*self
, PyObject
*args
) {
1018 PyObject
* _resultobj
;
1020 wxCalculateLayoutEvent
* _arg0
;
1025 if(!PyArg_ParseTuple(args
,"s:wxCalculateLayoutEvent_GetRect",&_argc0
))
1028 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxCalculateLayoutEvent_p")) {
1029 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxCalculateLayoutEvent_GetRect. Expected _wxCalculateLayoutEvent_p.");
1033 _result
= new wxRect (wxCalculateLayoutEvent_GetRect(_arg0
));
1034 SWIG_MakePtr(_ptemp
, (void *) _result
,"_wxRect_p");
1035 _resultobj
= Py_BuildValue("s",_ptemp
);
1039 static void *SwigwxSashLayoutWindowTowxSashWindow(void *ptr
) {
1040 wxSashLayoutWindow
*src
;
1042 src
= (wxSashLayoutWindow
*) ptr
;
1043 dest
= (wxSashWindow
*) src
;
1044 return (void *) dest
;
1047 static void *SwigwxSashLayoutWindowTowxWindow(void *ptr
) {
1048 wxSashLayoutWindow
*src
;
1050 src
= (wxSashLayoutWindow
*) ptr
;
1051 dest
= (wxWindow
*) src
;
1052 return (void *) dest
;
1055 static void *SwigwxSashLayoutWindowTowxEvtHandler(void *ptr
) {
1056 wxSashLayoutWindow
*src
;
1058 src
= (wxSashLayoutWindow
*) ptr
;
1059 dest
= (wxEvtHandler
*) src
;
1060 return (void *) dest
;
1063 #define new_wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5) (new wxSashLayoutWindow(_swigarg0,_swigarg1,_swigarg2,_swigarg3,_swigarg4,_swigarg5))
1064 static PyObject
*_wrap_new_wxSashLayoutWindow(PyObject
*self
, PyObject
*args
) {
1065 PyObject
* _resultobj
;
1066 wxSashLayoutWindow
* _result
;
1069 wxPoint
* _arg2
= &wxPyDefaultPosition
;
1070 wxSize
* _arg3
= &wxPyDefaultSize
;
1071 long _arg4
= (wxCLIP_CHILDREN
)|(wxSW_3D
);
1072 char * _arg5
= "layoutWindow";
1079 if(!PyArg_ParseTuple(args
,"si|ssls:new_wxSashLayoutWindow",&_argc0
,&_arg1
,&_argc2
,&_argc3
,&_arg4
,&_arg5
))
1082 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxWindow_p")) {
1083 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of new_wxSashLayoutWindow. Expected _wxWindow_p.");
1088 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxPoint_p")) {
1089 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of new_wxSashLayoutWindow. Expected _wxPoint_p.");
1094 if (SWIG_GetPtr(_argc3
,(void **) &_arg3
,"_wxSize_p")) {
1095 PyErr_SetString(PyExc_TypeError
,"Type error in argument 4 of new_wxSashLayoutWindow. Expected _wxSize_p.");
1099 _result
= (wxSashLayoutWindow
*)new_wxSashLayoutWindow(_arg0
,_arg1
,*_arg2
,*_arg3
,_arg4
,_arg5
);
1100 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxSashLayoutWindow_p");
1101 _resultobj
= Py_BuildValue("s",_ptemp
);
1105 #define wxSashLayoutWindow_GetAlignment(_swigobj) (_swigobj->GetAlignment())
1106 static PyObject
*_wrap_wxSashLayoutWindow_GetAlignment(PyObject
*self
, PyObject
*args
) {
1107 PyObject
* _resultobj
;
1108 wxLayoutAlignment _result
;
1109 wxSashLayoutWindow
* _arg0
;
1113 if(!PyArg_ParseTuple(args
,"s:wxSashLayoutWindow_GetAlignment",&_argc0
))
1116 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1117 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_GetAlignment. Expected _wxSashLayoutWindow_p.");
1121 _result
= (wxLayoutAlignment
)wxSashLayoutWindow_GetAlignment(_arg0
);
1122 _resultobj
= Py_BuildValue("i",_result
);
1126 #define wxSashLayoutWindow_GetOrientation(_swigobj) (_swigobj->GetOrientation())
1127 static PyObject
*_wrap_wxSashLayoutWindow_GetOrientation(PyObject
*self
, PyObject
*args
) {
1128 PyObject
* _resultobj
;
1129 wxLayoutOrientation _result
;
1130 wxSashLayoutWindow
* _arg0
;
1134 if(!PyArg_ParseTuple(args
,"s:wxSashLayoutWindow_GetOrientation",&_argc0
))
1137 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1138 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_GetOrientation. Expected _wxSashLayoutWindow_p.");
1142 _result
= (wxLayoutOrientation
)wxSashLayoutWindow_GetOrientation(_arg0
);
1143 _resultobj
= Py_BuildValue("i",_result
);
1147 #define wxSashLayoutWindow_SetAlignment(_swigobj,_swigarg0) (_swigobj->SetAlignment(_swigarg0))
1148 static PyObject
*_wrap_wxSashLayoutWindow_SetAlignment(PyObject
*self
, PyObject
*args
) {
1149 PyObject
* _resultobj
;
1150 wxSashLayoutWindow
* _arg0
;
1151 wxLayoutAlignment _arg1
;
1155 if(!PyArg_ParseTuple(args
,"si:wxSashLayoutWindow_SetAlignment",&_argc0
,&_arg1
))
1158 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1159 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetAlignment. Expected _wxSashLayoutWindow_p.");
1163 wxSashLayoutWindow_SetAlignment(_arg0
,_arg1
);
1165 _resultobj
= Py_None
;
1169 #define wxSashLayoutWindow_SetDefaultSize(_swigobj,_swigarg0) (_swigobj->SetDefaultSize(_swigarg0))
1170 static PyObject
*_wrap_wxSashLayoutWindow_SetDefaultSize(PyObject
*self
, PyObject
*args
) {
1171 PyObject
* _resultobj
;
1172 wxSashLayoutWindow
* _arg0
;
1178 if(!PyArg_ParseTuple(args
,"ss:wxSashLayoutWindow_SetDefaultSize",&_argc0
,&_argc1
))
1181 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1182 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSashLayoutWindow_p.");
1187 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxSize_p")) {
1188 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxSashLayoutWindow_SetDefaultSize. Expected _wxSize_p.");
1192 wxSashLayoutWindow_SetDefaultSize(_arg0
,*_arg1
);
1194 _resultobj
= Py_None
;
1198 #define wxSashLayoutWindow_SetOrientation(_swigobj,_swigarg0) (_swigobj->SetOrientation(_swigarg0))
1199 static PyObject
*_wrap_wxSashLayoutWindow_SetOrientation(PyObject
*self
, PyObject
*args
) {
1200 PyObject
* _resultobj
;
1201 wxSashLayoutWindow
* _arg0
;
1202 wxLayoutOrientation _arg1
;
1206 if(!PyArg_ParseTuple(args
,"si:wxSashLayoutWindow_SetOrientation",&_argc0
,&_arg1
))
1209 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxSashLayoutWindow_p")) {
1210 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxSashLayoutWindow_SetOrientation. Expected _wxSashLayoutWindow_p.");
1214 wxSashLayoutWindow_SetOrientation(_arg0
,_arg1
);
1216 _resultobj
= Py_None
;
1220 #define new_wxLayoutAlgorithm() (new wxLayoutAlgorithm())
1221 static PyObject
*_wrap_new_wxLayoutAlgorithm(PyObject
*self
, PyObject
*args
) {
1222 PyObject
* _resultobj
;
1223 wxLayoutAlgorithm
* _result
;
1227 if(!PyArg_ParseTuple(args
,":new_wxLayoutAlgorithm"))
1229 _result
= (wxLayoutAlgorithm
*)new_wxLayoutAlgorithm();
1230 SWIG_MakePtr(_ptemp
, (char *) _result
,"_wxLayoutAlgorithm_p");
1231 _resultobj
= Py_BuildValue("s",_ptemp
);
1235 #define delete_wxLayoutAlgorithm(_swigobj) (delete _swigobj)
1236 static PyObject
*_wrap_delete_wxLayoutAlgorithm(PyObject
*self
, PyObject
*args
) {
1237 PyObject
* _resultobj
;
1238 wxLayoutAlgorithm
* _arg0
;
1242 if(!PyArg_ParseTuple(args
,"s:delete_wxLayoutAlgorithm",&_argc0
))
1245 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1246 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of delete_wxLayoutAlgorithm. Expected _wxLayoutAlgorithm_p.");
1250 delete_wxLayoutAlgorithm(_arg0
);
1252 _resultobj
= Py_None
;
1256 #define wxLayoutAlgorithm_LayoutMDIFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutMDIFrame(_swigarg0,_swigarg1))
1257 static PyObject
*_wrap_wxLayoutAlgorithm_LayoutMDIFrame(PyObject
*self
, PyObject
*args
) {
1258 PyObject
* _resultobj
;
1260 wxLayoutAlgorithm
* _arg0
;
1261 wxMDIParentFrame
* _arg1
;
1262 wxRect
* _arg2
= NULL
;
1268 if(!PyArg_ParseTuple(args
,"ss|s:wxLayoutAlgorithm_LayoutMDIFrame",&_argc0
,&_argc1
,&_argc2
))
1271 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1272 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxLayoutAlgorithm_p.");
1277 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxMDIParentFrame_p")) {
1278 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxMDIParentFrame_p.");
1283 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxRect_p")) {
1284 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxLayoutAlgorithm_LayoutMDIFrame. Expected _wxRect_p.");
1288 _result
= (bool )wxLayoutAlgorithm_LayoutMDIFrame(_arg0
,_arg1
,_arg2
);
1289 _resultobj
= Py_BuildValue("i",_result
);
1293 #define wxLayoutAlgorithm_LayoutFrame(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutFrame(_swigarg0,_swigarg1))
1294 static PyObject
*_wrap_wxLayoutAlgorithm_LayoutFrame(PyObject
*self
, PyObject
*args
) {
1295 PyObject
* _resultobj
;
1297 wxLayoutAlgorithm
* _arg0
;
1299 wxWindow
* _arg2
= NULL
;
1305 if(!PyArg_ParseTuple(args
,"ss|s:wxLayoutAlgorithm_LayoutFrame",&_argc0
,&_argc1
,&_argc2
))
1308 if (SWIG_GetPtr(_argc0
,(void **) &_arg0
,"_wxLayoutAlgorithm_p")) {
1309 PyErr_SetString(PyExc_TypeError
,"Type error in argument 1 of wxLayoutAlgorithm_LayoutFrame. Expected _wxLayoutAlgorithm_p.");
1314 if (SWIG_GetPtr(_argc1
,(void **) &_arg1
,"_wxFrame_p")) {
1315 PyErr_SetString(PyExc_TypeError
,"Type error in argument 2 of wxLayoutAlgorithm_LayoutFrame. Expected _wxFrame_p.");
1320 if (SWIG_GetPtr(_argc2
,(void **) &_arg2
,"_wxWindow_p")) {
1321 PyErr_SetString(PyExc_TypeError
,"Type error in argument 3 of wxLayoutAlgorithm_LayoutFrame. Expected _wxWindow_p.");
1325 _result
= (bool )wxLayoutAlgorithm_LayoutFrame(_arg0
,_arg1
,_arg2
);
1326 _resultobj
= Py_BuildValue("i",_result
);
1330 static PyMethodDef windows3cMethods
[] = {
1331 { "wxLayoutAlgorithm_LayoutFrame", _wrap_wxLayoutAlgorithm_LayoutFrame
, 1 },
1332 { "wxLayoutAlgorithm_LayoutMDIFrame", _wrap_wxLayoutAlgorithm_LayoutMDIFrame
, 1 },
1333 { "delete_wxLayoutAlgorithm", _wrap_delete_wxLayoutAlgorithm
, 1 },
1334 { "new_wxLayoutAlgorithm", _wrap_new_wxLayoutAlgorithm
, 1 },
1335 { "wxSashLayoutWindow_SetOrientation", _wrap_wxSashLayoutWindow_SetOrientation
, 1 },
1336 { "wxSashLayoutWindow_SetDefaultSize", _wrap_wxSashLayoutWindow_SetDefaultSize
, 1 },
1337 { "wxSashLayoutWindow_SetAlignment", _wrap_wxSashLayoutWindow_SetAlignment
, 1 },
1338 { "wxSashLayoutWindow_GetOrientation", _wrap_wxSashLayoutWindow_GetOrientation
, 1 },
1339 { "wxSashLayoutWindow_GetAlignment", _wrap_wxSashLayoutWindow_GetAlignment
, 1 },
1340 { "new_wxSashLayoutWindow", _wrap_new_wxSashLayoutWindow
, 1 },
1341 { "wxCalculateLayoutEvent_GetRect", _wrap_wxCalculateLayoutEvent_GetRect
, 1 },
1342 { "wxCalculateLayoutEvent_SetRect", _wrap_wxCalculateLayoutEvent_SetRect
, 1 },
1343 { "wxCalculateLayoutEvent_GetFlags", _wrap_wxCalculateLayoutEvent_GetFlags
, 1 },
1344 { "wxCalculateLayoutEvent_SetFlags", _wrap_wxCalculateLayoutEvent_SetFlags
, 1 },
1345 { "wxQueryLayoutInfoEvent_GetAlignment", _wrap_wxQueryLayoutInfoEvent_GetAlignment
, 1 },
1346 { "wxQueryLayoutInfoEvent_SetAlignment", _wrap_wxQueryLayoutInfoEvent_SetAlignment
, 1 },
1347 { "wxQueryLayoutInfoEvent_GetOrientation", _wrap_wxQueryLayoutInfoEvent_GetOrientation
, 1 },
1348 { "wxQueryLayoutInfoEvent_SetOrientation", _wrap_wxQueryLayoutInfoEvent_SetOrientation
, 1 },
1349 { "wxQueryLayoutInfoEvent_GetSize", _wrap_wxQueryLayoutInfoEvent_GetSize
, 1 },
1350 { "wxQueryLayoutInfoEvent_SetSize", _wrap_wxQueryLayoutInfoEvent_SetSize
, 1 },
1351 { "wxQueryLayoutInfoEvent_GetFlags", _wrap_wxQueryLayoutInfoEvent_GetFlags
, 1 },
1352 { "wxQueryLayoutInfoEvent_SetFlags", _wrap_wxQueryLayoutInfoEvent_SetFlags
, 1 },
1353 { "wxQueryLayoutInfoEvent_GetRequestedLength", _wrap_wxQueryLayoutInfoEvent_GetRequestedLength
, 1 },
1354 { "wxQueryLayoutInfoEvent_SetRequestedLength", _wrap_wxQueryLayoutInfoEvent_SetRequestedLength
, 1 },
1355 { "wxSashWindow_SetSashBorder", _wrap_wxSashWindow_SetSashBorder
, 1 },
1356 { "wxSashWindow_SetSashVisible", _wrap_wxSashWindow_SetSashVisible
, 1 },
1357 { "wxSashWindow_SetMinimumSizeY", _wrap_wxSashWindow_SetMinimumSizeY
, 1 },
1358 { "wxSashWindow_SetMinimumSizeX", _wrap_wxSashWindow_SetMinimumSizeX
, 1 },
1359 { "wxSashWindow_SetMaximumSizeY", _wrap_wxSashWindow_SetMaximumSizeY
, 1 },
1360 { "wxSashWindow_SetMaximumSizeX", _wrap_wxSashWindow_SetMaximumSizeX
, 1 },
1361 { "wxSashWindow_SetExtraBorderSize", _wrap_wxSashWindow_SetExtraBorderSize
, 1 },
1362 { "wxSashWindow_SetDefaultBorderSize", _wrap_wxSashWindow_SetDefaultBorderSize
, 1 },
1363 { "wxSashWindow_HasBorder", _wrap_wxSashWindow_HasBorder
, 1 },
1364 { "wxSashWindow_GetMinimumSizeY", _wrap_wxSashWindow_GetMinimumSizeY
, 1 },
1365 { "wxSashWindow_GetMinimumSizeX", _wrap_wxSashWindow_GetMinimumSizeX
, 1 },
1366 { "wxSashWindow_GetMaximumSizeY", _wrap_wxSashWindow_GetMaximumSizeY
, 1 },
1367 { "wxSashWindow_GetMaximumSizeX", _wrap_wxSashWindow_GetMaximumSizeX
, 1 },
1368 { "wxSashWindow_GetExtraBorderSize", _wrap_wxSashWindow_GetExtraBorderSize
, 1 },
1369 { "wxSashWindow_GetEdgeMargin", _wrap_wxSashWindow_GetEdgeMargin
, 1 },
1370 { "wxSashWindow_GetDefaultBorderSize", _wrap_wxSashWindow_GetDefaultBorderSize
, 1 },
1371 { "wxSashWindow_GetSashVisible", _wrap_wxSashWindow_GetSashVisible
, 1 },
1372 { "new_wxSashWindow", _wrap_new_wxSashWindow
, 1 },
1373 { "wxSashEvent_GetDragStatus", _wrap_wxSashEvent_GetDragStatus
, 1 },
1374 { "wxSashEvent_SetDragStatus", _wrap_wxSashEvent_SetDragStatus
, 1 },
1375 { "wxSashEvent_GetDragRect", _wrap_wxSashEvent_GetDragRect
, 1 },
1376 { "wxSashEvent_SetDragRect", _wrap_wxSashEvent_SetDragRect
, 1 },
1377 { "wxSashEvent_GetEdge", _wrap_wxSashEvent_GetEdge
, 1 },
1378 { "wxSashEvent_SetEdge", _wrap_wxSashEvent_SetEdge
, 1 },
1381 static PyObject
*SWIG_globals
;
1385 SWIGEXPORT(void,initwindows3c
)() {
1387 SWIG_globals
= SWIG_newvarlink();
1388 m
= Py_InitModule("windows3c", windows3cMethods
);
1389 d
= PyModule_GetDict(m
);
1390 PyDict_SetItemString(d
,"wxSASH_TOP", PyInt_FromLong((long) wxSASH_TOP
));
1391 PyDict_SetItemString(d
,"wxSASH_RIGHT", PyInt_FromLong((long) wxSASH_RIGHT
));
1392 PyDict_SetItemString(d
,"wxSASH_BOTTOM", PyInt_FromLong((long) wxSASH_BOTTOM
));
1393 PyDict_SetItemString(d
,"wxSASH_LEFT", PyInt_FromLong((long) wxSASH_LEFT
));
1394 PyDict_SetItemString(d
,"wxSASH_NONE", PyInt_FromLong((long) wxSASH_NONE
));
1395 PyDict_SetItemString(d
,"wxEVT_SASH_DRAGGED", PyInt_FromLong((long) wxEVT_SASH_DRAGGED
));
1396 PyDict_SetItemString(d
,"wxSW_3D", PyInt_FromLong((long) wxSW_3D
));
1397 PyDict_SetItemString(d
,"wxSASH_STATUS_OK", PyInt_FromLong((long) wxSASH_STATUS_OK
));
1398 PyDict_SetItemString(d
,"wxSASH_STATUS_OUT_OF_RANGE", PyInt_FromLong((long) wxSASH_STATUS_OUT_OF_RANGE
));
1399 PyDict_SetItemString(d
,"wxLAYOUT_HORIZONTAL", PyInt_FromLong((long) wxLAYOUT_HORIZONTAL
));
1400 PyDict_SetItemString(d
,"wxLAYOUT_VERTICAL", PyInt_FromLong((long) wxLAYOUT_VERTICAL
));
1401 PyDict_SetItemString(d
,"wxLAYOUT_NONE", PyInt_FromLong((long) wxLAYOUT_NONE
));
1402 PyDict_SetItemString(d
,"wxLAYOUT_TOP", PyInt_FromLong((long) wxLAYOUT_TOP
));
1403 PyDict_SetItemString(d
,"wxLAYOUT_LEFT", PyInt_FromLong((long) wxLAYOUT_LEFT
));
1404 PyDict_SetItemString(d
,"wxLAYOUT_RIGHT", PyInt_FromLong((long) wxLAYOUT_RIGHT
));
1405 PyDict_SetItemString(d
,"wxLAYOUT_BOTTOM", PyInt_FromLong((long) wxLAYOUT_BOTTOM
));
1406 PyDict_SetItemString(d
,"wxEVT_QUERY_LAYOUT_INFO", PyInt_FromLong((long) wxEVT_QUERY_LAYOUT_INFO
));
1407 PyDict_SetItemString(d
,"wxEVT_CALCULATE_LAYOUT", PyInt_FromLong((long) wxEVT_CALCULATE_LAYOUT
));
1409 * These are the pointer type-equivalency mappings.
1410 * (Used by the SWIG pointer type-checker).
1412 SWIG_RegisterMapping("_wxAcceleratorTable","_class_wxAcceleratorTable",0);
1413 SWIG_RegisterMapping("_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1414 SWIG_RegisterMapping("_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1415 SWIG_RegisterMapping("_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1416 SWIG_RegisterMapping("_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1417 SWIG_RegisterMapping("_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent
);
1418 SWIG_RegisterMapping("_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent
);
1419 SWIG_RegisterMapping("_wxEvent","_class_wxEvent",0);
1420 SWIG_RegisterMapping("_class_wxActivateEvent","_wxActivateEvent",0);
1421 SWIG_RegisterMapping("_signed_long","_long",0);
1422 SWIG_RegisterMapping("_wxMenuEvent","_class_wxMenuEvent",0);
1423 SWIG_RegisterMapping("_class_wxRegionIterator","_wxRegionIterator",0);
1424 SWIG_RegisterMapping("_class_wxMenuBar","_wxMenuBar",0);
1425 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1426 SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1427 SWIG_RegisterMapping("_class_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1428 SWIG_RegisterMapping("_class_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1429 SWIG_RegisterMapping("_class_wxEvtHandler","_wxEvtHandler",0);
1430 SWIG_RegisterMapping("_wxPaintEvent","_class_wxPaintEvent",0);
1431 SWIG_RegisterMapping("_wxIndividualLayoutConstraint","_class_wxIndividualLayoutConstraint",0);
1432 SWIG_RegisterMapping("_wxCursor","_class_wxCursor",0);
1433 SWIG_RegisterMapping("_wxToolTip","_class_wxToolTip",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("_wxImageList","_class_wxImageList",0);
1448 SWIG_RegisterMapping("_wxDropFilesEvent","_class_wxDropFilesEvent",0);
1449 SWIG_RegisterMapping("_wxBitmapButton","_class_wxBitmapButton",0);
1450 SWIG_RegisterMapping("_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1451 SWIG_RegisterMapping("_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1452 SWIG_RegisterMapping("_wxSashWindow","_class_wxSashWindow",0);
1453 SWIG_RegisterMapping("_class_wxAcceleratorTable","_wxAcceleratorTable",0);
1454 SWIG_RegisterMapping("_class_wxGauge","_wxGauge",0);
1455 SWIG_RegisterMapping("_class_wxSashEvent","_wxSashEvent",0);
1456 SWIG_RegisterMapping("_wxDC","_class_wxDC",0);
1457 SWIG_RegisterMapping("_wxSpinEvent","_class_wxSpinEvent",0);
1458 SWIG_RegisterMapping("_wxSashLayoutWindow","_class_wxSashLayoutWindow",0);
1459 SWIG_RegisterMapping("_class_wxRealPoint","_wxRealPoint",0);
1460 SWIG_RegisterMapping("_wxPrinterDC","_class_wxPrinterDC",0);
1461 SWIG_RegisterMapping("_class_wxMenuItem","_wxMenuItem",0);
1462 SWIG_RegisterMapping("_class_wxPaintEvent","_wxPaintEvent",0);
1463 SWIG_RegisterMapping("_wxSysColourChangedEvent","_class_wxSysColourChangedEvent",0);
1464 SWIG_RegisterMapping("_class_wxStatusBar","_wxStatusBar",0);
1465 SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
1466 SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
1467 SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
1468 SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
1469 SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0);
1470 SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
1471 SWIG_RegisterMapping("_class_wxKeyEvent","_wxKeyEvent",0);
1472 SWIG_RegisterMapping("_class_wxGrid","_wxGrid",0);
1473 SWIG_RegisterMapping("_wxColour","_class_wxColour",0);
1474 SWIG_RegisterMapping("_class_wxDialog","_wxDialog",0);
1475 SWIG_RegisterMapping("_wxIdleEvent","_class_wxIdleEvent",0);
1476 SWIG_RegisterMapping("_class_wxUpdateUIEvent","_wxUpdateUIEvent",0);
1477 SWIG_RegisterMapping("_wxToolBar","_class_wxToolBar",0);
1478 SWIG_RegisterMapping("_class_wxLayoutAlgorithm","_wxLayoutAlgorithm",0);
1479 SWIG_RegisterMapping("_wxBrush","_class_wxBrush",0);
1480 SWIG_RegisterMapping("_class_wxNotebookEvent","_wxNotebookEvent",0);
1481 SWIG_RegisterMapping("_wxMiniFrame","_class_wxMiniFrame",0);
1482 SWIG_RegisterMapping("_class_wxSashWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1483 SWIG_RegisterMapping("_class_wxSashWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxSashWindow
);
1484 SWIG_RegisterMapping("_class_wxSashWindow","_wxSashWindow",0);
1485 SWIG_RegisterMapping("_wxShowEvent","_class_wxShowEvent",0);
1486 SWIG_RegisterMapping("_uint","_unsigned_int",0);
1487 SWIG_RegisterMapping("_uint","_int",0);
1488 SWIG_RegisterMapping("_uint","_wxWindowID",0);
1489 SWIG_RegisterMapping("_class_wxEvent","_class_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1490 SWIG_RegisterMapping("_class_wxEvent","_wxCalculateLayoutEvent",SwigwxCalculateLayoutEventTowxEvent
);
1491 SWIG_RegisterMapping("_class_wxEvent","_class_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1492 SWIG_RegisterMapping("_class_wxEvent","_wxQueryLayoutInfoEvent",SwigwxQueryLayoutInfoEventTowxEvent
);
1493 SWIG_RegisterMapping("_class_wxEvent","_class_wxSashEvent",SwigwxSashEventTowxEvent
);
1494 SWIG_RegisterMapping("_class_wxEvent","_wxSashEvent",SwigwxSashEventTowxEvent
);
1495 SWIG_RegisterMapping("_class_wxEvent","_wxEvent",0);
1496 SWIG_RegisterMapping("_wxCheckListBox","_class_wxCheckListBox",0);
1497 SWIG_RegisterMapping("_wxGridEvent","_class_wxGridEvent",0);
1498 SWIG_RegisterMapping("_wxRect","_class_wxRect",0);
1499 SWIG_RegisterMapping("_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1500 SWIG_RegisterMapping("_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1501 SWIG_RegisterMapping("_wxCommandEvent","_class_wxCommandEvent",0);
1502 SWIG_RegisterMapping("_wxSizeEvent","_class_wxSizeEvent",0);
1503 SWIG_RegisterMapping("_wxPoint","_class_wxPoint",0);
1504 SWIG_RegisterMapping("_class_wxSashLayoutWindow","_wxSashLayoutWindow",0);
1505 SWIG_RegisterMapping("_class_wxButton","_wxButton",0);
1506 SWIG_RegisterMapping("_wxRadioBox","_class_wxRadioBox",0);
1507 SWIG_RegisterMapping("_wxBitmap","_class_wxBitmap",0);
1508 SWIG_RegisterMapping("_wxTaskBarIcon","_class_wxTaskBarIcon",0);
1509 SWIG_RegisterMapping("_wxPyTimer","_class_wxPyTimer",0);
1510 SWIG_RegisterMapping("_wxWindowDC","_class_wxWindowDC",0);
1511 SWIG_RegisterMapping("_wxScrollBar","_class_wxScrollBar",0);
1512 SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
1513 SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
1514 SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
1515 SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
1516 SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
1517 SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0);
1518 SWIG_RegisterMapping("_class_wxToolBar","_wxToolBar",0);
1519 SWIG_RegisterMapping("_wxScrollEvent","_class_wxScrollEvent",0);
1520 SWIG_RegisterMapping("_wxCalculateLayoutEvent","_class_wxCalculateLayoutEvent",0);
1521 SWIG_RegisterMapping("_EBool","_signed_int",0);
1522 SWIG_RegisterMapping("_EBool","_int",0);
1523 SWIG_RegisterMapping("_EBool","_wxWindowID",0);
1524 SWIG_RegisterMapping("_class_wxRegion","_wxRegion",0);
1525 SWIG_RegisterMapping("_class_wxDropFilesEvent","_wxDropFilesEvent",0);
1526 SWIG_RegisterMapping("_wxStaticText","_class_wxStaticText",0);
1527 SWIG_RegisterMapping("_wxFont","_class_wxFont",0);
1528 SWIG_RegisterMapping("_wxCloseEvent","_class_wxCloseEvent",0);
1529 SWIG_RegisterMapping("_wxNotebook","_class_wxNotebook",0);
1530 SWIG_RegisterMapping("_unsigned_long","_wxDash",0);
1531 SWIG_RegisterMapping("_unsigned_long","_long",0);
1532 SWIG_RegisterMapping("_class_wxRect","_wxRect",0);
1533 SWIG_RegisterMapping("_class_wxDC","_wxDC",0);
1534 SWIG_RegisterMapping("_wxMDIParentFrame","_class_wxMDIParentFrame",0);
1535 SWIG_RegisterMapping("_class_wxPyTimer","_wxPyTimer",0);
1536 SWIG_RegisterMapping("_wxFocusEvent","_class_wxFocusEvent",0);
1537 SWIG_RegisterMapping("_wxMaximizeEvent","_class_wxMaximizeEvent",0);
1538 SWIG_RegisterMapping("_class_wxSpinButton","_wxSpinButton",0);
1539 SWIG_RegisterMapping("_wxAcceleratorEntry","_class_wxAcceleratorEntry",0);
1540 SWIG_RegisterMapping("_class_wxPanel","_wxPanel",0);
1541 SWIG_RegisterMapping("_class_wxCheckBox","_wxCheckBox",0);
1542 SWIG_RegisterMapping("_wxComboBox","_class_wxComboBox",0);
1543 SWIG_RegisterMapping("_wxRadioButton","_class_wxRadioButton",0);
1544 SWIG_RegisterMapping("_signed_int","_EBool",0);
1545 SWIG_RegisterMapping("_signed_int","_wxWindowID",0);
1546 SWIG_RegisterMapping("_signed_int","_int",0);
1547 SWIG_RegisterMapping("_class_wxTextCtrl","_wxTextCtrl",0);
1548 SWIG_RegisterMapping("_wxLayoutConstraints","_class_wxLayoutConstraints",0);
1549 SWIG_RegisterMapping("_wxMetaFileDC","_class_wxMetaFileDC",0);
1550 SWIG_RegisterMapping("_wxMenu","_class_wxMenu",0);
1551 SWIG_RegisterMapping("_class_wxMoveEvent","_wxMoveEvent",0);
1552 SWIG_RegisterMapping("_wxListBox","_class_wxListBox",0);
1553 SWIG_RegisterMapping("_wxScreenDC","_class_wxScreenDC",0);
1554 SWIG_RegisterMapping("_class_wxMDIChildFrame","_wxMDIChildFrame",0);
1555 SWIG_RegisterMapping("_WXTYPE","_short",0);
1556 SWIG_RegisterMapping("_WXTYPE","_signed_short",0);
1557 SWIG_RegisterMapping("_WXTYPE","_unsigned_short",0);
1558 SWIG_RegisterMapping("_class_wxMDIClientWindow","_wxMDIClientWindow",0);
1559 SWIG_RegisterMapping("_class_wxBrush","_wxBrush",0);
1560 SWIG_RegisterMapping("_unsigned_short","_WXTYPE",0);
1561 SWIG_RegisterMapping("_unsigned_short","_short",0);
1562 SWIG_RegisterMapping("_class_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1563 SWIG_RegisterMapping("_class_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1564 SWIG_RegisterMapping("_class_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow
);
1565 SWIG_RegisterMapping("_class_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow
);
1566 SWIG_RegisterMapping("_class_wxWindow","_wxWindow",0);
1567 SWIG_RegisterMapping("_wxSplitterWindow","_class_wxSplitterWindow",0);
1568 SWIG_RegisterMapping("_class_wxStaticText","_wxStaticText",0);
1569 SWIG_RegisterMapping("_class_wxFont","_wxFont",0);
1570 SWIG_RegisterMapping("_class_wxCloseEvent","_wxCloseEvent",0);
1571 SWIG_RegisterMapping("_wxSashEvent","_class_wxSashEvent",0);
1572 SWIG_RegisterMapping("_class_wxMenuEvent","_wxMenuEvent",0);
1573 SWIG_RegisterMapping("_wxClientDC","_class_wxClientDC",0);
1574 SWIG_RegisterMapping("_wxMouseEvent","_class_wxMouseEvent",0);
1575 SWIG_RegisterMapping("_class_wxPoint","_wxPoint",0);
1576 SWIG_RegisterMapping("_wxRealPoint","_class_wxRealPoint",0);
1577 SWIG_RegisterMapping("_class_wxRadioBox","_wxRadioBox",0);
1578 SWIG_RegisterMapping("_wxGridCell","_class_wxGridCell",0);
1579 SWIG_RegisterMapping("_signed_short","_WXTYPE",0);
1580 SWIG_RegisterMapping("_signed_short","_short",0);
1581 SWIG_RegisterMapping("_wxMemoryDC","_class_wxMemoryDC",0);
1582 SWIG_RegisterMapping("_class_wxTaskBarIcon","_wxTaskBarIcon",0);
1583 SWIG_RegisterMapping("_wxPaintDC","_class_wxPaintDC",0);
1584 SWIG_RegisterMapping("_class_wxWindowDC","_wxWindowDC",0);
1585 SWIG_RegisterMapping("_class_wxFocusEvent","_wxFocusEvent",0);
1586 SWIG_RegisterMapping("_class_wxMaximizeEvent","_wxMaximizeEvent",0);
1587 SWIG_RegisterMapping("_wxStatusBar","_class_wxStatusBar",0);
1588 SWIG_RegisterMapping("_class_wxToolBarTool","_wxToolBarTool",0);
1589 SWIG_RegisterMapping("_class_wxAcceleratorEntry","_wxAcceleratorEntry",0);
1590 SWIG_RegisterMapping("_class_wxCursor","_wxCursor",0);
1591 SWIG_RegisterMapping("_wxScrolledWindow","_class_wxScrolledWindow",0);
1592 SWIG_RegisterMapping("_unsigned_char","_byte",0);
1593 SWIG_RegisterMapping("_class_wxMetaFileDC","_wxMetaFileDC",0);
1594 SWIG_RegisterMapping("_class_wxMenu","_wxMenu",0);
1595 SWIG_RegisterMapping("_wxControl","_class_wxControl",0);
1596 SWIG_RegisterMapping("_class_wxListBox","_wxListBox",0);
1597 SWIG_RegisterMapping("_unsigned_int","_uint",0);
1598 SWIG_RegisterMapping("_unsigned_int","_wxWindowID",0);
1599 SWIG_RegisterMapping("_unsigned_int","_int",0);
1600 SWIG_RegisterMapping("_wxIcon","_class_wxIcon",0);
1601 SWIG_RegisterMapping("_wxDialog","_class_wxDialog",0);
1602 SWIG_RegisterMapping("_class_wxPyMenu","_wxPyMenu",0);
1603 SWIG_RegisterMapping("_class_wxPen","_wxPen",0);
1604 SWIG_RegisterMapping("_wxQueryLayoutInfoEvent","_class_wxQueryLayoutInfoEvent",0);
1605 SWIG_RegisterMapping("_short","_WXTYPE",0);
1606 SWIG_RegisterMapping("_short","_unsigned_short",0);
1607 SWIG_RegisterMapping("_short","_signed_short",0);
1608 SWIG_RegisterMapping("_class_wxStaticBox","_wxStaticBox",0);
1609 SWIG_RegisterMapping("_wxLayoutAlgorithm","_class_wxLayoutAlgorithm",0);
1610 SWIG_RegisterMapping("_class_wxScrollEvent","_wxScrollEvent",0);
1611 SWIG_RegisterMapping("_wxJoystickEvent","_class_wxJoystickEvent",0);
1612 SWIG_RegisterMapping("_class_wxChoice","_wxChoice",0);
1613 SWIG_RegisterMapping("_class_wxSlider","_wxSlider",0);
1614 SWIG_RegisterMapping("_class_wxCalculateLayoutEvent","_wxCalculateLayoutEvent",0);
1615 SWIG_RegisterMapping("_class_wxImageList","_wxImageList",0);
1616 SWIG_RegisterMapping("_class_wxBitmapButton","_wxBitmapButton",0);
1617 SWIG_RegisterMapping("_wxFrame","_class_wxFrame",0);
1618 SWIG_RegisterMapping("_class_wxNotebook","_wxNotebook",0);
1619 SWIG_RegisterMapping("_wxWindowID","_EBool",0);
1620 SWIG_RegisterMapping("_wxWindowID","_uint",0);
1621 SWIG_RegisterMapping("_wxWindowID","_int",0);
1622 SWIG_RegisterMapping("_wxWindowID","_signed_int",0);
1623 SWIG_RegisterMapping("_wxWindowID","_unsigned_int",0);
1624 SWIG_RegisterMapping("_int","_EBool",0);
1625 SWIG_RegisterMapping("_int","_uint",0);
1626 SWIG_RegisterMapping("_int","_wxWindowID",0);
1627 SWIG_RegisterMapping("_int","_unsigned_int",0);
1628 SWIG_RegisterMapping("_int","_signed_int",0);
1629 SWIG_RegisterMapping("_class_wxMouseEvent","_wxMouseEvent",0);
1630 SWIG_RegisterMapping("_class_wxSpinEvent","_wxSpinEvent",0);
1631 SWIG_RegisterMapping("_wxButton","_class_wxButton",0);
1632 SWIG_RegisterMapping("_wxSize","_class_wxSize",0);
1633 SWIG_RegisterMapping("_wxRegionIterator","_class_wxRegionIterator",0);
1634 SWIG_RegisterMapping("_class_wxPrinterDC","_wxPrinterDC",0);
1635 SWIG_RegisterMapping("_class_wxMDIParentFrame","_wxMDIParentFrame",0);
1636 SWIG_RegisterMapping("_class_wxPaintDC","_wxPaintDC",0);
1637 SWIG_RegisterMapping("_class_wxSysColourChangedEvent","_wxSysColourChangedEvent",0);
1638 SWIG_RegisterMapping("_class_wxInitDialogEvent","_wxInitDialogEvent",0);
1639 SWIG_RegisterMapping("_class_wxComboBox","_wxComboBox",0);
1640 SWIG_RegisterMapping("_class_wxRadioButton","_wxRadioButton",0);
1641 SWIG_RegisterMapping("_class_wxLayoutConstraints","_wxLayoutConstraints",0);
1642 SWIG_RegisterMapping("_wxIconizeEvent","_class_wxIconizeEvent",0);
1643 SWIG_RegisterMapping("_class_wxControl","_wxControl",0);
1644 SWIG_RegisterMapping("_wxStaticBitmap","_class_wxStaticBitmap",0);
1645 SWIG_RegisterMapping("_class_wxIcon","_wxIcon",0);
1646 SWIG_RegisterMapping("_class_wxColour","_wxColour",0);
1647 SWIG_RegisterMapping("_class_wxScreenDC","_wxScreenDC",0);
1648 SWIG_RegisterMapping("_wxPalette","_class_wxPalette",0);
1649 SWIG_RegisterMapping("_class_wxIdleEvent","_wxIdleEvent",0);
1650 SWIG_RegisterMapping("_wxEraseEvent","_class_wxEraseEvent",0);
1651 SWIG_RegisterMapping("_class_wxJoystickEvent","_wxJoystickEvent",0);
1652 SWIG_RegisterMapping("_class_wxMiniFrame","_wxMiniFrame",0);
1653 SWIG_RegisterMapping("_wxRegion","_class_wxRegion",0);
1654 SWIG_RegisterMapping("_class_wxSplitterWindow","_wxSplitterWindow",0);
1655 SWIG_RegisterMapping("_class_wxShowEvent","_wxShowEvent",0);
1656 SWIG_RegisterMapping("_wxActivateEvent","_class_wxActivateEvent",0);
1657 SWIG_RegisterMapping("_wxGauge","_class_wxGauge",0);
1658 SWIG_RegisterMapping("_class_wxCheckListBox","_wxCheckListBox",0);
1659 SWIG_RegisterMapping("_class_wxGridEvent","_wxGridEvent",0);
1660 SWIG_RegisterMapping("_class_wxCommandEvent","_class_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1661 SWIG_RegisterMapping("_class_wxCommandEvent","_wxSashEvent",SwigwxSashEventTowxCommandEvent
);
1662 SWIG_RegisterMapping("_class_wxCommandEvent","_wxCommandEvent",0);
1663 SWIG_RegisterMapping("_class_wxClientDC","_wxClientDC",0);
1664 SWIG_RegisterMapping("_class_wxSizeEvent","_wxSizeEvent",0);
1665 SWIG_RegisterMapping("_class_wxGridCell","_wxGridCell",0);
1666 SWIG_RegisterMapping("_class_wxSize","_wxSize",0);
1667 SWIG_RegisterMapping("_class_wxBitmap","_wxBitmap",0);
1668 SWIG_RegisterMapping("_class_wxMemoryDC","_wxMemoryDC",0);
1669 SWIG_RegisterMapping("_wxMenuBar","_class_wxMenuBar",0);
1670 SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1671 SWIG_RegisterMapping("_wxEvtHandler","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxEvtHandler
);
1672 SWIG_RegisterMapping("_wxEvtHandler","_class_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1673 SWIG_RegisterMapping("_wxEvtHandler","_wxSashWindow",SwigwxSashWindowTowxEvtHandler
);
1674 SWIG_RegisterMapping("_wxEvtHandler","_class_wxEvtHandler",0);
1675 SWIG_RegisterMapping("_wxMenuItem","_class_wxMenuItem",0);
1676 SWIG_RegisterMapping("_class_wxScrollBar","_wxScrollBar",0);
1677 SWIG_RegisterMapping("_wxDash","_unsigned_long",0);
1678 SWIG_RegisterMapping("_wxDash","_long",0);
1679 SWIG_RegisterMapping("_class_wxScrolledWindow","_wxScrolledWindow",0);
1680 SWIG_RegisterMapping("_wxKeyEvent","_class_wxKeyEvent",0);
1681 SWIG_RegisterMapping("_wxMoveEvent","_class_wxMoveEvent",0);
1682 SWIG_RegisterMapping("_class_wxPalette","_wxPalette",0);
1683 SWIG_RegisterMapping("_class_wxQueryLayoutInfoEvent","_wxQueryLayoutInfoEvent",0);
1684 SWIG_RegisterMapping("_class_wxEraseEvent","_wxEraseEvent",0);
1685 SWIG_RegisterMapping("_wxMDIClientWindow","_class_wxMDIClientWindow",0);
1686 SWIG_RegisterMapping("_wxWindow","_class_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1687 SWIG_RegisterMapping("_wxWindow","_wxSashLayoutWindow",SwigwxSashLayoutWindowTowxWindow
);
1688 SWIG_RegisterMapping("_wxWindow","_class_wxSashWindow",SwigwxSashWindowTowxWindow
);
1689 SWIG_RegisterMapping("_wxWindow","_wxSashWindow",SwigwxSashWindowTowxWindow
);
1690 SWIG_RegisterMapping("_wxWindow","_class_wxWindow",0);
1691 SWIG_RegisterMapping("_class_wxFrame","_wxFrame",0);