MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_GetSelectedItem Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_GetSelectedItem Function
C
LIB_EXPORT int32_t laListWheelWidget_GetSelectedItem(
    laListWheelWidget* whl
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
Returns

int32_t - the index of the selected item or -1 if an error occured

MPLAB® Harmony Graphics Suite