reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-15 05:26:19 +00:00
parent 90f7e9c7f7
commit d896a793a0
10 changed files with 177 additions and 85 deletions

View File

@@ -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)