PtListDeleteItems()
Delete specific items from a list
Synopsis:
int PtListDeleteItems( PtWidget_t *widget,
const char **items,
int item_count );
Description:
This function deletes each item in the items array from the list. The item_count argument indicates the number of strings in the array.
Returns:
- 0
- Success.
- -1
- The specified widget isn't a PtList widget.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PtListDeleteAllItems(), PtListDeleteItemPos(), PtListRemovePositions()
