can-reorder? (augmentable only) in pasteboard%
Called before a snip is moved in the pasteboard's front-to-back snip order.
If the return value is #f, then the
reordering will be aborted.
See also
on-reorder and
after-reorder.
The editor is internally locked for writing when this method is called (see also Locks).
(-> booleansenda-pasteboardcan-reorder?snipto-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