DisplayObject.st
changeset 255 9821fb092e99
parent 219 106b86ca81da
child 260 efd33ad1283e
--- a/DisplayObject.st	Thu May 09 10:43:59 1996 +0200
+++ b/DisplayObject.st	Thu May 09 11:23:15 1996 +0200
@@ -36,7 +36,13 @@
 documentation
 "
     generic superclass for Display Objects held in ObjectViews
-    see DrawObject/LogicObject/DeskTopObject and subclasses for example use
+    see DrawObject/LogicObject/DeskTopObject and subclasses for example uses.
+
+    Notice:
+        This class was introduced to provide a home for ST-80v2.x 
+        subclasses.
+        It is now obsolete and should no longer be used for new applications.
+        See classes in the VisualObject hierarchy.
 
     [author:]
         Claus Gittinger
@@ -375,5 +381,5 @@
 !DisplayObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.17 1996-04-25 16:19:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.18 1996-05-09 09:23:15 cg Exp $'
 ! !