Show new wxGridSelectNone mode in the grid sample

Allow testing the new selection mode interactively.
This commit is contained in:
Vadim Zeitlin
2020-10-31 17:13:06 +01:00
parent 095d1e317c
commit f765c06f1a
2 changed files with 9 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class GridFrame : public wxFrame
void SelectRows( wxCommandEvent& );
void SelectCols( wxCommandEvent& );
void SelectRowsOrCols( wxCommandEvent& );
void SelectNone( wxCommandEvent& );
void FreezeOrThaw( wxCommandEvent& );
@@ -192,6 +193,7 @@ public:
ID_SELROWS,
ID_SELCOLS,
ID_SELROWSORCOLS,
ID_SELNONE,
ID_SET_CELL_FG_COLOUR,
ID_SET_CELL_BG_COLOUR,
ID_VTABLE,