![]() |
Theme Track Attributes Constants |
Header: Appearance.h |
enum { kThemeTrackHorizontal = 1, kThemeTrackRightToLeft = 2, kThemeTrackShowThumb = 4, kThemeTrackThumbRgnIsNotGhost = 8, kThemeTrackNoScrollBarArrows = 16 };
If the bit specified by this mask is set, the track is horizontally, not vertically, oriented.
If the bit specified by this mask is set, values for the track increase from right to left if the track is horizontally oriented, or from bottom to top if the track is vertically oriented.
If the bit specified by this mask is set, an indicator is drawn for this track.
The ThemeTrackAttributes enumeration defines masks your application can use in the
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)