X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7012bb9f03e0012c32485655b7af4345b490bf4d..8bd3541321152b1f2997124d77246d43bf4de3fb:/wxPython/src/_process.i diff --git a/wxPython/src/_process.i b/wxPython/src/_process.i index 1156a96784..198b288e5c 100644 --- a/wxPython/src/_process.i +++ b/wxPython/src/_process.i @@ -101,6 +101,14 @@ public: %pythonAppend wxPyProcess "self._setCallbackInfo(self, Process)" wxPyProcess(wxEvtHandler *parent = NULL, int id = -1); + ~wxPyProcess(); + + + DocDeclStr( + long , GetPid() const, + "get the process ID of the process executed by Open()", ""); + + void _setCallbackInfo(PyObject* self, PyObject* _class);