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