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 (Windows version) - 18 Feb 2025 15:35:34