X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24973882e449c869a36ae2a9ddf013bdb52f885f..65bd7f79c835b16064592a95ff166bcb587b7b44:/samples/grid/griddemo.h diff --git a/samples/grid/griddemo.h b/samples/grid/griddemo.h index 2e332599b2..fdd0a06a28 100644 --- a/samples/grid/griddemo.h +++ b/samples/grid/griddemo.h @@ -91,6 +91,7 @@ class GridFrame : public wxFrame void OnColSize( wxGridSizeEvent& ); void OnSelectCell( wxGridEvent& ); void OnRangeSelected( wxGridRangeSelectEvent& ); + void OnCellValueChanging( wxGridEvent& ); void OnCellValueChanged( wxGridEvent& ); void OnCellBeginDrag( wxGridEvent& ); @@ -108,6 +109,7 @@ public: void About( wxCommandEvent& ); void OnVTable( wxCommandEvent& ); void OnBugsTable( wxCommandEvent& ); + void OnTabularTable( wxCommandEvent& ); enum { @@ -148,6 +150,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 +254,7 @@ private: class BugsGridTable : public wxGridTableBase { public: - BugsGridTable(){}; + BugsGridTable() { } virtual int GetNumberRows(); virtual int GetNumberCols();