1. fixed warning which was hiding a bug in wxGrid::SendEvent()

2. started documenting wxDateTime
3. and wxLongLong


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-10 01:15:17 +00:00
parent 3adb47a937
commit d7da975624
11 changed files with 712 additions and 28 deletions

View File

@@ -4946,8 +4946,8 @@ bool wxGrid::SendEvent( const wxEventType type,
type,
this,
row, col,
FALSE,
mouseEv.GetX(), mouseEv.GetY(),
FALSE,
mouseEv.ControlDown(),
mouseEv.ShiftDown(),
mouseEv.AltDown(),