MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > i) Widget Functions > leImageSequenceWidget_New Function
MPLAB® Harmony Graphics Suite
leImageSequenceWidget_New Function

Allocates memory for and initializes a new widget of this type. The application is responsible for the managment of this memory until the widget is added to a widget tree.

C
LIB_EXPORT leImageSequenceWidget* leImageSequenceWidget_New();
Returns

leImageSequenceWidget*

Remarks

Use leWidget_Delete() to free this pointer.

MPLAB® Harmony Graphics Suite