Re: Getting the WindowRef from NSWindow?
Re: Getting the WindowRef from NSWindow?
- Subject: Re: Getting the WindowRef from NSWindow?
- From: email@hidden
- Date: Sun, 10 Feb 2002 06:37:51 EST
In fact, as the documentation says, the [myWindow windowRef] method
permits to get the WindowRef which as been used with initWithWindowRef, and
it must be a carbon WindowRef, does that mean we have to create a window with
a function like CreateNewWindow(...) and then use the WindowRef used to
initialize the NSWindow?
In fact, I want to get this WindowRef because i need a CGrafPtr on the
window to use some QuickTime function(for capturing), so if anyone has a
solution... Thkx
_______________________________________________
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.