TextView.st
changeset 1477 2d4b6115e2c5
parent 1476 ac38c8af8585
child 1487 4a9bfda28991
--- a/TextView.st	Wed Apr 01 11:23:10 1998 +0200
+++ b/TextView.st	Fri Apr 03 16:54:44 1998 +0200
@@ -200,6 +200,12 @@
     "Created: 3.1.1997 / 01:52:21 / stefan"
 !
 
+defaultViewBackgroundColor
+    "return the default view background"
+
+    ^DefaultViewBackground
+!
+
 updateStyleCache
     "extract values from the styleSheet and cache them in class variables"
 
@@ -2843,5 +2849,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.114 1998-04-01 09:22:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.115 1998-04-03 14:54:44 tz Exp $'
 ! !