demonstrate column reordering -- currently it demonstrates that it's completely broken in various and interesting ways

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-01 00:23:34 +00:00
parent 84c144785b
commit e7ae8a69ea
2 changed files with 235 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ public:
void About( wxCommandEvent& );
void OnVTable( wxCommandEvent& );
void OnBugsTable( wxCommandEvent& );
void OnTabularTable( wxCommandEvent& );
enum
{
@@ -148,6 +149,7 @@ public:
ID_SET_CELL_BG_COLOUR,
ID_VTABLE,
ID_BUGS_TABLE,
ID_TABULAR_TABLE,
ID_SELECT_UNSELECT,
ID_SHOW_SELECTION,
ID_SELECT_ALL,
@@ -251,7 +253,7 @@ private:
class BugsGridTable : public wxGridTableBase
{
public:
BugsGridTable(){};
BugsGridTable() { }
virtual int GetNumberRows();
virtual int GetNumberCols();