MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laProgressBarWidget_SetValueChangedCallback Function
MPLAB® Harmony Graphics Suite
laProgressBarWidget_SetValueChangedCallback Function
C
LIB_EXPORT laResult laProgressBarWidget_SetValueChangedCallback(
    laProgressBarWidget* bar, 
    laProgressBar_ValueChangedEventCallback cb
);
Parameters
Parameters 
Description 
laProgressBarWidget* bar 
the widget 
a valid callback pointer or NULL 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite