]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app_ex.py
replaced wxStream::GetSize() with GetLength() (still keep the former but it will...
[wxWidgets.git] / wxPython / src / _app_ex.py
index e630afa6f41bdb23bf7c5883c2790f1eec7fd6c6..221f313d6b658222c399078ba1acd9af89fd7a40 100644 (file)
@@ -206,7 +206,8 @@ your Mac."""
     def SetOutputWindowAttributes(self, title=None, pos=None, size=None):
         """
         Set the title, position and/or size of the output window if
-        the stdio has been redirected.
+        the stdio has been redirected.  This should be called before
+        any output would cause the output window to be created.
         """
         if self.stdioWin:
             if title is not None: