MPLAB® Harmony Graphics Suite
|
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.
LIB_EXPORT laBool laWidget_GetVisible( laWidget* wgt );
Parameters |
Description |
laWidget* wgt |
the widget |
laBool - the flag value
MPLAB® Harmony Graphics Suite
|