clip.icn: Procedures for clipboard operations

link clip
May 26, 1994; Ralph E. Griswold
Requires: Version 9 graphics
This file is in the public domain.

XCopy(window, x, y, w, h) copies an area of window to the clipboard.

XCut(window, x, y, w, h) copies an area of window to the clipboard and
erases it from window.

XPaste(window, x, y) copies the clipboard to position x,y in window.

NewClip(w, h) is a utility procedure that discards the old clipboard and
creates a new one of the specified dimensions.

Source code | Program Library Page | Icon Home Page