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

Initializes an leProgressBarWidget widget pointer.

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

void

MPLAB® Harmony Graphics Suite