X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05cc594ad247b7c97b839bdd26d3bbca2eb03147..75ce4cb180dfbe5f6ee1ad6927929b43d04edcd1:/include/wx/generic/grid.h diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index bb8a5b3d0f..293b11ff84 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -423,6 +423,8 @@ protected: wxTextCtrl *Text() const { return (wxTextCtrl *)m_control; } // parts of our virtual functions reused by the derived classes + void DoCreate(wxWindow* parent, wxWindowID id, wxEvtHandler* evtHandler, + long style = 0); void DoBeginEdit(const wxString& startValue); void DoReset(const wxString& startValue);