cocoa - NSButton blue highlight -


I want to switch the gradient to NSButton but like blue light NSTabView < / Code> select button
Is this easy way possible?
Or should I draw it manually?
If I should draw this manually, then what is the best way to do this? ( CIFilter or simply NSGradient )

Thank you.

You have to create yourself with the custom sub-class of NSButtonCell.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -