Lines Matching full:menu
56 // Some things would have to be made public if someone wanted to subclass this so as to support more menu item commands. M.P. Warning - 9/19/00
845 // Create a Process Command event. Don't mention anything about the menu item, because we don't want the Carbon Event handler fiddling with it.
848 hiCommand.menu.menuRef = 0;
849 hiCommand.menu.menuItemIndex = 0;
887 // Create a Process Command event. Don't mention anything about the menu item, because we don't want the Carbon Event handler fiddling with it.
890 hiCommand.menu.menuRef = inMenuRef;
891 hiCommand.menu.menuItemIndex = inMenuItemIndex;