Re: Getting the background colour for NSBox?
Re: Getting the background colour for NSBox?
- Subject: Re: Getting the background colour for NSBox?
- From: Andreas Mayer <email@hidden>
- Date: Mon, 13 Sep 2004 09:43:32 +0200
Am 13.09.2004 um 08:40 Uhr schrieb Sean McBride:
[textView setBackgroundColor:[NSColor windowFrameColor]];
[...]
How do I get the NSColor for the background colour of an NSBox?
Um... why not make the background transparent?
[textView setBackgroundColor:[NSColor clearColor]];
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden