MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laButtonWidget_SetReleasedImage Function
MPLAB® Harmony Graphics Suite
laButtonWidget_SetReleasedImage Function
C
LIB_EXPORT laResult laButtonWidget_SetReleasedImage(
    laButtonWidget* btn, 
    GFXU_ImageAsset* img
);
Parameters
Parameters 
Description 
laButtonWidget* btn 
the widget 
GFXU_ImageAsset* img 
the image asset to be used 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite