The following are brief descriptions of the Intuition functions that relate to the use of Intuition menus. See the Amiga ROM Kernel Reference Manual: Includes and Autodocs for details on each function call. Table 6-2: Functions for Intuition Menus _______________________________________________________________________ | | | Function Description | |=======================================================================| | setmenustrip() set a menu for an open window. | | clearmenustrip() clear the menu of an open window. | | resetmenustrip() set a pre-calculated menu for an open window. | |-----------------------------------------------------------------------| | itemaddress() find the address of a menu item from its position. | |-----------------------------------------------------------------------| | offmenu() disable a menu in a menu strip. | | onmenu() enable a menu in a menu strip. | |_______________________________________________________________________|