get-paste-text-only in editor<%>
get-paste-text-only
editor<%>
If the result is #t, then the editor accepts only plain-text data from the clipboard. If the result is #f, the editor accepts both text and snip data from the clipboard.
#t
#f
(send an-editor get-paste-text-only) -> boolean
(send an-editor get-paste-text-only)
send
an-editor