| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: multi-picture-button
Returns a list of the names of
multi-picture-button's buttons that currently do
not appear on the widget at all.
multi-picture-button must be a multi-picture-button
. The value
may be set at creation time by passing the
hidden-buttons initarg, or any time later by
calling (setf
hidden-buttons).
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 removing one or more buttons completely from view, in a way that makes it easy to restore them later to their usual positions within multi-picture-button.
An alternative is the unavailable-buttons property, which grays out buttons and makes them unusable while leaving them present in their usual positions. A more basic alternative is to modify the range property.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |