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