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

Creates a new button widget instance. Invokes the button constructor

C
LIB_EXPORT laButtonWidget* laButtonWidget_New();
Returns

laButtonWidget* - pointer to a new button widget instance

Remarks

Caller is responsible for managing the memory allocated by this function until the widget is added to a valid widget tree.

MPLAB® Harmony Graphics Suite