Fixes so that wxPython builds on 2.7. Mostly removing references to all functions that require WXWIN_2_4_COMPATIBILITY to be defined.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -719,14 +719,6 @@ class Bitmap(GDIObject):
|
||||
"""CopyFromCursor(self, Cursor cursor) -> bool"""
|
||||
return _gdi_.Bitmap_CopyFromCursor(*args, **kwargs)
|
||||
|
||||
def GetQuality(*args, **kwargs):
|
||||
"""GetQuality(self) -> int"""
|
||||
return _gdi_.Bitmap_GetQuality(*args, **kwargs)
|
||||
|
||||
def SetQuality(*args, **kwargs):
|
||||
"""SetQuality(self, int q)"""
|
||||
return _gdi_.Bitmap_SetQuality(*args, **kwargs)
|
||||
|
||||
def __nonzero__(self): return self.Ok()
|
||||
def __eq__(*args, **kwargs):
|
||||
"""__eq__(self, Bitmap other) -> bool"""
|
||||
|
Reference in New Issue
Block a user