Set the position so that the specified item is visible
void PtFSShow( PtWidget_t *widget, PtFileSelItem_t *item );
This function sets the current position so that the given item is visible. If item is NULL, the function does nothing. This lets you do something like this:
PtFSShow( widget, PtFSGetCurrent(widget) );
without checking to see if PtFSGetCurrent() returned NULL.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |