#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 07 Mar 2018 18:06:56 +0100
changeset 8298 e294c3b46b2e
parent 8297 395ee5d2951e
child 8299 2b8dd6b92b19
#DOCUMENTATION by cg class: GraphicsMedium comment/format in: #function:
GraphicsMedium.st
--- a/GraphicsMedium.st	Wed Mar 07 18:06:48 2018 +0100
+++ b/GraphicsMedium.st	Wed Mar 07 18:06:56 2018 +0100
@@ -837,7 +837,12 @@
 !
 
 function:aSymbol
-    "set the drawing function if it has changed"
+    "set the drawing function if it has changed.
+     The argument is one of:
+            #copy,#copyInverted,#xor,#and,#andReverse
+            #andInverted,#or,#orReverse,#orInverted
+            #invert,#clear,#set,#noop,#equiv,#nand
+     Notice: not all graphicMedia support all functions"
 
     gc function:aSymbol
 !