![]() |
Supported Data Types |
Header: MacTextEditor.h |
Specifies the type of data being requested or returned.
enum { kTXNTextData = 'TEXT', kTXNPictureData = 'PICT', kTXNMovieData = 'moov', kTXNSoundData = 'snd ', kTXNUnicodeTextData = 'utxt' };
Indicates text data.
Indicates graphics (PICT) data.
Indicates movie or sound data.
Indicates Unicode text data.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)