Menu About to show notification
Menu About to show notification
- Subject: Menu About to show notification
- From: davidjclark <email@hidden>
- Date: Mon, 28 Jan 2002 22:36:33 -0500
Hello,
Is there any way in cocoa to be informed when a menu is going to be shown.
Something like:
- ( void ) willShowMenu:(NSMenu *)theMenu offMenuItem:(NSMenuItem
*)theMenuItem
I would like to have the opportunity to dynamically generate the menus
contents.
TIA,
David