Carbon


TXNControlData

Header: MacTextEditor.h

Contains information about margin and tab settings for a text object.

union TXNControlData {
    UInt32 uValue; 
    SInt32 sValue; 
    TXNTab tabValue; 
    TXNMargins *marginsPtr;
};

Field descriptions

uValue

A variable of type TXNTab that specifies the default tab setting.

sValue

A pointer to a structure of type TXNMargins that contains values to specify the top, left, bottom, and right margin settings.

tabValue
marginsPtr
VERSION NOTES

The bottom and right margin settings in the TXNMargins structure are placeholders. These setting are not available in MLTE version 1.1 and earlier.


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