| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: list-view-item
Returns (or sets with setf) a
non-negative integer or nil
, indicating the
main pixmap (if any) to display in the argument list-view-item
. If an integer, the
value is an index into the large-image-list or small-image-list of the
list-view
widget that the argument list-view-item is on. A list-view's current
layout-style
determines which image-list is used at any given time.
Zero indicates the first pixmap in the list. No main pixmap is
displayed in this list-view-item if the icon-index is nil
or an integer greater than or equal to the number
of pixmaps in the large-image-list or small-image-list, or if
the large-image-list or small-image-list is nil
. See also state-icon-index.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. 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 |