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