MPLAB® Harmony Graphics Suite
|
This function copies the contents of the input string into its internal string buffer. The input string can then be freed or altered without affecting the label's internal string value.
LIB_EXPORT laResult laListWheelWidget_SetItemText( laListWheelWidget* whl, uint32_t index, laString str );
Parameters |
Description |
laListWheelWidget* whl |
the widget |
uint32_t idx |
the index to consider |
laString str |
an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|