Introduction to Pasteboard Manager Programming Guide

Pasteboards are the standard data interchange mechanism for applications on Mac OS X, supported in both Carbon and Cocoa. The Pasteboard Manager is the Carbon programming interface for creating and accessing pasteboards.

Who Should Read This Document

This document is for Carbon developers who want to use pasteboards in their applications. The most common uses for the pasteboard are:

You can also use pasteboards for any other purpose, such as implementing a proprietary clipboard. Pasteboard Manager pasteboards are fully-compatible with Cocoa NSPasteboard objects.

The Pasteboard Manager is available in Mac OS X v10.3 and later.

The Pasteboard Manager replaces both the older Scrap Manager and the Drag Manager’s drag flavor APIs. While the Scrap Manager is still supported, the Pasteboard Manager provides greater flexibility and functionality.

Organization of This Document

This document is organized into the following chapters:

See Also

In addition to this document, you may find the following documents useful: