![]() |
Theme Track Enable State Constants |
Header: Appearance.h |
enum { kThemeTrackActive = 0, kThemeTrackDisabled = 1, kThemeTrackNothingToScroll = 2, kThemeTrackInactive = 3 };
A track in the active state.
A track in the disabled state.
For scroll bars, the window containing the track is expanded to a sufficiently large state such that all the content is viewable and there is nothing remaining to scroll.
You can use constants of type ThemeTrackEnableState in the GetThemeScrollBarTrackRect
and
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)