MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_SetItemIcon Function
MPLAB® Harmony Graphics Suite
laListWidget_SetItemIcon Function
C
LIB_EXPORT laResult laListWidget_SetItemIcon(
    laListWidget* lst, 
    uint32_t idx, 
    GFXU_ImageAsset* img
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t idx 
the index to configure 
GFXU_ImageAsset* 
the image asset pointer to use as the icon 
Returns

laResult - the result of the operation

MPLAB® Harmony Graphics Suite