Carbon


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

Constant descriptions

kTXNRightTab

Right tabs are active.

kTXNLeftTab

Left tabs are active.

kTXNCenterTab

Center tabs are active.

VERSION NOTES

Left and center tabs are not available in MLTE version 1.0.


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