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

PtListShowPos()

Show the item at the given position

Synopsis:

void PtListShowPos( PtWidget_t *widget,
                    int pos );

Description:

This function scrolls the list pointed to by widget to make the item with the position given by pos visible. The first item in the widget has a position of 1, not 0. If the item is already visible, this function does nothing.

This function doesn't affect which items are currently selected.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtList, PtListGotoPos()