set-clipboard-bitmap in clipboard<%>
Changes the current clipboard contents to a bitmap (Windows, Mac OS) and releases the current clipboard client (if any).
( -> void
send a-clipboard set-clipboard-bitmap new-bitmap time)
new-bitmap : bitmap% object
time : exact integer
Sets the clipboard contents to new-bitmap. See Cut and Paste for
a discussion of the time argument. If time is outside
the platform-specific range of times, an exn:application:mismatch exception is raised.