WindowScrolling
|
|
appearance as argument number 1 |
(documentation WindowScrolling EnglishLanguage "WindowScrolling consists of a ComputerProcess moving as a block the contents of a frame in a window (when the logical size of the contents is greater than that of the frame) without moving the window itself.") | ComputerInput.kif 1771-1773 | |
(subclass WindowScrolling ComputerProcess) | ComputerInput.kif 1770-1770 | WindowScrolling は ComputerProcess の subclass では %n |
appearance as argument number 2 |
(subclass HorizontalWindowScrolling WindowScrolling) | ComputerInput.kif 1818-1818 | HorizontalWindowScrolling は WindowScrolling の subclass では %n |
(subclass TwoDWindowScrolling WindowScrolling) | ComputerInput.kif 1827-1827 | TwoDWindowScrolling は WindowScrolling の subclass では %n |
(subclass VerticalWindowScrolling WindowScrolling) | ComputerInput.kif 1810-1810 | VerticalWindowScrolling は WindowScrolling の subclass では %n |
(subclass WindowScrollingByUser WindowScrolling) | ComputerInput.kif 1783-1783 | WindowScrollingByUser は WindowScrolling の subclass では %n |
(termFormat EnglishLanguage WindowScrolling "window scrolling") | domainEnglishFormat.kif 65738-65738 |
antecedent |
(<=> (and (instance ?SCROLL WindowScrolling) (instance ?SCROLL UserSignifiedGraphicalAction)) (instance ?SCROLL WindowScrollingByUser)) |
ComputerInput.kif 1789-1793 | エンティティー は WindowScrolling の instance では %n エンティティー は UserSignifiedGraphicalAction の instance では %n エンティティー は WindowScrollingByUser の instance では %n |
(=> (instance ?ACT WindowScrolling) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE InterfaceWindow)))) |
ComputerInput.kif 1776-1781 |
|