File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -439,12 +439,12 @@ def FOUR_CHAR_CODE(x): return x
439439kThemeMetricSmallScrollBarWidth = 1
440440kThemeMetricCheckBoxGlyphHeight = 2
441441kThemeMetricRadioButtonGlyphHeight = 3
442- appearanceBadBrushIndexErr = themeInvalidBrushErr
443- appearanceProcessRegisteredErr = themeProcessRegisteredErr
444- appearanceProcessNotRegisteredErr = themeProcessNotRegisteredErr
445- appearanceBadTextColorIndexErr = themeBadTextColorErr
446- appearanceThemeHasNoAccents = themeHasNoAccentsErr
447- appearanceBadCursorIndexErr = themeBadCursorIndexErr
442+ # appearanceBadBrushIndexErr = themeInvalidBrushErr
443+ # appearanceProcessRegisteredErr = themeProcessRegisteredErr
444+ # appearanceProcessNotRegisteredErr = themeProcessNotRegisteredErr
445+ # appearanceBadTextColorIndexErr = themeBadTextColorErr
446+ # appearanceThemeHasNoAccents = themeHasNoAccentsErr
447+ # appearanceBadCursorIndexErr = themeBadCursorIndexErr
448448kThemeActiveDialogBackgroundBrush = kThemeBrushDialogBackgroundActive
449449kThemeInactiveDialogBackgroundBrush = kThemeBrushDialogBackgroundInactive
450450kThemeActiveAlertBackgroundBrush = kThemeBrushAlertBackgroundActive
Original file line number Diff line number Diff line change @@ -41,6 +41,13 @@ def writeinitialdefs(self):
4141 def makeblacklistnames (self ):
4242 return [
4343 "GetThemeFont" , # Funny stringbuffer in/out parameter, I think...
44+ # Constants with funny definitions
45+ "appearanceBadBrushIndexErr" ,
46+ "appearanceProcessRegisteredErr" ,
47+ "appearanceProcessNotRegisteredErr" ,
48+ "appearanceBadTextColorIndexErr" ,
49+ "appearanceThemeHasNoAccents" ,
50+ "appearanceBadCursorIndexErr" ,
4451 ]
4552
4653 def makegreylist (self ):
You can’t perform that action at this time.
0 commit comments