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 laGroupBoxWidget_SetText( laGroupBoxWidget* box, laString str );
Parameters |
Description |
laGroupBoxWidget* box |
the widget |
laString str |
an laString object |
void
MPLAB® Harmony Graphics Suite
|