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

Sets the widget's width value

C
LIB_EXPORT laResult laWidget_SetWidth(
    laWidget* wgt, 
    int32_t width
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
int32_t width 
the desired width value, must be > 0 
Returns

laResult - result of the operation

MPLAB® Harmony Graphics Suite