initWithWindowRef versus initWithMenuRef
initWithWindowRef versus initWithMenuRef
- Subject: initWithWindowRef versus initWithMenuRef
- From: Alco Blom <email@hidden>
- Date: Sat, 21 Sep 2002 11:10:45 +0200
Reading the paragraph "Using a Carbon User Interface in a Cocoa Application"
in "Integrating Carbon and Cocoa in Your Application", I found the method
'initWithWindowRef', used like this:
cocoaFromCarbonWin = [[NSWindow alloc] initWithWindowRef:window];
What I would like to have, though, is something similar, but for a MenuRef:
cocoaFromCarbonWin = [[NSMenu alloc] initWithMeuRef:menu];
Apple: could you please add this soon?
Or is it possible now?
--
Alco Blom - <
mailto:email@hidden>
URL Manager Pro for Macintosh -
<
http://www.url-manager.com>
Web Confidential for Macintosh, Windows and Palm -
<
http://www.web-confidential.com>
_______________________________________________
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.