Roughly show the current selection in the grid sample
Allow to quickly check that cell/block/row/column selection works as expected. This could be made more detailed, e.g. by dumping all the selected cells/rows/ columns if there are not too many of them, but for now this will do.
This commit is contained in:
@@ -64,6 +64,7 @@ class GridFrame : public wxFrame
|
||||
void DeleteSelectedRows( wxCommandEvent& );
|
||||
void DeleteSelectedCols( wxCommandEvent& );
|
||||
void ClearGrid( wxCommandEvent& );
|
||||
void ShowSelection( wxCommandEvent& );
|
||||
void SelectCells( wxCommandEvent& );
|
||||
void SelectRows( wxCommandEvent& );
|
||||
void SelectCols( wxCommandEvent& );
|
||||
@@ -164,6 +165,7 @@ public:
|
||||
ID_DELETEROW,
|
||||
ID_DELETECOL,
|
||||
ID_CLEARGRID,
|
||||
ID_SHOWSEL,
|
||||
ID_CHANGESEL,
|
||||
ID_SELCELLS,
|
||||
ID_SELROWS,
|
||||
|
Reference in New Issue
Block a user