cocoa - NSButton blue highlight -
I want to switch the gradient to NSButton
but like blue light NSTabView < / Code> select button
Is this easy way possible?
Or should I draw it manually?
If I should draw this manually, then what is the best way to do this? ( CIFilter
or simply NSGradient
)
Thank you.
You have to create yourself with the custom sub-class of NSButtonCell.
Comments
Post a Comment