Multi-line text display area. (Currently a stub — not yet implemented.). More...
#include <TextBox.h>
Multi-line text display area. (Currently a stub — not yet implemented.).
TextBox is intended to provide a scrollable, multi-line text display built on top of ml::Text, suitable for log output, dialogue boxes, or any UI element that needs to show more text than fits on a single line.
The class body is currently empty. For multi-line display now, use ml::Text with setWordWrap(true) and setMaxWidth().