wxRichToolTip
Methods
wxRichToolTip
Constructor must specify the tooltip title and main message.
SetBackgroundColour
Set the background colour.
SetIcon
Set the small icon to show.
SetTimeout
Set timeout after which the tooltip should disappear, in milliseconds.
SetTipKind
Choose the tip kind, possibly none.
ShowFor
Show the tooltip for the given window.
wxRichToolTip
wxRichToolTip
(
string
$title
,
string
$message
)
Constructor must specify the tooltip title and main message.
SetBackgroundColour
SetBackgroundColour
(
wxColour
$col
,
wxColour
$colEnd
=
wxColour()
)
Set the background colour.
SetIcon
SetIcon
(
integer
$icon
=
wxICON_INFORMATION
)
Set the small icon to show.
SetIcon
(
wxIcon
$icon
)
Set the small icon to show.
SetTimeout
SetTimeout
(
integer
$milliseconds
)
Set timeout after which the tooltip should disappear, in milliseconds.
SetTipKind
SetTipKind
(
wxTipKind
$tipKind
)
Choose the tip kind, possibly none.
ShowFor
ShowFor
(
wxWindow
&
$win
)
Show the tooltip for the given window.