MPLAB® Harmony Graphics Suite
|
Sets the widget's width value
LIB_EXPORT laResult laWidget_SetWidth( laWidget* wgt, int32_t width );
Parameters |
Description |
lawidget* wgt |
the widget |
int32_t width |
the desired width value, must be > 0 |
laResult - result of the operation
MPLAB® Harmony Graphics Suite
|