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

laResult - the operation result

MPLAB® Harmony Graphics Suite