Re-exportsยง
pub use crate::text_selection::TextCursorState;
Modulesยง
- builder ๐
- output ๐
- state ๐
- text_
buffer ๐
Structsยง
- A text region that the user can edit the contents of.
- The output from a
TextEdit
. - The text edit state stored between frames.
Traitsยง
- Trait constraining what types
crate::TextEdit
may use as an underlying buffer.