All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

display-tooltip

Generic Function
Summary

Displays tooltip help on an output pane.

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 .

Notes
  1. On GTK+ display-tooltip is implemented only for GTK+ versions 2.12 and later
  2. On GTK+ the :x and :y arguments might not be handled.
Compatibility note

On GTK+ display-tooltip is not implemented in LispWorks 6.0.

Example
(example-edit-file "capi/graphics/pinboard-help")
See also

Tooltips for output panes


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex