added: #fillRectangleX:y:width:height:in:
authorClaus Gittinger <cg@exept.de>
Sun, 23 Jan 2011 02:42:51 +0100
changeset 5681 a4f3846a0fc1
parent 5680 66a7359fc640
child 5682 c2c115a7e257
added: #fillRectangleX:y:width:height:in:
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 $'
 ! !