projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add wxAPPLY, wxCLOSE
[wxWidgets.git]
/
wxPython
/
src
/
_log.i
diff --git
a/wxPython/src/_log.i
b/wxPython/src/_log.i
index f02fdb84677147e331ff6f212e25f38fe9e1ba24..b9204ea80e7cbd1683babab90401d6b9c6f0f80a 100644
(file)
--- a/
wxPython/src/_log.i
+++ b/
wxPython/src/_log.i
@@
-159,7
+159,7
@@
public:
}
}
}
}
- %python
Append Destroy "args[0].thisown = 0
";
+ %python
Prepend Destroy "args[0].this.own(False)
";
%extend { void Destroy() { delete self; } }
};
%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:
// Now tell SWIG about it
class wxPyLog : public wxLog {
public:
- %pythonAppend wxPyLog
"self._setCallbackInfo(self, PyLog)"
+ %pythonAppend wxPyLog
setCallbackInfo(PyLog)
wxPyLog();
wxPyLog();