UISpecificationTool.st
changeset 2830 aec9b9fd5c17
parent 2743 a3413ff28529
child 2902 2a7a9d68d16c
--- 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)'
+
 )
 ! !