Available on crate feature
advanced
only.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 givenId
to the provided position. - move_
cursor_ to_ end - Produces an
Operation
that moves the cursor of the widget with the givenId
to the end. - move_
cursor_ to_ front - Produces an
Operation
that moves the cursor of the widget with the givenId
to the front. - select_
all - Produces an
Operation
that selects all the content of the widget with the givenId
.