Carbon


Keyboard Synchronization Initialization Constants

Header: MacTextEditor.h

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

enum {
    kTXNSyncKeyboard = 0,
    kTXNNoSyncKeyboard = 1
};

Constant descriptions

kTXNSyncKeyboard

Keyboard synchronization is enabled.

kTXNNoSyncKeyboard

Keyboard synchronization is not enabled.


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