Carbon


Scroll Bar States

Header: MacTextEditor.h

Specifies scroll bar appearance.

enum {
    kScrollBarsAlwaysActive = 1,
    kScrollBarsSyncWithFocus = 0
};

Constant descriptions

kScrollBarsAlwaysActive

Indicates that scroll bars should always appear in the active state.

kScrollBarsSyncWithFocus

Indicates that scroll bars should be active only if the frame in which it is enclosed is focused.


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