# HG changeset patch # User Claus Gittinger # Date 1003314301 -7200 # Node ID 1577ee65ddc7d06478779a7d36a8a954985a554d # Parent aa3cc10ff869742b2e17649117b493c2c51b347d help texts diff -r aa3cc10ff869 -r 1577ee65ddc7 UISpecificationTool.st --- a/UISpecificationTool.st Wed Oct 17 10:28:21 2001 +0200 +++ b/UISpecificationTool.st Wed Oct 17 12:25:01 2001 +0200 @@ -80,6 +80,9 @@ ^super helpSpec addPairsFrom:#( +#acceptCallBack +'0 or 1-arg message, sent when text is accepted (arg is text).' + #acceptChannel 'Aspect selector or binding for a triggerValue to force accept.' @@ -105,7 +108,7 @@ 'Enable sending of the entered string to the model when the TAB key is pressed.' #action -'Name of the message sent to the application when the widget is activated.' +'Message sent to the application when the widget is activated.' #actionArg 'Optional argument passed with the action message.' @@ -117,7 +120,7 @@ 'Parse the appletTAG and fill the parameters directory from it.' #arbitraryView -'Message sent to the application to provide the view instance, or name of the views class.' +'Message sent to ask the application for the view instance; or, if uppercase, the name of the view class.' #archiveEntry 'The name of a zip-file archive, if the class(es) are to be loaded from a zip-archive.' @@ -168,7 +171,7 @@ 'Inset of canvas; a Point or Integer; leave blank for default.' #canvasSelector -'The name of the message sent to the application after opening the canvas.' +'Message sent after opening the canvas.' #chartHolder 'Value holder on a chart description.' @@ -180,7 +183,7 @@ 'Aspect selector or binding for a holder on the client application to be opened.' #clientKey -'Message sent to the master application to return an application instance; Default: master application itself.' +'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.' @@ -222,10 +225,10 @@ 'Aspect selector or binding for a holder of the URL of the document.' #doubleClickSelector -'Message sent to the application upon double click.' +'Message sent upon double click.' #downAction -'Name of the message sent to the application when the down(right)-button is pressed.' +'Message sent when the down(right)-button is pressed.' #dragDisplayObjects '1-arg (the dropSource) message, to get the list of Objects displayed during dragging' @@ -270,7 +273,7 @@ 'Aspect selector or binding for a boolean holder which enables the widget.' #endMotionCallBack -'Method invoked with end of thumb motion.' +'Message sent with end of thumb motion.' #escapeIsCancelInDialog 'If on, and the window is opened modal, the ESC-Key acts like a Cancel-action' @@ -306,7 +309,7 @@ 'Aspect selector or binding for a holder which gets the windowSpec of the selected widget.' #gallerySelectors -'Name of the message sent to the application returning a list of resource spec selectors.' +'Message sent to ask the application for a list of resource spec selectors.' #glxGraphXMax 'range end x' @@ -360,7 +363,7 @@ 'Unique symbolic name (ID) of the widget.' #indicatorClickSelector -'Message sent to the application upon indicator click' +'Message sent upon indicator click' #initiallyDisabled 'Widget is initially disabled.' @@ -450,7 +453,7 @@ 'Aspect selector or binding providing the receiver of menu messages.' #middleButtonPressed -'Name of the message sent to the application when the middle button is pressed.' +'Message sent when the middle button is pressed.' #minValue 'An optional minimum value (if fieldType = numberInRange)' @@ -462,7 +465,7 @@ 'The minimum height of the applications topWindow.' #minorKey -'Message sent to the class which returns the window specification (default: windowSpec).' +'Message sent to ask the class (major) for the window spec (default: #windowSpec).' #model 'Aspect selector or binding providing the model of the widget.' @@ -504,7 +507,7 @@ 'The value of the appletParameter.' #postBuildChannel -'Callback to application; invoked after creation of this widget.' +'1-arg message sent after creation of this widget (arg is widget).' #progressValueHolder 'Aspect selector or binding for a holder on the indicators value.' @@ -525,19 +528,19 @@ 'Enable/disable automatic resize after a label change.' #resourceSelector -'Message sent to the application to get a Directory of keys and icons to register on the device' +'Message sent to ask the application for a directory of keys and icons to register on the device' #returnIsOKInDialog 'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action' #rowIfAbsent -'Name of the message sent to the application when an empty list entry is detected.' +'Message sent 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).' +'Message sent to validate a selection (not selectable if false is returned).' #selectRowOnDefault 'Select whole row, if unselectable column is selected.' @@ -603,7 +606,7 @@ 'Defines the ranges minimum.' #startMotionCallBack -'Method invoked with start of thumb motion.' +'Message sent with start of thumb motion.' #step 'Defines the step within the range.' @@ -618,7 +621,7 @@ 'Tab into the widget; if off, TAB skips over the widgets fields' #tabLabels -'Name of the message sent to the application returning a list of labels for the tab items.' +'Message sent to ask the application for a list of tab-item-labels.' #tabOrientation 'Defines the side for the arrangement of the tab items.' @@ -630,10 +633,10 @@ 'Widget can be reached by pressing the TAB key.' #tabbedOverEndAction -'Method invoked when the end was reached by tabbing.' +'Message sent when the end was reached by tabbing.' #tabbedOverStartAction -'Method invoked when the beginning was reached by tabbing.' +'Message sent 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).' @@ -645,7 +648,7 @@ 'Defines how the entry string is converted to an object which is passed to the model.' #upAction -'Name of the message sent to the application when the up(left)-button is pressed.' +'Message sent when the up(left)-button is pressed.' #useIndex 'If on, use the items index as selection; if off, use the items value.' @@ -681,7 +684,7 @@ 'Aspect selector or binding for a boolean holder which makes the widget visible.' #windowIcon -'Name of the message sent to the application returning an icon image for the top window.' +'Message sent to ask the application for an icon image for the top window.' #windowLabel 'Label of the top window.'