Gets and sets the checkbox status of an item in a tree-view.
capi
tree-view-item-checkbox-status tree-view item => status
(setf tree-view-item-checkbox-status) status tree-view item => status
tree-view⇩ |
A tree view. |
item⇩ |
An item. |
status⇩ |
A non-negative integer. |
status⇩ |
A non-negative integer. |
The accessor tree-view-item-checkbox-status
gets and sets the checkbox status of item in tree-view, except on Cocoa.
(setf tree-view-item-checkbox-status)
sets the checkbox status of item in tree-view. status must be an non-negative integer smaller than the number of images in tree-view's state-image-list.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42