| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments:
This function exists only on the Windows platform.
If the Allegro CL console window exists and it has a tray icon and the
tray icon's tooltip value has been set by a call to (setf
console-tray-tooltip), then console-tray-tooltip will return
that value, and otherwise it returns nil
.
(The default tooltip that was initially embedded is not known.)
(setf console-tray-tooltip) may be
called to change the tooltip of the console's tray icon. The value
may be a string to display or else nil
to
remove the tooltip entirely. Nothing is done if the console window
does not exist.
(The console will not exist if the +c command line argument has been specified, such as in a project's standalone application when the "Enable Debugging of Runtime Errors" option has been turned off on the Build tab of the Project Manager dialog. Command line options are listed in Command line arguments in startup.htm.)
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 |