Carbon


Supported Frame Types

Header: MacTextEditor.h

Defines the frame types that can be passed to the TXNNewObject function.

enum {
    kTXNTextEditStyleFrameType = 1,
    kTXNPageFrameType = 2,
    kTXNMultipleFrameType = 3
};

Constant descriptions

kTXNTextEditStyleFrameType

Indicates a single rectangle that allows text to scroll if the rectangle fills.

kTXNPageFrameType

Indicates a single rectangle with a bottom. That is, text moves to a new page if the frame is full.

kTXNMultipleFrameType

Indicates multiple frames.

VERSION NOTES

Multiple frames and page frames are not available in MLTE version 1.1 and earlier.


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