GraphicalMenuItem |
appearance as argument number 1 |
(documentation GraphicalMenuItem EnglishLanguage "A GraphicalMenuItem is a GUIActiveArea that is also a ComputerMenuItem. It presents one of the user's options and informs the running program if the user selects that option.") | ComputerInput.kif 1145-1147 | |
(partTypes GraphicalMenuItem GraphicalComputerMenu) | ComputerInput.kif 1149-1149 | |
(subclass GraphicalMenuItem ComputerMenuItem) | ComputerInput.kif 1143-1143 | |
(subclass GraphicalMenuItem GUIActiveArea) | ComputerInput.kif 1144-1144 |
appearance as argument number 2 |
(partTypes GraphicalComputerMenu GraphicalMenuItem) | ComputerInput.kif 1150-1150 | |
(termFormat EnglishLanguage GraphicalMenuItem "graphical menu item") | domainEnglishFormat.kif 64953-64953 |
consequent |
(=> (instance ?SUB GraphicalSubMenu) (exists (?MENUITEM) (and (instance ?MENUITEM GraphicalMenuItem) (accessibleFromMenuItem ?SUB ?MENUITEM)))) |
ComputerInput.kif 1153-1158 |