MPLAB® Harmony Graphics Suite
|
Delete a widget object specified, de-allocate memory for the widget through the current active context. All child widgets are also destructed and freed.
LIB_EXPORT void leWidget_Delete( leWidget* wgt );
Parameters |
Description |
leWidget* wgt |
the widget to be freed |
void
All widgets that are dynamically allocated using should be freed using this function regardless of widget type. This ensures tha all widget destructors are properly called.
MPLAB® Harmony Graphics Suite
|