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. If the item is already visible, this function does nothing.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |