add helptext
authorca
Wed, 18 Feb 2004 06:40:50 +0100
changeset 1798 1528918861fe
parent 1797 e04240e278eb
child 1799 e605f0af928a
add helptext
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 @@
 
     <resource: #help>
 
-    ^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:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\     http:/<host>/<relativePath>\ 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:/<fullPath>\ where fullPath is an absolute pathname. If its to be accessed via http, use\ http:/<host>/<relativePath>\ 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'