Use wxDatePickerCtrl in wxDataViewDateRenderer.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Oct 2011 16:20:06 +0000 (16:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Oct 2011 16:20:06 +0000 (16:20 +0000)
commit1d3a930e82ed6eb40e8ddce64997a8a017f4f49d
treec0eef9ffd28eb2284e2adf08f0e7b986b6bfa492
parent31af22fa2d70b5103f67d8eeea24d7dc3bc763cc
Use wxDatePickerCtrl in wxDataViewDateRenderer.

Inline editor is more in line with the behavior of other editors,
requiring double click to edit values was unexpected.

Also merge the two almost-but-not-quite identical implementations in
generic and GTK+ versions.

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