]> git.saurik.com Git - wxWidgets.git/commitdiff
Docstring updates
authorRobin Dunn <robin@alldunn.com>
Wed, 21 Jul 2004 19:58:29 +0000 (19:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 21 Jul 2004 19:58:29 +0000 (19:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_app_ex.py
wxPython/src/_control.i

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:
index c33e74a29ce362ecfb06eba255547767882f57ca..97e40732db2e7d6b87ca920646169ade0d5442c4 100644 (file)
@@ -142,8 +142,9 @@ has wx.LB_SORT or wx.CB_SORT style).", "");
         }
     }
     
-    DocDeclStrName(
+    DocDeclAStrName(
         void , Append(const wxArrayString& strings),
+        "Append(self, List strings)",
         "Apend several items at once to the control.  Notice that calling this
 method may be much faster than appending the items one by one if you
 need to add a lot of items.", "",