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