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

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtListUnselectPos()


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