![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| WindowScrollingByUser(window scrolling by user) |
| appearance as argument number 1 |
|
|
| (subclass WindowScrollingByUser WindowScrolling) | ComputerInput.kif 1799-1799 | Window scrolling by user is a subclass of window scrolling |
| (subclass WindowScrollingByUser UserSignifiedGraphicalAction) | ComputerInput.kif 1800-1800 | Window scrolling by user is a subclass of user signified graphical action |
| (documentation WindowScrollingByUser EnglishLanguage "WindowScrollingByUser consists of moving 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 1801-1803 | Window scrolling by user is a subclass of user signified graphical action |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?SCROLL WindowScrollingByUser) (exists (?WINDOW) (and (patient ?SCROLL ?WINDOW) (instance ?WINDOW InterfaceWindow) (hasGUEState ?WINDOW GUE_ActiveState)))) |
ComputerInput.kif 1813-1819 | If X is an instance of window scrolling by user, then there exists Y such that Y is a patient of X, Y is an instance of interface window, and Y has state GUE active state |
| consequent |
|
|
| (<=> (and (instance ?SCROLL WindowScrolling) (instance ?SCROLL UserSignifiedGraphicalAction)) (instance ?SCROLL WindowScrollingByUser)) |
ComputerInput.kif 1805-1809 | X is an instance of window scrolling, X is an instance of user signified graphical action if, and only if X is an instance of window scrolling by user |
| statement |
|
|