Expand description
Helpers regarding text selection for labels and text edit.
Re-exports§
pub use text_cursor_state::TextCursorState;
Modules§
- text_
cursor_ state - Text cursor changes/interaction, without modifying the text.
- visuals
Structs§
- CCursor
Range - A selected text range (could be a range of length zero).
- Cursor
Range - A selected text range (could be a range of length zero).
- Label
Selection State - Handles text selection in labels (NOT in
crate::TextEdit
)s. - PCursor
Range