[Previous] [Contents] [Index] [Next]

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. If the item is already visible, this function does nothing.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtListGotoPos()


[Previous] [Contents] [Index] [Next]