MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_SetEnabled Function
MPLAB® Harmony Graphics Suite
laWidget_SetEnabled Function

Sets the boolean value of the widget enabled property

C
LIB_EXPORT laResult laWidget_SetEnabled(
    laWidget* wgt, 
    laBool enable
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
the desired enabled flag value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite