LispWorks CAPI Reference Manual > 1 CAPI Reference Entries

NextPrevUpTopContentsIndex

display-tooltip

Generic Function
Package

capi

Signature

display-tooltip output-pane &key x y text => result

Arguments

output-pane

An instance of a subclass of output-pane.

x

The horizontal coordinate of the tooltip position.

y

The vertical coordinate of the tooltip position.

text

The help text.

Description

The generic function display-tooltip displays text as tooltip help at position x , y in output-pane .

Example

See the example file examples/capi/graphics/pinboard-help.lisp


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex