Carbon


Selection State Initialization Constants

Header: MacTextEditor.h

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

enum {
    kTXNSelectionOn = 1,
    kTXNSelectionOff = 0
};

Constant descriptions

kTXNSelectionOn

Data is initialized as selected.

kTXNSelectionOff

Data is initialized as not selected.


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