views:

87

answers:

1

Hi. 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.

A: 

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

Peter Hosey