#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Wed, 22 Feb 2017 19:13:29 +0100
changeset 3928 bf6f6f75212f
parent 3927 8841d8751db1
child 3929 9a33e8c7b7d6
#DOCUMENTATION by cg class: VisualComponent comment/format in: #displayOn:
VisualComponent.st
--- a/VisualComponent.st	Wed Feb 22 19:11:27 2017 +0100
+++ b/VisualComponent.st	Wed Feb 22 19:13:29 2017 +0100
@@ -364,7 +364,7 @@
      (i.e. it may be left in any undefined state)"
 
     "/ what a kludge - Dolphin and Squeak mean: printOn: a stream;
-    "/ ST/X (and some old ST80's) mean: draw-yourself on a GC.
+    "/ old ST80 means: draw-yourself on a GC.
     (aGCOrStream isStream) ifTrue:[
         self printOn:aGCOrStream.
         ^ self
@@ -373,6 +373,7 @@
 
     "Modified: / 10-02-1997 / 13:53:03 / cg"
     "Modified: / 11-09-2006 / 15:01:06 / User"
+    "Modified (comment): / 22-02-2017 / 16:49:42 / cg"
 !
 
 displayOn:aGC at:aPoint