Show the item at the given position
void PtListShowPos( PtWidget_t *widget, int pos );
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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |