]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
AUI updates
[wxWidgets.git] / wxPython / src / _process.i
index 1156a96784fec8f1d5a7c11ca70df74d43be11c2..198b288e5c9dc8866b5f0a5f788de8a057daa673 100644 (file)
@@ -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);