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. The first item in the widget has a position of 1, not 0.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtList, PtListDeleteAllItems(), PtListDeleteItems(), PtListRemovePositions()