#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 21:39:58 +0200
changeset 8153 45bf33d4e1a3
parent 8152 aa729f2a2a58
child 8154 065b15ce117a
#DOCUMENTATION by cg class: GraphicsMedium comment/format in: #displayOpaqueForm:x:y:
GraphicsMedium.st
--- a/GraphicsMedium.st	Thu Aug 31 21:38:51 2017 +0200
+++ b/GraphicsMedium.st	Thu Aug 31 21:39:58 2017 +0200
@@ -1314,11 +1314,14 @@
 !
 
 displayOpaqueForm:aForm x:x y:y
-    "draw a form at x/y; if the form has depth 1, 1's in the form are
+    "draw a form at x/y; 
+     if the form has depth 1, 1's in the form are
      drawn in current fg, 0's in current bg color.
      If the form has depth ~~ 1, it is copied as is onto the receiver"
 
     gc displayOpaqueForm:aForm x:x y:y
+
+    "Modified (comment): / 31-08-2017 / 19:26:34 / cg"
 !
 
 displayOpaqueString:aString from:index1 to:index2 x:x y:y