![]() |
Scroll Bar States |
Header: MacTextEditor.h |
Specifies scroll bar appearance.
enum { kScrollBarsAlwaysActive = 1, kScrollBarsSyncWithFocus = 0 };
Indicates that scroll bars should always appear in the active state.
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)