touchgfx::TextArea::setWideTextAction() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextArea::setWideTextAction()

touchgfx::TextArea::setWideTextAction() method

@fn void TextArea::setWideTextAction(WideTextAction action) Sets wide text action. Sets wide text action. Defines what to do if a line of text is wider than the text area. Default action is WIDE_TEXT_NONE which means that text lines are only broken if there is a newline in the text. If wrapping is enabled and the text would occupy more lines than the size of the TextArea, the last line will get an ellipsis to signal that some text is missing. The character used for ellipsis is taken from the text spreadsheet. @see WideTextAction @see getWideTextAction @see resizeHeightToCurrentText

Syntax

void setWideTextAction(WideTextAction action);

Arguments

action

The action to perform for wide lines of text.

References

LocationText
TextArea.hpp:386
void setWideTextAction(WideTextAction action)

Data Use

Data read by touchgfx::TextArea::setWideTextAction()
Data written by touchgfx::TextArea::setWideTextAction()
touchgfx::TextArea::setWideTextAction()