NSWindow Deferred Window Display Support
NSWindow Deferred Window Display Support
- Subject: NSWindow Deferred Window Display Support
- From: Richard Somers <email@hidden>
- Date: Mon, 27 Sep 2010 20:07:21 -0600
In Mac OS X 10.6 there is a new constant defined.
#define NSAppKitVersionNumberWithDeferredWindowDisplaySupport
The documentation says "Developers should not need to use this
constant unless they are writing applications for Mac OS X v10.5 and
earlier."
Now consider the designated initializer for NSWindow
'initWithContentRect:styleMask:backing:defer:'.
Does this mean the defer parameter in the initializer has no effect on
10.6 and later systems? What is the connection, if any, between the
defined constant and the defer parameter in the initializer?
--Richard Somers
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden