Release a hold on visible repairs of a list widget
void PtGenListRelease( PtWidget_t *widget );
This function is a list-aware version of PtRelease().
After a call to PtGenListHold(), PtGenListDamageItem() simply sets the Pt_LIST_ITEM_DAMAGED flag in the item instead of calling PtDamageExtent(). PtGenListRelease() looks for items that have the flag set and calls PtDamageExtent().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtDamageExtent(), PtRelease() in the Photon Library Reference