reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-07-31 22:27:09 +00:00
parent e1688485fd
commit 03837c5c87
11 changed files with 317 additions and 459 deletions

View File

@@ -708,10 +708,6 @@ wxCursor *new_wxCursor(wxString const *cursorName,long type,int hotSpotX,int hot
}
wxRegion *new_wxRegion(int points,wxPoint *points_array,int fillStyle){
wxPyRaiseNotImplemented();
return NULL;
}
void wxRegionIterator_Next(wxRegionIterator *self){
(*self) ++;
}
@@ -4745,7 +4741,7 @@ static PyObject *_wrap_new_RegionFromPoints(PyObject *self, PyObject *args, PyOb
{
if (!wxPyCheckForApp()) SWIG_fail;
PyThreadState* __tstate = wxPyBeginAllowThreads();
result = (wxRegion *)new_wxRegion(arg1,arg2,arg3);
result = (wxRegion *)new wxRegion(arg1,arg2,arg3);
wxPyEndAllowThreads(__tstate);
if (PyErr_Occurred()) SWIG_fail;