wxPython 2.0b9, first phase (win32)

Added gobs of stuff, see wxPython/README.txt for details


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-04-30 03:29:54 +00:00
parent ca298c8852
commit cf694132f1
137 changed files with 31032 additions and 4280 deletions

View File

@@ -147,8 +147,12 @@ static PyObject *_wrap_wxSashEvent_SetEdge(PyObject *self, PyObject *args) {
return NULL;
}
}
wxSashEvent_SetEdge(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashEvent_SetEdge(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -169,8 +173,12 @@ static PyObject *_wrap_wxSashEvent_GetEdge(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (wxSashEdgePosition )wxSashEvent_GetEdge(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxSashEdgePosition )wxSashEvent_GetEdge(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -197,8 +205,12 @@ static PyObject *_wrap_wxSashEvent_SetDragRect(PyObject *self, PyObject *args) {
return NULL;
}
}
wxSashEvent_SetDragRect(_arg0,*_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashEvent_SetDragRect(_arg0,*_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -220,8 +232,12 @@ static PyObject *_wrap_wxSashEvent_GetDragRect(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = new wxRect (wxSashEvent_GetDragRect(_arg0));
SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxRect (wxSashEvent_GetDragRect(_arg0));
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -242,8 +258,12 @@ static PyObject *_wrap_wxSashEvent_SetDragStatus(PyObject *self, PyObject *args)
return NULL;
}
}
wxSashEvent_SetDragStatus(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashEvent_SetDragStatus(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -264,8 +284,12 @@ static PyObject *_wrap_wxSashEvent_GetDragStatus(PyObject *self, PyObject *args)
return NULL;
}
}
_result = (wxSashDragStatus )wxSashEvent_GetDragStatus(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxSashDragStatus )wxSashEvent_GetDragStatus(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -321,8 +345,12 @@ static PyObject *_wrap_new_wxSashWindow(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (wxSashWindow *)new_wxSashWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashWindow_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxSashWindow *)new_wxSashWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashWindow_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -344,8 +372,12 @@ static PyObject *_wrap_wxSashWindow_GetSashVisible(PyObject *self, PyObject *arg
return NULL;
}
}
_result = (bool )wxSashWindow_GetSashVisible(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxSashWindow_GetSashVisible(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -365,8 +397,12 @@ static PyObject *_wrap_wxSashWindow_GetDefaultBorderSize(PyObject *self, PyObjec
return NULL;
}
}
_result = (int )wxSashWindow_GetDefaultBorderSize(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetDefaultBorderSize(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -387,8 +423,12 @@ static PyObject *_wrap_wxSashWindow_GetEdgeMargin(PyObject *self, PyObject *args
return NULL;
}
}
_result = (int )wxSashWindow_GetEdgeMargin(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetEdgeMargin(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -408,8 +448,12 @@ static PyObject *_wrap_wxSashWindow_GetExtraBorderSize(PyObject *self, PyObject
return NULL;
}
}
_result = (int )wxSashWindow_GetExtraBorderSize(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetExtraBorderSize(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -429,8 +473,12 @@ static PyObject *_wrap_wxSashWindow_GetMaximumSizeX(PyObject *self, PyObject *ar
return NULL;
}
}
_result = (int )wxSashWindow_GetMaximumSizeX(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetMaximumSizeX(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -450,8 +498,12 @@ static PyObject *_wrap_wxSashWindow_GetMaximumSizeY(PyObject *self, PyObject *ar
return NULL;
}
}
_result = (int )wxSashWindow_GetMaximumSizeY(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetMaximumSizeY(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -471,8 +523,12 @@ static PyObject *_wrap_wxSashWindow_GetMinimumSizeX(PyObject *self, PyObject *ar
return NULL;
}
}
_result = (int )wxSashWindow_GetMinimumSizeX(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetMinimumSizeX(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -492,8 +548,12 @@ static PyObject *_wrap_wxSashWindow_GetMinimumSizeY(PyObject *self, PyObject *ar
return NULL;
}
}
_result = (int )wxSashWindow_GetMinimumSizeY(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxSashWindow_GetMinimumSizeY(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -514,8 +574,12 @@ static PyObject *_wrap_wxSashWindow_HasBorder(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (bool )wxSashWindow_HasBorder(_arg0,_arg1);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxSashWindow_HasBorder(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -535,8 +599,12 @@ static PyObject *_wrap_wxSashWindow_SetDefaultBorderSize(PyObject *self, PyObjec
return NULL;
}
}
wxSashWindow_SetDefaultBorderSize(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetDefaultBorderSize(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -557,8 +625,12 @@ static PyObject *_wrap_wxSashWindow_SetExtraBorderSize(PyObject *self, PyObject
return NULL;
}
}
wxSashWindow_SetExtraBorderSize(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetExtraBorderSize(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -579,8 +651,12 @@ static PyObject *_wrap_wxSashWindow_SetMaximumSizeX(PyObject *self, PyObject *ar
return NULL;
}
}
wxSashWindow_SetMaximumSizeX(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetMaximumSizeX(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -601,8 +677,12 @@ static PyObject *_wrap_wxSashWindow_SetMaximumSizeY(PyObject *self, PyObject *ar
return NULL;
}
}
wxSashWindow_SetMaximumSizeY(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetMaximumSizeY(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -623,8 +703,12 @@ static PyObject *_wrap_wxSashWindow_SetMinimumSizeX(PyObject *self, PyObject *ar
return NULL;
}
}
wxSashWindow_SetMinimumSizeX(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetMinimumSizeX(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -645,8 +729,12 @@ static PyObject *_wrap_wxSashWindow_SetMinimumSizeY(PyObject *self, PyObject *ar
return NULL;
}
}
wxSashWindow_SetMinimumSizeY(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetMinimumSizeY(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -670,8 +758,12 @@ static PyObject *_wrap_wxSashWindow_SetSashVisible(PyObject *self, PyObject *arg
}
}
_arg2 = (bool ) tempbool2;
wxSashWindow_SetSashVisible(_arg0,_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetSashVisible(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -695,8 +787,12 @@ static PyObject *_wrap_wxSashWindow_SetSashBorder(PyObject *self, PyObject *args
}
}
_arg2 = (bool ) tempbool2;
wxSashWindow_SetSashBorder(_arg0,_arg1,_arg2);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashWindow_SetSashBorder(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -725,8 +821,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_SetRequestedLength(PyObject *self,
return NULL;
}
}
wxQueryLayoutInfoEvent_SetRequestedLength(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxQueryLayoutInfoEvent_SetRequestedLength(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -747,8 +847,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_GetRequestedLength(PyObject *self,
return NULL;
}
}
_result = (int )wxQueryLayoutInfoEvent_GetRequestedLength(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxQueryLayoutInfoEvent_GetRequestedLength(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -768,8 +872,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_SetFlags(PyObject *self, PyObject
return NULL;
}
}
wxQueryLayoutInfoEvent_SetFlags(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxQueryLayoutInfoEvent_SetFlags(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -790,8 +898,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_GetFlags(PyObject *self, PyObject
return NULL;
}
}
_result = (int )wxQueryLayoutInfoEvent_GetFlags(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxQueryLayoutInfoEvent_GetFlags(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -818,8 +930,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_SetSize(PyObject *self, PyObject *
return NULL;
}
}
wxQueryLayoutInfoEvent_SetSize(_arg0,*_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxQueryLayoutInfoEvent_SetSize(_arg0,*_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -841,8 +957,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_GetSize(PyObject *self, PyObject *
return NULL;
}
}
_result = new wxSize (wxQueryLayoutInfoEvent_GetSize(_arg0));
SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxSize (wxQueryLayoutInfoEvent_GetSize(_arg0));
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (void *) _result,"_wxSize_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -863,8 +983,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_SetOrientation(PyObject *self, PyO
return NULL;
}
}
wxQueryLayoutInfoEvent_SetOrientation(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxQueryLayoutInfoEvent_SetOrientation(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -885,8 +1009,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_GetOrientation(PyObject *self, PyO
return NULL;
}
}
_result = (wxLayoutOrientation )wxQueryLayoutInfoEvent_GetOrientation(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxLayoutOrientation )wxQueryLayoutInfoEvent_GetOrientation(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -906,8 +1034,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_SetAlignment(PyObject *self, PyObj
return NULL;
}
}
wxQueryLayoutInfoEvent_SetAlignment(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxQueryLayoutInfoEvent_SetAlignment(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -928,8 +1060,12 @@ static PyObject *_wrap_wxQueryLayoutInfoEvent_GetAlignment(PyObject *self, PyObj
return NULL;
}
}
_result = (wxLayoutAlignment )wxQueryLayoutInfoEvent_GetAlignment(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxLayoutAlignment )wxQueryLayoutInfoEvent_GetAlignment(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -957,8 +1093,12 @@ static PyObject *_wrap_wxCalculateLayoutEvent_SetFlags(PyObject *self, PyObject
return NULL;
}
}
wxCalculateLayoutEvent_SetFlags(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxCalculateLayoutEvent_SetFlags(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -979,8 +1119,12 @@ static PyObject *_wrap_wxCalculateLayoutEvent_GetFlags(PyObject *self, PyObject
return NULL;
}
}
_result = (int )wxCalculateLayoutEvent_GetFlags(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (int )wxCalculateLayoutEvent_GetFlags(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1007,8 +1151,12 @@ static PyObject *_wrap_wxCalculateLayoutEvent_SetRect(PyObject *self, PyObject *
return NULL;
}
}
wxCalculateLayoutEvent_SetRect(_arg0,*_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxCalculateLayoutEvent_SetRect(_arg0,*_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1030,8 +1178,12 @@ static PyObject *_wrap_wxCalculateLayoutEvent_GetRect(PyObject *self, PyObject *
return NULL;
}
}
_result = new wxRect (wxCalculateLayoutEvent_GetRect(_arg0));
SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = new wxRect (wxCalculateLayoutEvent_GetRect(_arg0));
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (void *) _result,"_wxRect_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -1096,8 +1248,12 @@ static PyObject *_wrap_new_wxSashLayoutWindow(PyObject *self, PyObject *args) {
return NULL;
}
}
_result = (wxSashLayoutWindow *)new_wxSashLayoutWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashLayoutWindow_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxSashLayoutWindow *)new_wxSashLayoutWindow(_arg0,_arg1,*_arg2,*_arg3,_arg4,_arg5);
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxSashLayoutWindow_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -1118,8 +1274,12 @@ static PyObject *_wrap_wxSashLayoutWindow_GetAlignment(PyObject *self, PyObject
return NULL;
}
}
_result = (wxLayoutAlignment )wxSashLayoutWindow_GetAlignment(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxLayoutAlignment )wxSashLayoutWindow_GetAlignment(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1139,8 +1299,12 @@ static PyObject *_wrap_wxSashLayoutWindow_GetOrientation(PyObject *self, PyObjec
return NULL;
}
}
_result = (wxLayoutOrientation )wxSashLayoutWindow_GetOrientation(_arg0);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxLayoutOrientation )wxSashLayoutWindow_GetOrientation(_arg0);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1160,8 +1324,12 @@ static PyObject *_wrap_wxSashLayoutWindow_SetAlignment(PyObject *self, PyObject
return NULL;
}
}
wxSashLayoutWindow_SetAlignment(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashLayoutWindow_SetAlignment(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1189,8 +1357,12 @@ static PyObject *_wrap_wxSashLayoutWindow_SetDefaultSize(PyObject *self, PyObjec
return NULL;
}
}
wxSashLayoutWindow_SetDefaultSize(_arg0,*_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashLayoutWindow_SetDefaultSize(_arg0,*_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1211,8 +1383,12 @@ static PyObject *_wrap_wxSashLayoutWindow_SetOrientation(PyObject *self, PyObjec
return NULL;
}
}
wxSashLayoutWindow_SetOrientation(_arg0,_arg1);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
wxSashLayoutWindow_SetOrientation(_arg0,_arg1);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1226,8 +1402,12 @@ static PyObject *_wrap_new_wxLayoutAlgorithm(PyObject *self, PyObject *args) {
self = self;
if(!PyArg_ParseTuple(args,":new_wxLayoutAlgorithm"))
return NULL;
_result = (wxLayoutAlgorithm *)new_wxLayoutAlgorithm();
SWIG_MakePtr(_ptemp, (char *) _result,"_wxLayoutAlgorithm_p");
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (wxLayoutAlgorithm *)new_wxLayoutAlgorithm();
wxPy_END_ALLOW_THREADS;
} SWIG_MakePtr(_ptemp, (char *) _result,"_wxLayoutAlgorithm_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -1247,8 +1427,12 @@ static PyObject *_wrap_delete_wxLayoutAlgorithm(PyObject *self, PyObject *args)
return NULL;
}
}
delete_wxLayoutAlgorithm(_arg0);
Py_INCREF(Py_None);
{
wxPy_BEGIN_ALLOW_THREADS;
delete_wxLayoutAlgorithm(_arg0);
wxPy_END_ALLOW_THREADS;
} Py_INCREF(Py_None);
_resultobj = Py_None;
return _resultobj;
}
@@ -1285,8 +1469,12 @@ static PyObject *_wrap_wxLayoutAlgorithm_LayoutMDIFrame(PyObject *self, PyObject
return NULL;
}
}
_result = (bool )wxLayoutAlgorithm_LayoutMDIFrame(_arg0,_arg1,_arg2);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxLayoutAlgorithm_LayoutMDIFrame(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
@@ -1322,12 +1510,58 @@ static PyObject *_wrap_wxLayoutAlgorithm_LayoutFrame(PyObject *self, PyObject *a
return NULL;
}
}
_result = (bool )wxLayoutAlgorithm_LayoutFrame(_arg0,_arg1,_arg2);
_resultobj = Py_BuildValue("i",_result);
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxLayoutAlgorithm_LayoutFrame(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
#define wxLayoutAlgorithm_LayoutWindow(_swigobj,_swigarg0,_swigarg1) (_swigobj->LayoutWindow(_swigarg0,_swigarg1))
static PyObject *_wrap_wxLayoutAlgorithm_LayoutWindow(PyObject *self, PyObject *args) {
PyObject * _resultobj;
bool _result;
wxLayoutAlgorithm * _arg0;
wxWindow * _arg1;
wxWindow * _arg2 = NULL;
char * _argc0 = 0;
char * _argc1 = 0;
char * _argc2 = 0;
self = self;
if(!PyArg_ParseTuple(args,"ss|s:wxLayoutAlgorithm_LayoutWindow",&_argc0,&_argc1,&_argc2))
return NULL;
if (_argc0) {
if (SWIG_GetPtr(_argc0,(void **) &_arg0,"_wxLayoutAlgorithm_p")) {
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxLayoutAlgorithm_LayoutWindow. Expected _wxLayoutAlgorithm_p.");
return NULL;
}
}
if (_argc1) {
if (SWIG_GetPtr(_argc1,(void **) &_arg1,"_wxWindow_p")) {
PyErr_SetString(PyExc_TypeError,"Type error in argument 2 of wxLayoutAlgorithm_LayoutWindow. Expected _wxWindow_p.");
return NULL;
}
}
if (_argc2) {
if (SWIG_GetPtr(_argc2,(void **) &_arg2,"_wxWindow_p")) {
PyErr_SetString(PyExc_TypeError,"Type error in argument 3 of wxLayoutAlgorithm_LayoutWindow. Expected _wxWindow_p.");
return NULL;
}
}
{
wxPy_BEGIN_ALLOW_THREADS;
_result = (bool )wxLayoutAlgorithm_LayoutWindow(_arg0,_arg1,_arg2);
wxPy_END_ALLOW_THREADS;
} _resultobj = Py_BuildValue("i",_result);
return _resultobj;
}
static PyMethodDef windows3cMethods[] = {
{ "wxLayoutAlgorithm_LayoutWindow", _wrap_wxLayoutAlgorithm_LayoutWindow, 1 },
{ "wxLayoutAlgorithm_LayoutFrame", _wrap_wxLayoutAlgorithm_LayoutFrame, 1 },
{ "wxLayoutAlgorithm_LayoutMDIFrame", _wrap_wxLayoutAlgorithm_LayoutMDIFrame, 1 },
{ "delete_wxLayoutAlgorithm", _wrap_delete_wxLayoutAlgorithm, 1 },
@@ -1465,6 +1699,7 @@ SWIGEXPORT(void,initwindows3c)() {
SWIG_RegisterMapping("_wxPanel","_class_wxPanel",0);
SWIG_RegisterMapping("_wxInitDialogEvent","_class_wxInitDialogEvent",0);
SWIG_RegisterMapping("_wxCheckBox","_class_wxCheckBox",0);
SWIG_RegisterMapping("_wxPyEvent","_class_wxPyEvent",0);
SWIG_RegisterMapping("_wxTextCtrl","_class_wxTextCtrl",0);
SWIG_RegisterMapping("_class_wxToolTip","_wxToolTip",0);
SWIG_RegisterMapping("_class_wxMask","_wxMask",0);
@@ -1512,6 +1747,7 @@ SWIGEXPORT(void,initwindows3c)() {
SWIG_RegisterMapping("_wxSpinButton","_class_wxSpinButton",0);
SWIG_RegisterMapping("_wxToolBarTool","_class_wxToolBarTool",0);
SWIG_RegisterMapping("_class_wxIndividualLayoutConstraint","_wxIndividualLayoutConstraint",0);
SWIG_RegisterMapping("_class_wxPyEvent","_wxPyEvent",0);
SWIG_RegisterMapping("_class_wxIconizeEvent","_wxIconizeEvent",0);
SWIG_RegisterMapping("_class_wxStaticBitmap","_wxStaticBitmap",0);
SWIG_RegisterMapping("_wxMDIChildFrame","_class_wxMDIChildFrame",0);