MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWidget_GetItemIcon Function
MPLAB® Harmony Graphics Suite
laListWidget_GetItemIcon Function
C
LIB_EXPORT GFXU_ImageAsset* laListWidget_GetItemIcon(
    laListWidget* lst, 
    uint32_t idx
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t idx 
the index to consider 
Returns

GFXU_ImageAsset* - the image asset pointer or NULL

MPLAB® Harmony Graphics Suite