set-clipboard-client in clipboard<%>
Changes the clipboard-owning client.
( -> void
send a-clipboard set-clipboard-client new-owner time)
new-owner : clipboard-client% object
time : exact integer
Sets the client to new-owner and associates new-owner with
the current eventspace (as determined by
current-eventspace). The eventspace association is removed when the client is no longer
the current one.
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.