Generic FunctionPackage: common-graphicsToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised

funcall-menu-item

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.


Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.1
Unrevised