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

Initializes an leListWheelWidget widget pointer.

C
LIB_EXPORT void leListWheelWidget_Constructor(
    leListWheelWidget* whl
);
Parameters
Parameters 
Description 
leListWheelWidget* wgt 
the pointer to initialize 
Returns

void

MPLAB® Harmony Graphics Suite