X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5af2ff30ec174fdbc440759c14602f9d92c9e392..695237bccd652c60deba347117ba5ab32067880c:/include/wx/generic/gridg.h?ds=sidebyside diff --git a/include/wx/generic/gridg.h b/include/wx/generic/gridg.h index 943f846508..9e0278cfab 100644 --- a/include/wx/generic/gridg.h +++ b/include/wx/generic/gridg.h @@ -352,6 +352,12 @@ public: : wxGenericGrid(parent, x, y, width, height, style, name) { } + wxGrid(wxWindow *parent, wxWindowID id, const wxPoint& pos, + const wxSize& size, long style = 0, const wxString& name = "grid") + : wxGenericGrid(parent, id, pos, size, style, name) + { + } + }; class WXDLLEXPORT wxGridEvent : public wxCommandEvent