Carbon


Style Resource Types

Header: MacTextEditor.h

Specifies the type of resource to save style information as for a plain text document.

enum {
    kTXNSingleStylePerTextDocumentResType = 'MPSR',
    kTXNMultipleStylesPerTextDocumentResType = 'styl'
};

Constant descriptions

kTXNSingleStylePerTextDocumentResType

Indicates a document contains a single style and should be treated as a BBEdit, MPW, or CodeWarrior document.

kTXNMultipleStylesPerTextDocumentResType

Indicates a document contains multiple styles and should be treated as a SimpleText document.


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