GUE_DisplayedState |
appearance as argument number 1 |
(documentation GUE_DisplayedState EnglishLanguage "A GUIElement has a GUE_DisplayedState if it at least partially appears on a ComputerScreen.") | ComputerInput.kif 1986-1987 | |
(instance GUE_DisplayedState GUElementState) | ComputerInput.kif 1985-1985 |
appearance as argument number 2 |
(contraryAttribute GUE_NonVisibleState GUE_DisplayedState) | ComputerInput.kif 2017-2017 | |
(termFormat EnglishLanguage GUE_DisplayedState "GUE displayed state") | domainEnglishFormat.kif 64906-64906 |
consequent |
(=> (hasGUEState ?WIN1 GUE_UncoveredState) (or (hasGUEState ?WIN1 GUE_DisplayedState) (hasGUEState ?WIN1 GUE_OffscreenState))) |
ComputerInput.kif 2096-2100 | |
(=> (instance ?CURSOR MouseCursor) (hasGUEState ?CURSOR GUE_DisplayedState)) |
ComputerInput.kif 1990-1992 | |
(=> (instance ?GUE GUIElement) (or (hasGUEState ?GUE GUE_CoveredState) (hasGUEState ?GUE GUE_OffscreenState) (hasGUEState ?GUE GUE_MinimizedState) (hasGUEState ?GUE GUE_DisplayedState))) |
ComputerInput.kif 2149-2155 |