Carbon


Theme Track Attributes Constants

Header: Appearance.h

enum {
    kThemeTrackHorizontal = 1,
    kThemeTrackRightToLeft = 2,
    kThemeTrackShowThumb = 4,
    kThemeTrackThumbRgnIsNotGhost = 8,
    kThemeTrackNoScrollBarArrows = 16
};

Constant descriptions

kThemeTrackHorizontal

If the bit specified by this mask is set, the track is horizontally, not vertically, oriented.

kThemeTrackRightToLeft

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.

kThemeTrackShowThumb

If the bit specified by this mask is set, an indicator is drawn for this track.

kThemeTrackThumbRgnIsNotGhost
kThemeTrackNoScrollBarArrows

The ThemeTrackAttributes enumeration defines masks your application can use in the ThemeTrackDrawInfo structure to specify various attributes of track controls. The ThemeTrackAttributes constants are available with Appearance Manager 1.1 and later.


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