reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -579,7 +579,7 @@ class ComboBox(_core.Control,_core.ItemContainer):
|
||||
__repr__ = _swig_repr
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
__init__(Window parent, int id, String value=EmptyString,
|
||||
__init__(Window parent, int id=-1, String value=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
List choices=EmptyList, long style=0, Validator validator=DefaultValidator,
|
||||
String name=ComboBoxNameStr) -> ComboBox
|
||||
@@ -591,7 +591,7 @@ class ComboBox(_core.Control,_core.ItemContainer):
|
||||
|
||||
def Create(*args, **kwargs):
|
||||
"""
|
||||
Create(Window parent, int id, String value=EmptyString,
|
||||
Create(Window parent, int id=-1, String value=EmptyString,
|
||||
Point pos=DefaultPosition, Size size=DefaultSize,
|
||||
List choices=EmptyList, long style=0, Validator validator=DefaultValidator,
|
||||
String name=ChoiceNameStr) -> bool
|
||||
@@ -3973,6 +3973,14 @@ class ToolBar(ToolBarBase):
|
||||
"""
|
||||
return _controls_.ToolBar_Create(*args, **kwargs)
|
||||
|
||||
def SetToolNormalBitmap(*args, **kwargs):
|
||||
"""SetToolNormalBitmap(self, int id, Bitmap bitmap)"""
|
||||
return _controls_.ToolBar_SetToolNormalBitmap(*args, **kwargs)
|
||||
|
||||
def SetToolDisabledBitmap(*args, **kwargs):
|
||||
"""SetToolDisabledBitmap(self, int id, Bitmap bitmap)"""
|
||||
return _controls_.ToolBar_SetToolDisabledBitmap(*args, **kwargs)
|
||||
|
||||
def GetClassDefaultAttributes(*args, **kwargs):
|
||||
"""
|
||||
GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
|
||||
|
||||
Reference in New Issue
Block a user