]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc2.i
Updated note about wxSTC using wxPopupWindow
[wxWidgets.git] / wxPython / src / misc2.i
index a5bce532e4688711bc3a3ce2f630798b0cfeb2a4..8fd676350a13112dc333dbba7c5c57f2a11b9151 100644 (file)
@@ -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;
 };