reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-05 00:25:30 +00:00
parent 5f57b149e6
commit 6d88e19211
16 changed files with 10960 additions and 14 deletions

View File

@@ -516,7 +516,7 @@ class Frame(TopLevelWindow):
Command = ProcessCommand
def CreateStatusBar(*args, **kwargs):
"""
CreateStatusBar(self, int number=1, long style=wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
CreateStatusBar(self, int number=1, long style=wxDEFAULT_STATUSBAR_STYLE,
int winid=0, String name=StatusLineNameStr) -> StatusBar
"""
return _windows_.Frame_CreateStatusBar(*args, **kwargs)
@@ -857,7 +857,7 @@ class StatusBar(_core.Window):
return "<%s.%s; proxy of C++ wxStatusBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
def __init__(self, *args, **kwargs):
"""
__init__(self, Window parent, int id=-1, long style=wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
__init__(self, Window parent, int id=-1, long style=wxDEFAULT_STATUSBAR_STYLE,
String name=StatusLineNameStr) -> StatusBar
"""
newobj = _windows_.new_StatusBar(*args, **kwargs)