*** empty log message ***
authorclaus
Thu, 02 Jun 1994 23:21:42 +0200
changeset 45 d2d5bc481ebb
parent 44 e45356abd276
child 46 7b331e9012fd
*** empty log message ***
DRootView.st
DisplayRootView.st
--- a/DRootView.st	Thu May 12 12:30:43 1994 +0200
+++ b/DRootView.st	Thu Jun 02 23:21:42 1994 +0200
@@ -20,17 +20,39 @@
 DisplayRootView comment:'
 COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
-
-this class describes Xs rootWindow (which is the background window and
-must be used for drawing outside of Views i.e. for dragging between Views)
-
-$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.5 1994-01-08 17:11:21 claus Exp $
-
-written spring/summer 89 by claus
 '!
 
 Smalltalk at:#RootView put:nil!
 
+!DisplayRootView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1988 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libview/Attic/DRootView.st,v 1.6 1994-06-02 21:21:42 claus Exp $
+"
+!
+
+documentation
+"
+    this class describes Xs rootWindow (which is the background window and
+    must be used for drawing outside of Views i.e. for dragging between Views)
+"
+! !
+
 !DisplayRootView class methodsFor:'initialization'!
 
 initialize
--- a/DisplayRootView.st	Thu May 12 12:30:43 1994 +0200
+++ b/DisplayRootView.st	Thu Jun 02 23:21:42 1994 +0200
@@ -20,17 +20,39 @@
 DisplayRootView comment:'
 COPYRIGHT (c) 1988 by Claus Gittinger
               All Rights Reserved
-
-this class describes Xs rootWindow (which is the background window and
-must be used for drawing outside of Views i.e. for dragging between Views)
-
-$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.5 1994-01-08 17:11:21 claus Exp $
-
-written spring/summer 89 by claus
 '!
 
 Smalltalk at:#RootView put:nil!
 
+!DisplayRootView class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1988 by Claus Gittinger
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+"
+$Header: /cvs/stx/stx/libview/DisplayRootView.st,v 1.6 1994-06-02 21:21:42 claus Exp $
+"
+!
+
+documentation
+"
+    this class describes Xs rootWindow (which is the background window and
+    must be used for drawing outside of Views i.e. for dragging between Views)
+"
+! !
+
 !DisplayRootView class methodsFor:'initialization'!
 
 initialize