]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_gdi.py
various changes to get up to date with CVS
[wxWidgets.git] / wxPython / src / gtk / _gdi.py
index d2882c2a477cd6791769162ae048ddee69808be0..a8d27a608de4b3dcb5970489c678ed8a33e7e682 100644 (file)
@@ -1339,6 +1339,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)