Carbon


Theme Scroll Box Style Constants

Header: Appearance.h

enum {
    kThemeScrollBarThumbNormal = 0,
    kThemeScrollBarThumbProportional = 1
};

Constant descriptions

kThemeScrollBarThumbNormal

A classic scroll box.

kThemeScrollBarThumbProportional

A proportional scroll box.

You can call the function GetThemeScrollBarThumbStyle to obtain the type of scroll boxes (also known as “scroll indicators” or “thumbs”) being used in the current theme. The ThemeScrollBarThumbStyle constants are available with Appearance Manager 1.1 and later.


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