]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
always forcing a relayout when position changes, making mlte a system option
[wxWidgets.git] / include / wx / generic / grid.h
index faa87dded8ecb20418835ebf0e7397a0a50ca9ae..612eefeaaa705890e4665a0fd36f7a7ad50900b2 100644 (file)
@@ -547,6 +547,7 @@ public:
 
     virtual void Reset();
     virtual void StartingClick();
+    virtual void StartingKey(wxKeyEvent& event);
 
     virtual wxGridCellEditor *Clone() const
         { return new wxGridCellBoolEditor; }
@@ -1929,6 +1930,7 @@ protected:
     void OnSize( wxSizeEvent& );
     void OnKeyDown( wxKeyEvent& );
     void OnKeyUp( wxKeyEvent& );
+    void OnChar( wxKeyEvent& );
     void OnEraseBackground( wxEraseEvent& );