NSButton blue highlight
i want to make on/off gradient NSButton
but with blue highlight like NSTabView
select buttons. 开发者_JS百科
CIFilter
or just NSGradient
)
thanks.
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).
You will have to make that yourself with a custom subclass of NSButtonCell.
精彩评论