]> git.saurik.com Git - wxWidgets.git/commit
Editors, Renderers and Attrs need to have a destructor so SWIG won't
authorRobin Dunn <robin@alldunn.com>
Mon, 20 Mar 2006 18:02:37 +0000 (18:02 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 20 Mar 2006 18:02:37 +0000 (18:02 +0000)
commit607a3fa066378bd969ceb0803dad87611c460e8d
treeab8d7709b96c6a549b384622cab6290aa4cd2999
parentce1522a1f20cbbf6be1dda237304e364d98f7902
Editors, Renderers and Attrs need to have a destructor so SWIG won't
complain about it, but since they are protected in C++ we need to give
them a dummy one.  In the future these shoud be changed to use
%ref/%unref and let SWIG manage the refcount for us.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/src/_defs.i
wxPython/src/_grid_rename.i
wxPython/src/grid.i
wxPython/wxPython/grid.py