Re: NSView / NSControl / NSCell drawing question

2009-09-18 Thread aaron smith
nvmind. I got it all figured out. Just by adding the control the a view, it automatically calls the drawing methods. Thanks. On Thu, Sep 17, 2009 at 11:04 PM, aaron smith wrote: > Hey All, quick question. I think this is straight forward, but just > wanted some verification before I move forward

NSView / NSControl / NSCell drawing question

2009-09-17 Thread aaron smith
Hey All, quick question. I think this is straight forward, but just wanted some verification before I move forward too far. To keep a long story somewhat short - I have a custom view, which I am placing a custom control into, and am curious if it's proper to specifically be calling the drawRect me