X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2a2e5bf12f43e7907b36c03fa121faa4288cb72..d8f3f983596d288daa840ffb7510ffa1cc67be0f:/wxPython/src/gtk/gdi.py diff --git a/wxPython/src/gtk/gdi.py b/wxPython/src/gtk/gdi.py index 4f031b45ae..364bb91b86 100644 --- a/wxPython/src/gtk/gdi.py +++ b/wxPython/src/gtk/gdi.py @@ -1044,6 +1044,11 @@ class wxRegion(wxRegionPtr): +def wxRegionFromPoints(*_args,**_kwargs): + val = wxRegionPtr(apply(gdic.new_wxRegionFromPoints,_args,_kwargs)) + val.thisown = 1 + return val + class wxRegionIteratorPtr(wxObjectPtr): def __init__(self,this):