insert in pasteboard%
Inserts data into the editor.
The content of an editor can be changed
by the
system in response to other method calls, and such changes do not go through this method; use on-insert in text% or
on-insert in pasteboard% to
monitor content additions changes.
(-> voidsenda-pasteboardinsertsnipbeforexy)
snip:snip%object
before:snip%object or#f
x: real number
y: real numberInserts
snipat location (x,y) just in front ofbefore. (See Basic Organization for information about snip order in pasteboards.) Ifbeforeis#f, thensnipis inserted behind all other snips.
(-> voidsenda-pasteboardinsertsnipxy)
snip:snip%object
x: real number
y: real numberInserts
snipat location (x,y) behind all other snips. (See Basic Organization for information about snip order in pasteboards.)
(-> voidsenda-pasteboardinsertsnipbefore)
snip:snip%object
before:snip%object or#fInserts
snipin the center of the editor (with respect to the total width and height of the editor) just in front ofbefore. (See Basic Organization for information about snip order in pasteboards.) Ifbeforeis#f, thensnipis inserted behind all other snips.
(-> voidsenda-pasteboardinsertsnip)
snip:snip%objectInserts a snip into the editor. A snip cannot be inserted into multiple editors or multiple times within a single editor.