}
-wxRegion *new_wxRegion(int points,wxPoint *points_array,int fillStyle){
- wxPyRaiseNotImplemented();
- return NULL;
- }
void wxRegionIterator_Next(wxRegionIterator *self){
(*self) ++;
}
{
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;