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.
Derived from
Members
static void Enable(bool flag)
Enable or disable tooltips globally.
static void SetDelay(long msecs)
Set the delay after which the tooltip appears.
wxToolTip(const wxString& tip)
Constructor.
void SetTip(const wxString& tip)
Set the tooltip text.
wxString GetTip() const
Get the tooltip text.
wxWindow* GetWindow() const
Get the associated window.