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


Home
QNX Community Resources
QNX Documentation Library
PtGenListDamageItem

PtGenListDamageItem

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

PtGenListDamageItem()

Redraw an item when its data has been changed

Synopsis:

void PtGenListDamageItem( PtWidget_t *list, 
                          PtGenListItem_t *item );

Description:

Call this function to redraw the item when its data has been changed. If the size changes too, use PtGenListLockItem() and PtGenListUnlockItem() instead.


Note: If you're modifying more than one item, you should use PtGenListHold() and PtGenListRelease() to avoid multiple calls to the Draw method.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtGenList, PtGenListItem_t