Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
authorRobin Dunn <robin@alldunn.com>
Thu, 31 May 2001 06:23:06 +0000 (06:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 31 May 2001 06:23:06 +0000 (06:23 +0000)
commitbf7945cef10c0844a32e95695c544d829da9293a
tree1cedb9026f13d78181bddf0142d4790bb0ba21fc
parent2910484954c4f423673e84dfde8c9f40062ca974
Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the user
code can get access to the edit control when it is created, (to push
on a custom event handler for example.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/grid.h
src/generic/grid.cpp
wxPython/CHANGES.txt
wxPython/demo/GridSimple.py
wxPython/src/_gridextras.py
wxPython/src/grid.i
wxPython/src/msw/grid.cpp
wxPython/src/msw/grid.py