diff -r b3bce50bdb18 -r aec9b9fd5c17 UISpecificationTool.st --- a/UISpecificationTool.st Sat Jan 22 12:05:19 2011 +0100 +++ b/UISpecificationTool.st Mon Jan 24 11:27:07 2011 +0100 @@ -76,6 +76,9 @@ ^ super helpSpec addPairsFrom:#( +#allowNilColor +'Add an option to allow a nil-Color to be choosen' + #allowSymbolicColors 'ColorMenu is allowed to return a symbolic color name' @@ -92,11 +95,14 @@ 'Edit the contents of the list (inline)' #labelsAreColored -'Show color in ColorMenuLabels' +'Draw the labels in their color (otherwise, draw the background)' #showFrame 'Show the frame' +#showUseDefaultToggle +'Add a toggle to choose the "default" color (resulting color will be nil)' + ) ! !