added ignoreReselect aspect
authorClaus Gittinger <cg@exept.de>
Mon, 12 Aug 2002 13:04:04 +0200
changeset 1578 c6fdfa52906d
parent 1577 9dddcd2d77ab
child 1579 08a760ad7900
added ignoreReselect aspect
UISpecificationTool.st
--- 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.'