NoteBookFrameView.st
changeset 354 86c6240e3a7e
parent 344 deae51987b20
child 3150 e3a55f15ef7e
--- a/NoteBookFrameView.st	Thu Apr 10 17:51:10 1997 +0200
+++ b/NoteBookFrameView.st	Thu Apr 10 17:55:57 1997 +0200
@@ -45,6 +45,12 @@
     in which the selected subCanvas is drawn.
     Its only reason for existance is to redefine the
     border drawing to NOT draw the top border.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        NoteBookView TabView
 "
 ! !
 
@@ -162,5 +168,5 @@
 !NoteBookFrameView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookFrameView.st,v 1.1 1997-04-03 17:38:32 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookFrameView.st,v 1.2 1997-04-10 15:55:57 cg Exp $'
 ! !