| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: multi-picture-button
Returns a list of the names of a multi-picture-button
's buttons that are present
but not currently usable. The value may be set at creation time by
passing the unavailable-buttons initarg, or any
time later by calling (setf unavailable-buttons). The
argument multi-picture-button must be a
multi-picture-button
.
The value should be a list of symbols, where each symbol is the name
of one of the button-info
s
in the range of
multi-picture-button. The default value is
nil
.
This property is useful for temporarily disallowing the use of one or more buttons, while leaving them present in their usual positions for context.
An alternative is the hidden-buttons property, which completely removes buttons from view.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |