Once I fixed the color of my checkboxes and radio buttons to match the overall
light on dark UI scheme (user-configurable), my NSBox text stuck out as a sore
thumb. NSBox does not support setAttributedTitle, but fortunately there is an
incredibly simple way to set the color of NSBox text:
[[nsboxptr titleCell] setTextColor:colr];
Now that's what we're talking about!
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]