# HG changeset patch # User Claus Gittinger # Date 1295864827 -3600 # Node ID aec9b9fd5c1707915a499346ee2e1a79d1061028 # Parent b3bce50bdb1839fa123ddf3b20157a1155fb7c81 changed: #helpSpec 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)' + ) ! !