Add a command to set corner label to grid sample
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user