PtFSShow()

Set the position so that the specified item is visible

Synopsis:

void PtFSShow( PtWidget_t *widget, 
               PtFileSelItem_t *item );

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No