WindowScrolling(window scrolling) | scroll |
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 | Window scrolling is a subclass of computer process |
appearance as argument number 2 |
(subclass HorizontalWindowScrolling WindowScrolling) | ComputerInput.kif 1818-1818 | Horizontal window scrolling is a subclass of window scrolling |
(subclass TwoDWindowScrolling WindowScrolling) | ComputerInput.kif 1827-1827 | Two-d window scrolling is a subclass of window scrolling |
(subclass VerticalWindowScrolling WindowScrolling) | ComputerInput.kif 1810-1810 | Vertical window scrolling is a subclass of window scrolling |
(subclass WindowScrollingByUser WindowScrolling) | ComputerInput.kif 1783-1783 | Window scrolling by user is a subclass of window scrolling |
(termFormat EnglishLanguage WindowScrolling "window scrolling") | domainEnglishFormat.kif 65761-65761 | Window scrolling by user is a subclass of window scrolling |
antecedent |
(<=> (and (instance ?SCROLL WindowScrolling) (instance ?SCROLL UserSignifiedGraphicalAction)) (instance ?SCROLL WindowScrollingByUser)) |
ComputerInput.kif 1789-1793 | An entity is an instance of window scrolling and the entity is an instance of user signified graphical action if and only if the entity is an instance of window scrolling by user |
(=> (instance ?ACT WindowScrolling) (exists (?GUIE) (and (patient ?ACT ?GUIE) (instance ?GUIE InterfaceWindow)))) |
ComputerInput.kif 1776-1781 |
|