#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 17:02:52 +0100
changeset 5612 513fa58e4761
parent 5610 ef1c14e562bf
child 5613 b38cb2d81259
#DOCUMENTATION class: TextView comment/format in: #isReadOnly
TextView.st
--- 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
 !