| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: image-list
Closes an image-list
so that it is no longer
usable unless it is re-opened by calling open-image-list. It is not expected
that applications will normally need to call this function, but it may
be useful to call this for image-lists which are not currently needed
in order to save space or Windows resources if a large number of
image-lists are used over time.
Common Graphics will automatically re-open a closed image-list
whenever it is assigned to a list-view control, such as by calling
(setf small-image-list). But care
should be taken never to close an image-list which is currently in use
by a list-view control. See the description of the list-view
control.
See list-view
.
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 |