MPLAB® Harmony Graphics Suite
|
Changes the widget size by the new defined width and height increments.
LIB_EXPORT laResult laWidget_Resize( laWidget* wgt, int32_t width, int32_t height );
Parameters |
Description |
laWidget* wgt |
the widget |
int32_t width |
the amount to change the width by |
int32_t height |
the amount ot change the height by |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|