Module text_input
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
Operationthat moves the cursor of the widget with the givenIdto the provided position. - move_
cursor_ to_ end - Produces an
Operationthat moves the cursor of the widget with the givenIdto the end. - move_
cursor_ to_ front - Produces an
Operationthat moves the cursor of the widget with the givenIdto the front. - select_
all - Produces an
Operationthat selects all the content of the widget with the givenId.