Return a pointer to the current item in a list
PtGenListItem_t *PtGenListGetCurrent( PtWidget_t const *widget );
This function returns a pointer to the current item in the given list (see “Current item” in the description of PtGenList).
A pointer to the current item.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |