commentary
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 13:09:36 +0200
changeset 216 a5f97668e99a
parent 215 369b0376e859
child 217 08a8e312d0e4
commentary
ActiveHelp.st
ActiveHelpView.st
AlignOrg.st
AlignmentOrigin.st
Layout.st
--- a/ActiveHelp.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/ActiveHelp.st	Thu Apr 25 13:09:36 1996 +0200
@@ -12,10 +12,10 @@
 
 
 EventListener subclass:#ActiveHelp
-	 instanceVariableNames:'currentView currentHelpView currentFrame showProcess closeProcess'
-	 classVariableNames:'DelayTime ShowTime TheOneAndOnlyHelpListener'
-	 poolDictionaries:''
-	 category:'Interface-Help'
+	instanceVariableNames:'currentView currentHelpView currentFrame showProcess closeProcess'
+	classVariableNames:'DelayTime ShowTime TheOneAndOnlyHelpListener'
+	poolDictionaries:''
+	category:'Interface-Help'
 !
 
 !ActiveHelp class methodsFor:'documentation'!
@@ -455,6 +455,6 @@
 !ActiveHelp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.8 1995-12-07 21:46:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelp.st,v 1.9 1996-04-25 11:08:32 cg Exp $'
 ! !
 ActiveHelp initialize!
--- a/ActiveHelpView.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/ActiveHelpView.st	Thu Apr 25 13:09:36 1996 +0200
@@ -13,10 +13,10 @@
 
 
 View subclass:#ActiveHelpView
-	 instanceVariableNames:'myView'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Help'
+	instanceVariableNames:'myView'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Help'
 !
 
 !ActiveHelpView class methodsFor:'documentation'!
@@ -46,6 +46,9 @@
     view, add a resource 'activeHelpStyle' with a symbol-value of #cartoon.
     However, be aware that some servers have performance problems with
     these view-shapes (or do not support shapes at all).
+
+    [See also:]
+        ActiveHelp
 "
 ! !
 
@@ -268,5 +271,5 @@
 !ActiveHelpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.6 1995-12-07 21:46:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ActiveHelpView.st,v 1.7 1996-04-25 11:08:37 cg Exp $'
 ! !
--- a/AlignOrg.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/AlignOrg.st	Thu Apr 25 13:09:36 1996 +0200
@@ -43,13 +43,14 @@
     reference point within the component is positioned.
     The reference point itself is specified as fraction of the components size.
 
-    See also:
-	LayoutOrigin LayoutFrame 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.
+
+    [See also:]
+        LayoutOrigin LayoutFrame Layout
+        View
 "
 !
 
@@ -236,5 +237,5 @@
 !AlignmentOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.9 1996-04-22 11:01:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/AlignOrg.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
 ! !
--- a/AlignmentOrigin.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/AlignmentOrigin.st	Thu Apr 25 13:09:36 1996 +0200
@@ -43,13 +43,14 @@
     reference point within the component is positioned.
     The reference point itself is specified as fraction of the components size.
 
-    See also:
-	LayoutOrigin LayoutFrame 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.
+
+    [See also:]
+        LayoutOrigin LayoutFrame Layout
+        View
 "
 !
 
@@ -236,5 +237,5 @@
 !AlignmentOrigin class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.9 1996-04-22 11:01:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/AlignmentOrigin.st,v 1.10 1996-04-25 11:09:36 cg Exp $'
 ! !
--- a/Layout.st	Wed Apr 24 10:43:18 1996 +0200
+++ b/Layout.st	Thu Apr 25 13:09:36 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Object subclass:#Layout
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Graphics-Geometry'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Graphics-Geometry'
 !
 
 !Layout class methodsFor:'documentation'!
@@ -79,5 +79,5 @@
 !Layout class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.8 1995-11-23 17:42:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Layout.st,v 1.9 1996-04-25 11:09:13 cg Exp $'
 ! !