Carbon


Theme Background Kind Constants

Header: Appearance.h

enum {
    kThemeBackgroundTabPane = 1,
    kThemeBackgroundPlacard = 2,
    kThemeBackgroundWindowHeader = 3,
    kThemeBackgroundListViewWindowHeader = 4,
    kThemeBackgroundSecondaryGroupBox = 5
};

Constant descriptions

kThemeBackgroundTabPane

The background for a tab pane.

kThemeBackgroundPlacard

The background for a placard.

kThemeBackgroundWindowHeader

The background for a window header.

kThemeBackgroundListViewWindowHeader

The background for a window list view header.

kThemeBackgroundSecondaryGroupBox

You can pass a constant of type ThemeBackgroundKind to the function ApplyThemeBackground to specify that an embedded object have a background consistent with the current theme and an object in which it is visually embedded. The ThemeBackgroundKind constants are available with Appearance Manager 1.1 and later.


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