reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-09-26 02:09:51 +00:00
parent 976f924083
commit b411df4a29
21 changed files with 10176 additions and 2318 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)