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

Create a new widget, alocate memory for the widget through the current active context. Returns a widget object pointer. Application is responsible for managing the widget pointer until the widget is added to a widget tree.

C
LIB_EXPORT laWidget* laWidget_New();
Returns

lawidget*

MPLAB® Harmony Graphics Suite