Select the item at a given position
void PtListSelectPos( PtWidget_t *widget, int pos );
This function selects the item at the given position. The first item in the widget has a position of 1, not 0.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |