MPLAB® Harmony Graphics Suite
|
Changes the widget size to the new width and height dimensions.
LIB_EXPORT laResult laWidget_SetSize( laWidget* wgt, uint32_t width, uint32_t height );
Parameters |
Description |
laWidget* wgt |
the widget |
int32_t width |
the new width size |
int32_t height |
the new height size |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|