wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user