X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d03fd34d3cca63ba73cee48271eda244ceb98337..2461468b51c022278cc52ba7fd274f3bfedef7e8:/wxPython/src/msw/misc.py diff --git a/wxPython/src/msw/misc.py b/wxPython/src/msw/misc.py index 562fb93f7d..05ca825bbf 100644 --- a/wxPython/src/msw/misc.py +++ b/wxPython/src/msw/misc.py @@ -164,11 +164,6 @@ def SystemSettings_SetScreenType(*args, **kwargs): """SystemSettings_SetScreenType(int screen)""" return _misc.SystemSettings_SetScreenType(*args, **kwargs) -# backwards compatibility aliasses -SystemSettings_GetSystemColour = SystemSettings_GetColour -SystemSettings_GetSystemFont = SystemSettings_GetFont -SystemSettings_GetSystemMetric = SystemSettings_GetMetric - class SystemOptions(core.Object): def __repr__(self): return "<%s.%s; proxy of C++ wxSystemOptions instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) @@ -4339,14 +4334,6 @@ class MetafileDataObject(DataObjectSimple): self.this = newobj.this self.thisown = 1 del newobj.thisown - def SetMetafile(*args, **kwargs): - """SetMetafile(wxMetafile metafile)""" - return _misc.MetafileDataObject_SetMetafile(*args, **kwargs) - - def GetMetafile(*args, **kwargs): - """GetMetafile() -> wxMetafile""" - return _misc.MetafileDataObject_GetMetafile(*args, **kwargs) - class MetafileDataObjectPtr(MetafileDataObject): def __init__(self, this): @@ -4375,7 +4362,7 @@ class DropSource(object): return "<%s.%s; proxy of C++ wxPyDropSource instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) def __init__(self, *args, **kwargs): """ - __init__(Window win=None, Cursor copy=wxNullCursor, Cursor move=wxNullCursor, + __init__(Window win, Cursor copy=wxNullCursor, Cursor move=wxNullCursor, Cursor none=wxNullCursor) -> DropSource """ newobj = _misc.new_DropSource(*args, **kwargs)