#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sun, 04 Nov 2018 21:46:44 +0100
changeset 5932 34eebda99f9e
parent 5931 80a7c9e6b672
child 5933 650ccc714e7d
#REFACTORING by cg class: TextBox added: #contents:
TextBox.st
--- a/TextBox.st	Fri Nov 02 20:17:59 2018 +0100
+++ b/TextBox.st	Sun Nov 04 21:46:44 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -199,6 +201,14 @@
     "Modified (comment): / 04-02-2017 / 18:01:03 / cg"
 !
 
+contents:newText
+    "set my contents"
+
+    textView contents:newText
+
+    "Created: / 04-11-2018 / 21:38:13 / Claus Gittinger"
+!
+
 initialText:aString
     "define the initial text in the texteditor"