TextView.st
branchjv
changeset 5616 60d4ad0cccfb
parent 5562 0219152fb99f
parent 5612 513fa58e4761
child 5649 6f57a64ccaa1
--- a/TextView.st	Mon Mar 21 06:42:28 2016 +0100
+++ b/TextView.st	Sat Mar 26 06:44:39 2016 +0100
@@ -1018,6 +1018,8 @@
 !TextView methodsFor:'accessing-behavior'!
 
 isReadOnly
+    "return true, if the text is readonly."
+
     ^ true
 !