[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]

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.                     |
 |_______________________________________________________________________|


[Back to Amiga Developer Docs]