.\" This is a wxWidgets manpage page generated from the XML docs .TH wxToolTip 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxToolTip \- Class implementing tooltips .SH DESCRIPTION This class holds information about a tooltip associated with a window (see wxWindow::SetToolTip ). The two static methods, wxToolTip::Enable and wxToolTip::SetDelay can be used to globally alter tooltips behaviour. .SH "PARENTS" wxObject .SH "INCLUDE FILES" wx/tooltip.h .SH MEMBERS .SS static void Enable (bool flag) Enable or disable tooltips globally. May not be supported on all platforms (eg. wxCocoa). .SS static void SetDelay (long msecs) Set the delay after which the tooltip appears. May not be supported on all platforms (eg. wxCocoa). .SS wxToolTip (const wxString& tip) Constructor. .SS void SetTip (const wxString& tip) Set the tooltip text. .SS wxString GetTip () Get the tooltip text. .SS wxWindow* GetWindow () Get the associated window. .SH "SEE ALSO" wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.