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

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

C
LIB_EXPORT laResult laListWidget_SetIconMargin(
    laListWidget* lst, 
    uint32_t mg
);
Parameters
Parameters 
Description 
laListWidget* lst 
the widget 
uint32_t mg 
the margin value 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite