on-reorder (augmentable only) in pasteboard%
Called before a snip is moved in the pasteboard's front-to-back snip order, after
can-reorder? is called to verify that the reorder is allowed. The
after-reorder method is guaranteed to be called after the reorder has
completed.
The editor is internally locked for writing when this method is called (see
also Locks). Use
after-reorder to modify the editor, if necessary.
(-> booleansenda-pasteboardon-reordersnipto-snipbefore?)
snip:snip%object
to-snip:snip%object
before?: booleanIf
before?is#t, thensnipis to be moved beforeto-snip, otherwisesnipis to be moved afterto-snip