PDA

View Full Version : NSButton Bordercolor




McBgnr
Apr 20, 2009, 01:16 AM
Hello,

Is there a way to change the border color for NSButton control?



kainjow
Apr 20, 2009, 11:41 AM
No. You need to subclass NSButton/NSButtonCell and override the drawing methods and draw the borders yourself.