mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:20:37 +00:00
Add color for disabled state
This commit is contained in:
parent
ab83e1ef81
commit
fdd51ae2df
4 changed files with 37 additions and 8 deletions
|
@ -960,10 +960,13 @@ APPKIT_EXPORT NSString *GSThemeWillDeactivateNotification;
|
|||
|
||||
// NSSwitch drawing methods
|
||||
- (void) drawSwitchKnob: (NSRect)frame
|
||||
forState: (NSControlStateValue)value;
|
||||
forState: (NSControlStateValue)value
|
||||
enabled: (BOOL)enabled;
|
||||
|
||||
|
||||
- (void) drawSwitchBezel: (NSRect)frame
|
||||
forState: (NSControlStateValue)v;
|
||||
forState: (NSControlStateValue)v
|
||||
enabled: (BOOL)enabled;
|
||||
|
||||
- (void) drawSwitchInRect: (NSRect)rect
|
||||
forState: (NSControlStateValue)state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue