Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
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.
![]() |
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:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
