[previous] [up] [next]     [index]
Next: delete Up: text Previous: copy-self-to

cut

Copies and then deletes items in the editor.

The system may execute a cut (in response to other method calls) without calling this method. To extend or re-implement the copying portion of the cut, override the do-copy in text% or do-copy in pasteboard% method of an editor. To monitor deletions in an editor, override on-delete in text% or on-delete in pasteboard%.



PLT