From: Václav Slavík Date: Fri, 22 Apr 2011 18:25:32 +0000 (+0000) Subject: Return wxWindow* from wxDataViewCustomRenderer::CreateEditorCtrl(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64c70359a7ca399f47a07369f42818fc7949fac4?hp=64c70359a7ca399f47a07369f42818fc7949fac4 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 ---