[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question about command menus



    Date: Thu, 1 Nov 90 14:55 PST
    From: maglio%cogsci@ucsd.edu (Paul Maglio)

    Perhaps I'm missing something obvious:  Is there any way to get
    two different command menus in one program framework to share
    menu items?  Like can one command have more than one menu-level?

Almost everyplace that takes a single menu level (symbol) will take a list
of them as well.  Specifically, both DEFINE-PROGRAM-COMMAND's :MENU-LEVEL option
and the MENU-LEVELS argument to DEFINE-COMMAND-MENU-HANDLER.