Generic FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

list-view-cell-box

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version