Carbon


Privileges Initialization Constants

Header: MacTextEditor.h

Specifies the initial privileges setting for a text object when passed in the TXNControlData structure of the TXNSetTXNObjectControls or TXNGetTXNObjectControls functions.

enum {
    kTXNReadWrite = 0,
    kTXNReadOnly = 1
};

Constant descriptions

kTXNReadWrite

Indicates read and write privileges for the document.

kTXNReadOnly

Indicates the document is read-only.


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