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:
(send returns
the current text of the editor.a-text get-text)
(send deletes all text from
the editor.a-text erase)
(send
inserts a-text insert string)string into the editor at the current caret position.
( -> send a-text-field get-editor)text% object