UISpecificationTool.st
changeset 1658 b13027df5c91
parent 1655 dc8d64f999bb
child 1659 c68fbe2ef76d
--- 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.'