![]() |
Theme Brush Constants |
Header: Appearance.h |
enum { kThemeBrushDialogBackgroundActive = 1, kThemeBrushDialogBackgroundInactive = 2, kThemeBrushAlertBackgroundActive = 3, kThemeBrushAlertBackgroundInactive = 4, kThemeBrushModelessDialogBackgroundActive = 5, kThemeBrushModelessDialogBackgroundInactive = 6, kThemeBrushUtilityWindowBackgroundActive = 7, kThemeBrushUtilityWindowBackgroundInactive = 8, kThemeBrushListViewSortColumnBackground = 9, kThemeBrushListViewBackground = 10, kThemeBrushIconLabelBackground = 11, kThemeBrushListViewSeparator = 12, kThemeBrushChasingArrows = 13, kThemeBrushDragHilite = 14, kThemeBrushDocumentWindowBackground = 15, kThemeBrushFinderWindowBackground = 16 };
An active dialog boxs background color or pattern.
An inactive dialog boxs background color or pattern.
An active alert boxs background color or pattern.
An inactive alert boxs background color or pattern.
An active modeless dialog boxs background color or pattern.
An inactive modeless dialog boxs background color or pattern.
An active utility windows background color or pattern.
An inactive utility windows background color or pattern.
The background color or pattern of the list view column that is being sorted upon.
The background color or pattern of a list view column that is not being sorted upon.
An icon labels color or pattern.
The color or pattern of the horizontal lines that separate rows of items in list view columns.
Asynchronous arrows color or pattern.
The color or pattern used to indicate that an element is a valid drag-and-drop destination
A document windows background color or pattern.
A Finder windows background color or pattern. Generally, you should not use this constant unless you are trying to create a window that matches a Finder window.
The Appearance Manager provides the underlying support for RGB color data and overrides System 7 color tables such as 'cctb' and 'mctb' with an abstract mechanism that allows colors and patterns to be coordinated with the current theme. You can pass constants of type ThemeBrush in the inBrush parameter of SetThemePen
, and
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)