| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
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 allows you to 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 | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |