reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-07-22 01:24:31 +00:00
parent cb8289465d
commit f5b96ee156
16 changed files with 3604 additions and 545 deletions

View File

@@ -5227,7 +5227,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:
@@ -8363,7 +8364,7 @@ class ItemContainer(object):
def AppendItems(*args, **kwargs):
"""
AppendItems(self, wxArrayString strings)
AppendItems(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