Determine the position of an item in a list
int PtListItemPos( PtWidget_t *widget, const char *item );
This function performs a linear search on the list for the specified item.
The position of the item, or 0 if it wasn't found.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |