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
}
20 \helpref{wxCore
}{librarieslist
}
22 \latexignore{\rtfignore{\wxheading{Members
}}}
25 \membersection{wxToolTip::Enable
}\label{wxtooltipenable
}
27 \func{static void
}{Enable
}{\param{bool
}{flag
}}
29 Enable or disable tooltips globally.
31 May not be supported on all platforms (eg. wxCocoa).
34 \membersection{wxToolTip::SetDelay
}\label{wxtooltipsetdelay
}
36 \func{static void
}{SetDelay
}{\param{long
}{msecs
}}
38 Set the delay after which the tooltip appears.
40 May not be supported on all platforms (eg. wxCocoa).
42 \membersection{wxToolTip::wxToolTip
}\label{wxtooltipwxtooltip
}
44 \func{}{wxToolTip
}{\param{const wxString\&
}{tip
}}
48 \membersection{wxToolTip::SetTip
}\label{wxtooltipsettip
}
50 \func{void
}{SetTip
}{\param{const wxString\&
}{tip
}}
55 \membersection{wxToolTip::GetTip
}\label{wxtooltipgettip
}
57 \constfunc{wxString
}{GetTip
}{\void}
61 \membersection{wxToolTip::GetWindow
}\label{wxtooltipgetwindow
}
63 \constfunc{wxWindow*
}{GetWindow
}{\void}
65 Get the associated window.