Loading...
Searching...
No Matches
ml::TextBox Class Reference

Multi-line text display area. (Currently a stub — not yet implemented.). More...

#include <TextBox.h>

Detailed Description

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().

See also
Text, TextInput

Definition at line 22 of file TextBox.h.


The documentation for this class was generated from the following file: