Return wxWindow* from wxDataViewCustomRenderer::CreateEditorCtrl().
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 22 Apr 2011 18:25:32 +0000 (18:25 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 22 Apr 2011 18:25:32 +0000 (18:25 +0000)
commit64c70359a7ca399f47a07369f42818fc7949fac4
tree6969b59cfd013fd9a654f405d41b3ee56d0ccbd3
parent68dd2c52a467cc32884e541fb504792219d3c213
Return wxWindow* from wxDataViewCustomRenderer::CreateEditorCtrl().

There's no reason to limit custom editor controls to wxControl, which
would rule out e.g. composite controls or any custom widgets.
Make appropriate changes to related functions and code too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dvrenderers.h [changed mode: 0644->0755]
include/wx/generic/dvrenderers.h
interface/wx/dataview.h
src/common/datavcmn.cpp [changed mode: 0644->0755]
src/generic/datavgen.cpp