![]() |
Tab Initialization Constants |
Header: MacTextEditor.h |
Specifies the initial tab setting for a text object when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.
enum { kTXNRightTab = -1, kTXNLeftTab = 0, kTXNCenterTab = 1 };
Right tabs are active.
Left tabs are active.
Center tabs are active.
Left and center tabs are not available in MLTE version 1.0.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)