Update grid sample to show selecting events

This commit is contained in:
Daniel Kulp
2020-08-07 10:10:41 -04:00
committed by Vadim Zeitlin
parent 415f080c80
commit decc255846
3 changed files with 22 additions and 2 deletions

View File

@@ -110,6 +110,7 @@ class GridFrame : public wxFrame
void OnColAutoSize( wxGridSizeEvent& );
void OnSelectCell( wxGridEvent& );
void OnRangeSelected( wxGridRangeSelectEvent& );
void OnRangeSelecting( wxGridRangeSelectEvent& );
void OnCellValueChanging( wxGridEvent& );
void OnCellValueChanged( wxGridEvent& );
void OnCellBeginDrag( wxGridEvent& );