                                                                menu_define
Chapter 6 Dialogue: Tiles, Keys, Buttons and Menus

menu_define

    Renames the current menu to a specified name.

         menu_define mname string

    This command will rename the current menu to the name specified by mname
    and described by string.  The menu will exist until it is exited or
    replaced by another menu, at which point it is erased.  To retain the new
    menu, use the menuset_save function.
    ___________________________________________________________________________
    Options/arguments:

         mname     Name of menu
         string    Description of menu
    ___________________________________________________________________________
    Example(s):

    To rename the currently active menu to the name menu_edit and add a
    descriptor, enter:

         menu_define menu_edit Edit functions
    ___________________________________________________________________________
    See also:

              funct_add, funct_del, menuset_save, menuset_get
    ___________________________________________________________________________
