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

PtListSelectPos()

Select the item at a given position

Synopsis:

void PtListSelectPos( PtWidget_t *widget,
                      int pos );

Description:

This function selects the item at the given position. The first item in the widget has a position of 1, not 0.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtList, PtListUnselectPos()