diff -r 2721f96d5db9 -r 06ff643509e3 NoBackground.st --- /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 $' +! !