# HG changeset patch # User Claus Gittinger # Date 967541863 -7200 # Node ID f125c85f21e29d07d4a496d43bdb7b8e5c07e8ec # Parent 891c5c044e332f66bb948e4293b5b0526bb1ef56 more help texts diff -r 891c5c044e33 -r f125c85f21e2 UISpecificationTool.st --- a/UISpecificationTool.st Tue Aug 22 13:16:05 2000 +0200 +++ b/UISpecificationTool.st Tue Aug 29 11:37:43 2000 +0200 @@ -131,6 +131,9 @@ #backgroundColor 'Defines the background color of the widget.' +#barWidth +'Defines the width of the separating bar between views (in pixels).' + #beDefault 'Show a default (-return) bitmap after the label.' @@ -320,6 +323,12 @@ #glxGraphYStep 'range step y' +#handlePosition +'The postion of the handle (Default means: as specified by viewStyle).' + +#snapMode +'Show a quick-resize snap handle' + #has3Dseparators 'Enable 3D-look row/column separators.' @@ -491,6 +500,9 @@ #paramValueField 'The value of the appletParameter.' +#postBuildChannel +'Callback to application; invoked after creation of this widget.' + #progressValueHolder 'Aspect selector or binding for a holder on the indicators value.' @@ -543,7 +555,7 @@ 'Show/hide the directory indicator for the root item.' #showHandle -'Show resize-handles.' +'Show resize-handles (Default means: as specified by viewStyle).' #showLabels 'Show/hide column labels.'