On Apr 18, 2012, at 1:53 AM, Sanjay Arora wrote:

> Hi I am a newbie on Cocoa application development and could not find any
> method in NSWindow which does the same job as SetWindowProperty used to
> do in Carbon,
> 
> Could some one point me to right direction.

I’m not an expert on Carbon by any estimation, but from the documentation it 
looks like SetWindowProperty is meant to associate some random chunk of data 
with a window. Instead of this, you might want to just consider adding a 
property to the NSWindowController subclass (or to the NSDocument subclass if 
this is a document window) that manages the window.

Charles


_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to