![]() |
Frame Option Bits |
Header: MacTextEditor.h |
Defines
enum { kTXNDrawGrowIconBit = 0, kTXNShowWindowBit = 1, kTXNWantHScrollBarBit = 2, kTXNWantVScrollBarBit = 3, kTXNNoTSMEverBit = 4, kTXNReadOnlyBit = 5, kTXNNoKeyboardSyncBit = 6, kTXNNoSelectionBit = 7, kTXNSaveStylesAsSTYLResourceBit = 8, kOutputTextInUnicodeEncodingBit = 9, kTXNDoNotInstallDragProcsBit = 10, kTXNAlwaysWrapAtViewEdgeBit = 11 };
Indicates a window should have a grow icon.
Indicates the window should be displayed.
Indicates horizontal scroll bar.
Indicates vertical scroll bar.
Indicates not to use Text Services Manager.
Indicates read-only.
Indicates keyboard synchronization.
Indicates not to show the insertion point.
Indicates text style should be saved as a ‘styl resource.
Indicates plain text should be saved as Unicode.
Indicates you want to call drag handlers.
Indicates line wrap at edge of view rectangle.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)