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.