MPLAB® Harmony Graphics Suite
|
Sets the widget's x coordinate position
LIB_EXPORT laResult laWidget_SetX( laWidget* wgt, int32_t x );
Parameters |
Description |
lawidget* wgt |
the widget |
int32_t x |
the desired x value |
laResult - result of the operation
MPLAB® Harmony Graphics Suite
|