fgColor/bgColor -> foregroundColor/backgroundColor
authorClaus Gittinger <cg@exept.de>
Mon, 10 Feb 1997 14:49:00 +0100
changeset 405 4acab6da7d82
parent 404 502b2dc1b0ba
child 406 16d990bcde6e
fgColor/bgColor -> foregroundColor/backgroundColor
FillWrpr.st
FillingWrapper.st
StrokeWrpr.st
StrokingWrapper.st
--- a/FillWrpr.st	Mon Feb 10 14:48:18 1997 +0100
+++ b/FillWrpr.st	Mon Feb 10 14:49:00 1997 +0100
@@ -172,18 +172,18 @@
     prevFg := aGC paint.
     prevBg := aGC backgroundPaint.
 
-    aGC paint:fgColor on:bgColor.
+    aGC paint:foregroundColor on:backgroundColor.
 
     component displayFilledOn:aGC.
 
     aGC paint:prevFg on:prevBg.
 
     "Created: 8.5.1996 / 23:54:06 / cg"
-    "Modified: 29.5.1996 / 10:38:09 / cg"
+    "Modified: 10.2.1997 / 14:21:41 / cg"
 ! !
 
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.9 1997-01-14 17:00:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.10 1997-02-10 13:49:00 cg Exp $'
 ! !
--- a/FillingWrapper.st	Mon Feb 10 14:48:18 1997 +0100
+++ b/FillingWrapper.st	Mon Feb 10 14:49:00 1997 +0100
@@ -172,18 +172,18 @@
     prevFg := aGC paint.
     prevBg := aGC backgroundPaint.
 
-    aGC paint:fgColor on:bgColor.
+    aGC paint:foregroundColor on:backgroundColor.
 
     component displayFilledOn:aGC.
 
     aGC paint:prevFg on:prevBg.
 
     "Created: 8.5.1996 / 23:54:06 / cg"
-    "Modified: 29.5.1996 / 10:38:09 / cg"
+    "Modified: 10.2.1997 / 14:21:41 / cg"
 ! !
 
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.9 1997-01-14 17:00:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.10 1997-02-10 13:49:00 cg Exp $'
 ! !
--- a/StrokeWrpr.st	Mon Feb 10 14:48:18 1997 +0100
+++ b/StrokeWrpr.st	Mon Feb 10 14:49:00 1997 +0100
@@ -272,7 +272,7 @@
     aGC lineStyle:lineStyle.
     aGC joinStyle:joinStyle.
     aGC capStyle:capStyle.
-    aGC paint:fgColor on:bgColor.
+    aGC paint:foregroundColor on:backgroundColor.
 
     component displayStrokedOn:aGC.
 
@@ -283,7 +283,7 @@
     aGC paint:prevFg on:prevBg.
 
     "Created: 8.5.1996 / 23:24:04 / cg"
-    "Modified: 9.5.1996 / 00:11:17 / cg"
+    "Modified: 10.2.1997 / 14:21:33 / cg"
 ! !
 
 !StrokingWrapper methodsFor:'initialization'!
@@ -301,5 +301,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.13 1997-01-14 17:00:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.14 1997-02-10 13:48:46 cg Exp $'
 ! !
--- a/StrokingWrapper.st	Mon Feb 10 14:48:18 1997 +0100
+++ b/StrokingWrapper.st	Mon Feb 10 14:49:00 1997 +0100
@@ -272,7 +272,7 @@
     aGC lineStyle:lineStyle.
     aGC joinStyle:joinStyle.
     aGC capStyle:capStyle.
-    aGC paint:fgColor on:bgColor.
+    aGC paint:foregroundColor on:backgroundColor.
 
     component displayStrokedOn:aGC.
 
@@ -283,7 +283,7 @@
     aGC paint:prevFg on:prevBg.
 
     "Created: 8.5.1996 / 23:24:04 / cg"
-    "Modified: 9.5.1996 / 00:11:17 / cg"
+    "Modified: 10.2.1997 / 14:21:33 / cg"
 ! !
 
 !StrokingWrapper methodsFor:'initialization'!
@@ -301,5 +301,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.13 1997-01-14 17:00:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.14 1997-02-10 13:48:46 cg Exp $'
 ! !