Show new wxGridSelectNone mode in the grid sample
Allow testing the new selection mode interactively.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user