X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/733f486aac7f5d92f902d6041338cd6e1bc7d99d..9967de02678d23a149183bc5908c7fadcd4f76eb:/samples/grid/griddemo.h diff --git a/samples/grid/griddemo.h b/samples/grid/griddemo.h index ba0b549477..5d9201af8e 100644 --- a/samples/grid/griddemo.h +++ b/samples/grid/griddemo.h @@ -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,