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

Returns the widget rectangles width

C
LIB_EXPORT int32_t laWidget_GetWidth(
    laWidget* wgt
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
Returns

uint32_t - the widget's y coordinate value

MPLAB® Harmony Graphics Suite