ParagraphSpecification.st
changeset 36 160b8f0dfd7d
parent 29 b1663ac8f532
child 71 9f9243f5813b
--- a/ParagraphSpecification.st	Sat Feb 11 17:52:33 1995 +0100
+++ b/ParagraphSpecification.st	Fri Feb 17 14:24:24 1995 +0100
@@ -1,4 +1,14 @@
-'From Smalltalk/X, Version:2.10.4 on 18-nov-1994 at 16:12:06'!
+"
+ COPYRIGHT (c) 1994 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.
+"
 
 TabulatorSpecification subclass:#ParagraphSpecification
 	 instanceVariableNames:'leftMargin rightMargin textAlignment'
@@ -7,6 +17,30 @@
 	 category:'Views-Support'
 !
 
+!ParagraphSpecification class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1994 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.
+"
+!
+
+documentation
+"
+    Instances of this class can be used to represent the tabs
+    and margins of a paragraph of text. Its a goody, not really
+    used currently.
+"
+! !
+
 !ParagraphSpecification methodsFor:'accessing'!
 
 leftMargin