MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laSliderWidget_Step Function
MPLAB® Harmony Graphics Suite
laSliderWidget_Step Function
C
LIB_EXPORT laResult laSliderWidget_Step(
    laSliderWidget* sld, 
    int32_t amount
);
Parameters
Parameters 
Description 
laSliderWidget* sld 
the widget 
int32_t amount 
the amount by which to adjust the current slider value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite