documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:21:10 +0200
changeset 219 106b86ca81da
parent 218 96e8e87e5dc8
child 220 4106d9ce7e02
documentation
AlignOrg.st
AlignmentOrigin.st
DObject.st
DisplayObject.st
Icon.st
Layout.st
LayoutFrame.st
LayoutFrm.st
LayoutOrg.st
LayoutOrigin.st
--- a/AlignOrg.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/AlignOrg.st	Thu Apr 25 18:21:10 1996 +0200
@@ -48,6 +48,9 @@
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
 
+    [author:]
+        Claus Gittinger
+
     [See also:]
         LayoutOrigin LayoutFrame Layout
         View
@@ -237,5 +240,5 @@
 !AlignmentOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.11 1996-04-25 16:21:00 cg Exp $'
 ! !
--- a/AlignmentOrigin.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/AlignmentOrigin.st	Thu Apr 25 18:21:10 1996 +0200
@@ -48,6 +48,9 @@
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
 
+    [author:]
+        Claus Gittinger
+
     [See also:]
         LayoutOrigin LayoutFrame Layout
         View
@@ -237,5 +240,5 @@
 !AlignmentOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.11 1996-04-25 16:21:00 cg Exp $'
 ! !
--- a/DObject.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/DObject.st	Thu Apr 25 18:21:10 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#DisplayObject
-	 instanceVariableNames:'frame'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Graphics-Display Objects'
+	instanceVariableNames:'frame'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Display Objects'
 !
 
 !DisplayObject class methodsFor:'documentation'!
@@ -37,6 +37,9 @@
 "
     generic superclass for Display Objects held in ObjectViews
     see DrawObject/LogicObject/DeskTopObject and subclasses for example use
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -372,5 +375,5 @@
 !DisplayObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.16 1995-12-07 10:34:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/DObject.st,v 1.17 1996-04-25 16:19:39 cg Exp $'
 ! !
--- a/DisplayObject.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/DisplayObject.st	Thu Apr 25 18:21:10 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#DisplayObject
-	 instanceVariableNames:'frame'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Graphics-Display Objects'
+	instanceVariableNames:'frame'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Display Objects'
 !
 
 !DisplayObject class methodsFor:'documentation'!
@@ -37,6 +37,9 @@
 "
     generic superclass for Display Objects held in ObjectViews
     see DrawObject/LogicObject/DeskTopObject and subclasses for example use
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -372,5 +375,5 @@
 !DisplayObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.16 1995-12-07 10:34:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.17 1996-04-25 16:19:39 cg Exp $'
 ! !
--- a/Icon.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/Icon.st	Thu Apr 25 18:21:10 1996 +0200
@@ -61,6 +61,9 @@
 
     [See also:]
         Image Form ImageReader
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -157,6 +160,6 @@
 !Icon class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.9 1996-04-23 09:41:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Icon.st,v 1.10 1996-04-25 16:21:10 cg Exp $'
 ! !
 Icon initialize!
--- a/Layout.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/Layout.st	Thu Apr 25 18:21:10 1996 +0200
@@ -45,12 +45,15 @@
     and install it as layout-object in your view).
 
     See more info & examples in concrete subclasses:
-	LayoutOrigin LayoutFrame AlignmentOrigin
+        LayoutOrigin LayoutFrame AlignmentOrigin
 
     Notice: this class was implemented using protocol information
     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
 "
 ! !
 
@@ -79,5 +82,5 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.9 1996-04-25 11:09:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.10 1996-04-25 16:20:30 cg Exp $'
 ! !
--- a/LayoutFrame.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/LayoutFrame.st	Thu Apr 25 18:21:10 1996 +0200
@@ -43,12 +43,15 @@
     preferredExtent is ignored.
 
     See also:
-	LayoutOrigin AlignmentOrigin Layout
+        LayoutOrigin AlignmentOrigin Layout
 
     Notice: this class was implemented using protocol information
     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
 "
 !
 
@@ -291,5 +294,5 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.11 1996-04-22 11:02:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutFrame.st,v 1.12 1996-04-25 16:20:26 cg Exp $'
 ! !
--- a/LayoutFrm.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/LayoutFrm.st	Thu Apr 25 18:21:10 1996 +0200
@@ -43,12 +43,15 @@
     preferredExtent is ignored.
 
     See also:
-	LayoutOrigin AlignmentOrigin Layout
+        LayoutOrigin AlignmentOrigin Layout
 
     Notice: this class was implemented using protocol information
     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
 "
 !
 
@@ -291,5 +294,5 @@
 !LayoutFrame class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.11 1996-04-22 11:02:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutFrm.st,v 1.12 1996-04-25 16:20:26 cg Exp $'
 ! !
--- a/LayoutOrg.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/LayoutOrg.st	Thu Apr 25 18:21:10 1996 +0200
@@ -43,12 +43,15 @@
     component and an offset component.
 
     See also:
-	LayoutFrame AlignmentOrigin Layout
+        LayoutFrame AlignmentOrigin Layout
 
     Notice: this class was implemented using protocol information
     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
 "
 !
 
@@ -319,5 +322,5 @@
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.10 1996-04-22 11:02:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/LayoutOrg.st,v 1.11 1996-04-25 16:20:55 cg Exp $'
 ! !
--- a/LayoutOrigin.st	Thu Apr 25 18:09:57 1996 +0200
+++ b/LayoutOrigin.st	Thu Apr 25 18:21:10 1996 +0200
@@ -43,12 +43,15 @@
     component and an offset component.
 
     See also:
-	LayoutFrame AlignmentOrigin Layout
+        LayoutFrame AlignmentOrigin Layout
 
     Notice: this class was implemented using protocol information
     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
 "
 !
 
@@ -319,5 +322,5 @@
 !LayoutOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.10 1996-04-22 11:02:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/LayoutOrigin.st,v 1.11 1996-04-25 16:20:55 cg Exp $'
 ! !