diff --git a/interface/wx/grid.h b/interface/wx/grid.h index e56dcc5c19..3b5a0615cc 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -466,6 +466,18 @@ public: */ virtual wxString GetValue() const = 0; + /** + Get the wxControl used by this editor. + */ + wxControl* GetControl() const; + + /** + Set the wxControl that will be used by this cell editor for editing the + value. + */ + void SetControl(wxControl* control); + + protected: /**