Re: Text Color in NSButton?
Re: Text Color in NSButton?
- Subject: Re: Text Color in NSButton?
- From: Sherm Pendley <email@hidden>
- Date: Thu, 28 Nov 2002 07:28:10 -0500
On Thursday, November 28, 2002, at 06:45 AM, Steve wrote:
How do I programmatically change the text color of the title of an
NSButton?
Create an NSAttributedString with the properties you want (color, font,
etc.), and assign it to the button with setAttributedTitle:.
sherm--
If you listen to a UNIX shell, can you hear the C?
_______________________________________________
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.