Store property name and value in wxPropertyGridEvent, keep track of live event instan...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Sep 2009 14:35:02 +0000 (14:35 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 27 Sep 2009 14:35:02 +0000 (14:35 +0000)
commit644b283d6aa7740c0f4478945ca423279fe6d2da
tree26719e95b57092734f4b7e915e4a0583c25a994b
parent9867e3e498d0392e1ef5266206cfbdf9e5ef6b0e
Store property name and value in wxPropertyGridEvent, keep track of live event instances, and clear property/grid information in them in wxPropertyGrid dtor. This allows application to relay events for later processing without fear of losing most relevant information within.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/propgrid.h
interface/wx/propgrid/propgrid.h
src/propgrid/propgrid.cpp