Drawing on the back of an NSWindow
Drawing on the back of an NSWindow
- Subject: Drawing on the back of an NSWindow
- From: Matthew Smith <email@hidden>
- Date: Thu, 09 May 2002 08:36:38 +1000
Hello,
I'd like to use draw all over the back of a window, but want to have buttons
on top of the drawing (it currently draws over them). The drawing needs to
be altered if the window dimensions change so I'd like to make the calls in
some sort of repaint function.
Would it be better to lock the windows content view and draw to that or
place an image view the size of the window into the content view and draw to
an NSImage?
Any help would be great,
Cheers
Matt Smith
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.