Re: Display vs. LockFocus and draw
Re: Display vs. LockFocus and draw
- Subject: Re: Display vs. LockFocus and draw
- From: Roarke Lynch <email@hidden>
- Date: Fri, 2 Jan 1970 07:03:32 -0500
NSView.lockFocus();
NSView.draw();
NSView.unlockFocus();
just a little point. These should as [ClassInstanceName method]
ie. [myView display] etc... assuming myView is a kindOfClass NSView.
besides that. I would think that you should simply [myView
setNeedsDisplay:YES], let cocoa take care of the rest.
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
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.