Re: Possible to use Cocoa views in a Carbon window?
Re: Possible to use Cocoa views in a Carbon window?
- Subject: Re: Possible to use Cocoa views in a Carbon window?
- From: email@hidden
- Date: Thu, 20 Feb 2003 09:08:59 +0100
On jeudi, fivrier 20, 2003, at 03:53 AM, Dave Camp wrote:
Is there any way I can construct an NSWindow object for an existing
Carbon WindowRef?
Yes.
initWithWindowRef:
- (NSWindow *)initWithWindowRef:(void *)windowRef
Creates an NSWindow for a Carbon window. windowRef must be a Carbon
WindowRef. For more information see MacWindows.h.
See Also: - windowRef
_______________________________________________
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.