Carbon


TXNTab

Header: MacTextEditor.h

Contains tab information for a text object.

struct TXNTab {
    SInt16 value; 
    TXNTabType tabType; 
    UInt8 filler;
};

Field descriptions

value

A 2-byte value that specifies tab distance.

tabType

A TXNTabType value that specifies tab type settings.

filler

An unsigned 8-bit integer that exists only to make the structure exactly 4 bytes in size.


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