+ void ToggleCellSelection( const wxGridCellCoords& coords,
+ bool ControlDown = false,
+ bool ShiftDown = false,
+ bool AltDown = false, bool MetaDown = false )
+ {
+ ToggleCellSelection(coords.GetRow(), coords.GetCol(),
+ ControlDown, ShiftDown, AltDown, MetaDown);
+ }
+