All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

tree-view-item-children-checkbox-status Function

Summary

Gets the checkbox statuses of a tree-view item's children.

Package

capi

Signature

tree-view-item-children-checkbox-status tree-view item => result

Arguments
tree-view
item
An item.
Values
result
A list of conses (child . status) where each child is a child of item and status is child's checkbox status.
Description

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.

See also

tree-view
tree-view-item-checkbox-status


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57