Module text_edit

Source

Re-exportsยง

pub use crate::text_selection::TextCursorState;

Modulesยง

builder ๐Ÿ”’
output ๐Ÿ”’
state ๐Ÿ”’
text_buffer ๐Ÿ”’

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.