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

Sets the boolean value of the widget visible property

C
LIB_EXPORT laResult laWidget_SetVisible(
    laWidget* wgt, 
    laBool visible
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
the desired setting 
Returns

laResult - the operation result

Remarks

This value has no effect on layer objects. Use laLayer_SetEnabled instead.

MPLAB® Harmony Graphics Suite