Module text_edit

Source

Re-exports§

pub use crate::text_selection::TextCursorState;

Structs§

TextEdit
A text region that the user can edit the contents of.
TextEditOutput
The output from a TextEdit.
TextEditState
The text edit state stored between frames.

Traits§

TextBuffer
Trait constraining what types crate::TextEdit may use as an underlying buffer.