reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-25 23:41:54 +00:00
parent 9342fdbe5e
commit ae8162c88f
42 changed files with 12404 additions and 4507 deletions

View File

@@ -325,15 +325,15 @@ class LEDNumberCtrl(_core.Control):
return _gizmos.LEDNumberCtrl_GetValue(*args, **kwargs)
def SetAlignment(*args, **kwargs):
"""SetAlignment(self, int Alignment, bool Redraw=true)"""
"""SetAlignment(self, int Alignment, bool Redraw=True)"""
return _gizmos.LEDNumberCtrl_SetAlignment(*args, **kwargs)
def SetDrawFaded(*args, **kwargs):
"""SetDrawFaded(self, bool DrawFaded, bool Redraw=true)"""
"""SetDrawFaded(self, bool DrawFaded, bool Redraw=True)"""
return _gizmos.LEDNumberCtrl_SetDrawFaded(*args, **kwargs)
def SetValue(*args, **kwargs):
"""SetValue(self, String Value, bool Redraw=true)"""
"""SetValue(self, String Value, bool Redraw=True)"""
return _gizmos.LEDNumberCtrl_SetValue(*args, **kwargs)