# HG changeset patch # User Claus Gittinger # Date 1066114632 -7200 # Node ID f3db5271acd682495cb81e56f575a3e79a8ab36d # Parent 78d47dc11501b35c981c76363ca8d5799b0dd5eb help texts diff -r 78d47dc11501 -r f3db5271acd6 DataSetBuilder.st --- a/DataSetBuilder.st Thu Oct 09 20:53:46 2003 +0200 +++ b/DataSetBuilder.st Tue Oct 14 08:57:12 2003 +0200 @@ -250,10 +250,10 @@ 'Select an open view and readOut the column specification from it.' #selectionCellClickSelector -'A selector called if cell was selected.' +'Message sent if cell is about to be selected - return boolean to en/disable editing' #selectionCellDoubleClickSelector -'A selector called if cell was double clicked.' +'Message sent if cell is double clicked' #selectionCellSelector 'Name of the message sent to the row to validate a selection.' @@ -262,7 +262,7 @@ 'Turns on/off selection behavior of a column.' #selectionLabelClickSelector -'A selector called if a cell was clicked.' +'Message sent if a cell was clicked on' #selectionLabelSelectorArgument 'An optional argument passed with the message above.'