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

The icon margin value is the distance between the icon image and the text.

C
LIB_EXPORT laResult laListWheelWidget_SetIconMargin(
    laListWheelWidget* whl, 
    uint32_t mg
);
Parameters
Parameters 
Description 
laListWheelWidget* whl 
the widget 
uint32_t mg 
the margin value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite