# HG changeset patch # User ca # Date 1037961968 -3600 # Node ID b13027df5c9191f6ba2973fdd81ca4bf38c1bdad # Parent ef5bad55510b1d82ea82e859bcf031632389317a add help text diff -r ef5bad55510b -r b13027df5c91 UISpecificationTool.st --- a/UISpecificationTool.st Mon Nov 18 11:40:59 2002 +0100 +++ b/UISpecificationTool.st Fri Nov 22 11:46:08 2002 +0100 @@ -134,6 +134,9 @@ #autoRepeat 'Enable auto-repeat of the action as long as the button is pressed (Must be Trigger-on-Down).' +#autoScrollHorizontal +'Enable horizontal auto-scrollability to show the selection.' + #backgroundChannel 'Aspect selector or binding for a background color holder.' @@ -576,11 +579,14 @@ 'Show/hide directory indicators for non-empty directories.' #showDirectoryIndicatorForRoot -'Show/hide the directory indicator for the root item.' +'Show/hide the indicator for the most left item.' #showHandle 'Show resize-handles (Default means: as specified by viewStyle).' +#showIndicators +'Show/hide the indicators.' + #showLabels 'Show/hide column labels.' @@ -671,6 +677,9 @@ #upAction 'Message sent when the up(left)-button is pressed.' +#useDefaultIcons +'If on, default icons are drawn for each item which donot provide its own icon.' + #useIndex 'If on, use the items index as selection; if off, use the items value.'