NoBackground.st
author Claus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:31:54 +0200
changeset 5395 06ff643509e3
child 5463 9845c7cb66e1
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libview' }"

AbstractBackground subclass:#NoBackground
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Graphics-Support'
!


!NoBackground class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.1 2009-10-23 15:31:54 cg Exp $'
! !