| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: configuration
Returns the value of the show-tooltips property of
configuration. The current configuration is the
value of (configuration *system*)
(see configuration and *system*
).
If the value of the property is true, tooltips (small windows with
brief messages) will be displayed when the mouse cursor moves over an
object with a tooltip. A common use of tooltips is to display the name
of an object represented on the screen by an icon. show-tooltips is a property of the
configuration
class.
You can examine and change configuration options with the inspector. Choose Tools | Inspect System Data | Configuration Options.
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 |