+clearMaskedPixels
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jul 2002 17:09:01 +0200
changeset 3655 1521a53dba17
parent 3654 91f60b377f68
child 3656 11670e0e6fcb
+clearMaskedPixels
Form.st
--- a/Form.st	Tue Jul 16 16:45:23 2002 +0200
+++ b/Form.st	Tue Jul 16 17:09:01 2002 +0200
@@ -1404,6 +1404,12 @@
 
 !Form methodsFor:'image manipulations'!
 
+clearMaskedPixels
+    "Added for protocol compatibility with Image."
+
+    ^ self
+!
+
 darkened
     "return a darkened version of the receiver.
      Added for protocol compatibility with Color and Image.
@@ -2137,6 +2143,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.120 2002-05-06 07:32:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.121 2002-07-16 15:09:01 cg Exp $'
 ! !
 Form initialize!