ImageBackground.st
changeset 5396 b857d519a90d
child 5462 cea04c9a6ea8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ImageBackground.st	Fri Oct 23 17:32:01 2009 +0200
@@ -0,0 +1,15 @@
+"{ 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 $'
+! !