Gets the checkbox statuses of a tree-view item's children.
capi
tree-view-item-children-checkbox-status tree-view item => result
tree-view⇩ |
A tree-view. |
item⇩ |
An item. |
result⇩ |
A list of conses (child . status) where each child is a child of item and status is child's checkbox status. |
The function tree-view-item-children-checkbox-status
returns item's children together with their checkbox statuses, except on Cocoa.
Note that, if item has not been expanded in tree-view, then it has no children and result will be nil
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42