Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtGenListShow

PtGenListShow

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

PtGenListShow()

Set the current position so a given item is visible

Synopsis:

void PtGenListShow( PtWidget_t *list, 
                    PtGenListItem_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:

PtGenListShow( list, item->next );

without having to make sure item->next isn't NULL.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t