| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: tray-item
Returns the string that is used for the tooltip that appears when the
user pauses the mouse over the tray-item-icon for the specified
tray-item, or else nil
when no tooltip is displayed. The initial value is nil
.
The value to use may be specified by passing it as the :tooltip initarg value to make-instance when creating the tray-item, or anytime later by passing the value to (setf tray-item-tooltip).
A tray icon tooltip string may be at most 63 characters long. An error is signaled if a longer string is specified.
tray-item must be an instance of the tray-item
class, as
created with make-instance.
See the description of
the tray-item
class for an example.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |