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


Home
QNX Community Resources
QNX Documentation Library
PtGenListSelect

PtGenListSelect

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

PtGenListSelect()

Select an item in a list

Synopsis:

void PtGenListSelect( PtWidget_t *widget, 
                      PtGenListItem_t *item );

Description:

This function selects the given item in the list. If the selection mode is set to Pt_SELECTION_MODE_SINGLE or Pt_SELECTION_MODE_RANGE, this may involve selecting or unselecting other items.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t