]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/gdi.py
Use the iconIndex in the default case too.
[wxWidgets.git] / wxPython / src / gtk / gdi.py
index 4f031b45ae0db7a6c0505396a5fd78278ce932aa..364bb91b86eff82165fe4cf8da3788c7c0fc39d8 100644 (file)
@@ -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):