X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90f7e9c7f7b17e5b7eac80f8625b3fbfc789e772..d896a793a01cf7dc02ed04dcadb51591438eb32f:/wxPython/src/mac/misc.py diff --git a/wxPython/src/mac/misc.py b/wxPython/src/mac/misc.py index c44f520006..c5e4d82b42 100644 --- a/wxPython/src/mac/misc.py +++ b/wxPython/src/mac/misc.py @@ -4366,7 +4366,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)