reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-03-10 04:16:12 +00:00
parent ce7284bd97
commit fe76311545
14 changed files with 1982 additions and 226 deletions

View File

@@ -603,6 +603,14 @@ class Bitmap(GDIObject):
return _gdi.Bitmap_SetQuality(*args, **kwargs)
def __nonzero__(self): return self.Ok()
def __eq__(*args, **kwargs):
"""__eq__(Bitmap other) -> bool"""
return _gdi.Bitmap___eq__(*args, **kwargs)
def __ne__(*args, **kwargs):
"""__ne__(Bitmap other) -> bool"""
return _gdi.Bitmap___ne__(*args, **kwargs)
class BitmapPtr(Bitmap):
def __init__(self, this):