MPLAB® Harmony Graphics Suite
|
Set the margin value for left, right, top and bottom margins associated with the widget. Margins are a generic property and it is up to the individual widget to implement them (or not).
Parameters |
Description |
laWidget* wgt |
the widget |
uint32_t left |
the left margin value |
uint32_t top |
the top margin value |
uint32_t right |
the right margin value |
uint32_t bottom |
the bottom margin value |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|