MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_SetItemSelected Function
MPLAB® Harmony Graphics Suite
laListWidget_SetItemSelected Function
C
LIB_EXPORT laResult laListWidget_SetItemSelected(
    laListWidget* lst, 
    uint32_t idx, 
    laBool selected
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t idx 
the index to consider 
the select state to set to the item 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite