I've stumbled onto the fact that NSWindow responds to the -document message, but I can't find any documentation for this. Normally I'd ignore this as I would any undocumented API, but (a) the method name does not begin with an underscore, (b) it seems like a reasonable property for NSWindow to have, and (c) "window.document" is part of a key path in some code I'm looking at, and I'm wondering if the author knew something I don't.
Is there documentation that confirms window.document as a property I'm allowed to use? Should I file a documentation bug, and/or should I file a request that window.document be made officially public? --Andy _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
