MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laButtonWidget_SetToggleable Function
MPLAB® Harmony Graphics Suite
laButtonWidget_SetToggleable Function
C
LIB_EXPORT laResult laButtonWidget_SetToggleable(
    laButtonWidget* btn, 
    laBool toggleable
);
Parameters
Parameters 
Description 
laButtonWidget* btn 
the button to modify 
laBool toggleable 
the desired togglestate 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite