Carbon


TXNBackground

Header: MacTextEditor.h

Specifies the background for text and other data in a text object.

struct TXNBackground {
    TXNBackgroundType bgType; 
    TXNBackgroundData bg;
};

Field descriptions

bgType

Defines the type of data.

bg

Specifies the data to be used as a background.

VERSION NOTES

MLTE 1.1 and earlier supports only color.


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