update-menu

Generic Function

Package: common-graphics

Arguments: menu new-items

This function allows items to be added to or removed from menu. new- items must not be the destructively modified item list of menu because the two lists are compared to compute screen changes.

Note that a menu-item should only be added to one menu. If a similar menu-item must appear in more than one menu, create copies (by calling (make-instance 'menu-item) with identical arguments or calling copy-menu-itemcopy-menu-item) as necessary. See the description of the menu-item class.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.