Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
Moderately revised from 9.0.
9.0 version

tooltip

Arguments: standard-object

Returns or sets with setf the value of the tooltip property of the argument. The value of the tooltip property should be a (short) string or nil. If the value of the tooltip property of an object is a string, that string will be displayed in a tooltip (a small window) when the mouse is over the object (assuming tooltips in general are displayed, see show-tooltips). If the value is nil, no tooltip is displayed.

A tooltip may be given to a widget (dialog-item), a hotspot, or a button-info of a multi-picture-button widget. A tooltip can be set either by passing it as the value of a tooltip initarg to make-instance, or by calling (setf tooltip) later.


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 9.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
Moderately revised from 9.0.
9.0 version