Move color selection into the theme

This commit is contained in:
Gregory John Casamento 2020-04-22 17:44:04 -04:00
parent 57a8720cd8
commit 5d1ec31ef2
2 changed files with 3 additions and 12 deletions

View file

@ -959,14 +959,10 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
- (void) drawStepperHighlightDownButton: (NSRect)aRect;
// NSSwitch drawing methods
- (void) drawSwitchKnob: (NSRect)frame
withColor: (NSColor*)backgroundColor
forState: (NSControlStateValue)value;
- (void) drawSwitchBezel: (NSRect)frame
withOnColor: (NSColor*)onColor
withOffColor: (NSColor*)offColor
forState: (NSControlStateValue)v;
- (void) drawSwitchInRect: (NSRect)rect