MPLAB® Harmony Graphics Suite
|
Creates a new button widget instance. Invokes the button constructor
LIB_EXPORT leButtonWidget* leButtonWidget_New();
leButtonWidget* - pointer to a new button widget instance
Use leWidget_Delete() to free this pointer.
MPLAB® Harmony Graphics Suite
|