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

Initializes an leScrollBarWidget widget pointer.

C
LIB_EXPORT void leScrollBarWidget_Constructor(
    leScrollBarWidget* bar
);
Parameters
Parameters 
Description 
leScrollBarWidget* wgt 
the pointer to initialize 
Returns

void

MPLAB® Harmony Graphics Suite