![]() |
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 };
Indicates a single rectangle that allows text to scroll if the rectangle fills.
Indicates a single rectangle with a bottom. That is, text moves to a new page if the frame is full.
Indicates multiple frames.
Multiple frames and page frames are not available in MLTE version 1.1 and earlier.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)