![]() |
Selection Display Constants |
Header: MacTextEditor.h |
Specifies whether the end of the current selection should scroll to show the beginning or the end of a selection.
enum { kTXNShowStart = 0, kTXNShowEnd = 1 };
Indicates the start of the selection should be shown. The selection scrolls to show the start if necessary.
Indicates the end of the selection should be shown. The selection scrolls to show the end if necessary.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)