Search code examples
cocoahighlightnsbutton

NSButton blue highlight


i want to make on/off gradient NSButton but with blue highlight like NSTabView select buttons.
Is it possible to make this easy way?
Or i should draw this manually?
if i should draw this manually what is the best way to do this? (CIFilter or just NSGradient)

thanks.


Solution

  • You will have to make that yourself with a custom subclass of NSButtonCell.