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

Sets the widget's x coordinate position

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

laResult - result of the operation

MPLAB® Harmony Graphics Suite