MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_SetUncheckedImage Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_SetUncheckedImage Function
C
LIB_EXPORT laResult laCheckBoxWidget_SetUncheckedImage(
    laCheckBoxWidget* btn, 
    GFXU_ImageAsset* img
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
GFXU_ImageAsset* img 
the desired unchecked image asset pointer 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite