diff -r 66a7359fc640 -r a4f3846a0fc1 NoBackground.st --- a/NoBackground.st Sat Jan 22 12:00:55 2011 +0100 +++ b/NoBackground.st Sun Jan 23 02:42:51 2011 +0100 @@ -34,8 +34,16 @@ " ! ! +!NoBackground methodsFor:'drawing'! + +fillRectangleX:x y:y width:w height:h in:aView + "/ intentionally left blank + + "Created: / 23-01-2011 / 01:59:29 / cg" +! ! + !NoBackground class methodsFor:'documentation'! version_CVS - ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.2 2009-11-04 14:32:02 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/NoBackground.st,v 1.3 2011-01-23 01:42:51 cg Exp $' ! !