![]() |
Theme Slider Indicator Direction Constants |
Header: Appearance.h |
enum { kThemeThumbPlain = 0, kThemeThumbUpward = 1, kThemeThumbDownward = 2 };
A plain indicator; that is, one that does not point in any direction.
For a horizontal slider, an upward-pointing indicator. For a vertical slider, a left-pointing indicator.
For a horizontal slider, a downward-pointing indicator. For a vertical slider, a right-pointing indicator.
You can use constants of type ThemeThumbDirection in the
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)