MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_SetSelectedItem Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetSelectedItem Function
C
LIB_EXPORT laResult laListWheelWidget_SetSelectedItem(
    laListWheelWidget* whl, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t idx 
the desired selected item index 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite