newly generated files from SWIG

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1998-10-20 07:39:22 +00:00
parent 4d1d77e8f6
commit 78bba745fc
10 changed files with 63 additions and 1360 deletions

View File

@@ -780,8 +780,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;
}
@@ -795,8 +795,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;
}