Add name argument to wxDataViewCtrl ctor for consistency.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:57 +0000 (11:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Aug 2010 11:37:57 +0000 (11:37 +0000)
commit62e9285abaaf4f5d1261434b20b390a4c0486585
treedc012211d8ba3e469d3dc5a68b8f09a57a795b40
parent033a5ff5c71ee7e787a3bc7e9be55ca0f5d80fa1
Add name argument to wxDataViewCtrl ctor for consistency.

As all the other wxWidgets controls take the parameter in their ctor/Create()
it's unexpected that wxDataViewCtrl does not. Add the name parameter and pass
it to wxWindowBase::CreateBase() as usual.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dataview.h
include/wx/gtk/dataview.h
include/wx/osx/dataview.h
src/generic/datavgen.cpp
src/gtk/dataview.cpp
src/osx/dataview_osx.cpp