documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:42:15 +0200
changeset 615 59b046c2e44f
parent 614 1b1c0d7c9266
child 616 56cf67c82664
documentation
SWSensor.st
SynchronousWindowSensor.st
Workstat.st
Workstation.st
--- a/SWSensor.st	Thu Apr 25 18:40:35 1996 +0200
+++ b/SWSensor.st	Thu Apr 25 18:42:15 1996 +0200
@@ -333,4 +333,5 @@
 !SynchronousWindowSensor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libview/Attic/SWSensor.st,v 1.5 1996-04-25 16:33:03 cg Exp $'! !
+    ^ '$Header: /cvs/stx/stx/libview/Attic/SWSensor.st,v 1.6 1996-04-25 16:42:15 cg Exp $'
+! !
--- a/SynchronousWindowSensor.st	Thu Apr 25 18:40:35 1996 +0200
+++ b/SynchronousWindowSensor.st	Thu Apr 25 18:42:15 1996 +0200
@@ -333,4 +333,5 @@
 !SynchronousWindowSensor class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libview/SynchronousWindowSensor.st,v 1.5 1996-04-25 16:33:03 cg Exp $'! !
+    ^ '$Header: /cvs/stx/stx/libview/SynchronousWindowSensor.st,v 1.6 1996-04-25 16:42:15 cg Exp $'
+! !
--- a/Workstat.st	Thu Apr 25 18:40:35 1996 +0200
+++ b/Workstat.st	Thu Apr 25 18:42:15 1996 +0200
@@ -38,6 +38,9 @@
     this class is only here, to get an instance of XWorkstation
     named Display - this cannot be done in XWorkstation since Display
     is defined in X.h/Xlib.h -- sigh
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -151,6 +154,6 @@
 !Workstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstat.st,v 1.17 1996-03-08 18:56:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstat.st,v 1.18 1996-04-25 16:41:48 cg Exp $'
 ! !
 Workstation initialize!
--- a/Workstation.st	Thu Apr 25 18:40:35 1996 +0200
+++ b/Workstation.st	Thu Apr 25 18:42:15 1996 +0200
@@ -38,6 +38,9 @@
     this class is only here, to get an instance of XWorkstation
     named Display - this cannot be done in XWorkstation since Display
     is defined in X.h/Xlib.h -- sigh
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -151,6 +154,6 @@
 !Workstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.17 1996-03-08 18:56:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/Workstation.st,v 1.18 1996-04-25 16:41:48 cg Exp $'
 ! !
 Workstation initialize!