diff -r e04240e278eb -r 1528918861fe UISpecificationTool.st --- a/UISpecificationTool.st Tue Feb 17 13:26:14 2004 +0100 +++ b/UISpecificationTool.st Wed Feb 18 06:40:50 2004 +0100 @@ -78,7 +78,7 @@ - ^super helpSpec addPairsFrom:#( + ^ super helpSpec addPairsFrom:#( #acceptCallBack '0 or 1-arg message, sent when text is accepted (arg is text).' @@ -195,7 +195,7 @@ 'Message sent to ask the master application for an application instance; (default: the master application itself).' #codeBaseHolder -'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\ file:/\ where fullPath is an absolute pathname. If its to be accessed via http, use\ http://\ where relativePath is the path relative to the http''s top diretory on that host.' +'The URL of the directory, where the classFile-file resides. If the classFile is located on the local machine, use\ file:/\ where fullPath is an absolute pathname. If its to be accessed via http, use\ http://\ where relativePath is the path relative to the http''s top diretory on that host.' #codeFileEntry 'The name of the java classFile which contains the applets code. For example: ''ArcTest.class''' @@ -569,6 +569,9 @@ #selectionHolder 'Aspect selector or binding for a holder on the selection.' +#separatorOneDColor +'Defines the line color of the 1D-separator.' + #setMaxExtent 'Pick the maximum extent from the canvases current extent.' @@ -641,12 +644,12 @@ #tabIntern 'Tab into the widget; if off, TAB skips over the widgets fields' +#tabLabelInset +'Inset of tab label; a Point or Integer; leave blank for default.' + #tabLabels 'Message sent to ask the application for a list of tab-item-labels.' -#tabLabelInset -'Inset of tab label; a Point or Integer; leave blank for default.' - #tabLevel '3D Level (in pixels) of frame and tabs; take widgets default if left empty'