diff -r e03152b97cdd -r 56fb74312287 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$' ! !