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

PtGenListSelect()

Select an item in a list

Synopsis:

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

Description:

This function selects the given item in the list. If the selection mode is set to Pt_SELECTION_MODE_SINGLE or Pt_SELECTION_MODE_RANGE, this may involve selecting or unselecting other items.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t