diff -r 9dddcd2d77ab -r c6fdfa52906d 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.'