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

laCheckBoxWidget_UncheckedEvent - a valid callback pointer or NULL

MPLAB® Harmony Graphics Suite