funcall-menu-item

Generic Function

Package: common-graphics

Arguments: menu menu-item stream

Funcalls the value of the menu-item with no arguments. funcall-menu-item could be defined as:

(defun funcall-menu-item (menu menu-item stream)
   (funcall (value menu-item)))

This function and funcall-menu-item-with-window are typical values of the on-click property of a menu.

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.