Carbon


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
};

Constant descriptions

kTXNLeftToRight

Line direction flows from left to right.

kTXNRightToLeft

Line direction flows from right to left.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)