| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 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-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 |