X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0085ce493764aeb971cb312126cf46184fcc6916..a62df55f4d5eea2c8e94838eb01cf2d8f33c61f5:/wxPython/src/gtk/_controls.py?ds=inline diff --git a/wxPython/src/gtk/_controls.py b/wxPython/src/gtk/_controls.py index 0a9a508d29..8c2fa54b89 100644 --- a/wxPython/src/gtk/_controls.py +++ b/wxPython/src/gtk/_controls.py @@ -2324,7 +2324,7 @@ class RadioBox(_core.Control): return _controls_.RadioBox_SetStringSelection(*args, **kwargs) def GetCount(*args, **kwargs): - """GetCount(self) -> int""" + """GetCount(self) -> size_t""" return _controls_.RadioBox_GetCount(*args, **kwargs) def FindString(*args, **kwargs): @@ -2796,11 +2796,11 @@ class BookCtrlBase(_core.Control): return _controls_.BookCtrlBase_CalcSizeFromPage(*args, **kwargs) def GetInternalBorder(*args, **kwargs): - """GetInternalBorder(self) -> unsigned int""" + """GetInternalBorder(self) -> size_t""" return _controls_.BookCtrlBase_GetInternalBorder(*args, **kwargs) def SetInternalBorder(*args, **kwargs): - """SetInternalBorder(self, unsigned int internalBorder)""" + """SetInternalBorder(self, size_t internalBorder)""" return _controls_.BookCtrlBase_SetInternalBorder(*args, **kwargs) def IsVertical(*args, **kwargs): @@ -5847,6 +5847,8 @@ class HelpProvider(object): thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') def __init__(self): raise AttributeError, "No constructor defined" __repr__ = _swig_repr + __swig_destroy__ = _controls_.delete_HelpProvider + __del__ = lambda self : None; def Set(*args, **kwargs): """ Set(HelpProvider helpProvider) -> HelpProvider