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

Initializes an leWindowWidget widget pointer.

C
LIB_EXPORT void leWindowWidget_Constructor(
    leWindowWidget* win
);
Parameters
Parameters 
Description 
leWindowWidget* wgt 
the pointer to initialize 
Returns

void

MPLAB® Harmony Graphics Suite