*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 2000 12:15:00 +0100
changeset 2306 39f295426770
parent 2305 f2850e54b0ab
child 2307 dde2b8397b88
*** empty log message ***
TextView.st
--- a/TextView.st	Wed Nov 08 10:17:08 2000 +0100
+++ b/TextView.st	Thu Nov 09 12:15:00 2000 +0100
@@ -201,6 +201,18 @@
     "Created: 3.1.1997 / 01:52:21 / stefan"
 !
 
+defaultSelectionBackgroundColor
+    "return the default selection background color"
+
+    ^DefaultSelectionBackgroundColor
+!
+
+defaultSelectionForegroundColor
+    "return the default selection foreground color"
+
+    ^DefaultSelectionForegroundColor
+!
+
 defaultViewBackgroundColor
     "return the default view background"
 
@@ -3167,5 +3179,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.158 2000-09-30 15:32:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.159 2000-11-09 11:15:00 cg Exp $'
 ! !