diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-19 21:33:51 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-12-19 21:33:51 (GMT) |
commit | 620e9142668d04e3fd7def86a98c92ef6944044d (patch) | |
tree | c9560cf395b2641e3160e4d9625bbda1688611de /Mac/Lib | |
parent | 932af110d36932d940eaa01d1a3759f0347a59fd (diff) | |
download | cpython-620e9142668d04e3fd7def86a98c92ef6944044d.zip cpython-620e9142668d04e3fd7def86a98c92ef6944044d.tar.gz cpython-620e9142668d04e3fd7def86a98c92ef6944044d.tar.bz2 |
Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers).
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 |