NextPrevUpTopContentsIndex

tree-view-item-checkbox-status

Function
Summary

Gets and sets the checkbox status of an item in a tree-view.

Package

capi

Signature

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

Signature

(setf tree-view-item-checkbox-status) status tree-view item

Arguments

tree-view

A tree view.

item

An item.

status

A non-negative integer.

Description

The function tree-view-item-checkbox-status retrieves the checkbox status of item in tree-view .

(setf tree-view-item-checkbox-status) sets the checkbox status of item in tree-view . The status must be an non-negative integer smaller than the number of images in tree-view 's state-image-list .

See also

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


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex