- wxMouseEvent* event = 0, bool sendEvent = TRUE );
- void SelectCell( int row, int col, bool sendEvent = TRUE );
- void ToggleCellSelection( int row, int col);
+ bool ControlDown = FALSE, bool ShiftDown = FALSE,
+ bool AltDown = FALSE, bool MetaDown = FALSE,
+ bool sendEvent = TRUE );
+ void SelectCell( int row, int col,
+ bool ControlDown = FALSE, bool ShiftDown = FALSE,
+ bool AltDown = FALSE, bool MetaDown = FALSE,
+ bool sendEvent = TRUE );
+ void ToggleCellSelection( int row, int col,
+ bool ControlDown = FALSE,
+ bool ShiftDown = FALSE,
+ bool AltDown = FALSE, bool MetaDown = FALSE );