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

This function invalidates the specified widget. Invalid widgets are redrawn during the next paint loop call. This function may also invalidate the widget's parent, siblings, ancestors, or cousins.

C
LIB_EXPORT void laWidget_Invalidate(
    laWidget* wgt
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
Returns

void

MPLAB® Harmony Graphics Suite