reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -524,8 +524,8 @@ class Frame(TopLevelWindow):
|
||||
Command = ProcessCommand
|
||||
def CreateStatusBar(*args, **kwargs):
|
||||
"""
|
||||
CreateStatusBar(self, int number=1, long style=wxDEFAULT_STATUSBAR_STYLE,
|
||||
int winid=0, String name=StatusLineNameStr) -> StatusBar
|
||||
CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0,
|
||||
String name=StatusLineNameStr) -> StatusBar
|
||||
"""
|
||||
return _windows_.Frame_CreateStatusBar(*args, **kwargs)
|
||||
|
||||
@@ -865,7 +865,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=wxDEFAULT_STATUSBAR_STYLE,
|
||||
__init__(self, Window parent, int id=-1, long style=DEFAULT_STATUSBAR_STYLE,
|
||||
String name=StatusLineNameStr) -> StatusBar
|
||||
"""
|
||||
newobj = _windows_.new_StatusBar(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user