]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
Applied patch [ 803473 ] wxListCtrl header height bugfix
[wxWidgets.git] / include / wx / generic / grid.h
index f016ad57ff6a4308b7cb2b1c41c0de6255d5d459..608f31e6353d62224fc2423c8c9f5dc90c0f3610 100644 (file)
@@ -1062,12 +1062,16 @@ WX_DECLARE_OBJARRAY_WITH_DECL(wxGridCellCoords, wxGridCellCoordsArray,
 class WXDLLIMPEXP_ADV wxGrid : public wxScrolledWindow
 {
 public:
-    wxGrid()
-        {
-            Create();
-        }
+    wxGrid() ;
 
-    wxGrid( wxWindow *parent,
+        wxGrid( wxWindow *parent,
+            wxWindowID id,
+            const wxPoint& pos = wxDefaultPosition,
+            const wxSize& size = wxDefaultSize,
+            long style = wxWANTS_CHARS,
+            const wxString& name = wxPanelNameStr );
+
+    bool Create( wxWindow *parent,
             wxWindowID id,
             const wxPoint& pos = wxDefaultPosition,
             const wxSize& size = wxDefaultSize,