![]() |
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 };
Keyboard synchronization is enabled.
Keyboard synchronization is not enabled.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)