![]() |
ScrollBarTrackInfo |
Header: Appearance.h |
struct ScrollBarTrackInfo { SInt32 viewsize; ThemeTrackPressState pressState; };
A signed 32-bit integer, specifying the size of the content being displayed. This value should be expressed in terms of the same units of measurement as are used for the minimum, maximum, and current settings of the scroll bar.
A value of type ThemeTrackPressState, specifying what in the scroll bar is currently pressed. See
Your application uses the ScrollBarTrackInfo structure in the
The ScrollBarTrackInfo structure is available with Appearance Manager 1.1 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)