Availability: Macintosh.
This module is only fully available on MacOS9 and earlier under classic PPC MacPython. Very limited functionality is available under Carbon MacPython.
The Scrap Manager supports the simplest form of cut & paste operations on the Macintosh. It can be use for both inter- and intra-application clipboard operations.
The Scrap module provides low-level access to the functions of the Scrap Manager. It contains the following functions:
(size,
handle, count, state, path)
.
Field | Meaning |
---|---|
size | Size of the scrap in bytes. |
handle | Resource object representing the scrap. |
count | Serial number of the scrap contents. |
state | Integer; positive if in memory, 0 if on
disk, negative if uninitialized. |
path | Filename of the scrap when stored on disk. |
See Also:
See About this document... for information on suggesting changes.