extensions.st
author Claus Gittinger <cg@exept.de>
Tue, 19 Jun 2018 14:45:41 +0200
changeset 8394 44c396105bcc
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#UI_ENHANCEMENT by cg class: StandardSystemView changed: #focusIn remember the last focusWindowGroup in the device (for activeHelp of views which have no focusView)

"{ Package: 'stx:libview' }"!

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !