MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laListWheelWidget_SetIndicatorArea Function
MPLAB® Harmony Graphics Suite
laListWheelWidget_SetIndicatorArea Function

This space is measured from the middle of the widget outward.

C
LIB_EXPORT laResult laListWheelWidget_SetIndicatorArea(
    laListWheelWidget* whl, 
    uint32_t area
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t area 
the display area for the indicator bars 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite