]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
Update ReST docs
[wxWidgets.git] / wxPython / src / grid.i
index 00fee52e13323b262c4aeb38543f4427df7f051d..69b0c9b4a65e3bcd3fa1ba6fe68163c2f2a8e1a2 100644 (file)
@@ -750,7 +750,7 @@ public:
     virtual void StartingClick();
     virtual void HandleReturn(wxKeyEvent& event);
 
-    %pythonAppend Destroy "args[0].thisown = 0"
+    %pythonPrepend Destroy "args[0].this.own(False)"
     virtual void Destroy();
 
     %property(CellAttr, GetCellAttr, SetCellAttr, doc="See `GetCellAttr` and `SetCellAttr`");
@@ -1345,7 +1345,7 @@ public:
     wxPyGridTableBase();
     void _setCallbackInfo(PyObject* self, PyObject* _class);
 
-    %pythonAppend Destroy "args[0].thisown = 0"
+    %pythonPrepend Destroy "args[0].this.own(False)"
     %extend { void Destroy() { delete self; } }
 
     wxString GetTypeName( int row, int col );