Delete specific items from a list
int PtListDeleteItems( PtWidget_t *widget, const char **items, int item_count );
This function deletes each item in the items array from the list. The item_count argument indicates the number of strings in the array.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtList, PtListDeleteAllItems(), PtListDeleteItemPos(), PtListRemovePositions()