mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
Move color selection into the theme
This commit is contained in:
parent
57a8720cd8
commit
5d1ec31ef2
2 changed files with 3 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue