X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb67b7039dc8d6e13d4edc708de667abf66cee25..bffe56c5d19df9926686722fc09ad096afb47633:/wxPython/src/misc2.i diff --git a/wxPython/src/misc2.i b/wxPython/src/misc2.i index a5bce532e4..8fd676350a 100644 --- a/wxPython/src/misc2.i +++ b/wxPython/src/misc2.i @@ -872,6 +872,13 @@ public: wxOutputStream *GetOutputStream(); void CloseOutput(); + + // return TRUE if the child process stdout is not closed + bool IsInputOpened() const; + + // return TRUE if any input is available on the child process stdout/err + bool IsInputAvailable() const; + bool IsErrorAvailable() const; };