New wxTreeCtrl wrappers (untested)

some changes in helpers
etc.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-10-20 06:45:33 +00:00
parent e0a09ce419
commit d5c9047acf
26 changed files with 2713 additions and 2224 deletions

View File

@@ -890,8 +890,8 @@ static PyObject *_wrap_wxResourceCreateBitmap(PyObject *self, PyObject *args) {
self = self;
if(!PyArg_ParseTuple(args,"s:wxResourceCreateBitmap",&_arg0))
return NULL;
_result = (wxBitmap *)wxResourceCreateBitmap(_arg0);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxBitmap_p");
_result = new wxBitmap (wxResourceCreateBitmap(_arg0));
SWIG_MakePtr(_ptemp, (void *) _result,"_wxBitmap_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}
@@ -905,8 +905,8 @@ static PyObject *_wrap_wxResourceCreateIcon(PyObject *self, PyObject *args) {
self = self;
if(!PyArg_ParseTuple(args,"s:wxResourceCreateIcon",&_arg0))
return NULL;
_result = (wxIcon *)wxResourceCreateIcon(_arg0);
SWIG_MakePtr(_ptemp, (char *) _result,"_wxIcon_p");
_result = new wxIcon (wxResourceCreateIcon(_arg0));
SWIG_MakePtr(_ptemp, (void *) _result,"_wxIcon_p");
_resultobj = Py_BuildValue("s",_ptemp);
return _resultobj;
}