MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laCheckBoxWidget_SetUncheckedEventCallback Function
MPLAB® Harmony Graphics Suite
laCheckBoxWidget_SetUncheckedEventCallback Function
C
LIB_EXPORT laResult laCheckBoxWidget_SetUncheckedEventCallback(
    laCheckBoxWidget* cbox, 
    laCheckBoxWidget_UncheckedEvent cb
);
Parameters
Parameters 
Description 
laCheckBoxWidget* cbox 
the widget 
laCheckBoxWidget_UncheckedEvent cb 
a valid callback pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite