TextView.st
changeset 5612 513fa58e4761
parent 5561 ee6a77852e84
child 5616 60d4ad0cccfb
child 5658 bfc80e89fb1a
--- a/TextView.st	Mon Mar 21 04:40:47 2016 +0000
+++ b/TextView.st	Fri Mar 25 17:02:52 2016 +0100
@@ -1018,6 +1018,8 @@
 !TextView methodsFor:'accessing-behavior'!
 
 isReadOnly
+    "return true, if the text is readonly."
+
     ^ true
 !