Expand description
Commands that controls the editable/selectable text.
Most of the normal text editing is controlled by keyboard events, these commands.
§Full API
See zng_wgt_text::cmd for the full API.
Structs§
- Text
Edit Op - Represents a text edit operation that can be send to an editable text using
EDIT_CMD. - Text
Select Op - Represents a text caret/selection operation that can be send to an editable text using
SELECT_CMD.
Statics§
- EDIT_
CMD - Applies the
TextEditOpinto the text if it is editable. - PARSE_
CMD - Parse text and update value if
txt_parseis pending. - SELECT_
ALL_ CMD - Select all text.
- SELECT_
CMD - Applies the
TextSelectOpinto the text if it is editable.