Re: Discussion on how to draw text like that seen in toolbars
Re: Discussion on how to draw text like that seen in toolbars
- Subject: Re: Discussion on how to draw text like that seen in toolbars
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 4 May 2009 23:08:49 +0200
Le 2 mai 09 à 00:42, Alex Kac a écrit :
I know there was a discussion about this a few months ago on this
list, but I cannot find the right terms to search for. The
discussion was how to draw text so that it was sunken much like you
see in the toolbar. I just remember there was a specific way
recommended to do it and I can't find it. Drawing the text twice is
more of a shadow effect, so I don't think that was it...
the -[NSCell setBackgroundStyle:] method is the key.
[[myTextField cell] setBackgroundStyle:NSBackgroundStyleRaised];
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden