MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laRadioButtonWidget_GetDeselectedEventCallback Function
MPLAB® Harmony Graphics Suite
laRadioButtonWidget_GetDeselectedEventCallback Function
C
LIB_EXPORT laRadioButtonWidget_DeselectedEvent laRadioButtonWidget_GetDeselectedEventCallback(
    laRadioButtonWidget* btn
);
Parameters
Parameters 
Description 
laRadioButtonWidget* btn 
the widget 
Returns

laRadioButtonWidget_DeselectedEvent - a valid callback pointer or NULL

MPLAB® Harmony Graphics Suite