]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_cshelp.i
Add Get/SetLogicalFunction
[wxWidgets.git] / wxPython / src / _cshelp.i
index 2e4b493f65b410a5a74e45a4634efd8341858a75..91b1d230e25cec2b3a3ced8ff1f274be0bd8ed68 100644 (file)
@@ -285,7 +285,7 @@ table of help strings will fill up and when window pointers are
 reused, the wrong help string will be found.", "");
     
     
-    %pythonAppend Destroy "args[0].thisown = 0"
+    %pythonPrepend Destroy "args[0].this.own(False)"
     %extend { void Destroy() { delete self; } }
 };