documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:35:11 +0200
changeset 222 c51b06f6bf9a
parent 221 ea942fe5dc04
child 223 b65dc250db8d
documentation
EventListener.st
PrintConv.st
PrintConverter.st
StandardSystemController.st
StdSysC.st
--- a/EventListener.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/EventListener.st	Thu Apr 25 18:35:11 1996 +0200
@@ -53,6 +53,9 @@
 
     [see also:]
         WindowSensor WindowEvent WindowGroup
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -156,5 +159,5 @@
 !EventListener class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.10 1996-04-23 19:58:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/EventListener.st,v 1.11 1996-04-25 16:33:32 cg Exp $'
 ! !
--- a/PrintConv.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/PrintConv.st	Thu Apr 25 18:35:11 1996 +0200
@@ -47,6 +47,9 @@
     from alpha testers - it may not be complete or compatible to
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -405,5 +408,5 @@
 !PrintConverter class methodsFor:'documentation'!
 
 version 
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/PrintConv.st,v 1.10 1996-04-23 19:57:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/PrintConv.st,v 1.11 1996-04-25 16:34:18 cg Exp $'
 ! !
--- a/PrintConverter.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/PrintConverter.st	Thu Apr 25 18:35:11 1996 +0200
@@ -47,6 +47,9 @@
     from alpha testers - it may not be complete or compatible to
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -405,5 +408,5 @@
 !PrintConverter class methodsFor:'documentation'!
 
 version 
-    ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.10 1996-04-23 19:57:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/PrintConverter.st,v 1.11 1996-04-25 16:34:18 cg Exp $'
 ! !
--- a/StandardSystemController.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/StandardSystemController.st	Thu Apr 25 18:35:11 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Controller subclass:#StandardSystemController
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Support-Controllers'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Support-Controllers'
 !
 
 !StandardSystemController class methodsFor:'documentation'!
@@ -39,6 +39,9 @@
     since all action is done in window manager. 
     This class exists for ST-80 compatibility only 
     (to allow for subclasses to be filed in).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -51,5 +54,5 @@
 !StandardSystemController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StandardSystemController.st,v 1.11 1996-04-25 16:35:11 cg Exp $'
 ! !
--- a/StdSysC.st	Thu Apr 25 18:32:07 1996 +0200
+++ b/StdSysC.st	Thu Apr 25 18:35:11 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Controller subclass:#StandardSystemController
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Support-Controllers'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Support-Controllers'
 !
 
 !StandardSystemController class methodsFor:'documentation'!
@@ -39,6 +39,9 @@
     since all action is done in window manager. 
     This class exists for ST-80 compatibility only 
     (to allow for subclasses to be filed in).
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -51,5 +54,5 @@
 !StandardSystemController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.10 1995-11-23 17:46:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/StdSysC.st,v 1.11 1996-04-25 16:35:11 cg Exp $'
 ! !