$tooltipMove

defines the tooltip while the cursor moves over a view or an HTML area

void $tooltipMove(HTMLElement t,Event e,string text);
tHTMLElementthe HTML node for which a tooltip is shown
eEventthe mouse event
textstringthe text displayed in a tooltip
Details

This function is not for a direct call. You can redefine it for changing the default logic of how tooltips behave while a cursor is moved over the target widget or HTML area

Back to top