Docstring updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-07-21 19:58:29 +00:00
parent 36461f5811
commit d20c6820bb
2 changed files with 4 additions and 2 deletions

View File

@@ -206,7 +206,8 @@ your Mac."""
def SetOutputWindowAttributes(self, title=None, pos=None, size=None): def SetOutputWindowAttributes(self, title=None, pos=None, size=None):
""" """
Set the title, position and/or size of the output window if 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 self.stdioWin:
if title is not None: if title is not None:

View File

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