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 four static methods,
\helpref{wxToolTip::Enable
}{wxtooltipenable
},
7 \helpref{wxToolTip::SetDelay
}{wxtooltipsetdelay
}
8 \helpref{wxToolTip::SetAutoPop
}{wxtooltipsetautopop
} and
9 \helpref{wxToolTip::SetReshow
}{wxtooltipsetreshow
} can be used to globally
10 alter tooltips behaviour.
12 \wxheading{Derived from
}
14 \helpref{wxObject
}{wxobject
}
16 \wxheading{Include files
}
22 \helpref{wxCore
}{librarieslist
}
24 \latexignore{\rtfignore{\wxheading{Members
}}}
27 \membersection{wxToolTip::Enable
}\label{wxtooltipenable
}
29 \func{static void
}{Enable
}{\param{bool
}{flag
}}
31 Enable or disable tooltips globally.
33 May not be supported on all platforms (eg. wxCocoa).
36 \membersection{wxToolTip::SetDelay
}\label{wxtooltipsetdelay
}
38 \func{static void
}{SetDelay
}{\param{long
}{msecs
}}
40 Set the delay after which the tooltip appears.
42 May not be supported on all platforms (eg. wxCocoa).
44 \membersection{wxToolTip::SetAutoPop
}\label{wxtooltipsetautopop
}
46 \func{static void
}{SetAutoPop
}{\param{long
}{msecs
}}
48 Set the delay after which the tooltip disappears or how long a
49 tooltip remains visible.
50 May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
52 \membersection{wxToolTip::SetReshow
}\label{wxtooltipsetreshow
}
54 \func{static void
}{SetReshow
}{\param{long
}{msecs
}}
56 Set the delay between subsequent tooltips to appear.
57 May not be supported on all platforms (eg. wxCocoa, GTK, Palmos).
59 \membersection{wxToolTip::wxToolTip
}\label{wxtooltipwxtooltip
}
61 \func{}{wxToolTip
}{\param{const wxString\&
}{tip
}}
65 \membersection{wxToolTip::SetTip
}\label{wxtooltipsettip
}
67 \func{void
}{SetTip
}{\param{const wxString\&
}{tip
}}
72 \membersection{wxToolTip::GetTip
}\label{wxtooltipgettip
}
74 \constfunc{wxString
}{GetTip
}{\void}
78 \membersection{wxToolTip::GetWindow
}\label{wxtooltipgetwindow
}
80 \constfunc{wxWindow*
}{GetWindow
}{\void}
82 Get the associated window.