All Manuals > CAPI User Guide > 3 Creating Common Windows

NextPrevUpTopContentsIndex

3.8 Tooltips

A tooltip is a temporary window containing text which appears when the user positions the cursor over an element for a period. The appearance is slightly delayed and the text is usually short.

Tooltips are often used for brief help text and identification of GUI elements. For example the "X" button alongside the Filter area in the Process Browser tool in the LispWorks IDE has a tooltip "Clear filter". Tooltips can also be used to complete the display of partially hidden text, for example in the Debugger tool Backtrace view where the display of long variable values might be truncated.

You can implement tooltips for output-pane s, collection s, element s, menu-item s and toolbar-button s.

3.8.1 Tooltips for output panes

3.8.2 Tooltips for collections, elements and menu items

3.8.3 Tooltips for toolbar buttons


CAPI User Guide (Windows version) - 30 Aug 2011

NextPrevUpTopContentsIndex