AbstractBackground.st
author Claus Gittinger <cg@exept.de>
Fri, 23 Oct 2009 17:32:13 +0200
changeset 5398 9f94824ab735
child 5459 7adaeea72491
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libview' }"

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

!AbstractBackground class methodsFor:'documentation'!

documentation
"
    This will replace the viewBackground color.

    [author:]
        Claus Gittinger
"
! !

!AbstractBackground class methodsFor:'documentation'!

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