commentary
authorClaus Gittinger <cg@exept.de>
Tue, 14 Jan 1997 18:02:37 +0100
changeset 365 47e0d48fd769
parent 364 bacd91f54052
child 366 bde54cb70d97
commentary
BorderedWrapper.st
BoundedWrapper.st
DepPart.st
DependentPart.st
FillWrpr.st
FillingWrapper.st
GeomWrpr.st
GeometricWrapper.st
LayoutWrapper.st
StrokeWrpr.st
StrokingWrapper.st
TranslWrpr.st
TranslatingWrapper.st
VComponent.st
VisualComponent.st
VisualPart.st
Wrapper.st
--- a/BorderedWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/BorderedWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!BorderedWrapper  class methodsFor:'documentation'!
+!BorderedWrapper class methodsFor:'documentation'!
 
 documentation
 "
@@ -17,7 +17,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -152,7 +153,7 @@
 "
 ! !
 
-!BorderedWrapper  class methodsFor:'instance creation'!
+!BorderedWrapper class methodsFor:'instance creation'!
 
 on:aComponent in:aLayout border:aBorder
     ^ (super on:aComponent in:aLayout) border:aBorder
@@ -377,8 +378,8 @@
     "Created: 5.6.1996 / 14:11:03 / cg"
 ! !
 
-!BorderedWrapper  class methodsFor:'documentation'!
+!BorderedWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BorderedWrapper.st,v 1.6 1996-07-22 09:01:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BorderedWrapper.st,v 1.7 1997-01-14 17:01:33 cg Exp $'
 ! !
--- a/BoundedWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/BoundedWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -12,6 +12,14 @@
     a dummy class - only existing to provide a compatible home
     for fileIn of ST-80 classes.
 
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
     [see also:]
         Wrapper TranslatingWrapper BorderedWrapper GeometricWrapper
 
@@ -25,5 +33,5 @@
 !BoundedWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BoundedWrapper.st,v 1.2 1996-06-05 15:29:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BoundedWrapper.st,v 1.3 1997-01-14 17:01:17 cg Exp $'
 ! !
--- a/DepPart.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/DepPart.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,6 +5,28 @@
 	category:'Graphics-Display Objects'
 !
 
+!DependentPart class methodsFor:'documentation'!
+
+documentation
+"
+    a dummy class - only existing to provide a compatible home
+    for fileIn of ST-80 classes.
+
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
+    [author:]
+        Claus Gittinger
+"
+
+
+
+! !
 
 !DependentPart class methodsFor:'instance creation'!
 
@@ -37,5 +59,5 @@
 !DependentPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/DepPart.st,v 1.1 1996-05-28 22:42:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/DepPart.st,v 1.2 1997-01-14 17:02:04 cg Exp $'
 ! !
--- a/DependentPart.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/DependentPart.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,6 +5,28 @@
 	category:'Graphics-Display Objects'
 !
 
+!DependentPart class methodsFor:'documentation'!
+
+documentation
+"
+    a dummy class - only existing to provide a compatible home
+    for fileIn of ST-80 classes.
+
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
+    [author:]
+        Claus Gittinger
+"
+
+
+
+! !
 
 !DependentPart class methodsFor:'instance creation'!
 
@@ -37,5 +59,5 @@
 !DependentPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.1 1996-05-28 22:42:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DependentPart.st,v 1.2 1997-01-14 17:02:04 cg Exp $'
 ! !
--- a/FillWrpr.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/FillWrpr.st	Tue Jan 14 18:02:37 1997 +0100
@@ -48,7 +48,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -184,5 +185,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.8 1996-05-29 08:51:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/FillWrpr.st,v 1.9 1997-01-14 17:00:26 cg Exp $'
 ! !
--- a/FillingWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/FillingWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -48,7 +48,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -184,5 +185,5 @@
 !FillingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.8 1996-05-29 08:51:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/FillingWrapper.st,v 1.9 1997-01-14 17:00:26 cg Exp $'
 ! !
--- a/GeomWrpr.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/GeomWrpr.st	Tue Jan 14 18:02:37 1997 +0100
@@ -52,7 +52,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -122,5 +123,5 @@
 !GeometricWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/GeomWrpr.st,v 1.6 1996-06-05 18:36:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/GeomWrpr.st,v 1.7 1997-01-14 17:00:00 cg Exp $'
 ! !
--- a/GeometricWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/GeometricWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -52,7 +52,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -122,5 +123,5 @@
 !GeometricWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.6 1996-06-05 18:36:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.7 1997-01-14 17:00:00 cg Exp $'
 ! !
--- a/LayoutWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/LayoutWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,23 @@
 	category:'Graphics-Display Objects'
 !
 
-!LayoutWrapper  class methodsFor:'documentation'!
+!LayoutWrapper class methodsFor:'documentation'!
+
+documentation
+"
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+
+    [author:]
+        Claus Gittinger
+"
+
+!
 
 examples
 "
@@ -54,7 +70,7 @@
 "
 ! !
 
-!LayoutWrapper  class methodsFor:'instance creation'!
+!LayoutWrapper class methodsFor:'instance creation'!
 
 on:aComponent in:aLayout
     "create and return a layoutWrapper, which controls
@@ -217,8 +233,8 @@
     "Modified: 19.7.1996 / 21:22:11 / cg"
 ! !
 
