# HG changeset patch # User ca # Date 873375529 -7200 # Node ID fe559a9136d9bbeee2bc8c7ef10a608265e4f233 # Parent e5e33576c3ad9401c14cc4807e74c4c82604f123 changes caused by update of help tool diff -r e5e33576c3ad -r fe559a9136d9 UISpecificationTool.st --- a/UISpecificationTool.st Thu Sep 04 14:18:25 1997 +0200 +++ b/UISpecificationTool.st Thu Sep 04 14:18:49 1997 +0200 @@ -83,6 +83,9 @@ #document 'a holder which keeps the document name to be shown.' +#hierarchicalList +'gets a hierarchical list or a holder which keeps a hierarchical list entry; the value must be a member of class TreeItem.' + #maxChars 'set the maximum number of characters that are allowed in the editfield.' @@ -95,32 +98,35 @@ #enableChannel 'enable the view - selection changes are allowed' -#canvas -'gets a widget placed into the notebook' +#middleButtonPressed +'called if the middle button is pressed; you can open a menu' + +#showDirectoyIndication +'show or hide the open/closed indicator on nodes which contains children' #oneTabPerLine 'draw only one tab per line' -#middleButtonPressed -'called if the middle button is pressed; you can open a menu' - #defaultLabel 'set the default label which will be set if nothing selected.' +#hierarchicalListButton +'opens the hierarchical list editor, which generates and installs a hierarchical list.' + +#arbitraryView +'the widget class shown represented by the arbitrary component or a selector which returns a widget class.' + #id 'enter the name of the field here. This ID can be used by the application to access components, using #componentAt:' -#showDirectoyIndication -'show or hide the open/closed indicator on nodes which contains children' - #sizeAsDefault 'the size of the widget depends on its label. In case of a fixed Layout nothing will change.' -#arbitraryView -'the widget class shown represented by the arbitrary component or a selector which returns a widget class.' +#selectionHolder +'the one which keeps the selection.' -#selectionHolder -'the one which keeps the selection and in case of a ''SelectionInList'' model the list.' +#canvas +'gets a widget placed into the notebook' #level 'set the level relative to its superView' @@ -131,24 +137,24 @@ #isMultiSelect 'enable/disable multiple selections.' +#gallerySelection +'a holder, which keeps the specification of the current selected widget or nil.' + #gallerySelectors 'the list of selectors specify which interface specification should be used dependent on the tab pressed. Each selector must return an interfaceSpec. On default the #windowSpec method is used' -#gallerySelection -'a holder, which keeps the specification of the current selected widget or nil.' +#beDefault +'show/dont show a return-key image after the label' #canvasArgument 'the argument to the selector or none' -#beDefault -'show/dont show a return-key image after the label' +#backgroundColor +'set the background color' #typeConverter 'convert the fields string value to some object' -#backgroundColor -'set the background color' - #showLines 'show or hide lines' @@ -173,45 +179,39 @@ #galleryLabels 'a list of tab labels' -#selectionModel -'the one which keeps the selection and in case of a ''SelectionInList'' model the list.' - #tabLabels 'a list or list holder which provides the labels assigned to the tabs.' +#fileSelectionTreeRoot +'a holder, which keeps the pathname of the root directory (first entry into the list).' + #foregroundColor 'set the foreground color' #tabWidget 'select the tab style' +#clientKey +'returns an application which provides the builder. On default the application itself is used.' + #valueChangeSelector 'called whenever the selection changed. If the selector ends with '':'' the method is invoked with the current selection.' -#doubleClickSelector -'define the double click action which is evaluated on double click in case of a none nil selection. If the selector ends with '':'' the method is invoked with the current selection.' - #fontMenu 'set the font for the widget' -#clientKey -'returns an application which provides the builder. On default the application itself is used.' - -#selectionInTreeModel -'model which keeps the hierarchical list and the selection. The model returned must be kind of class SelectionInTree' - -#selectionInTreeModelButton -'opens a hierarchical list editor which generates and installs a hierarchical list for the model.' +#doubleClickSelector +'define the double click action which is evaluated on double click in case of a none nil selection. If the selector ends with '':'' the method is invoked with the current selection.' #isTriggerOnDown 'if true, the action is evaluated when the button is pressed' +#borderWidth +'width of the border' + #useIndex 'set/clear the useIndex flag. If set, the index of the selection is used otherwise the selected string.' -#borderWidth -'width of the border' - ) ! !