diff -r f94e58bb44ac -r 61d4a7df2574 UILayoutTool.st --- a/UILayoutTool.st Mon Mar 09 21:42:44 1998 +0100 +++ b/UILayoutTool.st Mon Mar 09 21:44:19 1998 +0100 @@ -116,43 +116,43 @@ ^ super helpSpec addPairsFrom:#( #leftAbsolute -'offset of the left edge; positive is to the right, negative to the left' +'Offset of the left edge; positive is to the right, negative to the left.' #originY -'absolute origin y' +'Absolute origin y of the selected widget.' #cornerY -'absolute corner y' +'Absolute corner y of the selected widget.' #makeLeftAbsolute -'compute current left offset and relative origin x to an absolute origin x' +'Computes current left offset and relative origin x to an absolute origin x.' #topAbsolute -'offset of the top edge; positive is to the bottom, negative to the top' +'Offset of the top edge; positive is to the bottom, negative to the top.' #makeTopRelative -'compute current relative origin y and offset of the top edge to a relative origin y' +'Computes current relative origin y and offset of the top edge to a relative origin y.' #leftRelative -'relative origin x' +'Relative origin x of the selected widget.' #makeLeftRelative -'compute current relative origin x and offset of the left edge to a relative origin x' +'Compute current relative origin x and offset of the left edge to a relative origin x.' #topRelative -'relative origin y' +'Relative origin y of the selected widget.' #originX -'absolute origin x' +'Absolute origin x of the selected widget.' #cornerX -'absolute corner x' +'Absolute corner x of the selected widget.' #layoutTool -'tool to set the layout of the component' +'Tool to set the layout of the selected widget.' #makeTopAbsolute -'compute current top offset and relative origin y to an absolute origin y' +'Computes current top offset and relative origin y to an absolute origin y.' ) ! ! @@ -727,37 +727,37 @@ ^ super helpSpec addPairsFrom:#( #alignLeftCenter -'align components leftCenter to location' +'Aligns the selected widget leftCenter to location.' #alignBottomCenter -'align components bottomCenter to location' +'Aligns the selected widget bottomCenter to location.' #alignHorizontal -'horizontal inset to the location point of the component' +'Horizontal inset to the location point of the selected widget.' #alignBottomRight -'align components bottomRight to location' +'Aligns the selected widget bottomRight to location.' #alignTopCenter -'align components topCenter to location' +'Aligns the selected widget topCenter to location.' #alignTopLeft -'align components topLeft to location' +'Aligns the selected widget topLeft to location.' #alignTopRight -'align components topRight to location' +'Aligns the selected widget topRight to location.' #alignCenter -'align components center to location' +'Aligns the selected widget center to location.' #alignVertical -'vertical inset to the location point of the component' +'Vertical inset to the location point of the widget.' #alignBottomLeft -'align components bottomLeft to location' +'Aligns the selected widget bottomLeft to location.' #alignRightCenter -'align components rightCenter to location' +'Aligns the selected widget rightCenter to location.' ) ! ! @@ -1057,10 +1057,10 @@ ^ super helpSpec addPairsFrom:#( #vrtExtent -'vertical extent of the component' +'Vertical extent of the selected widget.' #hrzExtent -'horizontal extent of the component' +'Horizontal extent of the selected widget.' ) ! ! @@ -1167,28 +1167,28 @@ ^ super helpSpec addPairsFrom:#( #makeRightRelative -'compute current relative corner x and offset of the right edge to a relative corner x' +'Computes current relative corner x and offset of the right edge to a relative corner x.' #makeBottomAbsolute -'compute current bottom offset and relative corner y to an absolute corner y' +'Computes current bottom offset and relative corner y to an absolute corner y.' #bottomAbsolute -'offset of the bottom edge; positive is to the bottom, negative to the top' +'Offset of the bottom edge; positive is to the bottom, negative to the top.' #rightRelative -'relative corner x' +'Relative corner x of the selected widget.' #makeBottomRelative -'compute current relative corner y and offset of the bottom edge to a relative corner y' +'Computes current relative corner y and offset of the bottom edge to a relative corner y.' #makeRightAbsolute -'compute current right offset and relative corner x to an absolute corner x' +'Computes current right offset and relative corner x to an absolute corner x.' #bottomRelative -'relative corner y' +'Relative corner y of the selected widget.' #rightAbsolute -'offset of the right edge; positive is to the right, negative to the left' +'Offset of the right edge; positive is to the right, negative to the left.' ) ! !