find-next-selected-snip in pasteboard%
Returns a selected snip in the editor.
(->senda-pasteboardfind-next-selected-snipstart)snip%object or#f
start:snip%object or#fReturns the next selected snip in the editor, starting the search after
start. (See Basic Organization for information about snip order in pasteboards.) Ifstartis#f, then the search starts with the first snip in the editor (and thus returns the first selected snip, if any are selected). If no more selected snips are available, or ifstartis not in the pasteboard,#fis returned.