#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Thu, 13 Jul 2017 20:42:33 +0200
changeset 6180 0d66f0b22c03
parent 6179 85ed7184791d
child 6181 f87b4ee3d071
#BUGFIX by cg class: TextView moved: #isReadOnly #readOnly: ouch: moved to superclass
TextView.st
--- a/TextView.st	Thu Jul 13 20:42:20 2017 +0200
+++ b/TextView.st	Thu Jul 13 20:42:33 2017 +0200
@@ -1023,19 +1023,6 @@
     ^ self
 ! !
 
-!TextView methodsFor:'accessing-behavior'!
-
-isReadOnly
-    "return true, if the text is readonly."
-
-    ^ true
-!
-
-readOnly:aBoolean
-    "for protocol compatibility with editTextViews,
-     but actually ignored"
-! !
-
 !TextView methodsFor:'accessing-contents'!
 
 contents:newContents selected:selectedBoolean