Module text_area

Module text_area 

Source
Expand description

A text-area widget with text-styling abilities. And undo + clipboard support.

Modules§

text_area_op

Structs§

TextArea
Text area widget.
TextAreaState
State & event handling.

Enums§

TextWrap
Text breaking.

Constants§

MATCH_STYLE
Style-id for search matches.

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.