1 \section{\class{wxToolTip
}}\label{wxtooltip
}
3 This class holds information about a tooltip associated with a window
4 (see
\helpref{wxWindow::SetToolTip
}{wxwindowsettooltip
}).
6 The two static methods,
\helpref{wxToolTip::Enable
}{wxtooltipenable
} and
7 \helpref{wxToolTip::SetDelay
}{wxtooltipsetdelay
} can be used to globally
8 alter tooltips behaviour.
10 \wxheading{Derived from
}
12 \helpref{wxObject
}{wxobject
}
14 \wxheading{Include files
}
18 \latexignore{\rtfignore{\wxheading{Members
}}}
21 \membersection{wxToolTip::Enable
}\label{wxtooltipenable
}
23 \func{static void
}{Enable
}{\param{bool
}{flag
}}
25 Enable or disable tooltips globally.
27 May not be supported on all platforms (eg. wxCocoa).
30 \membersection{wxToolTip::SetDelay
}\label{wxtooltipsetdelay
}
32 \func{static void
}{SetDelay
}{\param{long
}{msecs
}}
34 Set the delay after which the tooltip appears.
36 May not be supported on all platforms (eg. wxCocoa).
38 \membersection{wxToolTip::wxToolTip
}\label{wxtooltipwxtooltip
}
40 \func{}{wxToolTip
}{\param{const wxString\&
}{tip
}}
44 \membersection{wxToolTip::SetTip
}\label{wxtooltipsettip
}
46 \func{void
}{SetTip
}{\param{const wxString\&
}{tip
}}
51 \membersection{wxToolTip::GetTip
}\label{wxtooltipgettip
}
53 \constfunc{wxString
}{GetTip
}{\void}
57 \membersection{wxToolTip::GetWindow
}\label{wxtooltipgetwindow
}
59 \constfunc{wxWindow*
}{GetWindow
}{\void}
61 Get the associated window.