Jack Jansen | 57ed139 | 1999-03-04 23:00:11 +0000 | [diff] [blame] | 1 | # Generated from 'Moes:Codewarrior Pro 4:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Appearance.h' |
| 2 | |
| 3 | def FOUR_CHAR_CODE(x): return x |
| 4 | _AppearanceDispatch = 0xAA74 |
| 5 | gestaltAppearanceAttr = FOUR_CHAR_CODE('appr') |
| 6 | gestaltAppearanceExists = 0 |
| 7 | gestaltAppearanceCompatMode = 1 |
| 8 | gestaltAppearanceVersion = FOUR_CHAR_CODE('apvr') |
| 9 | kAppearanceEventClass = FOUR_CHAR_CODE('appr') |
| 10 | kAEThemeSwitch = FOUR_CHAR_CODE('thme') |
| 11 | appearanceBadBrushIndexErr = -30560 |
| 12 | appearanceProcessRegisteredErr = -30561 |
| 13 | appearanceProcessNotRegisteredErr = -30562 |
| 14 | appearanceBadTextColorIndexErr = -30563 |
| 15 | appearanceThemeHasNoAccents = -30564 |
| 16 | appearanceBadCursorIndexErr = -30565 |
| 17 | kThemeActiveDialogBackgroundBrush = 1 |
| 18 | kThemeInactiveDialogBackgroundBrush = 2 |
| 19 | kThemeActiveAlertBackgroundBrush = 3 |
| 20 | kThemeInactiveAlertBackgroundBrush = 4 |
| 21 | kThemeActiveModelessDialogBackgroundBrush = 5 |
| 22 | kThemeInactiveModelessDialogBackgroundBrush = 6 |
| 23 | kThemeActiveUtilityWindowBackgroundBrush = 7 |
| 24 | kThemeInactiveUtilityWindowBackgroundBrush = 8 |
| 25 | kThemeListViewSortColumnBackgroundBrush = 9 |
| 26 | kThemeListViewBackgroundBrush = 10 |
| 27 | kThemeIconLabelBackgroundBrush = 11 |
| 28 | kThemeListViewSeparatorBrush = 12 |
| 29 | kThemeChasingArrowsBrush = 13 |
| 30 | kThemeDragHiliteBrush = 14 |
| 31 | kThemeDocumentWindowBackgroundBrush = 15 |
| 32 | kThemeFinderWindowBackgroundBrush = 16 |
| 33 | kThemeActiveDialogTextColor = 1 |
| 34 | kThemeInactiveDialogTextColor = 2 |
| 35 | kThemeActiveAlertTextColor = 3 |
| 36 | kThemeInactiveAlertTextColor = 4 |
| 37 | kThemeActiveModelessDialogTextColor = 5 |
| 38 | kThemeInactiveModelessDialogTextColor = 6 |
| 39 | kThemeActiveWindowHeaderTextColor = 7 |
| 40 | kThemeInactiveWindowHeaderTextColor = 8 |
| 41 | kThemeActivePlacardTextColor = 9 |
| 42 | kThemeInactivePlacardTextColor = 10 |
| 43 | kThemePressedPlacardTextColor = 11 |
| 44 | kThemeActivePushButtonTextColor = 12 |
| 45 | kThemeInactivePushButtonTextColor = 13 |
| 46 | kThemePressedPushButtonTextColor = 14 |
| 47 | kThemeActiveBevelButtonTextColor = 15 |
| 48 | kThemeInactiveBevelButtonTextColor = 16 |
| 49 | kThemePressedBevelButtonTextColor = 17 |
| 50 | kThemeActivePopupButtonTextColor = 18 |
| 51 | kThemeInactivePopupButtonTextColor = 19 |
| 52 | kThemePressedPopupButtonTextColor = 20 |
| 53 | kThemeIconLabelTextColor = 21 |
| 54 | kThemeListViewTextColor = 22 |
| 55 | kThemeActiveDocumentWindowTitleTextColor = 23 |
| 56 | kThemeInactiveDocumentWindowTitleTextColor = 24 |
| 57 | kThemeActiveMovableModalWindowTitleTextColor = 25 |
| 58 | kThemeInactiveMovableModalWindowTitleTextColor = 26 |
| 59 | kThemeActiveUtilityWindowTitleTextColor = 27 |
| 60 | kThemeInactiveUtilityWindowTitleTextColor = 28 |
| 61 | kThemeActivePopupWindowTitleColor = 29 |
| 62 | kThemeInactivePopupWindowTitleColor = 30 |
| 63 | kThemeActiveRootMenuTextColor = 31 |
| 64 | kThemeSelectedRootMenuTextColor = 32 |
| 65 | kThemeDisabledRootMenuTextColor = 33 |
| 66 | kThemeActiveMenuItemTextColor = 34 |
| 67 | kThemeSelectedMenuItemTextColor = 35 |
| 68 | kThemeDisabledMenuItemTextColor = 36 |
| 69 | kThemeActivePopupLabelTextColor = 37 |
| 70 | kThemeInactivePopupLabelTextColor = 38 |
| 71 | kThemeStateDisabled = 0 |
| 72 | kThemeStateActive = 1 |
| 73 | kThemeStatePressed = 2 |
| 74 | kThemeMenuBarNormal = 0 |
| 75 | kThemeMenuBarSelected = 1 |
| 76 | kThemeMenuActive = 0 |
| 77 | kThemeMenuSelected = 1 |
| 78 | kThemeMenuDisabled = 3 |
| 79 | kThemeMenuTypePullDown = 0 |
| 80 | kThemeMenuTypePopUp = 1 |
| 81 | kThemeMenuTypeHierarchical = 2 |
| 82 | kThemeMenuItemPlain = 0 |
| 83 | kThemeMenuItemHierarchical = 1 |
| 84 | kThemeMenuItemScrollUpArrow = 2 |
| 85 | kThemeMenuItemScrollDownArrow = 3 |