Delete a range of items from a list
int PtListDeleteItemPos( PtWidget_t *widget, int item_count, int position );
This function deletes item_count items from the list, starting from position.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtListDeleteAllItems(), PtListDeleteItems(), PtListRemovePositions()