Commited John Labenski's patch giving access to the low level selection

representation (Patch 579754).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2002-09-07 13:58:25 +00:00
parent ecd69fb6e9
commit aa5b885706
4 changed files with 91 additions and 10 deletions

View File

@@ -81,6 +81,8 @@ private:
wxGrid *m_grid;
wxGrid::wxGridSelectionModes m_selectionMode;
friend class wxGrid;
};
#endif // #ifdef __WXGRIDSEL_H__