extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 20 Feb 2020 10:52:26 +0100
changeset 8995 a54112003192
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#DOCUMENTATION by exept class: SimpleView comment/format in: #waitUntilVisible

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

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !