]> git.saurik.com Git - wxWidgets.git/commitdiff
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)
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


No differences found