# HG changeset patch # User Claus Gittinger # Date 1301674357 -7200 # Node ID 3fc46b951a0f832d87fec259482d58163ea9ad81 # Parent 25c0162deb432d5ab8eca4f475010b2b578a7b4d changed: #colorsEditSpec #helpSpec diff -r 25c0162deb43 -r 3fc46b951a0f 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