MPLAB® Harmony Graphics Suite
|
LIB_EXPORT laResult laListWidget_SetItemIcon( laListWidget* lst, uint32_t idx, GFXU_ImageAsset* img );
Parameters |
Description |
laListWidget* lst |
the widget |
uint32_t idx |
the index to configure |
GFXU_ImageAsset* |
the image asset pointer to use as the icon |
laResult - the result of the operation
MPLAB® Harmony Graphics Suite
|