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

Initializes an leWidget widget pointer.

C
LIB_EXPORT void leWidget_Constructor(
    leWidget* wgt
);
Parameters
Parameters 
Description 
leWidget* wgt 
the pointer to initialize 
Returns

void

MPLAB® Harmony Graphics Suite