SolidBackground.st
author Claus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:32:07 +0200
changeset 5397 cf2688ceb3f4
child 5465 02601a774050
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libview' }"

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


!SolidBackground class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/libview/SolidBackground.st,v 1.1 2009-10-23 15:32:07 cg Exp $'
! !