MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_SetItemEnable Function
MPLAB® Harmony Graphics Suite
laListWidget_SetItemEnable Function
C
LIB_EXPORT laResult laListWidget_SetItemEnable(
    laListWidget* lst, 
    uint32_t idx, 
    laBool enable
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t index 
the index of the item in the list 
laBool enable 
enable/disable the item 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite