]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
[wxWidgets.git] / include / wx / generic / grid.h
index dae05bca1856fdabd06c654a8441a1359d305ed7..774c6f82365af529e0ef70d6bfbf9bfae2e03b08 100644 (file)
@@ -1533,7 +1533,7 @@ public:
     //
 
     wxGrid( wxWindow *parent,
-            int x, int y, int w = wxDefaultSize.x, int h = wxDefaultSize.y,
+            int x, int y, int w = wxDefaultCoord, int h = wxDefaultCoord,
             long style = wxWANTS_CHARS,
             const wxString& name = wxPanelNameStr )
         : wxScrolledWindow( parent, wxID_ANY, wxPoint(x,y), wxSize(w,h),