![]() |
Indentation Initialization Constants |
Header: MacTextEditor.h |
Specifies the initial automatic indentation setting for a text object when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.
enum { kTXNAutoIndentOff = 0, kTXNAutoIndentOn = 1 };
Automatic indenting is not enabled.
Automatic indenting is enabled. You can enable this feature only if auto-wrapping is not enabled.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)