extensions.st
author Claus Gittinger <cg@exept.de>
Fri, 21 Jun 2019 23:51:35 +0200
changeset 8704 2b8ec91506ba
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#BUGFIX by cg class: XftFontDescription added missing: #displayString:from:to:x:y:in:opaque: (try CompoundFont to see why)

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

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !