extensions.st
author Stefan Vogel <sv@exept.de>
Wed, 05 Feb 2020 13:55:32 +0100
changeset 8985 b4d006b79f84
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#BUGFIX by stefan class: ModalBox changed: #show #showAt: #showAt:centerX:centerY: #ensure: block to destroy box on abort (e.g. via Timeout-Pin - see 15_Standard_Library_Test.ets)

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

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !