NoBackground.st
changeset 5395 06ff643509e3
child 5463 9845c7cb66e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/NoBackground.st	Fri Oct 23 17:31:54 2009 +0200
@@ -0,0 +1,15 @@
+"{ Package: 'stx:libview' }"
+
+AbstractBackground subclass:#NoBackground
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Support'
+!
+
+
+!NoBackground class methodsFor:'documentation'!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.1 2009-10-23 15:31:54 cg Exp $'
+! !