Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PtFSShow

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PtFSShow

[Previous] [Contents] [Index] [Next]

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

[Previous] [Contents] [Index] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026