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