// turn off this typemap
%typemap(out) wxEvtHandler*;
+ %pythonAppend wxEvtHandler "self._setOORInfo(self)"
wxEvtHandler();
// Turn it back on again
}
}
- %pythonAppend _setOORInfo "args[0].thisown = 0";
+ %pythonAppend _setOORInfo "args[0].this.own(False)";
%extend {
void _setOORInfo(PyObject* _self, bool incref=true) {
if (_self && _self != Py_None) {