various changes to get up to date with CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user