![]() |
Line Direction Initialization Constants |
Header: MacTextEditor.h |
Specifies the initial line direction setting when passed in the iControlData parameter of the TXNSetTXNObjectControls function or in the oControlData parameter TXNGetTXNObjectControls functions.
enum { kTXNLeftToRight = 0, kTXNRightToLeft = 1 };
Line direction flows from left to right.
Line direction flows from right to left.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)