[Previous] [Contents] [Index] [Next]

PtGenListGetCurrent()

Return a pointer to the current item in a list

Synopsis:

PtGenListItem_t *PtGenListGetCurrent( 
                     PtWidget_t const *widget );

Description:

This function returns a pointer to the current item.

Returns:

A pointer to the current item.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]