Re: label color
Re: label color
- Subject: Re: label color
- From: Greg Guerin <email@hidden>
- Date: Sun, 5 Dec 2010 09:50:00 -0700
Ariel Feinerman wrote:
How to get label color before 10.6?
If you mean "using Interface Builder", select a label, choose
Attributes on the Inspector panel. Also notice the class of the
label: NSTextField.
Then look in NSTextField.h:
- (void)setBackgroundColor:(NSColor *)color;
- (NSColor *)backgroundColor;
- (void)setTextColor:(NSColor *)color;
- (NSColor *)textColor;
-- GG
_______________________________________________
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