The <NuMenuDelegate> protocol is used to work with table menu.
NSObject
NuMenuDelegate
nuMenu:selectedItem:. Called after selecting a menu item.
- (void) nuMenu: (NuMenu *) menu selectedItem: (int) itemRow
menu. Menu.
itemRow. Selected menu row.
The example of use is given in the Creating a Simple Data Grid section. The use of menu is described in the Adding Menu to Table section.
nuMenuCanceled:. Called after canceling menu call.
- (void) nuMenuCanceled: (NuMenu *) menu
See also:
Protocols