ImageBackground.st
author Claus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:32:01 +0200
changeset 5396 b857d519a90d
child 5462 cea04c9a6ea8
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libview' }"

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


!ImageBackground class methodsFor:'documentation'!

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