UISpecificationTool.st
changeset 1578 c6fdfa52906d
parent 1573 bf9c5ca8e48a
child 1612 15d05e73f258
--- a/UISpecificationTool.st	Fri Aug 02 13:59:51 2002 +0200
+++ b/UISpecificationTool.st	Mon Aug 12 13:04:04 2002 +0200
@@ -362,6 +362,9 @@
 #id
 'Unique symbolic name (ID) of the widget.'
 
+#ignoreReselect
+'Ignore user reselecting the same item.'
+
 #indicatorClickSelector
 'Message sent upon indicator click'
 
@@ -542,15 +545,15 @@
 #selectConditionSelector
 'Message sent to validate a selection (not selectable if false is returned).'
 
+#selectInitially
+'Text is initially selected.'
+
 #selectRowOnDefault
 'Select whole row, if unselectable column is selected.'
 
 #selectionHolder
 'Aspect selector or binding for a holder on the selection.'
 
-selectInitially
-'Text is initially selected.'
-
 #setMaxExtent
 'Pick the maximum extent from the canvases current extent.'