]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
Oops, CenteronScreen wasn't really removed, just moved to wxTopLevelWindow
[wxWidgets.git] / wxPython / src / _process.i
index 7c26a92e8bf8c594273430bf0d4ac090e1dac9d8..b256ae711417ddc4c6f52307a4466b81c3a45044 100644 (file)
@@ -104,8 +104,9 @@ public:
 
     void _setCallbackInfo(PyObject* self, PyObject* _class);
 
-    void base_OnTerminate(int pid, int status);
-
+    void OnTerminate(int pid, int status);
+    %MAKE_BASE_FUNC(Process, OnTerminate);
+        
     // call Redirect before passing the object to wxExecute() to redirect the
     // launched process stdin/stdout, then use GetInputStream() and
     // GetOutputStream() to get access to them