Accesses the unfiltered items of a filtered list-panel.
capi
list-panel-unfiltered-items list-panel => unfiltered-items
setf (list-panel-unfiltered-items list-panel) unfiltered-items => unfiltered-items
list-panel⇩ |
A list-panel. |
unfiltered-items |
A sequence. |
unfiltered-items |
A sequence. |
The accessor 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.
list-panel
list-panel-items-and-filter
list-panel-filter-state
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42