Accesses the unfiltered items of a filtered list-panel.
The generic function list-panel-unfiltered-items
accesses the unfiltered items of a filtered list-panel (that is, a list-panel created with :filter
t
).
list-panel-unfiltered-items
returns the unfiltered items of
list-panel
(that is all of them, as opposed to the accessor collection-items
, which returns only those items that match the filter).
(setf list-panel-unfiltered-items)
sets the items of
list-panel
without affecting the filter (as opposed to (setf collection-items)
which resets the filter). The items are then filtered, and only those that match the filter are displayed.
list-panel-unfiltered-items
behaves the same as collection-items
when called on an unfiltered list-panel.
CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017