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

Delete a widget object specified, de-allocate memory for the widget through the current active context. All child widgets are also destructed and freed.

C
LIB_EXPORT void laWidget_Delete(
    laWidget* wgt
);
Returns

void

MPLAB® Harmony Graphics Suite