iced::advanced::widget::operationModule text_input
Source Available on crate feature advanced
only.
Expand description
Operate on widgets that have text input.
Produces an
Operation
that moves the cursor of the widget with the given
Id
to the
provided position.
Produces an
Operation
that moves the cursor of the widget with the given
Id
to the
end.
Produces an
Operation
that moves the cursor of the widget with the given
Id
to the
front.
Produces an
Operation
that selects all the content of the widget with the given
Id
.