Back Previous Next


Linguist window package - tooltip

Syntax:

   tooltip {name} {elements}

Keyword handler:

   linguist.window.keyword.WKTooltip.class

Runtime handler(s):

   linguist.window.handler.WHToolTip.class

Function:

Declare a wrapper for a 'tooltip' - a special popup window that typically displays a short description of a button when the mouse pauses over it. Althoug a tooltip is not a specific AWT component it is a special form of a Window and this forms a natural part of this package. See also create.

Example(s):

   tooltip PlayButtonTip
   tooltip ToolTips 10


Back Previous Next