]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_gdi.py
Added test bitmap.
[wxWidgets.git] / wxPython / src / mac / _gdi.py
index c0ede485dd39bb15ee013658e596dd82800bed22..22daacf9bbe1bafb854ce9d79f1cd1fa14411b11 100644 (file)
@@ -1338,6 +1338,10 @@ class Region(GDIObject):
         """IsEmpty(self) -> bool"""
         return _gdi_.Region_IsEmpty(*args, **kwargs)
 
+    def IsEqual(*args, **kwargs):
+        """IsEqual(self, Region region) -> bool"""
+        return _gdi_.Region_IsEqual(*args, **kwargs)
+
     def Union(*args, **kwargs):
         """Union(self, int x, int y, int width, int height) -> bool"""
         return _gdi_.Region_Union(*args, **kwargs)