diff options
Diffstat (limited to 'Mac/Lib')
-rw-r--r-- | Mac/Lib/lib-toolbox/Appearance.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mac/Lib/lib-toolbox/Appearance.py b/Mac/Lib/lib-toolbox/Appearance.py index 361b6b2..ac64b44 100644 --- a/Mac/Lib/lib-toolbox/Appearance.py +++ b/Mac/Lib/lib-toolbox/Appearance.py @@ -439,12 +439,12 @@ kThemeMetricScrollBarWidth = 0 kThemeMetricSmallScrollBarWidth = 1 kThemeMetricCheckBoxGlyphHeight = 2 kThemeMetricRadioButtonGlyphHeight = 3 -appearanceBadBrushIndexErr = themeInvalidBrushErr -appearanceProcessRegisteredErr = themeProcessRegisteredErr -appearanceProcessNotRegisteredErr = themeProcessNotRegisteredErr -appearanceBadTextColorIndexErr = themeBadTextColorErr -appearanceThemeHasNoAccents = themeHasNoAccentsErr -appearanceBadCursorIndexErr = themeBadCursorIndexErr +# appearanceBadBrushIndexErr = themeInvalidBrushErr +# appearanceProcessRegisteredErr = themeProcessRegisteredErr +# appearanceProcessNotRegisteredErr = themeProcessNotRegisteredErr +# appearanceBadTextColorIndexErr = themeBadTextColorErr +# appearanceThemeHasNoAccents = themeHasNoAccentsErr +# appearanceBadCursorIndexErr = themeBadCursorIndexErr kThemeActiveDialogBackgroundBrush = kThemeBrushDialogBackgroundActive kThemeInactiveDialogBackgroundBrush = kThemeBrushDialogBackgroundInactive kThemeActiveAlertBackgroundBrush = kThemeBrushAlertBackgroundActive |