extensions.st
author Claus Gittinger <cg@exept.de>
Tue, 23 Apr 2019 16:30:55 +0200
changeset 8674 e29a561c0fbe
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#FEATURE by cg class: SimpleView added: #isDialogBox

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

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !