Question

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.

Was it helpful?

Solution

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

OTHER TIPS

To do that in IB(Interface Builder) you simply need set the button's key equivalent to "Return" using the popup menu (or type in \R into the key equivalent field).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top