Module text_
input
iced
0.14.0-dev
Module text_
input
Module Items
Traits
Functions
In iced::
advanced::
widget::
operation
Modules
focusable
scrollable
search_id
text_input
Enums
Outcome
Traits
Focusable
Operation
Scrollable
TextInput
Functions
black_box
map
scoped
then
iced
::
advanced
::
widget
::
operation
Module
text_input
Copy item path
Settings
Help
Summary
Source
Expand description
Operate on widgets that have text input.
Traits
§
Text
Input
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
.