MPLAB® Harmony Graphics Suite
|
Returns the margin value associated with the widget in the laMargin pointer
LIB_EXPORT laResult laWidget_GetMargin( laWidget* wgt, laMargin* mg );
Parameters |
Description |
laWidget* wgt |
the widget |
laMargin* mg |
a pointer to an laMargin object to store the margin values |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|