X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38aff7bb01a870e227ca9ce343390531028bbdcc..ce4fd7b577cdeb1ceb085cb1380c0df97b6ceef4:/wxPython/src/gtk/_controls.py diff --git a/wxPython/src/gtk/_controls.py b/wxPython/src/gtk/_controls.py index 8e84e2809b..1eb8448ce7 100644 --- a/wxPython/src/gtk/_controls.py +++ b/wxPython/src/gtk/_controls.py @@ -5213,6 +5213,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):