MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_GetUncheckedImage Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_GetUncheckedImage Function
C
LIB_EXPORT GFXU_ImageAsset* laCheckBoxWidget_GetUncheckedImage(
    laCheckBoxWidget* btn
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
Returns

GFXU_ImageAsset* - the current unchecked image asset pointer

MPLAB® Harmony Graphics Suite