help texts
authorClaus Gittinger <cg@exept.de>
Wed, 28 Jul 2010 10:06:04 +0200
changeset 2794 56fb74312287
parent 2793 e03152b97cdd
child 2795 4ad46363cf3c
help texts
UILayoutTool.st
--- a/UILayoutTool.st	Mon Jul 26 12:27:08 2010 +0200
+++ b/UILayoutTool.st	Wed Jul 28 10:06:04 2010 +0200
@@ -1071,39 +1071,41 @@
     ^super helpSpec addPairsFrom:#(
 
 #alignBottomCenter
-'Aligns the selected widget bottomCenter to location.'
+'Aligns the widget''s bottomCenter to location.'
 
 #alignBottomLeft
-'Aligns the selected widget bottomLeft to location.'
+'Aligns the widget''s bottomLeft to location.'
 
 #alignBottomRight
-'Aligns the selected widget bottomRight to location.'
+'Aligns the widget''s bottomRight to location.'
 
 #alignCenter
-'Aligns the selected widget center to location.'
+'Aligns the widget''s center to location.'
 
 #alignHorizontal
-'Horizontal inset to the location point of the selected widget.'
+'Horizontal relative position of the alignment point of the widget (that point is aligned with the above origin).'
 
 #alignLeftCenter
-'Aligns the selected widget leftCenter to location.'
+'Aligns the widget''s leftCenter to location.'
 
 #alignRightCenter
-'Aligns the selected widget rightCenter to location.'
+'Aligns the widget''s rightCenter to location.'
 
 #alignTopCenter
-'Aligns the selected widget topCenter to location.'
+'Aligns the widget''s topCenter to location.'
 
 #alignTopLeft
-'Aligns the selected widget topLeft to location.'
+'Aligns the widget''s topLeft to location.'
 
 #alignTopRight
-'Aligns the selected widget topRight to location.'
+'Aligns the widget''s topRight to location.'
 
 #alignVertical
-'Vertical inset to the location point of the widget.'
+'Vertical relative position of the alignment point of the widget (that point is aligned with the above origin).'
 
 )
+
+    "Modified: / 28-07-2010 / 10:05:41 / cg"
 ! !
 
 !UILayoutTool::AlignmentOrigin class methodsFor:'interface specs'!
@@ -3114,4 +3116,8 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !