NextPrevUpTopContentsIndex

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

A 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.

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

 

LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex