| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: multi-picture-button
Returns the value of the use-default-tooltips property of
the argument multi-picture-button. Each button on a
multi-picture-button can have its own tooltip. The tooltip can be
specified as the tooltip property of the button-info
instances that make up
the multi-picture-button.
This property controls whether the tooltip string should be taken from
the button-info name if the tooltip property is nil
(if the tooltip property is
true, it will be used regardless of the value of
this property).
If the value is nil
, buttons on the
multi-picture-button (button-info
instances) that do not
have a true tooltip property have no tooltip. If
the value is t, the original name of each button is used as its
tooltip unless an explicit tooltip value is specified for the button
(if one is, use it of course).
use-default-tooltips is a property
of the multi-picture-button
class.
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 |