]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
improvements to wxPickerBase default proportion values (patch 1525578)
[wxWidgets.git] / wxPython / src / _log.i
index f02fdb84677147e331ff6f212e25f38fe9e1ba24..b9204ea80e7cbd1683babab90401d6b9c6f0f80a 100644 (file)
@@ -159,7 +159,7 @@ public:
         }
     }
 
-    %pythonAppend Destroy "args[0].thisown = 0";
+    %pythonPrepend Destroy "args[0].this.own(False)";
     %extend { void Destroy() { delete self; } }
 };
 
@@ -411,7 +411,7 @@ IMP_PYCALLBACK_VOID_(wxPyLog, wxLog, Flush);
 // Now tell SWIG about it
 class wxPyLog : public wxLog {
 public:
-    %pythonAppend wxPyLog   "self._setCallbackInfo(self, PyLog)"
+    %pythonAppend wxPyLog  setCallbackInfo(PyLog)
 
     wxPyLog();