# HG changeset patch # User Claus Gittinger # Date 931206355 -7200 # Node ID 1b141606c286c004e3cf3e1349f253376f6829bf # Parent 9e6aff354459455e476e71e9fcd049f98b2cf1fd help texts diff -r 9e6aff354459 -r 1b141606c286 UISpecificationTool.st --- a/UISpecificationTool.st Mon Jul 05 22:25:19 1999 +0200 +++ b/UISpecificationTool.st Mon Jul 05 22:25:55 1999 +0200 @@ -218,6 +218,9 @@ #enableChannel 'Aspect selector or binding for a boolean holder which enables the widget.' +#endMotionCallBack +'Method invoked with end of thumb motion.' + #escapeIsCancelInDialog 'If on, and the window is opened modal, the ESC-Key acts like a Cancel-action' @@ -314,6 +317,9 @@ #itemLabelSelector 'Method in the application to return a block retrieveing nodes (lazy) label.' +#keyboardStep +'Defines the step used with cursor keys.' + #label 'The label of the widget.' @@ -416,6 +422,9 @@ #paramValueField 'The value of the appletParameter.' +#progressValueHolder +'Aspect selector or binding for a holder on the indicators value.' + #radioButtonGroup 'Aspect selector or binding providing the radioButton group-model.' @@ -437,6 +446,9 @@ #rowIfAbsent 'Name of the message sent to the application when an empty list entry is detected.' +#scrollerValueHolder +'Aspect selector or binding for a holder on the scrollers value.' + #selectConditionSelector 'Message sent to the application to validate a selection (not selectable if false is returned).' @@ -473,12 +485,18 @@ #sizeAsDefault 'Size the widget to include space for the default-(return) bitmap.' +#sliderValueHolder +'Aspect selector or binding for a holder on the sliders value.' + #specHolder 'Aspect selector or binding for holding the selector returning a window specification.' #start 'Defines the ranges minimum.' +#startMotionCallBack +'Method invoked with start of thumb motion.' + #step 'Defines the step within the range.'