MPLAB® Harmony Graphics Suite
|
Sets the boolean value of the widget visible property
LIB_EXPORT laResult laWidget_SetVisible( laWidget* wgt, laBool visible );
Parameters |
Description |
laWidget* wgt |
the widget |
the desired setting |
laResult - the operation result
This value has no effect on layer objects. Use laLayer_SetEnabled instead.
MPLAB® Harmony Graphics Suite
|