#OTHER
authorClaus Gittinger <cg@exept.de>
Wed, 30 Sep 2015 20:29:10 +0200
changeset 15875 be65d29aab3a
parent 15874 fdb81c0c7e51
child 15876 f6c3e18d8dfd
child 15879 9a11c602ebcf
#OTHER class: Tools::CodeView2 added: #backgroundColor: #viewBackground: forward to textview
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Wed Sep 30 20:22:33 2015 +0200
+++ b/Tools__CodeView2.st	Wed Sep 30 20:29:10 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -821,6 +819,16 @@
     "Created: / 27-07-2011 / 13:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!CodeView2 methodsFor:'accessing-look'!
+
+backgroundColor:aColor
+    textView backgroundColor:aColor
+!
+
+viewBackground:newViewBackground
+    textView viewBackground:newViewBackground
+! !
+
 !CodeView2 methodsFor:'aspects'!
 
 browserHolder