X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39f61e253df7a9a3b11fee84cfab3cbb17800165..368ba124ef595673529f7089cd2089adbcd00e6b:/wxPython/src/gtk/misc.py?ds=sidebyside diff --git a/wxPython/src/gtk/misc.py b/wxPython/src/gtk/misc.py index f78af8c836..1ee13ae784 100644 --- a/wxPython/src/gtk/misc.py +++ b/wxPython/src/gtk/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,) @@ -4363,7 +4358,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, Icon copy=wxNullIcon, Icon move=wxNullIcon, + __init__(Window win, Icon copy=wxNullIcon, Icon move=wxNullIcon, Icon none=wxNullIcon) -> DropSource """ newobj = _misc.new_DropSource(*args, **kwargs)