changed: #helpSpec
authorClaus Gittinger <cg@exept.de>
Mon, 24 Jan 2011 11:27:07 +0100
changeset 2830 aec9b9fd5c17
parent 2829 b3bce50bdb18
child 2831 3dbef5687ae6
changed: #helpSpec
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)'
+
 )
 ! !