![]() |
LSetSelect |
||||
Header: | Lists.h | Carbon status: | Supported | |
Selects or deselects a cell.
void LSetSelect ( Boolean setIt, Cell theCell, ListHandle lHandle );
Indicates whether the function should select or deselect the specified cell. Specify TRUE to select the cell. If the cell is already selected, the function does nothing. Specify FALSE to deselect the cell. If the cell is already deselected, the function does nothing.
The cell to be selected or deselected.
The list containing the cell to be selected or deselected.
If a cells selection status is changed and the cell is visible, LSetSelect redraws the cell.
This function is contained in a resource of resource type 'PACK'. Calling it could result in the loading of the package resource and the allocation of memory. Thus, your application should not call this function from within an interrupt, such as in a completion function or VBL task.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)