Carbon


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
};

Constant descriptions

kTXNShowStart

Indicates the start of the selection should be shown. The selection scrolls to show the start if necessary.

kTXNShowEnd

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)