MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laScrollBarWidget_SetExtentValue Function
MPLAB® Harmony Graphics Suite
laScrollBarWidget_SetExtentValue Function
C
LIB_EXPORT laResult laScrollBarWidget_SetExtentValue(
    laScrollBarWidget* bar, 
    uint32_t val
);
Parameters
Parameters 
Description 
laScrollBarWidget* bar 
the widget 
uint32_t val 
the extent value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite