Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtTreeUnselect()

Unselect the given item

Synopsis:

void PtTreeUnselect( PtWidget_t *widget, 
                     PtTreeItem_t *item );

Description:

This function unselects the given item belonging to the given PtTree widget.

Note that PtTreeUnselect() doesn't support the Pt_RANGE_MODE selection mode.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTree, PtTreeClearSelection(), PtTreeGetCurrent(), PtTreeGetSelIndexes(), PtTreeGoto(), PtTreeItem_t, PtTreeSelect(), PtTreeSelectedItems(), PtTreeSetSelIndexes(), PtTreeUnselectNonBrothers()