#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 17 Feb 2017 17:29:00 +0100
changeset 7912 3bd30e57a8b0
parent 7911 58ff1521d533
child 7913 a4a886f5c480
#DOCUMENTATION by cg class: GraphicsContext comment/format in: #function:
GraphicsContext.st
--- a/GraphicsContext.st	Fri Feb 17 16:04:32 2017 +0100
+++ b/GraphicsContext.st	Fri Feb 17 17:29:00 2017 +0100
@@ -850,9 +850,14 @@
 !
 
 function:aFunctionSymbol
-    "set the drawing function"
+    "set the (bitblt) drawing function.
+     The argument is one of:
+        #and, #or, #copy
+    "
 
     ^ self subclassResponsibility
+
+    "Modified (comment): / 17-02-2017 / 16:44:24 / cg"
 !
 
 graphicsContext