NSButton's setGradientType method
NSButton's setGradientType method
- Subject: NSButton's setGradientType method
- From: Eric Freeman <email@hidden>
- Date: Sun, 3 Aug 2003 11:49:51 -0700
I'm trying to make use of the setGradientType method on an NSButton
object. I'm doing something as simple as:
[[button cell] setGradientType:NSGradientConvexStrong];
but no matter what value I use for the gradient type there is no effect
on the button. The [button cell] call seems to be fine and is
returning a cell object of type NSButtonCell.
Any ideas?
Thanks,
Eric
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.