Playing with wxgrid, adding optionnally native columns labels

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-20 15:05:03 +00:00
parent ac209a0f70
commit 71cf399ff0
4 changed files with 99 additions and 75 deletions

View File

@@ -107,6 +107,7 @@ public:
void OnVTable( wxCommandEvent& );
void OnBugsTable( wxCommandEvent& );
void OnSmallGrid( wxCommandEvent& );
void OnTabularGrid( wxCommandEvent& );
enum
{
@@ -146,6 +147,7 @@ public:
ID_VTABLE,
ID_BUGS_TABLE,
ID_SMALL_GRID,
ID_TABULAR_GRID,
ID_SELECT_UNSELECT,
ID_SHOW_SELECTION,
ID_SELECT_ALL,