reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-11 04:44:52 +00:00
parent 281c54cc42
commit b39fe95145
47 changed files with 28046 additions and 2327 deletions

View File

@@ -322,9 +322,8 @@ class GridCellEditor(GridCellWorker):
def Destroy(*args, **kwargs):
"""Destroy(self)"""
val = _grid.GridCellEditor_Destroy(*args, **kwargs)
args[0].thisown = 0
return val
args[0].this.own(False)
return _grid.GridCellEditor_Destroy(*args, **kwargs)
CellAttr = property(GetCellAttr,SetCellAttr,doc="See `GetCellAttr` and `SetCellAttr`")
Control = property(GetControl,SetControl,doc="See `GetControl` and `SetControl`")
@@ -900,9 +899,8 @@ class PyGridTableBase(GridTableBase):
Deletes the C++ object this Python object is a proxy for.
"""
val = _grid.PyGridTableBase_Destroy(*args, **kwargs)
args[0].thisown = 0
return val
args[0].this.own(False)
return _grid.PyGridTableBase_Destroy(*args, **kwargs)
def base_GetTypeName(*args, **kw):
return PyGridTableBase.GetTypeName(*args, **kw)