reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-07 17:14:15 +00:00
parent 03a2f00c1a
commit e058867b94
12 changed files with 69 additions and 33 deletions

View File

@@ -914,6 +914,8 @@ class PyTipProvider(TipProvider):
self.this = newobj.this
self.thisown = 1
del newobj.thisown
self._setCallbackInfo(self, PyTipProvider)
def _setCallbackInfo(*args, **kwargs):
"""_setCallbackInfo(self, PyObject self, PyObject _class)"""
return _misc_.PyTipProvider__setCallbackInfo(*args, **kwargs)
@@ -4829,6 +4831,8 @@ class DropSource(object):
self.this = newobj.this
self.thisown = 1
del newobj.thisown
self._setCallbackInfo(self, DropSource, 0)
def _setCallbackInfo(*args, **kwargs):
"""_setCallbackInfo(self, PyObject self, PyObject _class, int incref)"""
return _misc_.DropSource__setCallbackInfo(*args, **kwargs)