get-editor in text-field%
Returns the editor used to implement the text field.
For a text field, the most useful methods of a text% object
are the following:
(sendreturns the current text of the editor.a-textget-text)(senddeletes all text from the editor.a-texterase)(sendinsertsa-textinsertstring)stringinto the editor at the current caret position.
(->senda-text-fieldget-editor)text%object