| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: window-or-widget object
Adds object to the current content of
window-or-widget if it knows how to do so,
generally at the "current position" in the window or widget. If an
insertion is done, then object is returned as the
first returned value and a clipboard format is returned as the second
value; otherwise nil
is returned. This
function is called by insert-command, which grabs
object off of the clipboard to pass to this
function.
This function behaves just as paste-selection does, except that any currently selected content is retained instead of being replaced by the inserted content. See paste-selection for more information.
See cg-clipboard.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |