X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cf4100fc8ab4e662f419af2eaa220081e0c2806..093d3ff1f77c9ff8c1b66ebf43464429c583b044:/wxPython/contrib/gizmos/gtk/gizmos.py diff --git a/wxPython/contrib/gizmos/gtk/gizmos.py b/wxPython/contrib/gizmos/gtk/gizmos.py index cd8e7a4506..eead74665c 100644 --- a/wxPython/contrib/gizmos/gtk/gizmos.py +++ b/wxPython/contrib/gizmos/gtk/gizmos.py @@ -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)