![]() |
Theme Draw State Constants |
Header: Appearance.h |
enum { kThemeStateInactive = 0, kThemeStateActive = 1, kThemeStatePressed = 2, kThemeStateRollover = 6, kThemeStateUnavailable = 7, kThemeStateUnavailableInactive = 8 };
The element is drawn in the inactive state.
The element is drawn in the active state.
The element is drawn in the selected state.
You can use constants of type ThemeDrawState with many Appearance Manager functions to specify the state in which human interface elements are drawn.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)