ComputerMenuItem
|
|
appearance as argument number 1 |
(documentation ComputerMenuItem EnglishLanguage "A ComputerMenuItem is a UIElement that presents one of the user's options and informs the running program if the user selects that option. A ComputerMenuItem may act as either a GUIRadioButton or a GUICheckBox. In many instances a menu item acts as a radio button on a normal click and as a check box on a shift-click.") | ComputerInput.kif 1129-1132 | |
(partTypes ComputerMenuItem ComputerMenu) | ComputerInput.kif 1133-1133 | |
(subclass ComputerMenuItem GUIActiveArea) | ComputerInput.kif 1128-1128 |
appearance as argument number 2 |
(partTypes ComputerMenu ComputerMenuItem) | ComputerInput.kif 1134-1134 | |
(subclass GraphicalMenuItem ComputerMenuItem) | ComputerInput.kif 1143-1143 | |
(termFormat EnglishLanguage ComputerMenuItem "computer menu item") | ComputerInput.kif 1135-1135 |
appearance as argument number 3 |
(domain accessibleFromMenuItem 2 ComputerMenuItem) | ComputerInput.kif 1139-1139 |
antecedent |
(=> (and (instance ?SELECT SelectingActiveArea) (patient ?SELECT ?ELEMENT) (instance ?ELEMENT ComputerMenuItem)) (instance ?SELECT SelectingComputerMenuOption)) |
ComputerInput.kif 2246-2251 |