| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: list-view item column
Returns a box that indicates the region of list-view that is occupied
by the "cell" where the list-view item crosses column. The box is in
the stream coordinates of the list-view
, and so the value is not
affected by the current scroll-position of the widget. This function
should be needed only for the most sophisticated uses of a list-view
.
The following example would return the box where the second list-view-item
crosses
the second list-view-column
, in a list-view
widget that
is the value of my-list-view
.
(list-view-cell-box my-list-view (second (range my-list-view)) (second (columns my-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 |