![]() |
Theme Scroll Bar Arrow Style Constants |
Header: Appearance.h |
enum { kThemeScrollBarArrowsSingle = 0, kThemeScrollBarArrowsLowerRight = 1 };
Specifies the use of a single arrow at each end of a scroll bar.
Specifies the use of double arrows at one end of a scroll bar. For vertical scroll bars, the double arrows are located at the lower end of the scroll bar. For horizontal scroll bars, the double arrows are located at the right end of the scroll bar.
You can call the function
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)