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

PtGenListUnselect()

Unselect an item in a list

Synopsis:

void PtGenListUnselect( PtWidget_t *widget, 
                        PtGenListItem_t *item );

Description:

This function unselects the given item. PtGenListUnselect() has no effect in the Pt_SELECTION_MODE_RANGE selection mode.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t