documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 19:24:14 +0200
changeset 156 4752cd4b9eb2
parent 155 bc94dad4ad31
child 157 086addb968af
documentation
LEnterFld.st
LabelledEnterField.st
--- a/LEnterFld.st	Thu Apr 25 19:22:31 1996 +0200
+++ b/LEnterFld.st	Thu Apr 25 19:24:14 1996 +0200
@@ -40,6 +40,9 @@
     some specific things, you have to get the components 
     (labelField and inputField)
     and send those message directly.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -213,5 +216,5 @@
 !LabelledEnterField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/LEnterFld.st,v 1.16 1996-04-22 22:19:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Attic/LEnterFld.st,v 1.17 1996-04-25 17:24:14 cg Exp $'
 ! !
--- a/LabelledEnterField.st	Thu Apr 25 19:22:31 1996 +0200
+++ b/LabelledEnterField.st	Thu Apr 25 19:24:14 1996 +0200
@@ -40,6 +40,9 @@
     some specific things, you have to get the components 
     (labelField and inputField)
     and send those message directly.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -213,5 +216,5 @@
 !LabelledEnterField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/LabelledEnterField.st,v 1.16 1996-04-22 22:19:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/LabelledEnterField.st,v 1.17 1996-04-25 17:24:14 cg Exp $'
 ! !