find-snip in pasteboard%
Finds the frontmost snip (after a given snip) that intersects a given location. See Basic Organization for information about snip order in pasteboards.
The result is only valid when the editor is displayed (see Basic Organization).
(->senda-pasteboardfind-snipxyafter)snip%object or#f
x: real number
y: real number
after=#f:snip%object or#fThe
xandyarguments are in editor coordinates. Ifafteris not supplied, the frontmost snip atxandyis returned, otherwise the frontmost snip behindafteris returned. Ifafteris a snip that is not in the pasteboard,#fis returned.