]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridg.h
Various fixes for wxFilename.
[wxWidgets.git] / include / wx / generic / gridg.h
index 943f84650885e706264f9c334b48c322053c5235..9e0278cfabc00280e92fe2dd15192e97b5921be6 100644 (file)
@@ -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