TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::TextArea::setTypedText() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextArea::setTypedText()

touchgfx::TextArea::setTypedText() method

@fn void TextArea::setTypedText(TypedText t); Sets the TypedText of the text area. Sets the TypedText of the text area. If no prior size has been set the TextArea will be resized to fit the new TypedText.

Syntax

void setTypedText(TypedText t);

Arguments

t

The TypedText for this widget to display.

Examples

touchgfx::TextArea::setTypedText() is referenced by 4 libraries and example projects.

References

LocationText
TextArea.hpp:285
void setTypedText(TypedText t);