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

Returns the margin value associated with the widget in the laMargin pointer

C
LIB_EXPORT laResult laWidget_GetMargin(
    laWidget* wgt, 
    laMargin* mg
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
laMargin* mg 
a pointer to an laMargin object to store the margin values 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite