X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf9adb3a20644dd21be115606120a3767ef3716f..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/samples/newgrid/griddemo.h diff --git a/samples/newgrid/griddemo.h b/samples/newgrid/griddemo.h index 8be1e67377..7ef57a40d5 100644 --- a/samples/newgrid/griddemo.h +++ b/samples/newgrid/griddemo.h @@ -95,6 +95,7 @@ public: void About( wxCommandEvent& ); void OnVTable( wxCommandEvent& ); void OnBugsTable( wxCommandEvent& ); + void OnSmallGrid( wxCommandEvent& ); enum { @@ -130,6 +131,7 @@ public: ID_ABOUT, ID_VTABLE, ID_BUGS_TABLE, + ID_SMALL_GRID, ID_SELECT_UNSELECT, ID_SELECT_ALL, ID_SELECT_ROW,