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

Initializes an leSliderWidget widget pointer.

C
LIB_EXPORT void leSliderWidget_Constructor(
    leSliderWidget* sld
);
Parameters
Parameters 
Description 
leSliderWidget* wgt 
the pointer to initialize 
Returns

void

MPLAB® Harmony Graphics Suite