X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7557b9b54279e438608cdfc28badf348ce8ac2ff..c1bf3a3e90edc2ad50446c5d8891af17bb188ebf:/wxPython/src/gtk/grid.py diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index d4f9670e86..31c0d4da8e 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -1,4 +1,4 @@ -# This file was created automatically by SWIG. +# This file was created automatically by SWIG 1.3.27. # Don't modify this file, modify the SWIG interface instead. """ @@ -393,7 +393,9 @@ class GridCellEditor(object): def Destroy(*args, **kwargs): """Destroy(self)""" - return _grid.GridCellEditor_Destroy(*args, **kwargs) + val = _grid.GridCellEditor_Destroy(*args, **kwargs) + args[0].thisown = 0 + return val class GridCellEditorPtr(GridCellEditor): @@ -1056,7 +1058,9 @@ class PyGridTableBase(GridTableBase): Deletes the C++ object this Python object is a proxy for. """ - return _grid.PyGridTableBase_Destroy(*args, **kwargs) + val = _grid.PyGridTableBase_Destroy(*args, **kwargs) + args[0].thisown = 0 + return val def base_GetTypeName(*args, **kwargs): """base_GetTypeName(self, int row, int col) -> String""" @@ -2436,3 +2440,4 @@ EVT_GRID_CMD_CELL_BEGIN_DRAG = wx.PyEventBinder( wxEVT_GRID_CELL_BEGIN_DRAG, +