Added new sizer methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,6 +118,34 @@ static void *SwigwxSizerItemTowxObject(void *ptr) {
|
|||||||
return (void *) dest;
|
return (void *) dest;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define wxSizerItem_DeleteWindows(_swigobj) (_swigobj->DeleteWindows())
|
||||||
|
static PyObject *_wrap_wxSizerItem_DeleteWindows(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxSizerItem * _arg0;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
char *_kwnames[] = { "self", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSizerItem_DeleteWindows",_kwnames,&_argo0))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSizerItem_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSizerItem_DeleteWindows. Expected _wxSizerItem_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
wxPy_BEGIN_ALLOW_THREADS;
|
||||||
|
wxSizerItem_DeleteWindows(_arg0);
|
||||||
|
|
||||||
|
wxPy_END_ALLOW_THREADS;
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
#define wxSizerItem_GetPosition(_swigobj) (_swigobj->GetPosition())
|
#define wxSizerItem_GetPosition(_swigobj) (_swigobj->GetPosition())
|
||||||
static PyObject *_wrap_wxSizerItem_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
|
static PyObject *_wrap_wxSizerItem_GetPosition(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
PyObject * _resultobj;
|
PyObject * _resultobj;
|
||||||
@@ -1804,6 +1832,65 @@ static PyObject *_wrap_wxSizer_SetSizeHints(PyObject *self, PyObject *args, PyOb
|
|||||||
return _resultobj;
|
return _resultobj;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#define wxSizer_Clear(_swigobj,_swigarg0) (_swigobj->Clear(_swigarg0))
|
||||||
|
static PyObject *_wrap_wxSizer_Clear(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxSizer * _arg0;
|
||||||
|
bool _arg1 = (bool ) FALSE;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
int tempbool1 = (int) FALSE;
|
||||||
|
char *_kwnames[] = { "self","delete_windows", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O|i:wxSizer_Clear",_kwnames,&_argo0,&tempbool1))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSizer_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSizer_Clear. Expected _wxSizer_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_arg1 = (bool ) tempbool1;
|
||||||
|
{
|
||||||
|
wxPy_BEGIN_ALLOW_THREADS;
|
||||||
|
wxSizer_Clear(_arg0,_arg1);
|
||||||
|
|
||||||
|
wxPy_END_ALLOW_THREADS;
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
|
#define wxSizer_DeleteWindows(_swigobj) (_swigobj->DeleteWindows())
|
||||||
|
static PyObject *_wrap_wxSizer_DeleteWindows(PyObject *self, PyObject *args, PyObject *kwargs) {
|
||||||
|
PyObject * _resultobj;
|
||||||
|
wxSizer * _arg0;
|
||||||
|
PyObject * _argo0 = 0;
|
||||||
|
char *_kwnames[] = { "self", NULL };
|
||||||
|
|
||||||
|
self = self;
|
||||||
|
if(!PyArg_ParseTupleAndKeywords(args,kwargs,"O:wxSizer_DeleteWindows",_kwnames,&_argo0))
|
||||||
|
return NULL;
|
||||||
|
if (_argo0) {
|
||||||
|
if (_argo0 == Py_None) { _arg0 = NULL; }
|
||||||
|
else if (SWIG_GetPtrObj(_argo0,(void **) &_arg0,"_wxSizer_p")) {
|
||||||
|
PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of wxSizer_DeleteWindows. Expected _wxSizer_p.");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
wxPy_BEGIN_ALLOW_THREADS;
|
||||||
|
wxSizer_DeleteWindows(_arg0);
|
||||||
|
|
||||||
|
wxPy_END_ALLOW_THREADS;
|
||||||
|
if (PyErr_Occurred()) return NULL;
|
||||||
|
} Py_INCREF(Py_None);
|
||||||
|
_resultobj = Py_None;
|
||||||
|
return _resultobj;
|
||||||
|
}
|
||||||
|
|
||||||
static PyObject * wxSizer_GetChildren(wxSizer *self) {
|
static PyObject * wxSizer_GetChildren(wxSizer *self) {
|
||||||
wxList& list = self->GetChildren();
|
wxList& list = self->GetChildren();
|
||||||
return wxPy_ConvertList(&list, "wxSizerItem");
|
return wxPy_ConvertList(&list, "wxSizerItem");
|
||||||
@@ -2923,6 +3010,8 @@ static PyMethodDef sizerscMethods[] = {
|
|||||||
{ "wxPySizer__setCallbackInfo", (PyCFunction) _wrap_wxPySizer__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
|
{ "wxPySizer__setCallbackInfo", (PyCFunction) _wrap_wxPySizer__setCallbackInfo, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "new_wxPySizer", (PyCFunction) _wrap_new_wxPySizer, METH_VARARGS | METH_KEYWORDS },
|
{ "new_wxPySizer", (PyCFunction) _wrap_new_wxPySizer, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizer_GetChildren", (PyCFunction) _wrap_wxSizer_GetChildren, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizer_GetChildren", (PyCFunction) _wrap_wxSizer_GetChildren, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxSizer_DeleteWindows", (PyCFunction) _wrap_wxSizer_DeleteWindows, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxSizer_Clear", (PyCFunction) _wrap_wxSizer_Clear, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizer_SetSizeHints", (PyCFunction) _wrap_wxSizer_SetSizeHints, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizer_SetSizeHints", (PyCFunction) _wrap_wxSizer_SetSizeHints, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizer_Fit", (PyCFunction) _wrap_wxSizer_Fit, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizer_Fit", (PyCFunction) _wrap_wxSizer_Fit, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizer_Layout", (PyCFunction) _wrap_wxSizer_Layout, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizer_Layout", (PyCFunction) _wrap_wxSizer_Layout, METH_VARARGS | METH_KEYWORDS },
|
||||||
@@ -2971,6 +3060,7 @@ static PyMethodDef sizerscMethods[] = {
|
|||||||
{ "wxSizerItem_CalcMin", (PyCFunction) _wrap_wxSizerItem_CalcMin, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizerItem_CalcMin", (PyCFunction) _wrap_wxSizerItem_CalcMin, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizerItem_GetSize", (PyCFunction) _wrap_wxSizerItem_GetSize, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizerItem_GetSize", (PyCFunction) _wrap_wxSizerItem_GetSize, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ "wxSizerItem_GetPosition", (PyCFunction) _wrap_wxSizerItem_GetPosition, METH_VARARGS | METH_KEYWORDS },
|
{ "wxSizerItem_GetPosition", (PyCFunction) _wrap_wxSizerItem_GetPosition, METH_VARARGS | METH_KEYWORDS },
|
||||||
|
{ "wxSizerItem_DeleteWindows", (PyCFunction) _wrap_wxSizerItem_DeleteWindows, METH_VARARGS | METH_KEYWORDS },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -18,6 +18,9 @@ class wxSizerItemPtr(wxObjectPtr):
|
|||||||
def __init__(self,this):
|
def __init__(self,this):
|
||||||
self.this = this
|
self.this = this
|
||||||
self.thisown = 0
|
self.thisown = 0
|
||||||
|
def DeleteWindows(self, *_args, **_kwargs):
|
||||||
|
val = apply(sizersc.wxSizerItem_DeleteWindows,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
def GetPosition(self, *_args, **_kwargs):
|
def GetPosition(self, *_args, **_kwargs):
|
||||||
val = apply(sizersc.wxSizerItem_GetPosition,(self,) + _args, _kwargs)
|
val = apply(sizersc.wxSizerItem_GetPosition,(self,) + _args, _kwargs)
|
||||||
if val: val = wxPointPtr(val) ; val.thisown = 1
|
if val: val = wxPointPtr(val) ; val.thisown = 1
|
||||||
@@ -181,6 +184,12 @@ class wxSizerPtr(wxObjectPtr):
|
|||||||
def SetSizeHints(self, *_args, **_kwargs):
|
def SetSizeHints(self, *_args, **_kwargs):
|
||||||
val = apply(sizersc.wxSizer_SetSizeHints,(self,) + _args, _kwargs)
|
val = apply(sizersc.wxSizer_SetSizeHints,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
def Clear(self, *_args, **_kwargs):
|
||||||
|
val = apply(sizersc.wxSizer_Clear,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
|
def DeleteWindows(self, *_args, **_kwargs):
|
||||||
|
val = apply(sizersc.wxSizer_DeleteWindows,(self,) + _args, _kwargs)
|
||||||
|
return val
|
||||||
def GetChildren(self, *_args, **_kwargs):
|
def GetChildren(self, *_args, **_kwargs):
|
||||||
val = apply(sizersc.wxSizer_GetChildren,(self,) + _args, _kwargs)
|
val = apply(sizersc.wxSizer_GetChildren,(self,) + _args, _kwargs)
|
||||||
return val
|
return val
|
||||||
|
@@ -43,6 +43,8 @@ public:
|
|||||||
//wxSizerItem( wxWindow *window, int option, int flag, int border, wxObject* userData );
|
//wxSizerItem( wxWindow *window, int option, int flag, int border, wxObject* userData );
|
||||||
//wxSizerItem( wxSizer *sizer, int option, int flag, int border, wxObject* userData );
|
//wxSizerItem( wxSizer *sizer, int option, int flag, int border, wxObject* userData );
|
||||||
|
|
||||||
|
void DeleteWindows();
|
||||||
|
|
||||||
wxPoint GetPosition();
|
wxPoint GetPosition();
|
||||||
wxSize GetSize();
|
wxSize GetSize();
|
||||||
wxSize CalcMin();
|
wxSize CalcMin();
|
||||||
@@ -237,6 +239,10 @@ public:
|
|||||||
void Fit( wxWindow *window );
|
void Fit( wxWindow *window );
|
||||||
void SetSizeHints( wxWindow *window );
|
void SetSizeHints( wxWindow *window );
|
||||||
|
|
||||||
|
void Clear( bool delete_windows=FALSE );
|
||||||
|
void DeleteWindows();
|
||||||
|
|
||||||
|
|
||||||
// wxList& GetChildren();
|
// wxList& GetChildren();
|
||||||
%addmethods {
|
%addmethods {
|
||||||
PyObject* GetChildren() {
|
PyObject* GetChildren() {
|
||||||
|
Reference in New Issue
Block a user