pop-lisp-clipboard

Function

Package: common-graphics

Arguments: nil

Removes the top value from the lisp clipboard stack and returns it. The value that then remains on the top of the lisp clipboard stack is copied onto the Windows clipboard for potential pasting into other applications.

A symbol denoting the Windows clipboard format of the removed value is returned as a second value. This symbol is either :text, :rich-text, or :pixmap, where :text indicates that the removed value is a lisp string, :rich-text indicates a lisp string that specifies a piece of rich text (which could be inserted into a rich-edit-pane by calling (setf rich-edit-range), and :pixmap indicates a Common Graphics pixmap object.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.