[previous] [up] [next]     [index]
Next: on-interactive-move Up: pasteboard Previous: on-double-click

on-insert

Called before a snip is inserted from the editor, after can-insert? is called to verify that the insertion is allowed. The after-insert method is guaranteed to be called after the insert has completed.

The editor is internally locked for writing when this method is called (see also Locks). Use after-insert to modify the editor, if necessary.



PLT