Next Prev Up Top Contents Index

clipboard

Function
Summary

Returns the contents of the system clipboard.

Signature

clipboard self => result

Arguments

self

A displayed CAPI pane or interface.

Values

result

A string, or nil .

Description

The function clipboard returns the contents of the system clipboard as a string, or nil if the clipboard is empty.

The Windows clipboard is usually set by the user with the Ctrl+C and Ctrl+X gestures. Note that LispWorks uses these gestures when in Windows emulation mode.

On X, various gestures may set the clipboard. The X clipboard can be accessed by running the program xclipboard or the Emacs function x-get-clipboard .

See also

clipboard-empty
selection
set-clipboard


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index