cosmic
0.1.0
Module text_
input
Traits
Functions
In cosmic::
iced::
advanced::
widget::
operation
Module
cosmic
::
iced
::
advanced
::
widget
::
operation
::
text_input
Copy item path
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
.