#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Tue, 11 Apr 2017 16:37:40 +0200
changeset 8003 1b29276e17a2
parent 8002 d9f38365af4d
child 8004 1d8a9208c16a
#REFACTORING by cg class: DeviceWorkstation added: #setForeground:background:function:in:
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Tue Apr 11 16:20:41 2017 +0200
+++ b/DeviceWorkstation.st	Tue Apr 11 16:37:40 2017 +0200
@@ -5895,6 +5895,15 @@
     ^ self subclassResponsibility
 !
 
+setForeground:fgColorIndex background:bgColorIndex function:blitOpSymbol in:aGCId
+    "set foreground and background color-indices and blit-function to be drawn with"
+
+    self setForeground:fgColorIndex background:bgColorIndex in:aGCId.
+    self setFunction:blitOpSymbol in:aGCId.
+
+    "Created: / 11-04-2017 / 16:37:19 / cg"
+!
+
 setForeground:fgColorIndex background:bgColorIndex in:aGCId
     "set foreground and background color-indices to be drawn with"