CocoaDev

Edit AllPages

NSCarbonMenuImpl is a class accessable from the -_menuImpl method of NSMenu. It can be used mainly for creating a pop-up menu anywhere on the screen using popUpMenu:atLocation:width:forView:withSelectedItem:withFont:

Undocumented, and liable to break at any time too ;)

Some other methods are:


Does anybody know how to make a popped up menu go away programmatically after popping it up? The only way I can get a menu to go away is by either hitting escape or clicking, any ideas?