Form.st
changeset 3700 9b40f1e55270
parent 3655 1521a53dba17
child 3811 cfea9bc25737
--- a/Form.st	Mon Aug 19 18:11:43 2002 +0200
+++ b/Form.st	Mon Aug 19 18:24:31 2002 +0200
@@ -2076,6 +2076,12 @@
     "Modified: 13.5.1996 / 10:26:09 / cg"
 !
 
+isDithered
+    "for compatibility with color protocol"
+
+    ^ false
+!
+
 isForm
     "return true, if the receiver is some kind of form;
      true is returned here - the method is redefined from Object."
@@ -2143,6 +2149,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.121 2002-07-16 15:09:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.122 2002-08-19 16:24:31 cg Exp $'
 ! !
 Form initialize!