doku
authorClaus Gittinger <cg@exept.de>
Thu, 09 May 1996 11:23:15 +0200
changeset 255 9821fb092e99
parent 254 1286cec58b5d
child 256 fe3e7b060149
doku
DObject.st
DisplayObject.st
--- a/DObject.st	Thu May 09 10:43:59 1996 +0200
+++ b/DObject.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/Attic/DObject.st,v 1.17 1996-04-25 16:19:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.18 1996-05-09 09:23:15 cg Exp $'
 ! !
--- 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 $'
 ! !