SolidBackground.st
changeset 5397 cf2688ceb3f4
child 5465 02601a774050
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SolidBackground.st	Fri Oct 23 17:32:07 2009 +0200
@@ -0,0 +1,15 @@
+"{ 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 $'
+! !