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

PtGenTreeUnselect()

Unselect a given item

Synopsis:

void PtGenTreeUnselect( PtWidget_t *widget, 
                        PtGenTreeItem_t *item );

Description:

This function unselects the given item.


Note: PtGenTreeUnselect() doesn't support Pt_SELECTION_MODE_RANGE selection mode.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenTree, PtGenTreeItem_t