[previous] [up] [next]     [index]
Next: on-resize Up: pasteboard Previous: on-interactive-resize

on-move-to

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

The editor is internally locked for writing when this method is called (see also Locks). Use after-move-to to modify the editor, if necessary. See also on-interactive-move and interactive-adjust-move.



PLT