changed:
authorClaus Gittinger <cg@exept.de>
Fri, 01 Apr 2011 18:12:37 +0200
changeset 2840 3fc46b951a0f
parent 2839 25c0162deb43
child 2841 5f247fa01174
changed: #colorsEditSpec #helpSpec
DataSetBuilder.st
--- a/DataSetBuilder.st	Fri Mar 25 21:05:13 2011 +0100
+++ b/DataSetBuilder.st	Fri Apr 01 18:12:37 2011 +0200
@@ -248,10 +248,10 @@
 'The background color of the label.'
 
 #colorsBackgroundSelector
-'Optional selector returning the background color for the cell.'
+'Optional selector returning the background color for the cell (with optional row/column args).'
 
 #colorsForegroundCellColor
-'The foreground color of the cell.'
+'The foreground color of the cell (with optional row/column args).'
 
 #colorsForegroundLabelColor
 'The foreground color of the label.'
@@ -386,6 +386,8 @@
 'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget.'
 
 )
+
+    "Modified: / 01-04-2011 / 16:23:39 / cg"
 ! !
 
 !DataSetBuilder class methodsFor:'image specs'!
@@ -920,7 +922,7 @@
                  (ColorMenuSpec
                     name: 'selFgMenu'
                     layout: (LayoutFrame 115 0 -1 0 -3 1.0 21 0)
-                    activeHelpKey: selectedForegroundCellColorSelector
+                    activeHelpKey: selectedForegroundCellColor
                     model: selectedForegroundColor
                     labelsAreColored: true
                   )
@@ -989,6 +991,8 @@
          
         )
       )
+
+    "Modified: / 01-04-2011 / 16:26:37 / cg"
 !
 
 defineClassNameSpec