X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/487febf601fc1922ad4a725250338919568e3573..1de47c7cb466d25dcb2135f5315d9c06927e0f2f:/wxPython/src/gtk/misc.py diff --git a/wxPython/src/gtk/misc.py b/wxPython/src/gtk/misc.py index 9dee1b5ee5..1ee13ae784 100644 --- a/wxPython/src/gtk/misc.py +++ b/wxPython/src/gtk/misc.py @@ -4358,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)