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 laWindowWidget_SetTitle( laWindowWidget* win, laString str );
Parameters |
Description |
laWindowWidget* win |
the widget |
laString str |
an laString object |
laResult - the operation result
MPLAB® Harmony Graphics Suite
|