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

GFXU_ImageAsset* - the image asset pointer or NULL

MPLAB® Harmony Graphics Suite