Changes to how overridable C++ methods are virtualized for Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user