Carbon


Scrap Flavor Type Constants

Header: Scrap.h

Describe commonly used scrap flavor types.

enum {
    kScrapFlavorTypePicture = ''PICT'',
    kScrapFlavorTypeText = ''TEXT'',
    kScrapFlavorTypeTextStyle = ''styl'',
    kScrapFlavorTypeMovie = ''moov'',
    kScrapFlavorTypeSound = ''snd '',
    kScrapFlavorTypeUnicode = ''utxt'',
    kScrapFlavorTypeUnicodeStyle = ''ustl''
};

Constant descriptions

kScrapFlavorTypePicture

Specifies the contents of a PicHandle.

kScrapFlavorTypeText

Specifies a stream of text characters.

kScrapFlavorTypeTextStyle

For more information, see TEGetStyleScrapHandle.

kScrapFlavorTypeMovie

Specifies a reference to a QuickTime movie.

kScrapFlavorTypeSound

For more information, see SndRecord and SndPlay.

kScrapFlavorTypeUnicode

Specifies a stream of 16-bit Unicode characters.

kScrapFlavorTypeUnicodeStyle

Specifies Unicode style information; defined by ATSUI and used by Textension.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)