Added class to handle selection inside wxGrid

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2000-03-02 19:41:17 +00:00
parent bc3cedfa48
commit 294f6bcbdb
3 changed files with 812 additions and 0 deletions

View File

@@ -1725,6 +1725,7 @@ protected:
bool GetModelValues();
bool SetModelValues();
friend class wxGridSelection;
DECLARE_DYNAMIC_CLASS( wxGrid )
DECLARE_EVENT_TABLE()