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

Sets the widget's y coordinate position

C
LIB_EXPORT laResult laWidget_SetY(
    laWidget* wgt, 
    int32_t y
);
Parameters
Parameters 
Description 
lawidget* wgt 
the widget 
int32_t y 
the desired y value 
Returns

laResult - result of the operation

MPLAB® Harmony Graphics Suite