GraphColumnView2DSpec.st
changeset 789 c2401c3c9e29
parent 753 0b6aaced2915
child 904 cdcb742f2038
--- a/GraphColumnView2DSpec.st	Wed Feb 25 22:39:49 1998 +0100
+++ b/GraphColumnView2DSpec.st	Thu Feb 26 02:36:13 1998 +0100
@@ -1,3 +1,16 @@
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              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.
+"
+
+
 GraphColumnViewSpec subclass:#GraphColumnView2DSpec
 	instanceVariableNames:'gridX gridY actionBlock doubleClickBlock buttonReleaseBlock
 		menuAccessBlock'
@@ -6,6 +19,35 @@
 	category:'Interface-Support-UI-Specs'
 !
 
+!GraphColumnView2DSpec class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1998 by eXept Software AG
+              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
+"
+    Not normally used by applications.
+
+    [author:]
+        Claus Atzkern
+
+    [see also:]
+        UIBuilder
+        UIPainter
+"
+! !
 
 !GraphColumnView2DSpec class methodsFor:'interface - painter'!
 
@@ -372,5 +414,5 @@
 !GraphColumnView2DSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.4 1998-02-13 13:50:32 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.5 1998-02-26 01:35:52 cg Exp $'
 ! !