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

Returns the boolean value of the widget visible property. Widgets that are invisible will be skipped during the rendering phase. All descendants also logically become invisible when an ancestor does.

C
LIB_EXPORT laBool laWidget_GetVisible(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

laBool - the flag value

MPLAB® Harmony Graphics Suite