doc comment
authorClaus Gittinger <cg@exept.de>
Thu, 02 Nov 1995 12:50:53 +0100
changeset 111 23f66f18a3cb
parent 110 2c770d24bb36
child 112 9b59ed94db13
doc comment
Icon.st
--- a/Icon.st	Wed Nov 01 15:49:45 1995 +0100
+++ b/Icon.st	Thu Nov 02 12:50:53 1995 +0100
@@ -23,18 +23,23 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/Icon.st,v 1.3 1995-09-23 11:30:33 claus Exp $
+$Header: /cvs/stx/stx/libview2/Icon.st,v 1.4 1995-11-02 11:50:53 cg Exp $
 "
 !
 
 documentation
 "
-    Compatibility mimicri for Icon.
-    Implements the #constantNamed: message which is used by some PD
+    ST-80 Compatibility mimicri for Icon.
+    Implements the #constantNamed: message which is used by some ST-80 PD
     classes and returns corresponding ST/X icons.
-    If you like the original icons, install the xbm files in the bitmap
+
+    If you like the original ST-80 icons, install the xbm files in the bitmap
     directory under a name foo.xbm, where foo corresponds to the icons
     name symbol (i.e. for Icon constantNamed:#foo, a 'foo.xbm' file is required).
+    You can grab those icons from manchester or from the PrimeTime Freeware CD.
+    A copy of the PTF-CD is also in goodies/bitmaps/st80bitmaps.
+    Then, change the replacementName method to return an empty array.
+
     Caveat:
 	masks are not yet implemented
 "