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

on-select

This method is called before a snip in the pasteboard is selected or deselected, after can-select? is called to verify that the insertion is allowed. The after-select method is guaranteed to be called after the selection has completed.

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



PLT