reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user