git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51315
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxSize& size,
long style,
const wxString& name )
const wxSize& size,
long style,
const wxString& name )
- : wxScrolledWindow( parent, id, pos, size, (style | wxWANTS_CHARS), name ),
- m_colMinWidths(GRID_HASH_SIZE),
- m_rowMinHeights(GRID_HASH_SIZE)
- Create();
- SetInitialSize(size);
+ Create(parent, id, pos, size, style, name);
}
bool wxGrid::Create(wxWindow *parent, wxWindowID id,
}
bool wxGrid::Create(wxWindow *parent, wxWindowID id,