Expand description
Text-Area.
- Undo/redo
- Sync another widget
- Support double-width characters
- Range based text styling
- Clipboard trait to link to some clipboard implementation.
Structs§
- Text
Area - Text area widget.
- Text
Area State - State & event handling.
Functions§
- handle_
events - Handle all events. Text events are only processed if focus is true. Mouse events are processed if they are in range.
- handle_
mouse_ events - Handle only mouse-events.
- handle_
readonly_ events - Handle only navigation events. Text events are only processed if focus is true. Mouse events are processed if they are in range.