Add a command to set corner label to grid sample

This commit is contained in:
Pavel Kalugin
2018-09-03 18:07:56 +03:00
parent 2d8bbbe3c9
commit e07d27ce78
2 changed files with 18 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ class GridFrame : public wxFrame
void DeleteSelectedRows( wxCommandEvent& );
void DeleteSelectedCols( wxCommandEvent& );
void ClearGrid( wxCommandEvent& );
void SetCornerLabelValue( wxCommandEvent& );
void ShowSelection( wxCommandEvent& );
void SelectCells( wxCommandEvent& );
void SelectRows( wxCommandEvent& );
@@ -165,6 +166,7 @@ public:
ID_DELETEROW,
ID_DELETECOL,
ID_CLEARGRID,
ID_SETCORNERLABEL,
ID_SHOWSEL,
ID_CHANGESEL,
ID_SELCELLS,