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

Changes the widget size by the new defined width and height increments.

C
LIB_EXPORT laResult laWidget_Resize(
    laWidget* wgt, 
    int32_t width, 
    int32_t height
);
Parameters
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 
Returns

laResult - the operation result

MPLAB® Harmony Graphics Suite