X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38aff7bb01a870e227ca9ce343390531028bbdcc..c27bcbd5a7cec9f03b15c69824da99c5bb75924a:/wxPython/src/mac/_controls.py diff --git a/wxPython/src/mac/_controls.py b/wxPython/src/mac/_controls.py index 20ad8a4c30..c341a2a055 100644 --- a/wxPython/src/mac/_controls.py +++ b/wxPython/src/mac/_controls.py @@ -1540,6 +1540,7 @@ TE_DONTWRAP = _controls_.TE_DONTWRAP TE_LINEWRAP = _controls_.TE_LINEWRAP TE_WORDWRAP = _controls_.TE_WORDWRAP TE_RICH2 = _controls_.TE_RICH2 +TE_CAPITALIZE = _controls_.TE_CAPITALIZE TEXT_ALIGNMENT_DEFAULT = _controls_.TEXT_ALIGNMENT_DEFAULT TEXT_ALIGNMENT_LEFT = _controls_.TEXT_ALIGNMENT_LEFT TEXT_ALIGNMENT_CENTRE = _controls_.TEXT_ALIGNMENT_CENTRE @@ -5200,6 +5201,10 @@ class TreeEvent(_core.NotifyEvent): """SetToolTip(self, String toolTip)""" return _controls_.TreeEvent_SetToolTip(*args, **kwargs) + def GetToolTip(*args, **kwargs): + """GetToolTip(self) -> String""" + return _controls_.TreeEvent_GetToolTip(*args, **kwargs) + class TreeEventPtr(TreeEvent): def __init__(self, this):