Hi,

I've a subclass of NSTableView that draws a custom gradient
background. What I'd like to do now is to draw a slightly different
background when the window containing the custom NSTableView loses
focus.

Is this possible ?

If so, could someone please point me in the right direction ?

I know that in the NSTableView subclass you can use [self window] to
get the containing window, so I have tried things like [[self window]
isKeyWindow] and [[self window] isMainWindow] but this doesn't seem to
get me anywhere.

Any help will be greatly appreciated.

Thanks

-Mic
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to