# HG changeset patch # User Claus Gittinger # Date 996250277 -7200 # Node ID 3a437483e5fd86930135bfa995717ce8e0594e29 # Parent 283c85ffefe02ccaaaf5f92a1a8421d97b86b260 help texts diff -r 283c85ffefe0 -r 3a437483e5fd UISpecificationTool.st --- 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.'