-!LayoutWrapper  class methodsFor:'documentation'!
+!LayoutWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutWrapper.st,v 1.4 1996-07-22 09:01:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutWrapper.st,v 1.5 1997-01-14 17:01:51 cg Exp $'
 ! !
--- a/StrokeWrpr.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/StrokeWrpr.st	Tue Jan 14 18:02:37 1997 +0100
@@ -46,7 +46,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -300,5 +301,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.12 1996-06-05 18:36:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/StrokeWrpr.st,v 1.13 1997-01-14 17:00:08 cg Exp $'
 ! !
--- a/StrokingWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/StrokingWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -46,7 +46,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -300,5 +301,5 @@
 !StrokingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.12 1996-06-05 18:36:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/StrokingWrapper.st,v 1.13 1997-01-14 17:00:08 cg Exp $'
 ! !
--- a/TranslWrpr.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/TranslWrpr.st	Tue Jan 14 18:02:37 1997 +0100
@@ -43,7 +43,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -259,5 +260,5 @@
 !TranslatingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/TranslWrpr.st,v 1.3 1996-06-05 15:27:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/TranslWrpr.st,v 1.4 1997-01-14 17:00:41 cg Exp $'
 ! !
--- a/TranslatingWrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/TranslatingWrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -43,7 +43,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -259,5 +260,5 @@
 !TranslatingWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/TranslatingWrapper.st,v 1.3 1996-06-05 15:27:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TranslatingWrapper.st,v 1.4 1997-01-14 17:00:41 cg Exp $'
 ! !
--- a/VComponent.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/VComponent.st	Tue Jan 14 18:02:37 1997 +0100
@@ -19,7 +19,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 copyright
 "
@@ -46,7 +46,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -61,7 +62,7 @@
 
 ! !
 
-!VisualComponent  class methodsFor:'instance creation'!
+!VisualComponent class methodsFor:'instance creation'!
 
 new
     ^ self basicNew initialize
@@ -336,8 +337,8 @@
     "Modified: 9.5.1996 / 00:22:04 / cg"
 ! !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/VComponent.st,v 1.12 1996-07-22 09:02:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/VComponent.st,v 1.13 1997-01-14 17:02:37 cg Exp $'
 ! !
--- a/VisualComponent.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/VisualComponent.st	Tue Jan 14 18:02:37 1997 +0100
@@ -19,7 +19,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 copyright
 "
@@ -46,7 +46,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -61,7 +62,7 @@
 
 ! !
 
-!VisualComponent  class methodsFor:'instance creation'!
+!VisualComponent class methodsFor:'instance creation'!
 
 new
     ^ self basicNew initialize
@@ -336,8 +337,8 @@
     "Modified: 9.5.1996 / 00:22:04 / cg"
 ! !
 
-!VisualComponent  class methodsFor:'documentation'!
+!VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.12 1996-07-22 09:02:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.13 1997-01-14 17:02:37 cg Exp $'
 ! !
--- a/VisualPart.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/VisualPart.st	Tue Jan 14 18:02:37 1997 +0100
@@ -5,7 +5,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!VisualPart  class methodsFor:'documentation'!
+!VisualPart class methodsFor:'documentation'!
 
 documentation
 "
@@ -17,7 +17,8 @@
 
     Notice: 
         this class was implemented using protocol information
-        from alpha testers and from the Hopkins/Horan book.
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
         - it may not be complete or compatible to the corresponding ST-80 class. 
         If you encounter any incompatibilities, please forward a note 
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
@@ -139,8 +140,8 @@
     "Created: 5.6.1996 / 00:49:19 / cg"
 ! !
 
-!VisualPart  class methodsFor:'documentation'!
+!VisualPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.6 1996-07-22 09:02:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.7 1997-01-14 17:02:19 cg Exp $'
 ! !
--- a/Wrapper.st	Tue Jan 14 17:59:34 1997 +0100
+++ b/Wrapper.st	Tue Jan 14 18:02:37 1997 +0100
@@ -19,7 +19,7 @@
 	category:'Graphics-Display Objects'
 !
 
-!Wrapper  class methodsFor:'documentation'!
+!Wrapper class methodsFor:'documentation'!
 
 copyright
 "
@@ -41,13 +41,26 @@
 "
     abstract superclass for all kinds of wrapping components
 
+    This class and its subclasses (currently) exist mostly for
+    ST-80 compatibility - to provide a home for ported PD classes,
+    which depend on the VisualPart hierarchy.
+
+    Notice: 
+        this class was implemented using protocol information
+        from alpha testers, from reading PD programs and 
+        from the Hopkins/Horan book.
+        - it may not be complete or compatible to the corresponding ST-80 class. 
+        If you encounter any incompatibilities, please forward a note 
+        describing the incompatibility verbal (i.e. no code) to the ST/X team.
+        This is still being constructed - not yet finished.
+
     [author:]
         Claus Gittinger
 "
 
 ! !
 
-!Wrapper  class methodsFor:'instance creation'!
+!Wrapper class methodsFor:'instance creation'!
 
 on:aComponent
     ^ self new component:aComponent
@@ -189,8 +202,8 @@
     "Created: 4.6.1996 / 21:39:50 / cg"
 ! !
 
-!Wrapper  class methodsFor:'documentation'!
+!Wrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Wrapper.st,v 1.8 1996-07-22 09:02:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Wrapper.st,v 1.9 1997-01-14 17:00:54 cg Exp $'
 ! !