iced::advanced::widget::operation

Module text_input

Source
Available on crate feature advanced only.
Expand description

Operate on widgets that have text input.

Traits§

TextInput
The internal state of a widget that has text input.

Functions§

move_cursor_to
Produces an Operation that moves the cursor of the widget with the given Id to the provided position.
move_cursor_to_end
Produces an Operation that moves the cursor of the widget with the given Id to the end.
move_cursor_to_front
Produces an Operation that moves the cursor of the widget with the given Id to the front.
select_all
Produces an Operation that selects all the content of the widget with the given Id.