Carbon


ProgressTrackInfo

Header: Appearance.h

struct ProgressTrackInfo {
    UInt8 phase;
};

Field descriptions

phase

A value ranging from 1 to 4, specifying the current animation phase for an indeterminate progress bar; increment this value to animate the progress bar. Set this field to 0 for a determinate progress bar.

Your application supplies a ProgressTrackInfo structure to the ThemeTrackDrawInfo structure to describe the progress bar–specific features of a given track control.

VERSION NOTES

The ProgressTrackInfo structure is available with Appearance Manager 1.1 and later.


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