]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_process.i
Force integer values for positions and sizes
[wxWidgets.git] / wxPython / src / _process.i
index eb08b3f1ea2eeee8cb11b9606d3a836bb68d80fc..b3e1155429ff67eedb1976da85da7aa5394f5a99 100644 (file)
@@ -113,10 +113,10 @@ public:
 
     void CloseOutput();
 
 
     void CloseOutput();
 
-    // return TRUE if the child process stdout is not closed
+    // return True if the child process stdout is not closed
     bool IsInputOpened() const;
 
     bool IsInputOpened() const;
 
-    // return TRUE if any input is available on the child process stdout/err
+    // return True if any input is available on the child process stdout/err
     bool IsInputAvailable() const;
     bool IsErrorAvailable() const;
 };
     bool IsInputAvailable() const;
     bool IsErrorAvailable() const;
 };