![]() |
Line Wrapping Initialization Constants |
Header: MacTextEditor.h |
Specifies the initial line-wrap setting for a text object when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.
enum { kTXNAutoWrap = 0, kTXNNoAutoWrap = 1 };
Automatic line wrapping is enabled.
Automatic line wrapping is not enabled.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)