MPLAB® Harmony Graphics Suite
|
Changes the widget position to the new defined x and y coordinates. Moving widgets can be expensive as it needs to repaint multiple areas of its parent widget.
LIB_EXPORT laResult laWidget_SetPosition( laWidget* wgt, int32_t x, int32_t y );
Parameters |
Description |
laWidget* wgt |
the widget |
int32_t x |
the new x coordinate |
int32_t y |
the new y coordinate |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|