Problem: 1389390
Title: (Documentation) MacApp Assistant TGridView::SelectCell description wrong
Received: Sep 19 1996 4:34PM
"select: If the value is kSelect, the specified cell becomes the new selection. If this parameter is set to kDeSelect, all cells are unselected, regardless of the values of the other parameters."
In reality, if you pass kExtend, kHighlight and kDeSelect, you get what you would expect, not what this comment implies. As an example, if you have three cells selected and you hold down shift and click one of the cells, you want to use these parameters to deselect the clicked cell while keeping the other two cells selected. This is what you get with the latest MacApp. You don't get all cells unselected, as this documentation states.
This comment may be duplicated for other selection-related methods that have similar parameters.