MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laWidget_SetSize Function
MPLAB® Harmony Graphics Suite
laWidget_SetSize Function

Changes the widget size to the new width and height dimensions.

C
LIB_EXPORT laResult laWidget_SetSize(
    laWidget* wgt, 
    uint32_t width, 
    uint32_t height
);
Parameters
Parameters 
Description 
laWidget* wgt 
the widget 
int32_t width 
the new width size 
int32_t height 
the new height size 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite