| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: pixmap-interface
Returns or sets with setf the
value of the stretching property of the
argument. This property determines whether a bitmapped object will
automatically stretch to fit the size of the picture-button or the
static-picture
widget boundaries but note that this property will have no effect if
the image is specified as an icon (via the pixmap-icon property) rather than
as a pixmap (via the pixmap-name, pixmap-source, or pixmap property), because icons do
not stretch.
Here are the possible values and their effects:
t
: bitmapped image will stretch automatically
to fit the size of the widget.
nil
: bitmapped image will be drawn at the
same size that the image was originally defined.
stretching is a
property of the button-info
, picture-button
, and static-picture
classes.
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 |