| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: pixmap-interface
Returns (or sets with setf) the path namestring of the .bmp pixmap
file from which the pixmap instance to display on a picture-button
or
static-picture
control or individual button of a multi-picture-button
was originally
read (if any). When this value is set, the set of cached pixmaps is
searched for a pixmap that has that path namestring as its source, and
if one is found then that pixmap is used. Otherwise load-pixmap is called on the path
namestring, a pixmap object is created from the information that is
read, the pixmap is cached by calling
cache-pixmap on it
so that it may later be retrieved by calling
find-pixmap on
its name (or on its source path namestring), and the new pixmap is
used for the control.
pixmap-source is
a property of the button-info
, picture-button
, and static-picture
classes.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |