can-do-edit-operation? in snip%
Called when the snip's editor's method is called,
recursive? is not #f, and this snip owns the caret.
( -> boolean
send a-snip can-do-edit-operation? op recursive?)
op : symbol in '(undo redo clear cut copy paste kill select-all insert-text-box insert-pasteboard-box insert-image)
recursive? = : boolean#t
See
can-do-edit-operation? for information about the arguments.