# HG changeset patch # User tz # Date 892937790 -7200 # Node ID 06d23b8b66bd78f097b0cf7b98c1cb6621a6e83d # Parent 62f2cd2978d57f410db4f8ca09e36591bce24fac help texts diff -r 62f2cd2978d5 -r 06d23b8b66bd UISpecificationTool.st --- a/UISpecificationTool.st Sat Apr 18 16:53:48 1998 +0200 +++ b/UISpecificationTool.st Sun Apr 19 00:16:30 1998 +0200 @@ -63,7 +63,7 @@ "Do not manually edit this!! If it is corrupted, the UIHelpTool may not be able to read the specification." - " + " UIHelpTool openOnClass:UISpecificationTool " @@ -129,7 +129,7 @@ 'Aspect selector or binding for en-/disabling the widget.' #borderWidth -'Defines the width of the border.' +'Defines the width of the border (in pixels).' #canvas 'Aspect selector or binding for the widget placed into the notebook.' @@ -186,7 +186,7 @@ 'Defines the font style of the widget.' #forceRecursiveBackground -'Turns on/off that the background color of all sub components is recursively set.' +'Turns on/off that above background color is recursively set for all sub components.' #foregroundChannel 'Aspect selector or binding for the foreground color of the widget.' @@ -264,7 +264,7 @@ 'Defines the lamp color of the widget.' #level -'Defines the width of the 3D-border.' +'Defines the width of the 3D-border (in pixels).' #listHolder 'Aspect selector or binding for holding the list.' @@ -435,7 +435,7 @@ 'Turns on/off that the value model of the selection is provided by the current list index of the item.' #usePreferredExtent -'Turns on/off that the window application takes its preferredExtent from the top component.' +'Turns on/off that the window application takes its preferred extent from the top component.' #validateDoubleClickSelector 'Name of the selector sent to the application before a not empty directory is opened by a double click.'