MPLAB® Harmony Graphics Suite
|
Creates a new button widget instance. Invokes the button constructor
LIB_EXPORT laButtonWidget* laButtonWidget_New();
laButtonWidget* - pointer to a new button widget instance
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
|