UISpecificationTool.st
changeset 1473 3a437483e5fd
parent 1414 1c2b4909ba3a
child 1495 d26c7d654003
--- a/UISpecificationTool.st	Fri Jul 27 17:02:06 2001 +0200
+++ b/UISpecificationTool.st	Fri Jul 27 18:11:17 2001 +0200
@@ -81,7 +81,10 @@
     ^super helpSpec addPairsFrom:#(
 
 #acceptChannel
-'Aspect selector or binding for accepting the entry.'
+'Aspect selector or binding for a triggerValue to force accept.'
+
+#acceptIfUnchanged
+'Accept even if text is unchanged.'
 
 #acceptImmediate
 'Enable sending of the entered string to the model with every key press.'
@@ -542,6 +545,9 @@
 #selectionHolder
 'Aspect selector or binding for a holder on the selection.'
 
+selectInitially
+'Text is initially selected.'
+
 #setMaxExtent
 'Pick the maximum extent from the canvases current extent.'
 
@@ -629,6 +635,9 @@
 #tabbedOverStartAction
 'Method invoked when the beginning was reached by tabbing.'
 
+#textModel
+'Aspect selector or binding providing the model of the widget; (string-valued, unless a type/converter is given).'
+
 #translateLabel
 'Translate the label via the resource mechanism to a national language string.'