Compilation fixes for wxPython's wxWizard, added wxRegionFromPoints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1166,6 +1166,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):
|
||||
|
Reference in New Issue
Block a user