Re: NSView background color

2010-06-21 Thread Mike Abdullah
On 21 Jun 2010, at 18:18, Kyle Sluder wrote: > On Sat, Jun 19, 2010 at 6:06 PM, Richard Langly > wrote: >> I have an NSView in a *.nib file. I'm trying to change the background >> color in it to match the unified toolbar metal color (not exactly sure >> what the name of that color is either). >>

Re: NSView background color

2010-06-21 Thread Kyle Sluder
On Sat, Jun 19, 2010 at 6:06 PM, Richard Langly wrote: > I have an NSView in a *.nib file. I'm trying to change the background > color in it to match the unified toolbar metal color (not exactly sure > what the name of that color is either). > > My controller to this view calls initWithNibName:, b

NSView background color

2010-06-21 Thread Richard Langly
I have an NSView in a *.nib file. I'm trying to change the background color in it to match the unified toolbar metal color (not exactly sure what the name of that color is either). My controller to this view calls initWithNibName:, but other than that, I don't see where or how I can change the col