reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-27 02:38:53 +00:00
parent 700c96d420
commit 58203fa6b8
31 changed files with 399 additions and 477 deletions

View File

@@ -6011,9 +6011,7 @@ class Window(EvtHandler):
def SetDropTarget(*args, **kwargs):
"""SetDropTarget(PyDropTarget dropTarget)"""
val = _core.Window_SetDropTarget(*args, **kwargs)
args[1].thisown = 0
return val
return _core.Window_SetDropTarget(*args, **kwargs)
def GetDropTarget(*args, **kwargs):
"""GetDropTarget() -> PyDropTarget"""