DataSetBuilder.st
changeset 1753 f3db5271acd6
parent 1737 de6abd3c55d2
child 1754 a2a5ce9f00a5
--- 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.'